Quick Start
FkeMark is a desktop Markdown editor built around one goal: keep files as normal .md documents while making editing feel closer to the final article.
Three-minute workflow
- Open FkeMark.
- Choose a local folder as your document workspace.
- Create or open a
.mdfile. - Switch between
Live,Read, andSourcemodes. - Use split view for comparison, or enable focus/typewriter mode for long writing sessions.
Why local files?
Your notes do not depend on a database or an account. Any editor, Git workflow, or sync tool that can read Markdown can keep using the same files.
Core concepts
| Concept | Purpose | Best for |
|---|---|---|
| Live | Hybrid live rendering while editing | Daily writing, tutorial drafts |
| Read | Read-only preview for final review | Proofreading, demos, layout checks |
| Source | Plain Markdown source | Precise syntax control, batch edits |
| Split view | Source and preview side by side | Long articles, tables, code blocks |
Documentation nodes
| Group | Pages | Use them for |
|---|---|---|
| Start | Install & Build, Usage | Installation, folders, and daily writing |
| Editing | Editing Guide, Markdown Syntax, Toolbar, Shortcuts | Writing, inserting, searching, and speeding up |
| Configuration | Settings, Clear Blue Theme, Deploy Docs, Changelog | UI tuning, docs deployment, and versions |
Next steps
- First install: read Install & Build.
- Start with the workflow: read Usage.
- Learn editing: read Editing Guide.
- Check syntax: read Markdown Syntax.
- Learn buttons: read Toolbar.
- Speed up writing: read Shortcuts.
- Tune the app: read Settings.
- Review the visual system: read Clear Blue Theme.
- Deploy the docs: read Deploy Docs.
- Check release links: read Changelog.