mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
- Redesigned the settings tab to support structured categories (General, PDF Export, TikZJax, Custom Notes, and What's New) - Implemented a search-based filter in settings that dynamically hides/shows items and highlights matching terms - Added i18n support with `en.json` and a type-safe `t()` utility to handle localized sentence-case labels - Integrated a startup check and "What's New" modal to display the latest updates on first launch or version updates - Declared global `activeDocument` and `activeWindow` properties on the Window interface to ensure strict TypeScript type-safety - Fixed all ESLint issues including deprecated `display()` calls, manual HTML headings, sentence case warnings, and unused variables - Added documentation links support and a feedback footer at the bottom of the settings tab |
||
|---|---|---|
| .. | ||
| AppBuilder.test.ts | ||
| AppBuilder.ts | ||
| FileBuilder.test.ts | ||
| FileBuilder.ts | ||
| MockVault.test.ts | ||
| MockVault.ts | ||
| utils.test.ts | ||