Skip to content

[codex] Use wp-extensions markdown editor release - #3648

Merged
adamziel merged 1 commit into
adamziel/wasm-wordpress-plugin-apifrom
codex/use-wp-extensions-markdown-editor-release
May 16, 2026
Merged

[codex] Use wp-extensions markdown editor release#3648
adamziel merged 1 commit into
adamziel/wasm-wordpress-plugin-apifrom
codex/use-wp-extensions-markdown-editor-release

Conversation

@adamziel

Copy link
Copy Markdown
Collaborator

Stacked on #3624.

What changed

  • Replace the local sqlite-markdown extension compile project with the Markdown Editor runtime release published from adamziel/wp-extensions.
  • Add playground-cli:download-edit-markdown-runtime to download markdown-editor-latest/wp-markdown-editor.zip during CLI builds.
  • Mount the released markdown-editor directory as wp-content/mu-plugins and load its sqlite_markdown PHP 8.4 manifest.
  • Remove the php-toolkit submodule from Playground and ignore the generated release cache.

Notes

  • The current wp-extensions release only ships a PHP 8.4 sqlite_markdown artifact, so edit-markdown now defaults to PHP 8.4 and rejects other PHP versions.

Testing

  • npx nx run playground-cli:download-edit-markdown-runtime
  • npx nx run playground-cli:typecheck
  • npx nx run playground-cli:build
  • npx nx run playground-cli:lint
  • git submodule update --init isomorphic-git
  • npx nx run playground-cli:test-playground-cli
@adamziel
adamziel merged commit 61ac648 into adamziel/wasm-wordpress-plugin-api May 16, 2026
52 of 53 checks passed
@adamziel
adamziel deleted the codex/use-wp-extensions-markdown-editor-release branch May 16, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant