Feat
- add an active filter count bubble that is styled with the accent color.
Fixes
- replace the Obsidian undo/redo functionality for the plugin with a keydown listener that is throttled to 100ms. This will allow a user to hold down the undo and redo keys instead of having to press them one at a time.
- when pressing a key to open a menu, move cursor to the end of the new value. The new value includes the old value + the pressed menu key
- keep the cursor cell position the same when adding/deleting characters for currency/number cell types
- fix N/A on function cell calculations by excluding non-numbers
- prevent any non-numeric menu keys from being appended to the number or currency cell value
- fix color changing on redo of
text -> multi-tag
Refactor
- replace icons with the lucide.dev icons used in Obsidian.md
- use accent color on sort bubble