symunona / obsidian-bulk-exporter

Bulk export Markdown filtered, renamed and sorted by front matter metadata into a new structure.
GNU General Public License v3.0
21 stars 1 forks source link

Multiline in Dataview Query? #12

Open Moyf opened 4 months ago

Moyf commented 4 months ago

Hi I want to set both FROM "path/" and WHERE query rules, but now the plugin's text input is only one line, I don't know how to break the line, could you please help me with it? 😖

symunona commented 4 months ago

Hi!

I know, it's a bit confusing, as I do modify a syntax a bit. If you want to use the FROM , just write it like you'd want, it works single line:

FROM "path/whatever" WHERE someAttribute = true

I added to my todo list to document this with more examples!