Feature
- display hyperlink instead of "URL not supported" in embed cell
- add right click to copy value on all cells
- replace all undo/redo logic with jsondiffpatch
Fix
- fix sorting by file being inconsistent #796
- fix crash when loading frontmatter data #860
- fix checkbox not saving in Obsidian format (true/false) #851
- fix wiki links not updating when a folder or file is renamed
Refactor
- store path information in variables for
FileCell
andEmbedCell
instead of in a wiki link string - add individual typescript types for each cell
Test
- use either
createLoomState
for basic tests orcreateGenericLoomState
for complex tests