mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
No description
Major fixes including: - fix(pdf): remove legacy rendering hack that caused export failures in newer Obsidian versions - fix(core): ensure auto-injected IDs and tags correctly inherit callout indentation (fixes "zombie lines" and broken previews) - feat: add "Fix callout equations in active note" command to repair existing malformed content - refactor: centralize callout parsing logic in `src/utils/parse.ts` for SOLID/DRY compliance |
||
|---|---|---|
| .github | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest-beta.json | ||
| 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)