feature/markdown-syntax-check-linux-presenter #8

Merged
brenno merged 2 commits from feature/markdown-syntax-check-linux-presenter into main 2026-06-15 22:09:40 +00:00
Owner

Summary

Changes

Checklist

  • make check passes (format-check, analyze, full test suite).
  • Added/updated tests for the behaviour I changed.
  • New UI strings go through context.l10n.d('…') and are translated in
    every supported language (nl/en/it/de/fr/es/fy/pap).
  • If I changed how anything is stored, I updated
    docs/FILE_FORMAT.md.
  • Docs updated where relevant (README / docs/).

Notes for reviewers

## Summary <!-- What does this change do, and why? Link any related issue (e.g. "Closes #123"). --> ## Changes <!-- Bullet the notable changes. --> - ## Checklist - [x] `make check` passes (format-check, analyze, full test suite). - [x] Added/updated tests for the behaviour I changed. - [x] New UI strings go through `context.l10n.d('…')` **and** are translated in every supported language (nl/en/it/de/fr/es/fy/pap). - [x] If I changed how anything is stored, I updated [`docs/FILE_FORMAT.md`](../docs/FILE_FORMAT.md). - [x] Docs updated where relevant (README / docs/). ## Notes for reviewers <!-- Anything that needs extra attention, screenshots, or manual test steps (e.g. dual-screen presenting or drawing, which need real hardware). -->
brenno added 2 commits 2026-06-15 22:08:36 +00:00
Add markdown syntax validation and fix Linux dual-screen presenter teardown.
Some checks are pending
CI / Format · Analyze · Test (push) Waiting to run
3c8eda6fd9
Markdown mode now validates deck structure before apply, highlights issues by line, and allows proceeding after a warning. Dual-screen exit closes the audience window once and avoids Linux embedder crashes from duplicate teardown.

Co-authored-by: Cursor <cursoragent@cursor.com>
Fix markdown editor gutter scroll sync without sharing ScrollController.
Some checks failed
CI / Format · Analyze · Test (push) Has been cancelled
CI / Format · Analyze · Test (pull_request) Has been cancelled
986aba99e5
The line-number gutter now follows the TextField scroll offset via Transform.translate so Flutter no longer attaches one controller to two scroll views.

Co-authored-by: Cursor <cursoragent@cursor.com>
brenno merged commit 6d90e7d7b4 into main 2026-06-15 22:09:40 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LibreKAT/Ocideck#8
No description provided.