-
Notifications
You must be signed in to change notification settings - Fork 110
Extensions
Ying Zhong edited this page Jul 8, 2025
·
26 revisions
This page showcases several extension examples built on top of the MarkEdit-api.
Extensions
are typically plugins that modify the editor's behavior, while themes
are a special type of extension focused on customizing the appearance.
After installing extensions, restart the app to apply the changes.
- MarkEdit-preview HTML preview for MarkEdit.
- MarkEdit-vim Vim Keybindings for MarkEdit.
- MarkEdit-natural-scrolling Enable natural scrolling for MarkEdit.
- MarkEdit-mte Markdown Table Editor for MarkEdit.
- MarkEdit-lang-vue Vue Language Package for MarkEdit.
- MarkEdit-highlight Text Highlight for MarkEdit.
- MarkEdit-devtools Dev Tools for MarkEdit.
- MarkEdit-prettier Prettier for MarkEdit.
These extensions override the app's themes using the MarkEdit-theming mechanism.