Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Wysimark Editor

takeshytakeshy1k downloads

A modern WYSIWYG Markdown editor. Edit your notes with a rich text interface while keeping pure Markdown.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates36

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

Screenshot

Features

Rich Text Editing

Edit your Markdown files visually with a familiar word processor-like interface. The editor automatically converts between Markdown and rich text format.

Text Formatting

  • Bold (Ctrl/Cmd + B)
  • Italic (Ctrl/Cmd + I)
  • Strikethrough (Ctrl/Cmd + K)
  • Inline Code (Ctrl/Cmd + J)
  • Underline (Ctrl/Cmd + U)

Headings

  • Heading 1 (Ctrl/Cmd + Alt + 1)
  • Heading 2 (Ctrl/Cmd + Alt + 2)
  • Heading 3 (Ctrl/Cmd + Alt + 3)
  • Normal paragraph (Ctrl/Cmd + Alt + 0)

Lists

  • Bullet lists (Ctrl/Cmd + Alt + 8)
  • Numbered lists (Ctrl/Cmd + Alt + 7)
  • Task/Check lists (Ctrl/Cmd + Alt + 9)
  • Increase indent (Tab)
  • Decrease indent (Shift + Tab)

Block Elements

  • Block quotes (Ctrl/Cmd + Alt + .)
  • Code blocks with syntax highlighting
  • HTML blocks (iframe, video embeds, etc.) - displayed as read-only blocks and preserved as raw HTML

Tables

  • Insert tables from toolbar
  • Navigate cells with Tab / Shift+Tab
  • Enter: Insert line break within cell
  • Shift+Enter: Move to next cell (adds new row at end)
  • Tab at last cell: Exit table

Links and Images

  • Insert links (Ctrl/Cmd + K) with text and tooltip
  • Edit existing links (URL, text, and tooltip)
  • Selected text becomes link text automatically
  • Insert images from URL
  • Insert images from local files (saved to vault)

Other Features

  • Frontmatter Support: YAML frontmatter (properties) at the beginning of files is preserved but hidden from the editor
  • Auto-save: Changes are automatically saved with a 1-second debounce
  • Reload button: Click the 📥 button to reload the file from Obsidian (useful when the file is modified externally)

Installation

BRAT (Recommended)

  1. Install BRAT plugin
  2. Open BRAT settings → "Add Beta plugin"
  3. Enter: https://github.com/takeshy/obsidian-wysimark
  4. Enable the plugin in Community plugins settings

Manual

  1. Download main.js, manifest.json, styles.css from releases
  2. Create wysimark-editor folder in .obsidian/plugins/
  3. Copy files and enable in Obsidian settings

Usage

  1. After enabling the plugin, a Wysimark panel will appear in the right sidebar
  2. Click on any Markdown file in your vault to open it in the Wysimark editor
  3. Edit your content using the toolbar or keyboard shortcuts
  4. Changes are saved automatically

Development

Build Commands

# Development mode with watch (auto-rebuilds on changes)
npm run dev

# Production build with TypeScript type checking and minification
npm run build

Technology Stack

  • Editor: Wysimark (built on Slate.js + React)
  • UI Framework: React 19 with Emotion for styling
  • Build: esbuild

Credits

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.

License

MIT

Author

takeshy

89%
HealthExcellent
ReviewSatisfactory
About
Edit notes with a WYSIWYG rich-text interface while preserving the underlying Markdown source. Apply familiar formatting and block elements (headings, lists, code blocks, tables, HTML embeds), insert links and images, and keep YAML frontmatter hidden and preserved with auto-save and a reload option.
EditingMarkdownFormatting
Details
Current version
1.0.35
Last updated
3 days ago
Created
5 months ago
Updates
36 releases
Downloads
1k
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
takeshytakeshy
github.com/takeshy
GitHubtakeshy
  1. Community
  2. Plugins
  3. Editing
  4. Wysimark Editor

Related plugins

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

List Callouts

Create simple callouts in lists.

Columns

Create columns in Markdown.

Image Captions

Add captions to images with inline Markdown and link support. The caption format is compatible with the Commonmark spec and other Markdown applications.

Symbols Prettifier

Prettify the symbols with actual symbols you commonly type, like arrows.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.