-
I'm pretty new to dataview and I'm have a heck of a type getting decent documentation. It seems too simplistic or expects someone to know everything. By way of example, using a very helpful example:
I'm not a java programmer but get SQL, I have programmed, do excel formulas, etc. I get the idea of file.name - but where is this documented? (there is a meta data document - it's pretty complete, but no discussion of why you might want to use this or examples.) Better documentation would help non-programs get a lot more out of Obsidian (which I am loving!) Thanks - maybe I just need to create something. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
PS reference to Metadata https://github.com/blacksmithgu/obsidian-dataview/tree/master/docs/docs/annotation |
Beta Was this translation helpful? Give feedback.
-
Why not start by plugin documentation?
If you want to see the structure of metadata in a specific file, run this inline js query (you need to enable js inline queries in settings > dataview): `$=dv.span(dv.current())` |
Beta Was this translation helpful? Give feedback.
Why not start by plugin documentation?
All your questions are related with basic doubts:
FROM
command;If you want to see the structure of metadata in a specific file, run this inline js query (you need to enable js inline queries in settings > dataview):
`$=dv.span(dv.current())`