AnubisNekhet / AnuPpuccin

Personal theme for Obsidian
GNU General Public License v3.0
2.08k stars 163 forks source link

[Bug] theme callouts #129

Closed aidalourandes closed 1 year ago

aidalourandes commented 1 year ago

I can't use the theme callouts.

For some reason, the theme callouts are impossible for me to use. I can see there are some, like the capacities callouts and the multi-column callout, but when I try to use it, they are like a normal callout.

I instaled the callout menager to see if I could use it that way, but it didn't help. The capacities options doesn't even appear to me when I start a callout in my text.

I think something is missing in the callout options in the syle plugin, or something in the theme itself...

syrth-io commented 1 year ago

multi-column and capacities aren't native callouts or part of the theme; they're used with the CSS snippets modular css layout and capacities cards and sidebar (the latter two also by the theme creator!).

at least, that's where I know them from - I'm not sure if there are other snippets using similar/same callout names.

pryley commented 1 year ago

Callouts work just fine. If you are using any custom CSS snippets, try disabling them to see if the fault is on your end.

You can test them by pasting the following in a new document:

> [!note]+
> Here's a callout block.

> [!summary]+
> Here's a callout block.

> [!info]+
> Here's a callout block.

> [!tip]+
> Here's a callout block.

> [!done]+
> Here's a callout block.

> [!faq]+
> Here's a callout block.

> [!caution]+
> Here's a callout block.

> [!failure]+
> Here's a callout block.

> [!error]+
> Here's a callout block.

> [!bug]+
> Here's a callout block.

> [!example]+
> Here's a callout block.

> [!quote]+
> Here's a callout block.

> [!question] Can callouts be nested?
> > [!todo] Yes!, they can.
> > > [!example]  You can even use multiple layers of nesting.
image
AnubisNekhet commented 1 year ago

Closed due to inactivity