mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
No description
| .github | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
LaTeX Equation Referencer for Obsidian
LaTeX Equation Referencer is an Obsidian.md and is the minimalistic version of the original more powerful plugin LaTeX-like Theorem & Equation Referencer.
This fork has been reduced to just doing the following things with perfection -
-
Only parses the current active note - meaning no vault wide scans and no cross-notes referencing.
-
No theorem / proof support - only equation referencing.
-
No longer uses obsidians inbuild math block or its block referencing (which are very buggy and inflexible) - we handle all the block identification and referencing via unique id added to the new line equations (enclosed with
$$) as a latex comment inside the equation. -
No other obsidian plugin dependencies (Quick Preview and Math Links now buildin)