All notable changes to the "vsnotes" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Added option
vsnotes.additionalNoteTitles
and ability to pick note title format during note creation. - Added "Open Note" command. Depricating
List Recent Notes
command and will remove in 0.8.0.
- Fixed event-stream vulnerability and update dependencies.
- You can now use the home designator (~/) in the defaultNotePath.
- Adds a new command that creates a note in a currently opened workspace.
- Fixes namespace for commands.
- Fixes bug #26.
- Updated NPM dependencies
- New icon thanks to Phil Helm
- Moved treeview into custom activitybar.
- Merged in MR#16 which sorts tags alphabetically
- Add search command
- Update dependencies and close moment.js vulnerability
- Updated Open Note Folder command to open in a new window
- Add
defaultNoteName
and pre-populate create note command with it to quickly create notes - Fix listRecentItems feature not sorting correctly
- Fix Tags not populating on editor view and in quick pick if more than a few notes in notes folder.
- Fix List Recent Notes not respecting ignore patterns
- Commit and push command added.
- Commit and push command setting added.
- Commit and push default commit message added.
- Icon
- Explorer tree view. 0.3.0 adds a tree view to the explorer (left sidebar) that displays tags and files inside the note directory.
- Added file ignore pattern to settings. Ignore filenames and exclude them from listings using regex.
- Removed hardcoded dependency on markdown files. VS Notes now shows all files not ignored in the ignore pattern setting.
List Tags
Command. VSNotes will recurse notes directory and look for YAML encoded frontmatter with a tags key. Tags are then indexed and shown.- Automatically execute snippet on new note creation. VS Notes will now automatically execute a snippet named
vsnotes
after creating a new note.
- Initial release