Introduction
What's New
Version history and release notes.
v2.0.2
Clip the web. Capture AI.
Under Review
Right-click any page or AI chat and save it as clean Markdown — directly into your notes.
New Features
- Web Clipper Right-click to save or copy any page or selected text as Markdown. Saved notes open automatically in Side Panel
- AI Chat Extraction Captures output from Claude, ChatGPT, Grok, and Gemini as clean Markdown. Math, code, tables, and artifacts all preserved
- Comment Thread Extraction Structured Markdown from Hacker News, Reddit, and GitHub. Preserves nesting, authors, and timestamps
- Table Export: TSV Format Switched from CSV to TSV (tab-separated) for better paste compatibility with Excel, Google Sheets, and Slack
Bug Fixes
- Task List Conversion Converting selection to task list from toolbar no longer produces bullet lists instead
- Compare & Edit No longer shows false positives caused by invisible line break differences
- Table Toolbar Actions now target the correct table when multiple tables are present
- List Markers Parchment and CandleLight theme list markers are now visible
- Table Cell Backgrounds Light and Dark theme table cells are no longer transparent
- Find & Replace Fixed Japanese mistranslation and crash when replacing with empty text
- Security Stricter host validation, innerHTML sanitization, regex DoS protection, cookie value validation
v2.0.1
Small fix, big compatibility
Released
- DOCX Task Lists DOCX export now renders task lists with checkbox symbols (☐/☑) instead of plain bullets
v2.0.0
Write it, then ship it
Released
Everything you need to take your Markdown out of the browser — PDF, DOCX, PNG, HTML. Plus cleaner toolbars, smarter tables, and cross-window conflict resolution.
Export Suite
- PDF Export Page numbers, clickable table of contents, custom paper size (A4/Letter/A3) and margin presets — powered by Paged.js
- DOCX Export Images, Mermaid diagrams, math equations, and syntax highlighting all embedded. Open in Word and it just works
- PNG Export Capture any note as a high-resolution 2x Retina image
- HTML Export 3 CSS templates (GitHub / Compact / Academic). Self-contained: KaTeX and highlight.js inlined, no internet needed
- New Export Panel Pick format, scope (single note / archive / all notes), and settings in one place. Trash after export option included
Toolbar Redesign
- L1 / L2 Structure Common actions up front, advanced actions behind
···— less clutter, same power - Unified Icon System All icons migrated to Lucide — ~200 inline SVGs replaced with one consistent library
- 22 New Commands Word count, heading transforms, table operations, callout cycling — all accessible from the Command Palette
- Callout Type Switcher Cycle through NOTE/TIP/IMPORTANT/WARNING/CAUTION with
Ctrl+Shift+Aor the hover toolbar
Tables & UX
- Table Toolbar Expanded Sort columns, copy as CSV or Markdown, prettify alignment, and switch layout (Auto / Full Width / Equal Columns)
- Row & Column Highlight Active cell row and column both tinted — you always know where you are
- Footnotes Click a reference to jump to its definition, click back to return. Rebuilt with 4-layer guard against false positives in code blocks
- Appearance Popover Color theme and Typography (Standard / Compact / Academic) now in one popover — what you see is what exports
- Mode Popover Focus Mode, Fullscreen, Compare & Edit, and Open Side Panel unified into one header button
- Learn by Touch Empty notes show random tips, toolbar buttons show keyboard shortcuts on hover
Cross-Instance Compare
- Conflict Detection New Tab and Side Panel editing the same note? Changes are compared automatically when either window closes
- Visual Diff Inline green highlights for additions, side-by-side modal with character/word count and change-rate statistics
- Smart Normalization Trailing whitespace, line endings, and blank lines normalized — no false positives
Bug Fixes
- Strikethrough Typing
~~text~~now converts immediately as you type, including after IME input - PDF Warm Theme Borders Parchment/CandleLight themes no longer show stray borders in PDF output
- Mermaid Labels in HTML Export Diagram text labels no longer vanish after DOMPurify sanitization
- Syntax Highlighting in Export Code block colors now render correctly in all 3 HTML templates
v1.9.9
Export your writing, paste your data
Released
Structure inside, exits outside — PDF and HTML export, Excel table paste, and a color system rebuilt from the ground up.
Export Suite
- PDF Export Print to PDF via browser dialog — auto page breaks at H1,
---converted to page breaks - HTML Export Standalone HTML with GitHub-style CSS, embedded Mermaid SVGs, KaTeX math, syntax highlighting — zero external dependencies
- Batch HTML ZIP Export Archive notes or all notes as HTML in a single ZIP download
- Dark Mode Exported HTML auto-adapts to OS dark/light preference
- Ctrl+Shift+E Jump directly to the Export menu
Smart Table Paste
- Excel & Sheets Paste from Excel or Google Sheets — auto-detected as Markdown table
- Format Detection TSV, pipe-delimited, and RFC 4180 CSV with quoted fields supported
- Preview Modal Confirm before inserting — Enter to accept, Esc for plain text
Color System
- CSS Variable Migration 48 semantic color tokens in OKLCH replace hundreds of hardcoded branches — adding a 5th theme now means editing one file
- Warm Theme Polish Parchment/CandleLight Mermaid diagrams and syntax highlighting now use warm palette consistently
- WCAG AA Verified 4.5:1 contrast ratio confirmed across all 4 themes
UI & UX
- Tab Title Shows "Folder (count) | Mark It Down" — updates automatically
- Favicon Extension icon now visible in browser tab bar
- Paste as Table Command Palette command for direct clipboard-to-table conversion
Bug Fixes
- Header Scroll Fixed scroll position jumping when editing H1 headings
- Focus Mode Fixed first heading not reaching typewriter position and rAF scroll conflicts
- ESC Key Modals now close with ESC even during IME input or when unfocused
- PDF Title Tab title no longer overwritten during PDF export
v1.9.8
Redefining the moment you open
Released
Eliminating friction before you start writing — faster loading, warmer themes, smarter palette, and a place you can make your own.
Themes & Customization
- Parchment Theme Warm-tone palette (WCAG AAA) with tracing paper effect — the editor as a room, not just a tool
- CandleLight Theme Dark warm-tone companion — Mermaid and KaTeX also render in warm palette
- Background Texture Tile your own PNG/JPEG/WebP as editor background (Settings > Display)
- Wax Seal Full-screen animation on first launch (click to skip). Theme switching uses smooth CSS transitions
Performance & Focus
- Progressive Loading 50KB+ docs open instantly — first ~5KB renders, rest loads in background (89-96% faster)
- Focus Mode Polish Glassmorphism toolbar, 2px scrollbar, smoother header transitions
- TOC UI Drag handles appear on hover, heading-level font sizing (H1 14px → H4+ 11px)
Command Palette
- Smart Search Fuse.js scoring with 20% snippet boost — "Table" now finds Insert Table first
- Alert Indicators Color dots for NOTE/TIP/WARNING/IMPORTANT/CAUTION before you insert
- Syntax Previews Descriptions show what gets inserted:
graph TD— Decision flows with arrows - Settings in Palette Switch themes, toggle Inline Math / Trailing Spaces without opening Settings
Editor & Diagrams
- Settings + Help Unified Gear + ? merged into one 4-tab modal: Settings / Shortcuts / Markdown / Tips
- Mermaid All 19 Types 5 missing types fixed, 10 new snippets: ER, Journey, Pie, GitGraph, Mindmap, Timeline, Sankey, XY, C4, Packet
- Math PNG Export Save KaTeX blocks as Retina 2x PNG from hover toolbar
- Mermaid Hover Toolbar Auto-hide in separate tab — 28px trigger zone at viewport top
- Crepe Menu Polish Dark mode selection fix, backdrop-blur, icon tooltips (i18n)
Onboarding
- Welcome Note First launch shows a sample note with Mermaid diagram, shortcuts, checklist — auto EN/JA
- Contextual Hints 3 progressive hints: Command Palette (5 min), Side Panel (3 sessions), folder tips
- Import Highlight Imported notes glow teal in sidebar until opened
Bug Fixes
- TOC on Windows Fixed heading extraction failing on
\r\nline endings - Copy as Text LaTeX
$...$and escape characters now stripped correctly - Dollar Amounts
$50no longer misidentified as LaTeX - Multi-file Import All files now import correctly (fixed live FileList reference)
- Light Theme Toolbar Floating toolbar icons now visible on light backgrounds
v1.9.7
Note navigation & inline code
Released
- Note Navigation
Ctrl+Alt+PgUp/PgDnto jump between notes in the same folder - Inline Code Copy Double-click backtick code to copy to clipboard
v1.9.6
Footnotes & emoji shortcodes
Released
- Footnotes Academic-style
[^label]with click-to-jump - Emoji Shortcodes Type
:smile:to insert 😄
v1.9.5
Copy options & version restore
Released
- Copy Dropdown "Copy as MD" and "Copy as Text" in one menu
- Version Restore Restore notes to previous versions from Git history
- Git Status Dots Green for new, yellow for modified, with diff button
v1.9.4
TOC reordering & breadcrumbs
Released
- TOC Reordering Drag & drop or keyboard shortcuts to restructure headings
- Breadcrumbs See current heading path, click to jump to any ancestor
v1.9.3
Fuzzy search & word count
Released
- Fuzzy Search Typo-tolerant, single CJK character search
- Timestamp Last modified date/time on each note
- Selection Word Count Characters and words for selected text (CJK-aware)
v1.9.2
Table editing
Released
- Tables Insert, sort, CSV export, drag to reorder rows
- Keyboard Navigation Heading jump (
Ctrl+↑/↓), page scroll
v1.9.1
Word count & large files
Released
- Word Count Characters, words (CJK-aware), reading time
- Large Files 300KB+ shows choice dialog
v1.9.0
Math (LaTeX) support
Released
- Math Rendering Inline
$...$, block$$...$$, with enlarge button - Cross-Platform Keys Mac vs Windows/Linux shortcut symbols
v1.8.0
Find & Replace, auto-linking
Released
- Find & Replace Search and replace across your note
- Auto-Linking URLs and emails become clickable automatically
v1.7.0
Keyboard-first & Git sync status
Released
- Keyboard-First Panel shortcuts and arrow key navigation
- Git Sync Status Auto-fetch on startup, remote update banner
v1.6.0
Command Palette & 95% faster startup
Released
- Command Palette VS Code-style with 50+ commands
- Focus Mode Typewriter scroll and 3-level dimming
- 95% Faster Startup Bundle: 698KB → 84KB
v1.5.0
Large docs & Mermaid
Released
- Large Docs 57% faster loading for 100KB+ files
- Rich Content Callouts, anchors, LaTeX, Mermaid zoom
v1.4.0
Smart TOC & data safety
Released
- Smart TOC Highlights current section while scrolling
- Data Safety 3-layer auto-save protection
v1.3.0
Git fetch & multi-keyword search
Released
- Git Fetch Check remote state without modifying local
- Multi-keyword Search AND search with highlights
v1.2.0
Conflict detection & wide screen
Released
- Conflict Detection 4-level risk indicators for Git sync
- Wide Screen Sidebar/TOC outside content on 1600px+
Ready to write?
Available as a Chrome extension. No account required.