A full-featured WYSIWYG text editor built with SvelteKit, Tiptap v3, Flowbite-Svelte, and Tailwind CSS.
# Clone the repository
git clone https://github.com/gotaug/svelte-editor.git
cd svelte-editor
# Install dependencies
pnpm install
# Start development server
pnpm dev
src/
├── lib/
│ ├── components/
│ │ ├── Editor.svelte # Main editor component
│ │ ├── PageFrame.svelte # Page frame wrapper
│ │ └── toolbar/
│ │ └── EditorToolbar.svelte # Formatting toolbar
│ └── styles/
│ └── print.css # Print-specific styles
├── routes/
│ ├── +layout.svelte # Global layout
│ └── +page.svelte # Home page
└── app.css # Global styles
pnpm build
MIT