zhaoshenzhai / obsidian-mathlinks

An Obsidian.md plugin to render MathJax in your links.
MIT License
60 stars 4 forks source link

Custom rendering for headers/blocks #31

Closed zhaoshenzhai closed 1 year ago

zhaoshenzhai commented 1 year ago

Discussed in https://github.com/zhaoshenzhai/obsidian-mathlinks/discussions/28

Originally posted by **zhaoshenzhai** July 30, 2023 From [RyotaUshio](https://github.com/RyotaUshio) in #27: > By the way, it might be helpful to let users choose how the heading/block links are rendered. > For example, maybe some people would like `Definition (foo)` rather than `^Definition (foo)` or `title > ^Definition (foo)`. > But I'm not sure how this should be realized. It's just a rough thought. Enable this feature in `settings.ts` and update `getMathLink` accordingly.