okijhhyu
okijhhyu
Text Align - work, but others with dropdowns need to reWrite extenstions, they work but need corrected dropdown menu open
``` import type { Editor, Extension } from '@tiptap/core'; import type { HeadingOptions } from '@tiptap/extension-heading'; import TiptapHeading from '@tiptap/extension-heading'; import HeadingDropdown from './heading-drop-down/index.vue'; const Heading = TiptapHeading.extend({ addOptions() {...
@ra-heang i now try to do element-tiptap reactive change on update content(i'm rewriting element-tiptap lib probably across 2 weeks open repo i done change languages, repair dropdowns menu, but open...
@ra-heang https://codesandbox.io/s/element-tiptapt-vue3-element-plus-7xw4pf?file=/src/ i don't know why task-list crash codesandbox (try to fix later). it remains to fix history, clearFormater, the configuration of some "bubble" elements, these elements styles in buble...
https://github.com/Leecason/element-tiptap/issues/415
"element-tiptap": "2.0.0-alpha.1"
@luqmankhan151 https://github.com/Leecason/element-tiptap/issues/415
U can use titptap extension command for this purpose. I use it [so](https://github.com/okijhhyu/element-tiptap-vue3/blob/dev/src/extensions/commands.ts), but maybe it will be rewrote.
**Document**!!! not doc
> Link extension how to add placeholder? It's for vue 2 or vue 3?