No description
Find a file
2026-02-15 15:08:16 +01:00
.editorconfig initial Implementation 2025-08-27 21:57:41 +02:00
.eslintignore initial Implementation 2025-08-27 21:57:41 +02:00
.eslintrc initial Implementation 2025-08-27 21:57:41 +02:00
.gitignore initial Implementation 2025-08-27 21:57:41 +02:00
.npmrc initial Implementation 2025-08-27 21:57:41 +02:00
esbuild.config.mjs initial Implementation 2025-08-27 21:57:41 +02:00
LICENSE Add LICENSE file 2025-08-27 22:02:55 +02:00
main.ts use type instead of class for labels 2026-02-15 15:08:16 +01:00
manifest.json minor improvements 2026-02-15 14:03:14 +01:00
package-lock.json added codemirror/view dependency 2025-12-20 22:41:58 +01:00
package.json minor improvements 2026-02-15 14:03:14 +01:00
README.md minor changes 2025-08-27 22:29:31 +02:00
tsconfig.json initial Implementation 2025-08-27 21:57:41 +02:00
version-bump.mjs initial Implementation 2025-08-27 21:57:41 +02:00
versions.json initial Implementation 2025-08-27 21:57:41 +02:00

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 as Equation 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