markItDown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
@syfxlin/tiptap-starter-kit is a collection of unofficial Tiptap extensions. Support for Markdown, Float Menu, Slash Me…
@syfxlin/tiptap-starter-kit is a collection of unofficial Tiptap extensions. Support for Markdown, Float Menu, Slash Menu and more.
Some of the extensions are inherited from the official Tiptap extensions, and the changes are minor, so the documentation is not provided for the time being, will be added later.
pnpm i @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm # or npm i @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm # or yarn add @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm
import { useEditor } from "@tiptap/react";
import { StarterKit } from "@syfxlin/tiptap-starter-kit";
const editor = useEditor({
extensions: [
StarterKit.configure({
// disable
emoji: false,
// configure
heading: {
levels: [1, 2],
},
}),
],
});
@syfxlin/tiptap-starter-kit is written and maintained with the help of Otstar Lin and the following contributors.
Released under the MIT License.
more like this
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
🚀 CKEditor 5 Ruby Gem – a powerful WYSIWYG editor for Rails! Smooth integration with web components and helper methods…
An Obsidian plugin to translate selected text in the desired language
search projects, people, and tags