No description
Find a file
JK 06ffb81f65 feat: Quick Preview external dependency removed
- Added new modules for Quick Preview:
  - `hoverParent.ts`, `patcher.ts`, `popoverManager.ts`, `types.ts`, and `utils.ts`.
- Updated `declarations.d.ts` with reusable `Suggestions` interface for type safety.
- Removed `obsidian-quick-preview` dependency from `main.ts`.
- Integrated internal Quick Preview patcher for `LinkAutocomplete` and `MathSearchModal`.
- Improved item normalization for precise linking via block IDs.
- Enhanced modularity and user experience with better hover popover management.
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 feat: Quick Preview external dependency removed 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 refactor: remove legacy styles and enhance search functionality 2026-06-04 20:12:03 +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
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.