cqroot / joplin-outline

A markdown outline (TOC) sidebar plugin for Joplin.
MIT License
215 stars 16 forks source link

KaTeX custom macros not loaded in plugin panel #77

Open ngc-2371 opened 1 year ago

ngc-2371 commented 1 year ago

Thanks a lot for fixing the issue with loading KaTeX in the plugin panel! However there's still one small bug: Custom macros work when defined in the same math block they are used: image but not when defined in a different math block in the same note: image

cqroot commented 1 year ago

Currently when the plugin renders the title, it only processes the current line without considering the context.

There are many changes that need to be made to implement this feature. I would consider implementing it in the future, but not anytime soon.