A simple web based note taking application with markdown support
Note app is a server-side rendered app written with Python Django. It allows you to take notes with markdown language support. You could preview markdown live while you are editing. You can save them, edit them, or delete them if you want.
- Markdown live preview
- Allows tagging the notes for easier classification
- Allows searching within notes and titles
- Mobile responsiveness
To get started application, run the following commands in a virtual environment:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- Python Django version 3.1.3
- Bootstrap v4.5.3
- Django Crispy Forms v1.10.0, Django Markdownx v3.0.1, and Django Taggit v1.3.0
- SQLite 3
- Halil Can Uğur
This project is open source and available under the MIT License MIT Licence

