WP Manifestindependent plugin directory
manifest / editor / rawmark

Rawmark releases

Rawmark: raw three-pane WordPress editor (HTML, CSS, JS), no theme involved. Flag a Page or Post to render it standalone. JS is optional, fully yours when used. Also ships reusable live Snippets, a site-wide post template, shared headers/footers, and a post-loop marker for listing posts, resolved server-side.

by Rawmark · github.com/sumitislearning/rawmark · website

0stars
8release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/sumitislearning/rawmark/releases/download/v0.3.1/rawmark-v0.3.1.zip

Readme

Rawmark

Build a page by writing raw HTML, CSS, and JS in a split-pane editor with a live preview. Publishes a clean standalone document with no theme wrapper.

  • Requires at least: WordPress 6.4
  • Requires PHP: 8.0
  • Version: 0.1.0
  • License: GPLv2 or later

Description

Rawmark adds a three-pane code editor (HTML / CSS / JS, powered by CodeMirror) to WordPress pages, with a live preview pane. Published output renders as a clean standalone document — no theme header/footer wrapper — via a linked-snippets system (rawmark_snippet post type) supporting header/footer placement and per-page composition.

No runtime PHP dependencies — Composer is dev-only tooling (PHPUnit).

Development

npm install
npm run build     # esbuild bundle
npm run watch      # esbuild watch mode
npm test           # vitest
composer install
vendor/bin/phpunit  # PHPUnit + wp-phpunit, requires a reachable WP test database

assets/dist/ is committed (not gitignored) — the plugin's real-world install path is zipping the raw repo folder, which never ran npm run build itself. Any change to assets/src/ needs a matching npm run build in the same commit.

License

GPL-2.0-or-later

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v0.3.1 Aug 7, 2026 SKILL.md 1
v0.3.1 Aug 7, 2026 rawmark-v0.3.1.zip 3
v0.3.0 Aug 7, 2026 rawmark-v0.3.0.zip 2
v0.3.0 Aug 7, 2026 SKILL.md 0
v0.2.0 Aug 6, 2026 rawmark-v0.2.0.zip 1
v0.2.0 Aug 6, 2026 SKILL.md 0
v0.1.0 Aug 4, 2026 rawmark-v0.1.0.zip 2
v0.1.0 Aug 4, 2026 SKILL.md 0