obsidian-dataview
obsidian-dataview copied to clipboard
A data index and query language over Markdown files, for https://obsidian.md/.
When I first read the readme I didn't understand the concept of a "task".
### What happened? # What happened? When using dataviewjs, if I try and render a malformed dv.table on a particular markdown file, I will sometimes trigger a particular error. Once...
### What happened? Long story short, my two main (and large) vaults kept indexing whenever I opened them. This started just yesterday or the day before. I just finished indexing...
Currently it's a pain to write a generic queryfor "everything in current folder", as you can't do `LIST FROM this.file.folder` I think something like `LIST FROM "."` or `LIST FROM...
**Is your feature request related to a problem? Please describe.** I use dataviews a lot in my daily entry template for tasks such as listing files I created/modified that day,...
I've started using dataviews in my daily notes via the daily note template. One dataview I'm using lists all the notes I edit that day: ```dataview list from "some-folder" where...
### What happened? The implicit `tags` field **on Tasks** incorrectly parses some items that follow a `#` symbol but are not tags, such as the color in ``, as tags,...
### What happened? If I change a frontmatter value, inline queries that refer to it do not update unless I edit the paragraph containing them. For example: ```md --- foo:...
**Is your feature request related to a problem? Please describe.** Frontmatter data can be arbitrarily nested however as far as I understand it your inline field system is limited to...
### What happened? When using the `await dv.io.csv()` call documented [*`🔗 here`*](https://blacksmithgu.github.io/obsidian-dataview/api/code-reference/#dviocsvpath-origin-file), fields which contain "date-like" strings are being rendered as empty objects. The string is a JSON formatted date-time...