Files
llm-in-text/milkdown-docs/guide/why-milkdown.md
ydy0615 d9ab341223 Add documentation for using Milkdown with various frameworks
- Created a new document for using components in Milkdown.
- Added a guide for using plugins in Milkdown, including toggling plugins programmatically and listing official plugins.
- Introduced a recipe for integrating Milkdown with Angular, including installation steps and component creation.
- Added a recipe for using Milkdown with Next.js, detailing installation and component setup.
- Created a guide for integrating Milkdown with NuxtJS, including installation and component creation.
- Added a comprehensive guide for using Milkdown with React, covering both Crepe and core Milkdown usage.
- Introduced a recipe for SolidJS integration with Milkdown, including installation and component creation.
- Added a guide for using Milkdown with Svelte, detailing installation and component setup.
- Created a comprehensive guide for integrating Milkdown with Vue, covering both Crepe and core Milkdown usage.
- Added a recipe for using Milkdown with Vue2, including installation and component creation.
2026-01-17 14:18:08 +08:00

1.5 KiB

Why Milkdown

There are different kinds of markdown editors, such as Typora, tui and Bear. They work pretty well for writing notes in markdown on different platforms. So why bother making Milkdown?

Milkdown aims to provide an open source solution for developers to make their editors more powerful, and attractive, it also ensures it runs everywhere.


Open Source & Easy to Integrate

Different from industrial apps such as Notion and Typora, Milkdown is open source and fully free. You can integrate it everywhere legally.

If you like milkdown, please consider to fund me in order to help with the maintenance.

Plugin Driven

Milkdown treats every feature as a plugin. With this pattern, developers can choose what they need in an editor instead of bundling all features even they won't need. Developers can extend their plugins to satisfy their habits such as defining a vim keymap via a custom plugin.

Reliable

Milkdown is powered by Prosemirror and Remark, which has a large community and stands the test of the industry. What's more, plugins from the prosemirror and remark community can be easily reused in order to build a Milkdown plugin.

Themable & Hackable

Themes and plugins for Milkdown can be shared and installed using npm packages. Milkdown is a headless component, which means you can fully control its style.