Searchable notebook with markdown syntax.
- Python 3.6
- pip
- virtualenv
- bower
cd /path/to/workspace
git clone [email protected]:jjbayer/notebook.git
cd notebook
mkvirtualenv -p $(which python3.6) -a $(pwd) notebook
pip install -r requirements.txt
python manage.py migrate
bower install
Warning: only use runserver if you are running it locally.
- Start the server
cd /path/to/workspace/notebook
python manage.py runserver 8421
- Navigate your browser to http://localhost:8421.
- Pagination
- Keyboard shortcut to save note
- Syntax highlighting in editor