Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeena/jnotes


https://github.com/jeena/jnotes

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# JNotes

This is a simple gtk4 libadwaita Notes program which uses CalDAV as a backend
to store the notes in a calendar as VJOURNAL.

# How to add python module

```
python -m venv venv
venv/bin/pip install requirements-parser
venv/bin/python flatpak-pip-generator.py caldav
```