javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.08k stars 72 forks source link

fix: use custom title in InsertAdmonitionModal #296

Closed nathonius closed 1 year ago

nathonius commented 1 year ago

When a title is set on a custom admonition, it should be the default title when inserting an admonition of that type. However, the value is never actually updated on the modal. This commit updates the title when an admonition type is selected.