obsidian-query-language
obsidian-query-language copied to clipboard
[Feature Request] add 1st paragraph field
Would it be possible to add a placeholder field were you can extract the opening paragraph that is not a header. That way when you create a table you can include a short description of an item when you output as a list or table
foo.md
#test
This is the short description of the file
# First Heading
So that a query like this
query: "'#test"
template: "list"
format: "{name} - {opening}"
will result in a list like
- foo - This is the short description of the file