neelsmith / Obsidian.jl

Work with Obsidian vaults in Julia.
https://neelsmith.quarto.pub/obsidian/
GNU General Public License v3.0
14 stars 0 forks source link

Map dataview variables to files where they appear #10

Closed neelsmith closed 1 year ago

neelsmith commented 1 year ago

Here's how to recognize them (from the dataview docs):

In YAML header

---
alias: "document"
last-reviewed: 2021-08-17
thoughts:
  rating: 8
  reviewable: false
---

In markdown content

Basic Field:: Value
**Bold Field**:: Nice!
You can also write [field:: inline fields]; multiple [field2:: on the same line].
If you want to hide the (field3:: key), you can do that too.
neelsmith commented 1 year ago

Inverse of #11