[bug] Tasks not indexed or queryable in a file without other preceeding text · Issue #92 · blacksmithgu/datacore · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a blank new file with only checklist items, and no sections or other text, the checklist items don't seem to be added to the index, and are not queryable
Minimal steps to reproduce with Sandbox:
Create a new sandbox vault. Delete all files
install BRAT and then add Datacore via brat
Create new file. Add a single line:
-[ ] Task to do this thing!
in console, run app.plugins.getPlugin('datacore').api.query('@task') > []
Add a new line with any text above checlist, for example
If I create a blank new file with only checklist items, and no sections or other text, the checklist items don't seem to be added to the index, and are not queryable
Minimal steps to reproduce with Sandbox:
app.plugins.getPlugin('datacore').api.query('@task')
> []
app.plugins.getPlugin('datacore').api.query('@task')
> [_MarkdownTaskItem]
The text was updated successfully, but these errors were encountered: