danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
199 stars 17 forks source link

[docs] add an advanced use-case detailing how you can use a meta-note to easily have a growing list of values tied to dataview #168

Open danielo515 opened 8 months ago

danielo515 commented 8 months ago

Is your feature request related to a problem? Please describe.

Dataview can query all notes for the value of certain field, and even flatten and get unique ones. Document that such thing can be exploited to have an easy to udpate list of available values in fields dataview powered.

Describe the solution you'd like One example using for programmgin languages:

dv.pages().lang.distinct()

Additional context