[fix]: Removing dependency on tiptap pro extension (#2209)
* removing dependency on tiptap pro extension * updated docs to remove tiptap pro setup instructions * chore: removed pro extension promt from setup.sh * chore: Removed Pro Extension Setup from CI --------- Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
This commit is contained in:
parent
f6b92fc953
commit
11258686ad
9 changed files with 1 additions and 54 deletions
|
|
@ -18,7 +18,6 @@ import Gapcursor from "@tiptap/extension-gapcursor";
|
|||
import ts from "highlight.js/lib/languages/typescript";
|
||||
|
||||
import "highlight.js/styles/github-dark.css";
|
||||
import UniqueID from "@tiptap-pro/extension-unique-id";
|
||||
import UpdatedImage from "./updated-image";
|
||||
import isValidHttpUrl from "../bubble-menu/utils/link-validator";
|
||||
import { CustomTableCell } from "./table/table-cell";
|
||||
|
|
@ -121,9 +120,6 @@ export const TiptapExtensions = (
|
|||
},
|
||||
includeChildren: true,
|
||||
}),
|
||||
UniqueID.configure({
|
||||
types: ["image"],
|
||||
}),
|
||||
SlashCommand(workspaceSlug, setIsSubmitting),
|
||||
TiptapUnderline,
|
||||
TextStyle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue