Skip to content

jjbayer/notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook

Searchable notebook with markdown syntax.

Requirements

  • Python 3.6
  • pip
  • virtualenv
  • bower

Install

cd /path/to/workspace
git clone git@github.com:jjbayer/notebook.git
cd notebook
mkvirtualenv -p $(which python3.6) -a $(pwd) notebook
pip install -r requirements.txt
python manage.py migrate
bower install

Usage

Warning: only use runserver if you are running it locally.

  1. Start the server
cd /path/to/workspace/notebook
python manage.py runserver 8421
  1. Navigate your browser to http://localhost:8421.

TODO

  • Pagination
  • Keyboard shortcut to save note
  • Syntax highlighting in editor

About

Searchable notebook with markdown support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published