Easy Markdown Editor for Developers
English | 한국어
Easy Markdown Editor for Developers is a .md file editor built for developers.
It provides a comfortable editing experience that follows your VS Code theme, with built-in Tech Stack Badges and File Attachments.
Features

Visual Markdown Editing — Edit documents directly and switch easily between Visual and Source modes.
H1–H6 headings, bold, italic, strikethrough, inline code, links, lists, task lists, blockquotes, and code blocks
An accessible floating formatting toolbar
Language selection inside code blocks
Tech Stack Badges — Search technology presets and insert Shields.io badges with ease.
File Attachments — Copy local files to workspace-relative paths and insert them as images or links.
Table Editing — Insert tables, edit rows and columns, align columns, and delete tables with ease.
VS Code Integration — Supports save, undo and redo, external change synchronization, light and dark themes, and stable Korean IME input.
Shortcuts
Keyboard Shortcuts
| Shortcut |
Action |
Cmd/Ctrl + B |
Toggle bold |
Cmd/Ctrl + I |
Toggle italic |
Cmd/Ctrl + E |
Toggle inline code |
Cmd/Ctrl + Alt + X |
Toggle strikethrough |
Cmd/Ctrl + Shift + B |
Toggle blockquote |
Cmd/Ctrl + Alt + 0 |
Convert to a paragraph |
Cmd/Ctrl + Alt + 1~6 |
Convert to an H1–H6 heading |
Cmd/Ctrl + Alt + 7 |
Convert to an ordered list |
Cmd/Ctrl + Alt + 8 |
Convert to a bullet list |
Cmd/Ctrl + Alt + C |
Convert to a code block |
Shift + Enter |
Insert a line break |
Tab / Cmd/Ctrl + ] |
Indent a list item or move to the next table cell |
Shift + Tab / Cmd/Ctrl + [ |
Outdent a list item or move to the previous table cell |
Enter |
Create the next list item or move to a new paragraph below a table |
Backspace / Delete |
Decrease the heading level or exit a list |
Alt + F10 |
Move focus to the floating formatting toolbar for selected text |
Esc |
Close the open menu or toolbar and return to the editor |
Cmd/Ctrl + Z |
Undo |
Cmd/Ctrl + Shift + Z / Ctrl + Y |
Redo |
Cmd/Ctrl + S |
Save the document |
Quick Markdown
| Input |
Action |
# + Space ~ ###### + Space |
Create an H1–H6 heading |
> + Space |
Create a blockquote |
- + Space, + + Space, * + Space |
Create a bullet list |
number. + Space |
Create an ordered list |
- [ ] + Space, - [x] + Space |
Create an incomplete or completed task item |
---, ___ + Space, *** + Space |
Create a horizontal rule |
``` + Space |
Create a code block |
*text*, _text_ |
Apply italic formatting |
**text**, __text__ |
Apply bold formatting |
~~text~~ |
Apply strikethrough formatting |
`text` |
Apply inline code formatting |
| |