File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1908,13 +1908,23 @@ the following:
1908
1908
1909
1909
This is also useful for DISQUS thread migration!
1910
1910
1911
+ * Allows you to export your comments with each post
1912
+ * Exports information on attachments per post
1911
1913
* Will try to convert the content of your posts. This is *not* error free, because
1912
1914
WordPress uses some unholy mix of HTML and strange things. Currently we are treating it
1913
1915
as markdown, which does a reasonable job of it.
1914
1916
1915
- You will find your old posts in ``new_site/posts/post-title.wp `` in case you need to fix
1917
+ You will find your old posts in ``new_site/posts/post-title.md `` in case you need to fix
1916
1918
any of them.
1917
1919
1920
+ You can also use a page compiler based on WordPress code which is available as a plugin.
1921
+ The importer allows you to use this page compiler to transform the posts directly on
1922
+ import to HTML files, or to export them without modifications. Please note that since
1923
+ WordPress is licensed under the GPL, so is the page compiler plugin.
1924
+
1925
+ The page compiler currently only supports the ``[code]`` shortcode, but other shortcodes
1926
+ can be supported via plugins.
1927
+
1918
1928
This feature is a work in progress, and the only way to improve it is to have it used for
1919
1929
as many sites as possible and make it work better each time, so I am happy to get requests
1920
1930
about it.
You can’t perform that action at this time.
0 commit comments