-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to v0.2.1, add medium link
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
''' | ||
Sublime Notebook Manager | ||
v0.2.0 | ||
v0.2.1 | ||
''' | ||
|
||
import os | ||
|
7b70132
There was a problem hiding this comment.
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.