All notable changes to the "vscode-notes" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- codeTag:
- renamed "body" to "description"
- added optional "label" which will be displayed in choice options
- default tags:
- ability to disable default tags
- username:
- ability to disable user name
- set default username
- date:
- option to disable date
- choose date formate based on date-fns type
- code refactor to make it more typescriptey
- added documentation for integrating todo tree & better comments addons
- Moves the cursor to the newline after the codetag for adding comment
- Respects code indentation
- Ability to add custom codetags using user/workspace settings
- Initial release