-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header: Allow to use a string list, for frontmatter key. Use the {{syntax}} to recognize key #126
Conversation
…er keys - {{aliases}} : Use first alias - {{file}} : Use basename - {{anykey}} : use this key if exists Else, return the list join by space
for example: `{{value}} {{value}}` will be `value value` Useful for frontmatter title, and combination of title and slug
- Set default on filename - Set a default with frontmatter link
Also add info about the needing to reload the file to see the changes when editing the settings/Property
If anyone is interested, you can try my PR using the release ! |
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! |
Hello! Thanks for the reply <3 you have better idea than me! I added just a little information in the settings about the |
feat(header): use a list for banner_header, allowing to use frontmatter keys
Support list and string.
{{key}}
, allowing to combine keys and simple value.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