言継ぎKOTOTSUGI

Carry AI drafts into editable WordPress articles.

Load Markdown created with ChatGPT, Claude, Gemini, or another writing tool. Review the source and preview side by side, adjust post settings, and insert the article as standard WordPress blocks.

KOTOTSUGI is free software licensed under GPL-2.0-or-later. The current version is 0.4.1.

KOTOTSUGI icon showing md passed through 言継 into wp

Receive Markdown. Pass on editable blocks.

Paste a draft or load a .md, .markdown, or .txt file. The resulting headings, paragraphs, tables, and images remain editable in the standard WordPress block editor.

KOTOTSUGI workspace showing Markdown on the left and a WordPress article preview on the right
Review the source and preview togetherCompare the Markdown structure with the article that will be inserted into WordPress.
01

Paste or load a local file

Paste Markdown directly, choose a local file, or drag and drop one into the workspace. Files are read in the browser and are not uploaded elsewhere by KOTOTSUGI.

02

Preview before applying

Review headings, lists, tables, quotes, code, links, images, and GitHub-style callouts before they enter the editor.

03

Know what will happen before applying

Review Front Matter under Post settings, then use Review before applying to inspect warnings, compare three insertion methods, and adjust conversion options.

04

Continue in the standard editor

KOTOTSUGI generates standard WordPress blocks instead of locking the body into a proprietary format. Edit, reorder, or replace content before publishing.

Draft. Review. Carry the article into WordPress.

Copy the bundled service-neutral AI authoring rules when asking a writing tool for a KOTOTSUGI-ready draft. A sample article is also included for a one-click first trial.

  1. 01
    Ask an AI for the article

    Create Markdown with body copy, title, excerpt, tags, and image alternative text in the language requested by the reader.

  2. 02
    Review it in KOTOTSUGI

    Check the source, preview, Front Matter, heading hierarchy, image URLs, and other preflight results.

  3. 03
    Apply editable blocks

    Insert at the cursor, replace the current post body, or save the import as a separate WordPress draft.

Carry article content and post settings together.

KOTOTSUGI reads titles, excerpts, slugs, tags, categories, and featured images from YAML Front Matter. Edit each value before applying it or disable individual settings.

KOTOTSUGI post settings for reviewing a title, excerpt, slug, tags, categories, and featured image
Review post settings before applyingEdit a value or turn it off when only the article body should be inserted.
KOTOTSUGI Review before applying tab with preflight results and insertion mode controls
Review before applyingReview potential issues, then add at the cursor, replace the body, or create a new draft.

Supports the Markdown used in practical articles.

Convert ATX headings, paragraphs, bold, italic, inline code, links, images, ordered and unordered lists, tables, quotes, fenced code blocks, horizontal rules, and GitHub-style callouts such as NOTE.

Front Matter uses a focused YAML-compatible subset for post settings. Unknown keys are shown for review and are never applied automatically.

Front Matter example

---
title: Article title
excerpt: Article summary
slug: article-slug
tags: [WordPress, Markdown]
categories: [Guides]
featured_image_alt: Description of the image
---

Review first. Never auto-save the current post.

KOTOTSUGI does not publish AI output automatically. It helps a person identify likely problems, inspect the result, and decide how the content should enter WordPress.

CHECK 01Unsupported syntax

See syntax that may not convert and return to its source line.

CHECK 02Heading hierarchy

Detect skipped heading levels and multiple H1 headings before insertion.

CHECK 03Image URLs

Review relative or malformed URLs and retain the original URL when import fails.

SAVE 01No current-post auto-save

Adding or replacing blocks leaves final saving to the WordPress editor.

SAVE 02Restricted image import

Validate permissions, URLs, formats, and size while rejecting SVG and private-network URLs.

SAVE 03Standard WordPress blocks

Inserted articles remain as WordPress blocks even when the plugin is deactivated.

Download KOTOTSUGI free from GitHub Releases.

Download the latest distribution ZIP, upload it from Add Plugins in WordPress, and activate it. Open the workspace from the KOTOTSUGI button in the block editor toolbar.

Current version
0.4.1
WordPress
6.4 or later
PHP
7.4 or later
File types
.md / .markdown / .txt
Maximum file size
2 MB
License
GPL-2.0-or-later