Skip to content

versyxdigital/mkeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

834 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tests     CodeQL

MKEditor

Markdown with style.

Platform Stable Download
Windows v4.1.0 exe
MacOS v3.6.0 pkg
Linux v4.1.0 deb

Download for desktop or use it directly through your browser. More documentation is available at the website.

MKEditor dark mode MKEditor light mode

Contents

Welcome

Thank you for choosing MKEditor 😊, I hope you find this tool useful for all your markdown needs!

If you have any issues or questions, please feel free to submit an issue.

MKEditor fully supports the CommonMark spec and comes with additional goodies.

Create alerts

::: primary
✨ Create alerts
:::

primary alert

Format code

document.addEventListener('DOMContentLoaded', () => {
    document.body.write('Syntax-highlighted codeblock!')
})

Syntax highlighting is supported for lots of languages!

Write math

$\sqrt{3x-1}+(1+x)^2$

$\sqrt{3x-1}+(1+x)^2$

MKEditor comes with full support for writing expressions with LaTeX!

Preview documents as you type

MKEditor includes a built-in, fully configurable, resizable preview renderer. View your styled or unstyled output in real time.

Customize to your preference

Customize your settings, enable word-wrapping, toggle automatic indentation, switch between light mode or dark mode, enable workspace persistence and more.

Export to HTML & PDF

MKEditor comes with full support for exporting your markdown to HTML and PDF 🚀.

Enable AI assistance

MKEditor v4.0.0 comes with the ability to connect to your AI provider of choice 🤖 Choose between Anthropic, OpenAI, or a local Ollama install. Each provider gets its own chat tab with persisted conversation history and a workspace-aware tool catalog: the assistant can read, edit, and create files in your open folder (write actions ask you to confirm first).

Important

API keys are encrypted with Electron's safeStorage and are never transmitted through the app in plaintext.

Contributing

Developer documentation can be found here.

License

MKEditor is open source software licensed under the MIT License.

Built with ❤️ by Versyx Digital