Skip to content

dozmus/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalist note-taking web application using Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published