- Add "High Priority" state (
[!]
) to TODO list cycle command (Cmd-L
) - Add color to square brackets in TODO lists
- Neutral color text for anything other than
[!]
,[x]
,[√]
for check lists.
- Fix that a colon in a bullet would always be considered a label/title even if inside a URL
- Add section to README indicating which languages are supported for syntax highlighting
- Fix emphasis so that numbers, symbols are included ("hello '123'") [Thanks
h7x4ABk3g
]
-
Add custom outgoing links, configurable on a per-file basis
For example, to create links to tickets on Atlassian with prefix "ABC-", you could do something like this: [/ABC-\d+/ -> https://abc-company.atlassian.net/browse/$0]
Now, the following pattern will be recognized as a clickable link in your note file: (ABC-1234)
- Fix that highlights on ordered/unordered lists should not extend beyond a single colon (':')
- Allow more characters in highlighted portion before colon (':') on ordered & unordered lists
- Update sample image in readme
- Fix minor issue with placement of
[ ]
square brackets when cursor is on a blank line. - Add examples directory to show
*.notes
filetype capabilities. - Update sample image showing syntax highlighting and other features.
- Add
syntaxes/custom-colors.json
for those who want to override their editor theme's colors usenotes
default colors.
- Fix embedded links for notes files.
- Enable relative and absolute file cross-linking. Also allow tilde (
~
) to refer to home dir.
- Add icon to vscode extension. Modified from source: Online Web Fonts. License: CC-BY.
- Added ability to cross-link between notes by referencing the name of another *.notes file in current workspace
- Added double-quotes around notes filenames as a way to link to files with spaces in the name
- improved insertion of todo-list item checkbox so it is placed before the first text at the beginning of a line, rather than always at the first character of the line
- switched to using "cmd+L" and "alt+L" for new todo-list item, or cycling between states
- improved
- Add
newday
snippet: adds the day as well as the following 4 subheadings:- Notes
- Ideas
- TODO
- Activity Log
- Task cycling on a line that does not contain
[ ]
will insert a[ ]
at the beginning of the line.
-
Changed heading color to use markup.heading.notes
-
Add new "date" heading syntax with highlight, e.g.
[2018-08-04]
-
Added taskCycleForward / taskCycleBackward to check tasks as incomplete, complete, or canceled:
[ ] task [√] done task [x] canceled task
By default, bound to Option+L and Option+H respectively.
- Initial release
- Copied from https://github.com/tbh1/sublime-notes
- Adapted for Visual Studio Code