noatpad / obsidian-banners

An Obsidian plugin that adds banners to your notes
MIT License
616 stars 39 forks source link

Header: Allow to use a string list, for frontmatter key. Use the {{syntax}} to recognize key #126

Closed Mara-Li closed 11 months ago

Mara-Li commented 11 months ago

feat(header): use a list for banner_header, allowing to use frontmatter keys

Support list and string.

Key supported:

[!NOTE] For alias, automatically convert to aliases because Obsidian convert automatically this key if it's a string.

Also added new settings:

See #125

Mara-Li commented 11 months ago

If anyone is interested, you can try my PR using the release ! https://github.com/Lisandra-dev/obsidian-banners/releases/tag/2.0.2-beta

noatpad commented 11 months ago

Pardon the delay, had an exam week, ahah.

So I moved around a few things, but in a nutshell:

Do tell if this may still present issues!

Mara-Li commented 11 months ago

Hello! Thanks for the reply <3 you have better idea than me!

I added just a little information in the settings about the {{property, property2, filename}} fallback syntax!