Compare commits

...

No commits in common. "0.0.1" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ 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](https://github.com/zhaoshenzhai/obsidian-mathlinks) upon release [release 0.3.0](https://github.com/zhaoshenzhai/obsidian-mathlinks/releases/tag/0.3.0), and [zhaoshenzhai](https://github.com/zhaoshenzhai) who developed that plugin has since added with added live preview support.
> The functionality this plugin provided was merged into [obsidian-mathlinks](https://github.com/zhaoshenzhai/obsidian-mathlinks) upon release [release 0.3.0](https://github.com/zhaoshenzhai/obsidian-mathlinks/releases/tag/0.3.0), and [Zhaoshen Zhai](https://github.com/zhaoshenzhai) 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:

View File

@ -1,7 +1,7 @@
{
"name": "obsidian-mathjax-wikilinks",
"version": "0.0.1",
"description": "Allows rendering MathJax in WikiLink aliases. ",
"description": "Allows rendering MathJax in WikiLink aliases.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",