Releases: blacksmithgu/datacore
Releases · blacksmithgu/datacore
0.1.19
0.1.18
0.1.18 (Beta)
Use "-" as the default null value, instead of just "-".
0.1.17
0.1.17 (Beta)
- Adds experimental canvas parsing / indexing / query support (thanks to @GamerGirlandCo)!
0.1.16
0.1.16 (Beta)
Improves queries over $id, $revision, and $file.
0.1.15
0.1.15 (Beta)
Fixes field indexing, meaning you can use things like rating >= 8
in your queries directly again (and they will also be much faster!). Thanks to @GamerGirlandCo for the slew of fixes.
0.1.14
0.1.14 (Beta)
Fixes non-markdown files not showing up in the Datacore index when they are created while Obsidian is running.
0.1.13
0.1.13 (Beta)
Fixes parsing tags from frontmatter.
0.1.12
0.1.12 (Beta)
Added a (crappy looking) guard to all views which waits for Datacore to actually be initialized before proceeding.
0.1.11
0.1.11 (Beta)
Adds experimental support for dc.require()
, allowing for importing other codeblocks from script files or from codeblocks in named sections.
0.1.10
0.1.10 (Beta)
- Fixes several annoying off-by-one errors in line span embeds and an indexing off-by-one.