javalent / admonitions

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

Live Preview Render of Non-Codeblock Admonitions #128

Closed tim-hilde closed 2 years ago

tim-hilde commented 2 years ago

As code blocks are now rendered in Live Preview, I wonder wether it'll be possible to render non-codeblocks in LP as well?

valentine195 commented 2 years ago

The post processor that non-code block admonitions use is not supported in LP yet.

They will also probably need further updates to work for LP, as right now they are a bit hacky in how they work in preview mode.

tim-hilde commented 2 years ago

Okay, good to know. So it's just a matter of time then

valentine195 commented 2 years ago

This is unlikely to be supported as I would need to write a CodeMirror 6 extension for this. Closing.