Skip to content

Releases: blacksmithgu/datacore

0.1.20-rc3

12 Jan 18:47
7b70d23
Compare
Choose a tag to compare
0.1.20-rc3 Pre-release
Pre-release

0.1.20-rc3 (Beta)

  • fix issue where vim mode being disabled (which it is by default) causes the whole view page editor to crash

0.1.20-rc2

12 Jan 18:23
1ccc794
Compare
Choose a tag to compare
0.1.20-rc2 Pre-release
Pre-release

0.1.20-rc2 (beta)

  • Fix a bug where the view page editor is prematurely destroyed

0.1.20-rc1 (Beta)

10 Jan 18:45
97ade1d
Compare
Choose a tag to compare
0.1.20-rc1 (Beta) Pre-release
Pre-release

What's Changed

new components

  • TaskList
  • TreeTable
  • Card
  • Field editors
    • FieldCheckbox
    • FieldSlider
    • FieldSelect
    • FieldSwitch
    • TextField

Full Changelog: 0.1.19...0.1.20-rc1

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.