Skip to content

Releases: blacksmithgu/datacore

0.1.19

08 Oct 04:56
Compare
Choose a tag to compare

0.1.19 (Beta)

Adds parsing for list item symbols ($symbol), and task text ($text). In general in datacore I am trying to avoid pulling actual text contents into the index, but the task usecase is sufficiently common that
we will add it to make search much more convenient.

0.1.18

22 Aug 01:05
Compare
Choose a tag to compare

0.1.18 (Beta)

Use "-" as the default null value, instead of just "-".

0.1.17

17 Jul 05:00
Compare
Choose a tag to compare

0.1.17 (Beta)

  • Adds experimental canvas parsing / indexing / query support (thanks to @GamerGirlandCo)!

0.1.16

08 Jul 01:42
Compare
Choose a tag to compare

0.1.16 (Beta)

Improves queries over $id, $revision, and $file.

0.1.15

06 Jul 20:54
Compare
Choose a tag to compare

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

03 Jul 20:57
Compare
Choose a tag to compare

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

03 Jul 20:30
Compare
Choose a tag to compare

0.1.13 (Beta)

Fixes parsing tags from frontmatter.

0.1.12

03 Jul 05:45
Compare
Choose a tag to compare

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

02 Jul 23:44
Compare
Choose a tag to compare

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

30 Jun 22:52
Compare
Choose a tag to compare

0.1.10 (Beta)

  • Fixes several annoying off-by-one errors in line span embeds and an indexing off-by-one.