A lightweight, offline-first Markdown editor .
一款精美的轻量级 Markdown 编辑器,离线可用。
Download (Windows x64): Releases
下载(Windows x64): 发布页
- Real-time preview / 实时预览 — Split, edit-only, or preview-only views
- File tree & drag-and-drop / 目录树与拖放 — Browse drives, open
.md/.markdown/.txt - Bookmarks & recent files / 收藏与历史 — Persistent file paths in local app data
- Light & dark themes / 明暗主题 — “Light Cone” amber-on-void palette
- Math & extensions / 数学与扩展 — KaTeX, task lists, footnotes, admonition blocks
- Local-first / 本地优先 — Bundled assets, no CDN; works without internet after install
- Auto-update / 自动更新 — Signed updates via GitHub
latest.json(Windows) - Small installer / 安装包小 — ~3.4 MB NSIS setup (x64)
| Desktop / 桌面 | Tauri 2 (Rust) |
| UI / 界面 | Vanilla JavaScript |
| Markdown / 解析 | markdown-it (+ task lists, mark, footnote, container) |
| Math / 公式 | KaTeX |
| Fonts / 字体 | Space Mono, JetBrains Mono (bundled) |
- Download
Chronoscribe_1.0.0_x64-setup.exefrom Releases. - Run the installer (English UI). Optional: desktop shortcut, run after install, set as default Markdown opener.
从 Releases 下载安装包,按向导安装即可。安装完成后可直接启动;
Requirements / 系统要求: Windows 10/11, x64, WebView2 (installer can fetch runtime if missing).
Light Cone / 光锥之外
- Background / 背景:
#050508 - Accent / 强调:
#FFAA00 - Effects / 特效: CRT scanlines, phosphor glow
- Fonts / 字体: Space Mono + JetBrains Mono
- Headings, emphasis, links, images, blockquotes, lists, horizontal rules
- Task lists (GFM-style), tables, footnotes
- Container blocks: note, warning, tip, danger
- Inline and display math (
$…$,$$…$$) via KaTeX
Inspired by Typora, MarkText, Obsidian, and the Wheeler–DeWitt equation.
Built with Tauri.