GUI control with markdown option for import / export

I’m not sure if this is the right stack exchange page (perhaps programmers are also suitable, although they confront software and hardware issues).

However, for a program that needs to act as a client for an internal knowledge database, I am exploring Rich Rich controls / widgets from different frameworks. This Rich Text control should display a subset of HTML. Only h1-h6, b, i, img (built-in or not), lists and simple tables are supported. The text is stored in the data model as a markup code.

Now I need a control that displays this markup with online editing (just like word processors) and can save the content again as markdown. The client can be written in Python (with PyQt or wxPython) or C # with WinForms. I tested Rich Text controls within this framework, but they were not suitable. WinForms RichEditBox displays strange RTF, others - horribly formatted HTML. Now I want to expand the existing control so that it contains content as a markdown in every second.

Are there any good open source controls / widgets for these target platforms that could serve as a good start?

+3
source share
2 answers

-, , , . , ...

WYSIWYG, Markdown, , , . , , Markdown. , HTML- , Markdown. , Markdown. Python, . Pyth , .

Markdown X-, , , (Markdownify), PHP.

0

Pandoc, reStructuredText, Markdown, HTML LaTeX ( ). -, Pandoc . - , , , . Pandoc, , Haskell. Python Docutils reStructuredText ( Markdown) HTML , .

+1

All Articles