説明
Neutrope Blueprint Drafts は、編集チーム、制作会社、コンテンツ量の多い WordPress サイト向けの、Blueprint を利用した管理可能な下書き作成ワークフローです。
投稿、固定ページ、または対応するカスタム投稿タイプを Blueprint として指定し、再利用可能なコピープロファイルを選択して、下書きを作成する前に実行内容を正確に確認できます。Neutrope Blueprint Drafts は、両方の編集画面でソースとの関連を確認できるようにし、編集作業を管理するための絞り込み可能な複製マネージャーを提供します。
Blueprint ワークフロー
- 編集画面で再利用するコンテンツを「Blueprint として使用」に設定します。
- 「ツール Neutrope Blueprint Drafts」を開き、利用可能な Blueprint を確認します。
- 「下書きを作成」を選択し、コピープロファイルを選んで、Preflight セーフティレポートを確認します。
- 確認して下書きを作成し、編集画面で開きます。
- ソース追跡または複製マネージャーを使用して、ソースと作成した下書きの間を移動します。
再利用可能なコピープロファイル
バージョン0.3.0には、4つの組み込みプロファイルがあります。
- 下書きの完全コピー: 対応するすべてのコンテンツ、メディア、分類、構造設定をコピーします。
- コンテンツのみ: メディア、タクソノミー、カスタムフィールド、構造設定を除き、タイトル、本文、抜粋をコピーします。
- 構造のみ: 本文を除き、タイトル、タクソノミー、カスタムフィールド、階層、メニュー順、ディスカッション設定をコピーします。
- ランディングページの下書き: 階層、タクソノミー、ディスカッション設定を除き、本文、アイキャッチ画像、カスタムフィールドをコピーします。
プロファイルは、固定された軽量なプリセットです。独自のデータベーステーブルは不要で、開発者は wpqd_copy_profiles フィルターを使用して拡張できます。
Preflight セーフティレポート
Blueprint の作成前には、必ず Preflight (事前確認) が行われます。選択したプロファイルを変更すると、何かが作成される前にコピー対象と除外対象の一覧が再表示されます。
セーフティレポートでは、常に守られる次の保証事項を確認できます。
- 新しい項目は必ず下書きになります。
- スラッグはコピーされません。
- WordPress の一時的なメタデータは除外されます。
- Blueprint フラグは引き継がれません。
- ソース追跡情報が追加されます。
さらに、ソースのステータス、アイキャッチ画像、カスタムフィールド数、タクソノミーのターム数、パスワード保護など、検出可能なソース情報も要約します。
ソース追跡
作成された各コピーは、非公開の投稿メタフィールド _wpqd_source_id にソースを保存します。作成された下書きの編集画面にはソースへのリンクが表示されます。ソースの編集画面には、そのソースから作成された追跡対象項目が最大10件表示されます。リンクは、現在のユーザーが関連項目を編集できる場合にのみ表示されます。
複製マネージャー
「ツール Neutrope Blueprint Drafts 複製マネージャー」画面には、ソースと複製のタイトル、ステータス、投稿タイプ、作成日、投稿者、および権限がある場合の編集リンクが表示されます。
編集チームは、追跡対象の関連付けを、ソースの投稿タイプ、複製のステータス、作成者、ソースが現在も存在するかどうかで絞り込めます。タイトル検索では、閲覧権限のあるソースのタイトルと複製のタイトルの両方を検索できます。
既存のクイックアクションも引き続き利用可能
既存の「複製」および「複製して編集」の行アクションは引き続き利用でき、後方互換性のある「下書きの完全コピー」動作を使用します。Neutrope Blueprint Drafts は、編集、クイック編集、ゴミ箱、表示、または他のプラグインが追加したアクションを削除せずに、独自のアクションを追加します。
軽量でプライバシーに配慮
- 広告やアップセルはありません
- トラッキングやアクセス解析はありません
- 外部リクエストはありません
- 独自のデータベーステーブルはありません
- 定期実行する cron ジョブはありません
- フロントエンド用のアセットや出力はありません
機能
- 投稿、固定ページ、有効化された公開カスタム投稿タイプに対応する Blueprint フラグ。
- 編集用途に応じて使い分けられる、4つの再利用可能なコピープロファイル。
- Blueprint の下書きを作成する前に、プロファイルに応じた必須の Preflight (事前確認) を実行。
- 常に守られる保証事項とソース情報を表示するセーフティレポート。
- すべてのコピーを下書きとして作成。
- ソースと複製の両方の編集画面で関連元を追跡。
- 編集状況を把握しやすい、絞り込み可能な複製マネージャー。
- 既存の「複製」および「複製して編集」の行アクションでは、「下書きの完全コピー」動作が維持されます。
- スラッグ、Blueprint フラグ、編集メタデータ、古いスラッグ、ゴミ箱メタデータ、一時データ形式のメタデータはコピーしません。
- 状態を変更するすべての操作で、権限と nonce を確認します。
- 広告、トラッキング、外部リクエスト、独自テーブル、cron ジョブはありません。
インストール
- Upload the
neutrope-blueprint-draftsfolder to/wp-content/plugins/, or install the plugin through the WordPress Plugins screen. - Activate Neutrope Blueprint Drafts.
- Edit a post, page, or enabled custom post type and select Use as Blueprint in the Neutrope Blueprint Drafts panel.
- Open Tools Neutrope Blueprint Drafts, choose Create Draft, select a profile, and review the Safety Report.
- 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.
評価
このプラグインにはレビューがありません。
貢献者と開発者
“Neutrope Blueprint Drafts” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
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.
