Skip to content

Pictovap 0.7.0

Choose a tag to compare

@yoldaolmak yoldaolmak released this 17 Jul 14:55

Gutenberg is now a first-class input

Pictovap can now create a visual plan directly from a WordPress Gutenberg post:

pictovap plan --wordpress-post 42 --wordpress-site publisher --output plan.json --report report.md

The command reads the post through WordPress REST API edit context, preserves heading targets for a later publish step, and makes no changes to the post. Markdown remains supported for developer and static-site workflows.

Also included

  • New contributor launchpad and standalone plugin scaffold contribution guides
  • Type checking, coverage threshold, and Markdown quality gates in CI