mirror of
https://github.com/georgrasumov/Obsidian-Latex-Equation-References.git
synced 2026-07-22 06:44:34 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian References Plugin
An Obsidian plugin that makes Numbering LaTeX equations easier:
- Automatically numbers equations (
\tag{N}) based on%\label{...}comments. - Replaces
\ref{...}with a prefix and the equations numbering.
Features
-
Automatic numbering
Every equation with a%\label{key}comment is assigned a sequential number, and a\tag{N}is inserted or updated automatically. -
Live references
In Live Preview mode,\ref{key}is displayed asEquation N(or whatever prefix you choose).
When your cursor enters the reference, the raw\ref{key}text is shown for editing. -
Customizable prefix
Configure the word shown before the number (e.g.Equation,Eq.,Gleichung).
Usage
- write %\label{uniqeID} at the end of a line in an equation enviroment
- write \ref{uniqueID} in your Text so that a Reference to this Equation is displayed