Lynn5160 / SublimeNotebook

Make Sublime Text your favourite note taking/journal application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Notebook

Sublime Notebook is an attempt to use Sublime Text as a complete note taking application.

Read the Medium post for setup instructions: https://medium.com/aviaryan/sublime-notebook-an-attempt-to-use-sublime-text-as-my-note-taking-application-b8d846c47905#.hy8alq2ip

Features

  • Search across all notes
  • Hierarchical organization and display of notes
  • Password based encryption
  • Cloud sync
  • Markdown based markup and syntax highlighting

Updating SublimeNotebook or changing password

  • To update your installation of Sublime Notebook, decrypt your existing notes using old manager.py, then force exit the script before encrypting. Then update the script files from this repo and start manager.py to re-encrypt your notes.
  • Same method can be used if you want to change the password used to secure the notes.

FAQ

  • Only *.txt, *.md and *.notes files are detected as notes.
  • You don't need to be in decrypted state to create a new note. Even when in encrypted state, you can create a note. When manager.py starts decrypting the notes, this new file will be ignored and will be encrypted when it's time to encrypt.

Setup Markdown Extended for highlighting md files

Navigate through the following menus in Sublime Text: View -> Syntax -> Open all with current extension as... -> Markdown Extended

  • Make Sublime Monokai Extended default theme for Markdown extended. Open Settings - Syntax Specific from preferences and update the file as follows.
{
	"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
	"extensions":
	[
		"md"
	]
}

About

Make Sublime Text your favourite note taking/journal application


Languages

Language:Python 99.2%Language:Batchfile 0.8%