mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
- Parse `obsitex` YAML codeblocks (`eq-prefix: S` or `- eq-prefix: S`) using Obsidian's `parseYaml` API. - Inject document-level `eq-prefix` into equation tags rendered in Live Preview, Reading View, and PDF export. - Support prefixed ID generation (`% id: eq-S-xxxx`) for newly auto-generated equation tags. - Update equation ID regex patterns (`/eq-[\w.-]+/`) to support dots in prefixes. - Register hidden `obsitex` markdown codeblock processor and CSS rules (`.block-language-obsitex`) to hide instructions across views. - Implement `FileIO.read()` across `ActiveNoteIO` and `NonActiveNoteIO`. - Add unit tests for `obsitex` config parsing and `getEqNumberPrefix`. - Add user-facing and architectural documentation in `docs/features/equations.md` and `docs/configuration/settings.md`.
11 lines
411 B
JSON
11 lines
411 B
JSON
{
|
|
"id": "texcore",
|
|
"name": "TeXcore",
|
|
"version": "0.0.3.2",
|
|
"minAppVersion": "1.3.5",
|
|
"description": "Automatic equation numbering, Tex Diagrams rendering, and more to transforms your vault into a rich ecosystem for scientific drafting and study.",
|
|
"author": "Jovi Koikkara",
|
|
"authorUrl": "https://github.com/YouFoundJK",
|
|
"fundingUrl": "https://github.com/YouFoundJK",
|
|
"isDesktopOnly": true
|
|
}
|