As Drew wrote in the below post, we are migrating Codex articles to HelpHub documents by hand work. Technically, it means converting Wiki formatted article to WordPress/HTMLHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. formatted article.
Codex:
==Title== This is example article. * List1 * List2
HelpHub:
<h2>Title</h2> <p>This is example article.</p> <ul> <li>List1</li> <li>List2</li> </ul>
This is a repetition of dull acts especially when the volume is huge. To eliminate such tasks and use our effort to more essential things such as brushing up documents, I created migrator aid tool.
http://unofficialtokyo.com/codex-converter
Usage is simple. Cut & paste the Codex Article in the left box and click button. Not only above conversions, notation of “[[codex_title]]” will be converted to the appropriate HTML link
Codex:
[[Administration Screens]]
HelpHub:
<p><a href="https://codex.wordpress.org/Administration Screens">Administration Screens</a></p>
I hope it will reduce the migrator’s cost and boost our journey to the HelpHub. Any comments are welcome.