No description
Find a file
2026-06-04 20:12:03 +02:00
.github refactor: improve equation numbering logic and consistency across views 2026-06-04 20:12:02 +02:00
docs refactor: remove legacy styles and enhance search functionality 2026-06-04 20:12:03 +02:00
src Fixed pdf export 2026-06-04 20:12:03 +02:00
.editorconfig initializing 2026-06-04 20:11:56 +02:00
.eslintignore initializing 2026-06-04 20:11:56 +02:00
.eslintrc initializing 2026-06-04 20:11:56 +02:00
.gitignore Reroute Search & Autocomplete to the New System 2026-06-04 20:12:01 +02:00
.npmrc initializing 2026-06-04 20:11:56 +02:00
esbuild.config.mjs Fixed pdf export 2026-06-04 20:12:03 +02:00
LICENSE initializing 2026-06-04 20:11:56 +02:00
manifest-beta.json version: updated esbuild, npm and version 2026-06-04 20:12:03 +02:00
manifest.json version: updated esbuild, npm and version 2026-06-04 20:12:03 +02:00
package-lock.json Fixed pdf export 2026-06-04 20:12:03 +02:00
package.json Fixed pdf export 2026-06-04 20:12:03 +02:00
README.md version: updated esbuild, npm and version 2026-06-04 20:12:03 +02:00
tsconfig.json refactor: remove legacy equation and search modules; update imports for new feature structure 2026-06-04 20:12:02 +02:00
version-bump.mjs initializing 2026-06-04 20:11:56 +02:00
versions.json version: updated esbuild, npm and version 2026-06-04 20:12:03 +02:00

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)