Add rich text mode for bullets slides #13

Merged
brenno merged 1 commit from codex/rich-text-bullets-editor into main 2026-06-20 15:51:07 +00:00
Owner

Summary

  • add a rich text editor option for bullets slides using the existing MarkdownNotesEditor
  • preserve and render rich text content safely, including dash separator handling
  • keep editor focus after toolbar formatting actions

Verification

  • flutter test test/bullets_editor_test.dart test/deck_markdown_dashes_test.dart test/editor_user_notes_test.dart test/markdown_editor_focus_test.dart test/markdown_round_trip_test.dart test/slide_list_panel_test.dart
  • flutter analyze: reports existing info-level deprecated onReorder usage in lib/widgets/editors/bullets_editor.dart
## Summary - add a rich text editor option for bullets slides using the existing MarkdownNotesEditor - preserve and render rich text content safely, including dash separator handling - keep editor focus after toolbar formatting actions ## Verification - flutter test test/bullets_editor_test.dart test/deck_markdown_dashes_test.dart test/editor_user_notes_test.dart test/markdown_editor_focus_test.dart test/markdown_round_trip_test.dart test/slide_list_panel_test.dart - flutter analyze: reports existing info-level deprecated onReorder usage in lib/widgets/editors/bullets_editor.dart
Add rich text mode for bullets slides
Some checks failed
CI / Format · Analyze · Test (push) Waiting to run
CI / Format · Analyze · Test (pull_request) Has been cancelled
d9a18171d6
brenno merged commit 28c721f32b into main 2026-06-20 15:51:07 +00:00
Sign in to join this conversation.
No description provided.