Wrapping up for the night.
This commit is contained in:
@@ -6,8 +6,15 @@ import TextStyle from '@tiptap/extension-text-style'
|
|||||||
import StarterKit from "@tiptap/starter-kit";
|
import StarterKit from "@tiptap/starter-kit";
|
||||||
import { Editor } from "@tiptap/core";
|
import { Editor } from "@tiptap/core";
|
||||||
|
|
||||||
|
// import Highlight from '@tiptap/extension-highlight' ????
|
||||||
|
// import Typography from '@tiptap/extension-typography' ????
|
||||||
|
|
||||||
import "./element_tiptap_editor.scss";
|
import "./element_tiptap_editor.scss";
|
||||||
|
|
||||||
|
// https://tiptap.dev/docs/examples/basics/default-text-editor
|
||||||
|
// https://tiptap.dev/docs/examples/basics/formatting
|
||||||
|
// <code class="language-css">
|
||||||
|
|
||||||
export let html_text: string = '';
|
export let html_text: string = '';
|
||||||
|
|
||||||
// export let html_text: string = `
|
// export let html_text: string = `
|
||||||
|
|||||||
Reference in New Issue
Block a user