Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.4 KB

notes

A minimal note-taking web application using Django 2.1.3 licensed under the MIT License.

Features

  • Write notes using Markdown
  • Syntax highlighting with 18 themes to choose from
  • Organise notes using colour-coded notebooks and tags
  • Task lists (check boxes)
  • Share links with custom permissions
  • Download notes and notebooks as TXT or PDFs
  • Search notes and notebooks
  • Mass manage notes in notebooks
  • User accounts
  • Trash bin
  • RESTful API
  • Responsive design

Usage

Installation

python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic

Windows Users: You will also need Microsoft Visual C++ 14.0 due to the dependency on reportlab.

Run

python manage.py runserver 127.0.0.1:8000

Samples

Light theme

Light theme

Dark theme

Dark theme

Task list

Task list

Share links

Share links

Credits