Sample Markdown files for the Bokuchi Editor — a free, offline Markdown editor for Windows, macOS, and Linux.
├── en/ # English
├── ja/ # Japanese (日本語)
├── zh-CN/ # Chinese, Simplified (简体中文)
├── zh-Hant/ # Chinese, Traditional (繁體中文)
├── id/ # Indonesian (Bahasa Indonesia)
├── vi/ # Vietnamese (Tiếng Việt)
├── images/ # Shared images (referenced by marp.md etc.)
└── README.md
Each language directory contains the same set of samples, translated.
| File | Description |
|---|---|
guide.md |
Editor features guide (tabs, zoom, themes, state persistence) |
var.md |
Local/global variables and templates |
checkbox.md |
Interactive checkboxes with editor sync |
code-syntax.md |
Syntax highlighting for various languages |
KaTeX.md |
Math rendering with KaTeX |
mermaid.md |
Diagram rendering with Mermaid |
marp.md |
Marp presentation slides |
project-template.md |
Project spec template using variables and checkboxes |
meeting-minutes.md |
Meeting minutes template with action tracking |
fushimi-inari-blog.md |
Blog-style sample with images and checklists |
table.md |
Compares the three Table Layout (Preview) modes side by side |
large.md |
Large document for performance/scroll testing (en only) |
- Variables — Define local/global variables for templating
- Checkboxes — Interactive in preview, auto-synced with editor
- Tabs / Zoom / Themes — Multi-file editing, adjustable zoom, dark/light mode
- KaTeX / Mermaid — Math and diagram rendering
- Marp — Presentation slides from Markdown
- Launch Bokuchi Editor
- Open any sample file
- Set variables if needed
- Check the preview and customize
- Variableize repeated info (project name, author, dates)
- Use global variables for org-wide info
- Templateize frequently used documents
Free to use.