mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
No description
- 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. |
||
|---|---|---|
| .github | ||
| docs | ||
| src | ||
| styles | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest-beta.json | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.scss | ||
| 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.