RyotaUshio / obsidian-latex-theorem-equation-referencer

A powerful indexing & referencing system for theorems & equations in your Obsidian vault.
https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/
MIT License
146 stars 6 forks source link

remove brackets on definition callout #211

Open nazzacode opened 7 months ago

nazzacode commented 7 months ago

Is there any way i can remove brackets from the definition callouts.

right now, plaintext:

> [!def] My Title

renders as:

Definition (My Title).

whereas what I want is:

Definition My Title

or even perhaps the option to:

Definition: My Title

What's the scoop?

RyotaUshio commented 7 months ago

This is not supported currently, but I have an idea of an update that lets you customize the format of definition callout title via CSS snippet. I'll try some.

Another option is adding some template functionality for theorem callout title, but it will take more time.