Skip to content

Dietech-Group/tiptap-vuetify-custom

Repository files navigation

tiptap-vuetify-custom

A customized tiptap ui based tiptap-vuetify. It depends on vue 2 and vuetify 2.

Customized versions of tiptap packages

This project uses a customized version for some tiptap editor packages: https://github.com/Dietech-Group/tiptap/. For every new version a release with *.tgz archives for all tiptap packages is created. It's important to use the same package version for all tiptap packages.

Example:

"@tiptap/core": "3.6.2",
"@tiptap/suggestion": "https://github.com/Dietech-Group/tiptap/releases/download/v3.6.2-dietech.0/tiptap-suggestion-3.6.2.tgz"

Releases

To release a new version with a *.tgz archive you need to trigger the github release workflow (release.yml) with creating a new tag (starting with v) and push it.

⚠️ Important: Don't forget to update version in package.json.

git tag <tagname>
git push origin <tagname>

The <tagname> should be v<package version> (ex. v1.1.2).

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A customized tiptap ui based tiptap-vuetify. It depends on vue 2 and vuetify 2.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors