ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
185 stars 37 forks source link

Move Away from Admonition #543

Closed jacksonSingleton closed 2 days ago

jacksonSingleton commented 3 days ago

Adomonition is on maintenance mode and native Obsidian callouts should be used where possible

Obsidian custom callouts can be generated based on the JSON files provided. I haven't checked for parity with the Lucide icons yet, but it should theoretically be possible. Adominition is on maintenance mode, and plugin reduction is always nice when possible. Will start a PR for this when I get a chance, but just dropping this here if someone is quicker than I.

See: https://help.obsidian.md/Editing+and+formatting/Callouts

jacksonSingleton commented 3 days ago

Ehh, looking into this more. Just utilizing lucide icons wouldn't work for this. Possible to create a mapping to svg sources, but will need to be looked into further

ebullient commented 2 days ago

The admonitions plugin is feature complete. Having the plugin exist in maintenance-mode is not an issue. It does what it needs to do.

The icons are not the important part. What matters is the codeblock syntax. I use both the obsidian built-in callout syntax and the admonitions plugin codeblock syntax to avoid issues with nested blocks and formatting.