# MarkdownEditor **Repository Path**: umu618/MarkdownEditor ## Basic Information - **Project Name**: MarkdownEditor - **Description**: Mirror of https://github.com/UMU618/MarkdownEditor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/UMU618/MarkdownEditor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-13 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UMUTech.MarkdownEditor ## Deprecation notice This repo has been superseded by [UMU618/MarkdownEditor2](https://github.com/UMU618/MarkdownEditor2). This repo will no longer receive updates. Official updates will be located there from now on. ## Usage This is a green software that you can freely copy and use anywhere. ### 1. Command Line Options You can open files as preview mode via command line option `--mode=preview`. By passing the "--singleton" option, the instance can be set to the singleton mode. In this case, any new instances opened later will activate this instance and then exit. ### 2. Shortcut Keys - Ctrl+E: Toggle Editor - Ctrl+F4/Ctrl+W: Close Active Document - Ctrl+Tab: Next Tab - Shift+Ctrl+Tab: Previous Tab ### 3. Note - Only files encoded in UTF-8 are accepted. - Line endings are always LF. - Can't open files larger then 4MB. - This software uses the outdated MSHTML control, which has poor compatibility. You should use [UMU618/MarkdownEditor2](https://github.com/UMU618/MarkdownEditor2), as it utilizes the modern [WebView2](https://github.com/MicrosoftEdge/WebView2Samples). ## Snapshots ![Preview](doc/preview.png) ![About](doc/about.png)