gabriele-cusato_HandTranscr.../HandTranscriptMd/src
gabriele-cusato c1dc48ab28 fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1
- 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
2026-03-28 20:04:42 +01:00
..
locales modifiche qos al progetto 2026-03-25 12:56:22 +01:00
drawing-canvas.ts fix: collapse/expand animation uses img.naturalWidth for correct height calculation 2026-03-28 19:03:17 +01:00
editor-view.ts fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1 2026-03-28 20:04:42 +01:00
embed.ts fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1 2026-03-28 20:04:42 +01:00
i18n.ts fix: apply all required Obsidian community plugin bot fixes 2026-03-28 00:54:31 +01:00
main.ts fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1 2026-03-28 20:04:42 +01:00
md-parser.ts fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1 2026-03-28 20:04:42 +01:00
parser.test.ts fix: apply all required Obsidian community plugin bot fixes 2026-03-28 00:54:31 +01:00
recognizer.ts fix: apply all required Obsidian community plugin bot fixes 2026-03-28 00:54:31 +01:00
settings.ts fix: collapse/expand animation uses img.naturalWidth for correct height calculation 2026-03-28 19:03:17 +01:00
svg-utils.ts fix: resolve ESLint errors, fix parser empty values and TABLE rows, bump to 1.0.1 2026-03-28 20:04:42 +01:00