v0.4 - moving everything into filters
This commit is contained in:
parent
ce59ca1929
commit
4dcdb6d9be
2 changed files with 708 additions and 448 deletions
10
readme.txt
10
readme.txt
|
@ -3,20 +3,20 @@ Contributors: cadeyrn
|
|||
Tags: plain text, export, backup
|
||||
Requires at least: 3.0
|
||||
Tested up to: 4.5.3
|
||||
Stable tag: 0.3
|
||||
Stable tag: 0.4
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
Auto-export all published content on visit to flat, folder + files based structure.
|
||||
Auto-export WordPress flat, structured, readable plain text.
|
||||
|
||||
== Description ==
|
||||
|
||||
*WARNING*
|
||||
This plugin is suited for my needs. Since my posts are already in Markdown, there is no HTML conversion present, but there are certain tricks done with the content.
|
||||
This plugin is suited for my needs.
|
||||
It only works well with Markdown content.
|
||||
There are certain tricks done with the content.
|
||||
Please be aware of this.
|
||||
|
||||
The plugin action is hooked into wp_footer, therefore executed on actual site visit.
|
||||
|
||||
Content will be exported to wp-content/flat/{post_slug}/ folder ( one folder per post), all attachments copied (or hardlinked, if possible with the filesystem; this is automatic ).
|
||||
|
||||
The content will be placed into in item.md file. This is a markdown file, with some plain test headers.
|
||||
|
|
1144
wp-flatexport.php
1144
wp-flatexport.php
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue