You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings: Conversion options (checkboxes for various settings)
Left Pane (DOCX Preview)
Displays original document content
Shows document title
Lists segments in order
Read-only view
Middle Pane (Segment Inspector)
DataGrid with all document segments
Interactive column headers
Sortable columns
Editable exclusion checkboxes
Displays diagnostic counts
Row selection syncs other panes
Right Pane (Markdown Preview)
Toggle button for Rendered/Raw view
Rendered mode: Rich Markdown display
Raw mode: Editable text with monospace font
Scrollable content
Live updates
Status Bar
Shows current operation
Document load status
Segment and diagnostic counts
Error messages
Interaction Flow
User Opens File
β
File Dialog β Select DOCX
β
Parse Document
β
βββ Update DOCX Preview (Left)
βββ Populate Segment Inspector (Middle)
βββ Render Markdown Preview (Right)
β
User Selects Segment in Inspector
β
βββ Highlight in DOCX Preview*
βββ Scroll to in Markdown Preview*
(* Future enhancement)
Settings Integration
User Changes Setting (e.g., "Infer Headings")
β
OnSettingsChanged event
β
If document loaded:
β
βββ Recreate converter with new settings
βββ Reconvert document
βββ Update all panes
β
Status: "Document reconverted with new settings."