PlainNotes
PlainNotes copied to clipboard
Simple and pleasant note taking for SublimeText
1. Create new note (Notes>New). 2. Enter a title with a colon e.g. "this is: a test". Hit enter. 3. New note opens in tab, with the entered name "this...
It's possible to use PlainNotes to set the syntax (`Set Syntax: Note`) for files not created using PlainNotes, such as a generic `.md`. But when you try to change the...
Hello, is it planned to support plainnotes in VSC at some point ? Many thanks.
Ever since upgrading to SublimeText 3 3176 I've been getting an error every time I load ST: "Error loading syntax file "Packages/PlainNotes/Notes.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context...
Change line below in the notes.py/NotesNewCommand, before: directory = os.path.join(self.notes_dir, filename[0]) after: directory = os.path.join(self.notes_dir, *filename[:-1]) Just FYI users.
When viewing a note, I can successfully change the note color, and when saving a note brain.json gets updated correctly. But opening a saved note defaults to the Yellow color...
Many of us (beginners with notes or markdown) would appreciate an option from the control panel menu (Ctrl + P) to invoke in a new tab some type of cheatsheet,...
Hello, It would be awesome, if it could work with a sync service. For e.g. [Simple Note](http://simplenote.com/) Or any other tips on how you are currently accessing these notes from...
Hi, thanks for this beautiful plugin. I was wondering if link to local file is possible? I tried: - `[title](/tmp/tmlfile)` - `[title](file:///tmp/tmpfile)` but it does not open on Enter, so...
It will be really great, if PlainNotes will be available also for [Atom](https://atom.io/) editor!