mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
- Excluded `tikzjax-assets/` directory from production release configurations in `package.json` to reduce package size from ~11MB to under 1.2MB. - Generated `assets-manifest.ts` containing static list of 210+ LaTeX dependencies to resolve package lists statically. - Implemented dynamic downloader in `loader.ts` using Obsidian `requestUrl` to fetch missing TeX files on-demand from CDN and save them locally. - Integrated `showNotice` notifications to notify users about download initiation, completion, and error states. - Implemented lazy font loading in `renderer.ts` to download `tikzjax.css` dynamically on first render. - Resolved worker typescript type overload matching compiler issue. - Satisfied Obsidian release policies by removing unnecessary console logs and direct `Notice` constructor calls.
11 lines
344 B
JSON
11 lines
344 B
JSON
{
|
|
"id": "texcore",
|
|
"name": "TeXcore",
|
|
"version": "0.0.1",
|
|
"minAppVersion": "1.3.5",
|
|
"description": "Automatic equation numbering, Tex Diagrams rendering, and more for Obsidian.md.",
|
|
"author": "Jovi Koikkara",
|
|
"authorUrl": "https://github.com/YouFoundJK",
|
|
"fundingUrl": "https://github.com/YouFoundJK",
|
|
"isDesktopOnly": true
|
|
}
|