-
Support user registration and login.
-
Support markdown writing notes.
-
Support creating, deleting and previewing notes.
-
Simple and beautiful UI.
Using pythonenv
:
-
Install pythonenv
Archlinux:
sudo pacman -S python-virtualenv
-
Git clone this repository and cd into the dir
-
Activate pythonenv
mkdir pythonenv && cd pythonenv virtualenv pythonenv3_11 source pythonenv3_11/bin/activate.fish
-
Install all requirements
pip3 install -r requirements.txt
-
Run locally
In the root directory:
flask run
-
Login error sometimes occurs.
-
Markdown rendering error.
-
Change the Markdown rendering method.
-
Beautify the interface and add more useful features.