Rich text editor (WYSIWYG) written in Svelte, build on top of tiptap, prosemirror, AI prompt integrated. Dark/Light theme support
Nextlint is a rich text editor (WYSIWYG) developed in Svelte that uses the MeltUI headless UI and tailwindcss CSS framework. It is built on top of the tiptap editor and prosemirror, making it easy to use, develop, and maintain. Nextlint features a prompt engine that integrates with any AI API to enhance the writing experience, along with support for Dark/Light themes that are customizable.
To install Nextlint editor, follow these steps:
npm install tailwindcss postcss
// Customization of the theme tokens in tailwind.config.js
// Import theme and wrap the SvelteEditor component
import { Theme } from 'EditorTheme.scss';
<Theme>
<SvelteEditor />
</Theme>
Nextlint is a robust rich text editor developed in Svelte, leveraging the power of MeltUI and tailwindcss to provide a feature-rich editing experience. With support for AI integration, customizable themes, and a plugin system, Nextlint offers a versatile solution for developers and users looking for a modern and efficient text editing tool.