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
165 stars 6 forks source link

Display theorem titles in Obsidian's built-in link autocompletion #190

Closed RyotaUshio closed 10 months ago

RyotaUshio commented 10 months ago

It should be possible by patching app.workspace.editorSuggest.suggests[0].constructor.prototype using monkey-around.

RyotaUshio commented 10 months ago

Perhaps it might be better to implement this as a feature of MathLink, not Math Booster. I will send a PR later.

RyotaUshio commented 10 months ago

Turned out it's impossible to render a theorem title if the theorem has no block ID. So, this will not be realized as a Math Booster feature.

RyotaUshio commented 10 months ago

It turned out this is possible!!

RyotaUshio commented 10 months ago

Forgot to mention this issue, but it's already resolved (f735eaca)