obsidiantools icon indicating copy to clipboard operation
obsidiantools copied to clipboard

Parse dataview metadata

Open vanadium23 opened this issue 2 years ago • 1 comments

Many obsidian users (according to downloads) install the obsidian dataview plugin. It have a different metadata syntax, that you can check at the documentation: https://blacksmithgu.github.io/obsidian-dataview/annotation/add-metadata/.

Also, we can reimplement python code from ts: https://github.com/blacksmithgu/obsidian-dataview/blob/master/src/data-import/markdown-file.ts

vanadium23 avatar Mar 15 '23 17:03 vanadium23

Would love to have this as well. Resolving the dataview queries to their actual value so that vault.get_readable_text outputs the content that the user sees in Reading mode would be really helpful especially for NLP-related tasks.

Leo310 avatar Oct 23 '23 07:10 Leo310