MarkdownShellExtensions icon indicating copy to clipboard operation
MarkdownShellExtensions copied to clipboard

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 i...

Results 8 MarkdownShellExtensions issues
Sort by recently updated
recently updated
newest added

Editor preview has display problem of Chinese Characters. Editor preview not support Chinese。 eg: 举例。

I do not know if my question can be translated correctly by a translator, and I do not know if it is possible to do this at all, but I...

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...

I downloaded the [MDShellExtensionsSetup.exe] and start using it. I inserted a link to an external site like this: [Google](https://www.google.de) [Google](https://www.google.de) It work from the preview of the MarkDownTextEditor, but after...

Hi! I've searched all menus, especially the `editor options` but could not find a word wrap option. There is a `right edge` at column 80, but written text goes through...

Windows 11, just installed and the preview works good and a lot faster than the others I have tried but when I right click a markdown file and hit Open...

When i try to change an existing file with only UTF-8 encoding, after one or more changes, when i save the file that convert it with UTF8-with-BOM enconding. I tried...

I have a sample md: ``` # Test [![Thumbnail](./image.jpg)](./image.jpg) [Go to Google](https://www.google.com) ``` I already set the image scaling to fit the viewer size, but when i use the zoom,...