Skip to content

Commit

Permalink
fix: added working demo
Browse files Browse the repository at this point in the history
\
  • Loading branch information
harshtalks committed Sep 25, 2024
1 parent 9b122df commit e3c7aa0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions apps/tiptap-extensions-demo/src/app/context/page.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
"use client";

import StarterKit from "@tiptap/starter-kit";
import { ImageExtension, ImageAligner } from "@harshtalks/tiptap-image";
import { ImageExtension, ImageAligner } from "@harshtalks/image-tiptap";
import Placeholder from "@tiptap/extension-placeholder";
import {
Slash,
SlashCmd,
SlashCmdProvider,
createSuggestionsItems,
enableKeyboardNavigation,
} from "@harshtalks/tiptap-slash";
} from "@harshtalks/slash-tiptap";
import { EditorProvider } from "@tiptap/react";
import Link from "next/link";

Expand Down
4 changes: 2 additions & 2 deletions apps/tiptap-extensions-demo/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

import { EditorContent, useEditor } from "@tiptap/react";
import StarterKit from "@tiptap/starter-kit";
import { ImageExtension, ImageAligner } from "@harshtalks/tiptap-image";
import { ImageExtension, ImageAligner } from "@harshtalks/image-tiptap";
import Placeholder from "@tiptap/extension-placeholder";
import {
Slash,
SlashCmd,
SlashCmdProvider,
createSuggestionsItems,
enableKeyboardNavigation,
} from "@harshtalks/tiptap-slash";
} from "@harshtalks/slash-tiptap";
import Link from "next/link";

const suggestions = createSuggestionsItems([
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3c7aa0

Please sign in to comment.