Skip to content

A minimal note-taking web application using Django.

License

Notifications You must be signed in to change notification settings

narendraprasaths/notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

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

Features

  • Write notes using Markdown
  • Syntax highlighting with 18 themes to choose from
  • Organise notes using notebooks which are colour-coded and tags
  • 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

Run

python manage.py runserver 127.0.0.1:8000

Samples

Light theme

Light theme

Dark theme

Dark theme

Share links

Share links

Credits

About

A minimal note-taking web application using Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.9%
  • Python 29.0%
  • HTML 26.1%