Skip to content

Commit

Permalink
chore: bump to v0.2.1, add medium link
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaryan committed Feb 23, 2017
1 parent cb191bc commit 7b70132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Sublime Notebook

Read this Medium post please:
**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
Expand Down
2 changes: 1 addition & 1 deletion manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'''
Sublime Notebook Manager
v0.2.0
v0.2.1
'''

import os
Expand Down

1 comment on commit 7b70132

@bilswz
Copy link

@bilswz bilswz commented on 7b70132 Jan 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey aviaryan! total n00b here trying my best to implement your note taking setup with python27 in a win10 environment with the master dir saved to a synced google drive folder. All was going well until I hit a snag I'm not skilled enough to deal with it seems. I have one note in a folder that had ~20 lines in it, saved as a .md, I encrypted it seemingly successfully, but now when I open the file in ST3, nothing is there, and running the manager.py seems to not work correctly. There's no prompt to unencrypt, and it seems to error when trying to add an initial password that it asks for.

Any advice would be great. I'm migrating from OneNote and I love how light-weight you've gone with this.

Cheers.

2018-01-22 05_43_06-

Please sign in to comment.