-
Notifications
You must be signed in to change notification settings - Fork 0
Home
317jamtay317 edited this page Jul 26, 2026
·
3 revisions
LiveMarkDownEditor is a live Markdown editor for Windows. You edit in a WYSIWYG surface —
formatting shows as formatting, never as raw # and * — while the file on disk stays plain
Markdown and updates live when it changes underneath you.
This wiki is the user guide: how to use each part of the app. For the feature list with pictures, see the README.
Start here:
- Getting Started — the window, your first document, saving
- Writing and Formatting — headings, emphasis, lists, links, code
- Tables — inserting one, adding and removing rows and columns
- Diagrams — Mermaid diagrams and the Diagram Builder
- Files, Folders and Tabs — opening, pinning, the folder workspace
- Finding and Navigating — find and replace, the outline, folding
- Panels and Layout — docking, auto-hide, and the source panel
- Live Updates and Conflicts — what happens when the file changes
- Pages, Printing and Export — page setup, PDF, HTML, print
- Spell Check — suggestions and your own dictionary
- Keyboard Shortcuts — the whole list
Reference documentation for the custom WPF controls the app is built from. This section is for contributors; you do not need it to use the editor.
- MarkdownRichEditor
- PageView
- DocumentSheetBackdrop
- PrintPreviewPages
- EditorGutter
- SourceGutter
- OutlinePanel
- FolderPanel
- PanelHeader
- PanelColumn
- CommandBarPanel
- CommandTip
- FindHighlightAdorner
- SpellCheckAdorner
- CodeShadingAdorner
- ChangeHighlightAdorner
- MermaidPreview
- MermaidDiagramView
- DiagramCanvas
- VideoPlayerView
Note on the source of truth. The domain's authoritative documents — UbiquitousLanguage and Invariants — live in the repository under
docs/, not here.
LiveMarkDownEditor
User guide
- Getting Started
- Writing and Formatting
- Tables
- Diagrams
- Files, Folders and Tabs
- Finding and Navigating
- Panels and Layout
- Live Updates and Conflicts
- Pages, Printing and Export
- Spell Check
- Keyboard Shortcuts
Controls
- MarkdownRichEditor
- PageView
- DocumentSheetBackdrop
- PrintPreviewPages
- EditorGutter
- SourceGutter
- OutlinePanel
- FolderPanel
- PanelHeader
- PanelColumn
- CommandBarPanel
- CommandTip
- FindHighlightAdorner
- SpellCheckAdorner
- CodeShadingAdorner
- ChangeHighlightAdorner
- MermaidPreview
- MermaidDiagramView
- DiagramCanvas
- VideoPlayerView