Features
- support command to insert a new table into file. Thanks to @Quorafind
- add embed type. support YouTube video embedding
- don't close a cell menu when highlighting text
Fixes
- fix errors in console resulting from wiki link update. Made the system more robust. Added tests
- don't scroll table to bottom when deleting a row
- stop automatic hover on table links in embedded tables
- resolve arrow key error that was appearing in console
- update position of tag color menu to be on top of button
- fix calculation of unique values. Empty cells will no longer count as a unique value
- trim whitespace in tags.
Refactor
- use correct Obsidian variables for table header and border. Now using
var(--table-header-background
) andvar(--table-border-color)
- remove padding on footer td