takeshy1k downloadsA modern WYSIWYG Markdown editor. Edit your notes with a rich text interface while keeping pure Markdown.
A modern WYSIWYG Markdown editor plugin for Obsidian. Edit your notes with a rich text interface while keeping pure Markdown.

Edit your Markdown files visually with a familiar word processor-like interface. The editor automatically converts between Markdown and rich text format.
Ctrl/Cmd + B)Ctrl/Cmd + I)Ctrl/Cmd + K)Inline Code (Ctrl/Cmd + J)Ctrl/Cmd + U)Ctrl/Cmd + Alt + 1)Ctrl/Cmd + Alt + 2)Ctrl/Cmd + Alt + 3)Ctrl/Cmd + Alt + 0)Ctrl/Cmd + Alt + 8)Ctrl/Cmd + Alt + 7)Ctrl/Cmd + Alt + 9)Tab)Shift + Tab)Ctrl/Cmd + Alt + .)Tab / Shift+TabEnter: Insert line break within cellShift+Enter: Move to next cell (adds new row at end)Tab at last cell: Exit tableCtrl/Cmd + K) with text and tooltiphttps://github.com/takeshy/obsidian-wysimarkmain.js, manifest.json, styles.css from releaseswysimark-editor folder in .obsidian/plugins/# Development mode with watch (auto-rebuilds on changes)
npm run dev
# Production build with TypeScript type checking and minification
npm run build
This plugin is built using Wysimark, an excellent open-source WYSIWYG Markdown editor. Special thanks to @thesunny for creating and maintaining this fantastic library. Wysimark is licensed under the MIT License.
MIT
takeshy