javalent / admonitions

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

can I DIY the block format #300

Closed jdysya closed 1 year ago

jdysya commented 1 year ago

for example, the present block is following:

```ad-tip
// something
However, some website use the following block format:

:::tip // something :::


What should I do to establish a connection with them?
valentine195 commented 1 year ago

Custom formatting is not supported.

solonovamax commented 1 month ago

Would it be possible to have a custom block format be supported?

I'm using obsidian with nextcloud. nextcloud uses the

::: [icon]
[content]
:::

syntax for admonitions/callouts. I'd like to be able to have in-editor support for that.