Hybrid live rendering
Switch between Live, Read, and Source modes without giving up Markdown control.
FkeMark Docs
Local .md files, hybrid live rendering, and three editing modes for long-form writing, project notes, and documentation.
Switch between Live, Read, and Source modes without giving up Markdown control.
Notes remain plain .md files on disk, ready for Git, sync tools, or other editors.
Tune themes, fonts, width, radius, focus mode, and typewriter mode for different writing tasks.
Chinese and English pages share the same theme, navigation, and version menu.
The docs build to static files and are ready for Cloudflare Pages.
VitePress Theme Teek adds code blocks, article info, back-to-top, and grouped footer links.
# Today’s project notes
- [x] Collect requirements
- [x] Write docs
- [ ] Deploy to Cloudflare Pages
> Your files stay local and portable.
```ts
const mode = 'Live + Source'
```
The docs focus on local files, long-form reading, editing flow, layout checks, and static publishing instead of noisy marketing panels.
Open your local workspace while keeping the existing Markdown directory structure.
Use Source for precise syntax and Live for fewer formatting interruptions.
Use Read mode or split view to check headings, tables, code blocks, and images.
Build the docs as static files and deploy them with Cloudflare Pages.
Common Markdown blocks render while you type, which fits everyday writing and tutorials.
Best for daily writingHide editing noise and check hierarchy, rhythm, and readability.
Best for final reviewReturn to source when you need exact syntax, tables, links, or batch changes.
Best for structure editsStart with the usage guide, check syntax and shortcuts, or jump directly to the Cloudflare Pages deployment setup.