Simple Notes
A tiny application for quick note taking without permissions or other fancy stuff.
Uses the filesystem as a datastore.
Features
- quick notetaking
- simple concurrent modification protection
- Markdown view
- filesystem as a datastore
- hierarchical notes via subdirectories
- simple note hiding functionality
Installation
from docker hub
docker run \
-p 63636:63636 \
--mount type=bind,source="$(pwd)"/notes,target=/opt/simple-notes/notes \
enteente/simple-notes:0.5.0
from source
git clone … && cd …
cp .env.example .env
- adapt
.env
-file pipenv install
pipenv run python3 src/app.py
Usage
- go to
http://localhost:63636/
to view the list of Notes - go to
http://localhost:63636/subdir/noteName
to create/edit the notenoteName
in subdirectorysubdir
Note: notes/directories starting with a dot are hidden in the notelist and can only accessed with the direct link