DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
25.51k stars 1.35k forks source link

Formatting converter for MD <> Wikitext <> HTML <> other markup #177

Open jwfxpr opened 2 years ago

jwfxpr commented 2 years ago

Vote on this issue by adding a 👍 reaction. If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Is your feature request related to a problem? Please describe. As a developer committed to good documentation, I am often moving text between various markup styles. This can be a laborious and time-consuming process, with few easily accessible tools available.

Describe the solution you'd like A simple tool where text can be pasted and edited in a text box in one markup style, and (assuming input is valid) immediately output in the selected markup in another text box.

My personal use case would most heavily use markdown and mediawiki wikitext, and so I would personally prefer these formats to be prioritised. However, I can see that a wide variety of markups would be useful, e.g. (La)TeX, RTF, Textile, etc.

Describe alternatives you've considered The only reliable online tool for this that I know of is Pandoc Online. A local installation of pandoc can also be used, but this is useless for editing on-the-fly or editing and converting small snippets (such as when updating a section of text on several platforms at once).

Additional context

veler commented 1 year ago

Thanks for the suggestion, I added this to the 2.0 milestone. :)