a extendable markdown rich-text like editor inspired by Obsidian
Warning: This repo is still very early in development and far from a first release. If you want to help, feel free to contribute.
Check out the demo to see the editor in action.
Install the core package:
pnpm install @inksane/coreAdd an empty element to your page:
<div id="editor"></div>Then create and mount the editor:
import { Editor } from "@inksane/core";
new Editor({
element: document.getElementById("editor"),
content: "# Hello, inksane!",
});See Create your first editor for the full setup guide.
- inksane is licensed under the MIT License.
Contributions are welcome. Please read and follow the contributor guidelines before opening a pull request.
-
Maintainers
-
Contributors
- Want to become a contributor to inksane? Go for it - I'm always looking for reoccuring contributors