EtheaDev / MarkdownShellExtensions

A Markdown Text Editor to manually edit a markdown file, with instant preview of the output in a HTML Viewer. A Preview handler which allows you to see the content of the markdown file without open it, in the "Preview Panel", integrated into Windows Explorer.
Apache License 2.0
63 stars 15 forks source link

Suggestion: Have you considered using TTextEditor? #10

Open raelb opened 4 months ago

raelb commented 4 months ago

Hi, Have you considered using open source TTextEditor (https://github.com/TextEditorPro/TTextEditor) for your editor, instead of SynEdit? It has a Markdown highlighter which is quite nice. You could also use this code to syntax highlight code blocks (in md) since it has an export to html function (although it would obviously be slower to render...)