All Projects → soulteary → Wp2md

soulteary / Wp2md

Licence: gpl-3.0
Convert WordPress Posts to markdown files. / 将WordPress文章转换为md文件。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wp2md

Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (+1562.5%)
Mutual labels:  wordpress, markdown
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+14937.5%)
Mutual labels:  wordpress, markdown
Wp Gfm
WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown
Stars: ✭ 117 (+1362.5%)
Mutual labels:  wordpress, markdown
Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (+1887.5%)
Mutual labels:  wordpress, markdown
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+234200%)
Mutual labels:  wordpress, markdown
Wp Editor.md
或许这是一个WordPress中最好,最完美的Markdown编辑器
Stars: ✭ 624 (+7700%)
Mutual labels:  wordpress, markdown
Beibq
基于flask开发类似gitbook的知识管理网站。 http://demo.beibq.cn
Stars: ✭ 480 (+5900%)
Mutual labels:  wordpress, markdown
Wysiwyg.css
A tiny CSS for generated HTML or Markdown content
Stars: ✭ 665 (+8212.5%)
Mutual labels:  wordpress, markdown
Cyr2lat
Converts Cyrillic characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.
Stars: ✭ 25 (+212.5%)
Mutual labels:  wordpress
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+225%)
Mutual labels:  wordpress
Space Lover
Git-ified. Synced via git-svn. Magically add an extra space between Chinese characters and English letters / numbers / common punctuation marks
Stars: ✭ 24 (+200%)
Mutual labels:  wordpress
Maps Block Apple
An Apple Maps block for the WordPress block editor (Gutenberg).
Stars: ✭ 25 (+212.5%)
Mutual labels:  wordpress
Mdviewer
Minimalistic Markdown viewer/converter with built-in Css stylesheets support.
Stars: ✭ 26 (+225%)
Mutual labels:  markdown
Wordprismic
Utility to import existing Wordpress blogs into the Prismic.io content platform
Stars: ✭ 25 (+212.5%)
Mutual labels:  wordpress
Remark Defsplit
plugin to change links and images to references with separate definitions
Stars: ✭ 7 (-12.5%)
Mutual labels:  markdown
Mcavoy
Discover what visitors are searching for on your WordPress site.
Stars: ✭ 24 (+200%)
Mutual labels:  wordpress
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (+200%)
Mutual labels:  wordpress
Blog Content
Different articles related to software and/or electronics hacking - Published at http://gbraad.nl/blog/
Stars: ✭ 7 (-12.5%)
Mutual labels:  markdown
Idowns
wordpress theme iDowns V1.8.4 不要钱 随意用
Stars: ✭ 27 (+237.5%)
Mutual labels:  wordpress
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (+225%)
Mutual labels:  markdown

wp2md

wp2md

Convert WordPress Posts to markdown files.

Split post meta into json and content into markdown.

example

./wp2md --export=/path_to_your_export_data/wp2ghost_export.json --timezone=on

export result

export result

FAQ

  • Q: How to use?

  • A: After npm install, you can use ./wp2md your_export_json_file_path to convert your WordPress data..

  • Q: How to get my export json file?

  • A: Use Ghost export plugin, i support use the plugin which i upload. PLUGIN/HOW

  • Q: Why not suggest me use offcial ghost export plugin?

  • A: It remove lots of post content when exporting.

  • Q: Where should i find my export posts?

  • A: ./export HERE

  • Q: Why not put to-markdown.js to package.json?

  • A: [email protected]lib/gfm-converters.js has a problem with tr elements, i'll send a pr later.

  • Q: **Why my export post's date is not correct? **

  • A: check your WordPress export data timestamp timezone setting, if you doesn't want to use timezone fix, use ./wp2md your_export_json_file_path timezone=off.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].