All notable changes of the project are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Check: List of generators
- Request: add job for Jekyll site compilation from a notes
- url-parse updated
- Troubleshooting section added in description.
- H1 header will be added automatically on new note according filename
- Tags filtering sort lists by date now
- Todomator is Kata now!
- Tags autocompletion added. With Unicode support.
- "Filter notes by tag" feature added.
- "Show Statistics" feature added.
- Unified index for notes implemented. Smart index update make tags. stats and sorting work lightning-fast even with 10k files.
- New "todo hotkey" cycling behavior.
- Nested todos added.
Strikethrufor closed tasks.- Grammar injection for closed tasks (now they are dimmable).
- DB tools scripts added for debug, testing, notes import.
- Updated activation conditions for extension. No more homeDir in settings.
- Work with any directory which contains file named
.kata
. - Updated notifications. Now with emoji!
- New "Symphony code" concept by Siropkin.)
- If entered filename contains forbidden symbols it'll not be created.
- New line todo are not selected after hotkey press anymore (.replace → .insert).
- Extension homeDir path now normalized with Node Path module.
- Extension homeDir points to real home dir now and NOT to year dir. If directory not exist it will be created.
- Show stats command works across whole homeDir now.
- One key todo loop with Ctrl+Shift+Q: If todo not in current string → add it. If todo in string → close it. If todo closed → open it.
- Hotkey for
- [ ]
added — Ctrl+Shift+Q - When cursor are in task line you can "close" it with Ctrl+Shift+W
- Get rid of frustrated
~~
syntax.
- File creation with auto-naming
- Pre-fill YAML meta section in each note (title-based)
- User settings for default directory for different operating systems (kata.homeDir)
- Hotkey for new entry (Ctrl+T)
- Show statistics command registered for debug needs