Allows rendering MathJax in WikiLink aliases.
Go to file
2024-01-01 15:50:18 +11:00
.gitignore initial commit 2023-08-21 17:48:19 +10:00
esbuild.config.mjs initial commit 2023-08-21 17:48:19 +10:00
LICENSE initial commit 2023-08-21 17:48:19 +10:00
main.ts initial commit 2023-08-21 17:48:19 +10:00
manifest.json initial commit 2023-08-21 17:48:19 +10:00
mathjax-link.png initial commit 2023-08-21 17:48:19 +10:00
no-mathjax-link.png initial commit 2023-08-21 17:48:19 +10:00
package-lock.json initial commit 2023-08-21 17:48:19 +10:00
package.json initial commit 2023-08-21 17:48:19 +10:00
README.md typo in readme 2024-01-01 15:50:18 +11:00
tsconfig.json initial commit 2023-08-21 17:48:19 +10:00
versions.json initial commit 2023-08-21 17:48:19 +10:00

Obsidian MathJax WikiLinks

Obsidian plugin to render MathJax within WikiLinks.

Note: This plugin is no longer hosted on the community plugins list for Obsidian and I have no long term plans to maintain it, as it has exactly the functionality that I personally need.

The functionality this plugin provided was merged into obsidian-mathlinks upon release release 0.3.0, and Zhaoshen Zhai who developed that plugin has since added live preview support.

Demo

In vanilla obsidian, the WikiLink [[sigma-algebra|$\sigma$-algebra]] renders without the MathJax expression as follows:

No MathJax Link

while links of the form [$\sigma$-algebra](sigma-algebra.md) will render correctly:

MathJax Link

This plugin unifies the two versions, rendering MathJax properly in the first case.

Building From Source

> npm i
> npm run build