Neutrope Blueprint Drafts

Description

Neutrope Blueprint Drafts is a controlled Blueprint-based draft creation workflow for editorial teams, agencies, and content-heavy WordPress sites.

Mark a post, page, or supported custom post type as a Blueprint, select a reusable Copy Profile, and review exactly what will happen before creating a draft. Neutrope Blueprint Drafts keeps the source relationship visible in both editors and provides a filtered Duplicate Manager for editorial oversight.

Blueprint workflow

  1. Mark reusable content with Use as Blueprint in the editor.
  2. Open Tools Neutrope Blueprint Drafts to see available Blueprints.
  3. Select Create Draft, choose a Copy Profile, and review the Preflight Safety Report.
  4. Confirm to create a draft and open it in the editor.
  5. Use source tracking or Duplicate Manager to move between the source and created draft.

Reusable Copy Profiles

Version 0.3.0 includes four built-in profiles:

  • Full Draft Copy — copies all supported content, media, organization, and structure settings.
  • Content Only — copies title, content, and excerpt without media, taxonomies, custom fields, or structure settings.
  • Structure Only — copies title, taxonomies, custom fields, hierarchy, menu order, and discussion settings without body content.
  • Landing Page Draft — copies content, featured image, and custom fields without hierarchy, taxonomies, or discussion settings.

Profiles are fixed, lightweight presets. They require no custom database table and can be extended by developers through the wpqd_copy_profiles filter.

Preflight Safety Report

Blueprint creation always passes through Preflight. Changing the selected profile re-renders the copy and exclusion lists before anything is created.

The Safety Report confirms permanent guarantees:

  • The new item is always a draft.
  • The slug is not copied.
  • Temporary WordPress metadata is excluded.
  • The Blueprint flag is not inherited.
  • Source tracking is added.

It also summarizes detectable source facts, including source status, featured image, custom field count, taxonomy term count, and password protection.

Source tracking

Every created copy stores its source in the private _wpqd_source_id post meta field. The created draft editor links back to its source. The source editor lists up to ten tracked items created from it. Links are shown only when the current user can edit the related item.

Duplicate Manager

The Tools Neutrope Blueprint Drafts Duplicate Manager view shows source and duplicate titles, status, post type, creation date, author, and authorized edit links.

Editorial teams can filter tracked relationships by source post type, duplicate status, creator, and whether the source still exists. Title search covers both authorized source titles and duplicate titles.

Existing quick actions remain available

The original Duplicate and Duplicate & Edit row actions remain available and use the backward-compatible Full Draft Copy behavior. Neutrope Blueprint Drafts adds its actions without removing Edit, Quick Edit, Trash, View, or actions added by other plugins.

Lightweight and private

  • No ads or upsells
  • No tracking or analytics
  • No external requests
  • No custom database tables
  • No cron jobs
  • No front-end assets or output

Features

  • Blueprint flags for posts, pages, and enabled public custom post types.
  • Four reusable Copy Profiles for different editorial use cases.
  • Profile-aware mandatory Preflight before Blueprint draft creation.
  • Safety Report with permanent guarantees and source facts.
  • Every copy is created as a draft.
  • Source tracking in source and duplicate editors.
  • Filtered Duplicate Manager for editorial visibility.
  • Existing Duplicate and Duplicate & Edit row actions retain Full Draft Copy behavior.
  • Skips slugs, Blueprint flags, edit metadata, old slugs, trash metadata, and transient-style metadata.
  • Capability and nonce checks for every state-changing action.
  • No ads, tracking, external requests, custom tables, or cron jobs.

Installation

  1. Upload the neutrope-blueprint-drafts folder to /wp-content/plugins/, or install the plugin through the WordPress Plugins screen.
  2. Activate Neutrope Blueprint Drafts.
  3. Edit a post, page, or enabled custom post type and select Use as Blueprint in the Neutrope Blueprint Drafts panel.
  4. Open Tools Neutrope Blueprint Drafts, choose Create Draft, select a profile, and review the Safety Report.
  5. Optionally visit Settings Neutrope Blueprint Drafts to select supported post types or change the duplicate title format.

FAQ

What makes this different from a normal duplicate action?

Neutrope Blueprint Drafts is centered on controlled draft creation from explicitly designated Blueprints. Users choose a use-case-specific Copy Profile, review a Safety Report, and retain a visible source relationship for editorial management.

Can I choose what gets copied?

Yes. Choose Full Draft Copy, Content Only, Structure Only, or Landing Page Draft during Preflight. The screen shows the active rule set before creation.

What status does a created copy receive?

Always a draft. Neutrope Blueprint Drafts never publishes a copy automatically.

Is the slug copied?

No. The slug (post_name) is left empty so WordPress can generate a fresh value.

Are temporary or internal fields copied?

No. Edit locks, last-editor metadata, old slugs, trash metadata, transient-style metadata, and WordPress temporary processing metadata are excluded. The Blueprint flag is also excluded.

Does it work with custom post types?

Yes. Public custom post types can be enabled from Settings Neutrope Blueprint Drafts. Blueprint, profile, tracking, manager, and row-action features then use the same configured scope.

Who can see or use a Blueprint?

Only users who can edit the source and create content of its post type can use it. Related-item links and manager rows are also capability checked.

Does it remove Quick Edit or other row actions?

No. Neutrope Blueprint Drafts only adds its own actions. Existing WordPress and third-party actions remain in place.

Does it connect to an external service or collect data?

No. Neutrope Blueprint Drafts makes no external requests and contains no tracking or analytics.

What data is removed on uninstall?

The plugin option, Blueprint flags, and source tracking metadata are removed. The built-in profiles are code presets and create no stored profile data or custom tables.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Neutrope Blueprint Drafts” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.3.1

  • Renamed the plugin to Neutrope Blueprint Drafts (slug neutrope-blueprint-drafts) to reflect its Blueprint-based draft workflow; the previous name was too generic.
  • No functional or data changes. Internal identifiers, the settings option, and Blueprint/source metadata are unchanged, so existing sites upgrade in place.

0.3.0

  • Added four reusable Copy Profiles: Full Draft Copy, Content Only, Structure Only, and Landing Page Draft.
  • Added profile selection and profile-specific copy/exclusion lists to Preflight.
  • Added rule-aware copying for content, media, taxonomies, custom fields, hierarchy, menu order, discussion settings, and password protection.
  • Added a Safety Report with permanent draft-safety guarantees and detectable source facts.
  • Added Duplicate Manager filters for source type, duplicate status, creator, source availability, and title search.
  • Improved Blueprint editor guidance and access to Blueprint Manager.
  • Preserved Full Draft Copy behavior for existing quick actions.

0.2.0

  • Added Blueprint mode for posts, pages, and enabled public custom post types.
  • Added a central Blueprint list with post type filtering.
  • Added mandatory Preflight Preview for Blueprint draft creation.
  • Added source tracking UI to source and duplicate editors.
  • Added Duplicate Manager for tracked creation history.
  • Preserved the original Duplicate and Duplicate & Edit row actions.
  • Added uninstall cleanup for Blueprint metadata.

0.1.0

  • Initial release with safe draft duplication and configurable post type support.