mirror of
https://github.com/gabriele-cusato/HandTranscriptMd.git
synced 2026-07-22 14:30:25 +00:00
- Fix collapse/expand animation: use img.naturalWidth (actual SVG viewBox width)
instead of settings.canvasWidth, which could differ when the canvas auto-widened
on wide screens; add WAAPI animation replacing CSS height transition
- Add resolveJsonModule to tsconfig to fix i18n.ts JSON import typing errors
- Cast JSON.parse results to explicit types in embed.ts and svg-utils.ts
- Replace Vault.delete() with FileManager.trashFile() in embed.ts and editor-view.ts
- Remove unused MarkdownView import from main.ts
- Remove stale eslint-disable comments on WAAPI style assignments
- Fix md-parser: preserve empty comma-separated values in LIST, NUMLIST, CHECK
and TABLE headers (removed .filter(item => item))
- Fix md-parser TABLE: remove body-row continuation (rows ending with comma were
merged with the next line, causing multiple rows to collapse into one)
- Bump version to 1.0.1 in manifest.json, package.json, versions.json
|
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| eslint.config.mjs | ||
| eslint.config.mts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||