No description
Find a file
JK 31008d1443 refactor: remove legacy equation and search modules; update imports for new feature structure
- Deleted `numbering.ts`, `reading-view.ts`, and `core.ts`, removing outdated logic for equation numbering and search.
- Updated `main.ts` to use new import paths under `features/` directory.
- Removed references to deleted modules and ensured all imports reflect the reorganized feature-based structure.
- Internal refactor to modularize and modernize the codebase; no user-facing features affected.
2026-06-04 20:12:02 +02:00
.github refactor: improve equation numbering logic and consistency across views 2026-06-04 20:12:02 +02:00
docs initializing 2026-06-04 20:11:56 +02:00
src refactor: remove legacy equation and search modules; update imports for new feature structure 2026-06-04 20:12:02 +02:00
styles initializing 2026-06-04 20:11:56 +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 initializing 2026-06-04 20:11:56 +02:00
LICENSE initializing 2026-06-04 20:11:56 +02:00
manifest-beta.json refactor: improve equation numbering logic and consistency across views 2026-06-04 20:12:02 +02:00
manifest.json refactor: improve equation numbering logic and consistency across views 2026-06-04 20:12:02 +02:00
package-lock.json initializing 2026-06-04 20:11:56 +02:00
package.json feat: remove MathLinks integration and related code 2026-06-04 20:12:02 +02:00
README.md refactor: improve equation numbering logic and consistency across views 2026-06-04 20:12:02 +02:00
styles.scss initializing 2026-06-04 20:11:56 +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 initializing 2026-06-04 20:11:56 +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.