Title: ViewMarkdown — Markdown Editor
Author: Peachfin Themes
Published: <strong>September 23, 2026</strong>
Last modified: September 23, 2026

---

Search plugins

![](https://ps.w.org/viewmarkdown-markdown-editor/assets/banner-772x250.png?rev=
3709915)

![](https://ps.w.org/viewmarkdown-markdown-editor/assets/icon.svg?rev=3709915)

# ViewMarkdown — Markdown Editor

 By [Peachfin Themes](https://profiles.wordpress.org/viewmarkdown/)

[Download](https://downloads.wordpress.org/plugin/viewmarkdown-markdown-editor.0.1.2.zip)

 * [Details](https://wordpress.org/plugins/viewmarkdown-markdown-editor/#description)
 * [Reviews](https://wordpress.org/plugins/viewmarkdown-markdown-editor/#reviews)
 *  [Installation](https://wordpress.org/plugins/viewmarkdown-markdown-editor/#installation)
 * [Development](https://wordpress.org/plugins/viewmarkdown-markdown-editor/#developers)

 [Support](https://wordpress.org/support/plugin/viewmarkdown-markdown-editor/)

## Description

ViewMarkdown brings a quiet split-pane Markdown workspace to Posts > ViewMarkdown.

Visit [ViewMarkdown](https://viewmarkdown.com/) for our free online Markdown editor
and converters.

 * Syntax-highlighted source editor with undo/redo and keyboard shortcuts.
 * Live preview rendered by the same server-side parser used for saving.
 * Headings, emphasis, links, images, lists, blockquotes, tables, and fenced code.
 * Markdown file import/export (UTF-8, maximum 256 KB).
 * WordPress Media Library insertion for users with upload permission.
 * Source-only, split, and preview layouts; focus mode and keyboard-resizable panes.
 * Explicit server saves and unsaved-draft recovery in the current browser tab.
 * Version checks to prevent stale ViewMarkdown tabs overwriting newer saved content.
 * Original Markdown stored in post metadata and included in WordPress revisions.
 * Normal WordPress publishing, scheduling, categories, and featured images.

ViewMarkdown saves sanitized HTML in a standard Custom HTML block. Published content
remains readable when ViewMarkdown is disabled. Your active theme controls typography.
A small stylesheet scoped to ViewMarkdown content keeps tables, quotes, and code
readable in the block editor and on published posts. Without the plugin, your theme
supplies all styling.

This first release supports posts created with ViewMarkdown. Existing non-Markdown
content is protected from conversion. If content is changed outside ViewMarkdown,
Markdown editing becomes read-only instead of overwriting it. It does not convert
arbitrary Gutenberg blocks back to Markdown.

Raw HTML and shortcodes are displayed as text. Task-list checkboxes, Mermaid, math,
front-matter metadata, two-way file sync, page-builder conversion, and automatic
remote image importing are not supported. Relative image paths must be replaced 
with WordPress media URLs or absolute URLs. Interface strings are translation-ready;
this release ships in English.

### Privacy

ViewMarkdown does not contact an AI service or collect telemetry. Markdown is sent
to your own WordPress REST API for preview and saving. Unsaved recovery copies use
sessionStorage, scoped to the current site, WordPress user, and post; they normally
disappear when the browser tab closes. Successfully saved copies are removed. Markdown
images load their referenced URLs in the preview and on the published page, which
can contact those image hosts. No images are automatically downloaded to the server.

Deleting or deactivating the plugin deliberately preserves posts and their Markdown
metadata, including revision history. Delete the relevant posts through WordPress
if you want that content removed.

### Development

Unminified JavaScript, CSS, dependency lockfile, and build instructions are included
in development/. Run npm ci followed by npm run build from that directory to reproduce
assets. No external script CDN is used. The editor uses WordPress’s bundled CodeMirror
library. No duplicate editor library is distributed.

## Screenshots

[⌊Markdown source and server-rendered preview side by side in WordPress.⌉⌊Markdown
source and server-rendered preview side by side in WordPress.⌉[

Markdown source and server-rendered preview side by side in WordPress.

[⌊Focus mode hides admin navigation and gives the document more room.⌉⌊Focus mode
hides admin navigation and gives the document more room.⌉[

Focus mode hides admin navigation and gives the document more room.

[⌊Preview-only layout for reading the formatted document.⌉⌊Preview-only layout for
reading the formatted document.⌉[

Preview-only layout for reading the formatted document.

## Installation

 1. Upload viewmarkdown-markdown-editor-0.1.2.zip through Plugins > Add Plugin > Upload
    Plugin.
 2. Activate ViewMarkdown.
 3. Open Posts > ViewMarkdown, write or import Markdown, and select Save draft.
 4. Select Review & publish to use WordPress’s normal publishing controls.
 5. Reopen saved Markdown using Edit Markdown in the Posts list.

## FAQ

### Does this automatically publish posts?

No. New posts are saved as drafts. Publishing happens through WordPress. Explicitly
saving an already published post updates its live content after confirmation.

### Does this save automatically?

It keeps an unsaved recovery copy in the current browser tab. Save draft or Cmd/
Ctrl+S explicitly saves to WordPress. This distinction avoids publishing edits merely
because you typed them.

### Does it work without an API key?

Yes. No third-party account, AI model, or API key is required.

### Why is a post read-only?

ViewMarkdown detected non-Markdown content or a change to the rendered content outside
this editor. Use the WordPress editor to preserve those changes. Export the Markdown
if you need to reconcile it in a new draft.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ViewMarkdown — Markdown Editor” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Peachfin Themes ](https://profiles.wordpress.org/viewmarkdown/)

[Translate “ViewMarkdown — Markdown Editor” into your language.](https://translate.wordpress.org/projects/wp-plugins/viewmarkdown-markdown-editor)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/viewmarkdown-markdown-editor/),
check out the [SVN repository](https://plugins.svn.wordpress.org/viewmarkdown-markdown-editor/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/viewmarkdown-markdown-editor/)
by [RSS](https://plugins.trac.wordpress.org/log/viewmarkdown-markdown-editor/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.2

 * Update Parsedown to stable 1.8.0.
 * Preserve replacement save locks when an earlier request finishes.

#### 0.1.1

 * Align the translation domain and release folder with the WordPress.org submission
   slug.

#### 0.1.0

Initial release candidate. Test on a staging copy of your site before broad deployment.

## Meta

 *  Version **0.1.2**
 *  Last updated **22 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.6 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [editor](https://wordpress.org/plugins/tags/editor/)[markdown](https://wordpress.org/plugins/tags/markdown/)
   [preview](https://wordpress.org/plugins/tags/preview/)[writing](https://wordpress.org/plugins/tags/writing/)
 *  [Advanced View](https://wordpress.org/plugins/viewmarkdown-markdown-editor/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/viewmarkdown-markdown-editor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/viewmarkdown-markdown-editor/reviews/)

## Contributors

 *   [ Peachfin Themes ](https://profiles.wordpress.org/viewmarkdown/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/viewmarkdown-markdown-editor/)