/tiptap-editor-example

Use the TipTap editor with vanilla JavaScript and TailwindCSS.

Primary LanguageJavaScriptMIT LicenseMIT

TipTap Editor with Vanilla JavaScript and Tailwind CSS

This repository contains an example of how to use the TipTap editor with vanilla JavaScript and Tailwind CSS as an alternative to the React, Vue and Svelt examples provided by the TipTap documentation. SVG icons by Bootstrap.

Running

If you have live-server installed, run the following command to show the example:

yarn run serve

or

npm run serve

Otherwise, view index.html with any web server (such as http-server).