-
Notifications
You must be signed in to change notification settings - Fork 110
Extensions
Ying Zhong edited this page Jul 9, 2025
·
27 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.
- MarkEdit-vim Vim Keybindings.
- MarkEdit-natural-scrolling Enable natural scrolling.
- MarkEdit-mte Markdown Table Editor.
- MarkEdit-lang-vue Vue Language Package.
- MarkEdit-highlight Text Highlight.
- MarkEdit-devtools Dev Tools.
- MarkEdit-prettier Prettier.
These extensions override the app's themes using the MarkEdit-theming mechanism.
- MarkEdit-theme-catppuccin
- MarkEdit-theme-gruvbox
- MarkEdit-theme-vscode
- MarkEdit-theme-Tokyo-night
- MarkEdit-theme-duotone
- MarkEdit-theme-nord (dark mode only)
When multiple themes of the same color scheme (e.g., two light themes) are installed, the one that gets applied is not guaranteed and may vary unpredictably.