

Import screen with Markdown upload, related image selection, post status options, Dry Run, and import controls.
Marklane is built for fast publishing from Markdown. It helps editors turn local Markdown drafts into WordPress posts without copying content into the post editor by hand.
Write locally in Markdown, add YAML frontmatter for post settings, then import the file from Tools > Marklane. Marklane can create a new post or update an existing one by slug, apply categories, tags, dates, featured images, post status, and Polylang language links in one import. When frontmatter is omitted, it can derive a draft title and slug from the first H1 and filename.
If you enable Ignore invalid frontmatter, the plugin ignores only the invalid frontmatter keys and keeps the valid ones. If the YAML block itself is broken, it falls back to the filename and first H1 while keeping the selected post status and date options.
If you enable Mermaid rendering, Marklane can also turn ```mermaid code blocks into front-end diagrams while keeping the stored post content as ordinary Markdown code blocks.
Plugin page: https://happas.jp/marklane/
Features:
featuredImage against existing attachmentslang and translations frontmatter```mermaid code blocks as diagrams on pages that contain them when enabled$$...$$ display formulas on pages that contain them when enabledleague/commonmarkFor the most predictable image resolution behavior, it is recommended to disable WordPress’s year/month based upload folders and to use fully unique filenames for Markdown files and image assets.
This plugin is best suited to workflows where:
Frontmatter quick reference:
Marklane reads YAML frontmatter at the top of the Markdown file. Common keys include:
titleslugpostTypeexcerptstatusdatecategorytagsfeaturedImagelangtranslations
title falls back to the first H1 and then the filename. slug falls back to the filename. postType defaults to post, and status defaults to draft.
For more frontmatter examples:
https://happas.jp/en/marklane/#yaml-frontmatter-example
Known limitations: