obsidian-latex-theorem-equation-referencer icon indicating copy to clipboard operation
obsidian-latex-theorem-equation-referencer copied to clipboard

A powerful indexing & referencing system for theorems & equations in your Obsidian vault.

Results 33 obsidian-latex-theorem-equation-referencer issues
Sort by recently updated
recently updated
newest added

Currently, Math Booster exposes the `mathIndex` variable. You can use it anywhere you can run javascript in your vault, for example dataviewjs, templaterjs, quickadd scripts, and the dev console. `mathIndex`...

enhancement

I found some interesting posts on Reddit: https://www.reddit.com/r/ObsidianMD/comments/viiwqc/linking_within_equations/ https://www.reddit.com/r/ObsidianMD/comments/yecouc/creating_links_for_variables_in_latex_equations/ This can be implemented as block metadata of form `def: ` and a command searches for the definition of a specific...

enhancement

As mentioned in docs, using %%label: name%% has no current effect, but might be used for pandoc later. Nevertheless I noticed 2 issues to be fixed 1) Using label adds...

bug

Sorry to be asking for something so specific but I don't see how to achieve it without a change to Math Booster and I think it makes a lot of...

enhancement

# Obsidian Debug Info SYSTEM INFO: Obsidian version: v1.5.8 Installer version: v1.4.14 Operating system: Windows 10 Pro 10.0.19045 Login status: logged in Catalyst license: none Insider build toggle: off Live...

Would it be possible to reference a math block inside another math block? As in, referring an equation inside another math block. Something of this sort ![image](https://github.com/RyotaUshio/obsidian-latex-theorem-equation-referencer/assets/97402159/228d4374-7157-40ab-9c7e-dd9bee7f4c69)

## Obsidian Debug Information SYSTEM INFO: Obsidian version: v1.5.3 Installer version: v1.5.3 Operating system: Windows 10 Home 10.0.22631 Login status: not logged in Insider build toggle: off Live preview: on...

Now the number of callout increased regardless of its category which looks like this Is it possible to auto number the callout according to its category? Here is an example:...

enhancement

It works in live preview but not in reading view. It seems to be caused by this line: https://github.com/RyotaUshio/obsidian-latex-theorem-equation-referencer/blob/978f8dc28459fb8c96bf5b732c0f0fa301e2eeea/src/theorem-callouts/renderer.ts#L286

bug