jplattel / obsidian-query-language

An Obsidian plugin allowing you to query your notes
176 stars 6 forks source link

[Feature Request] support new keyword `fieldFormats:` #28

Open TenviLi opened 3 years ago

TenviLi commented 3 years ago

when you use template: table, the keyword fields: can't meet the needs of customizing each field

now we can support new keyword fieldFormats:

here is an example:

fieldFormats: ['{index}', '{h1_title}', '{tags}']

So now there is a question, what about the <th> of the table?

now we can support new keyword thFormats:

thFormats: ['hi', 'i\'m', 'the first line']