okijhhyu

Results 17 comments of okijhhyu

u should do custom link extenstion, import link from element-tiptap ``` vue link.extends([ menuBtnView(editorContext: MenuData) { return { component: AddLinkCommandButton, componentProps: { editorContext, }, }; } }) ``` export default...

> Thank you very much for your action, but I would like to use the official extensions provided by Tiptap. The error 'element tip vue3 fixed. es. js: 4327 Uncaught...

About custom button icon, i will think about this, how to do better (if it's about use your custom icon on buttons). About error i understand what problem i will...

![Снимок экрана 2023-08-07 в 06 38 12](https://github.com/Leecason/element-tiptap/assets/75586002/e514bf83-fa51-494e-ba58-2510b5da4be8) ```Vue import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight'; import { Editor } from '@tiptap/core'; import { CommandButton } from 'element-tiptap-vue3-fixed'; // wait new version i add...

> > ``` > > button > > ``` > > Okay, thank you very much. We look forward to the new version very much v 1.1.6.

![Снимок экрана 2023-08-08 в 08 51 52](https://github.com/Leecason/element-tiptap/assets/75586002/697742bf-1ae2-479a-b5c0-d98ab97cc09f) ![Снимок экрана 2023-08-08 в 08 52 09](https://github.com/Leecason/element-tiptap/assets/75586002/21dd2fb6-a881-47a9-a46b-b88ddd2cb716) can u sand me your code in extenstion and how u use it in tiptap because...

@koko469 sorry for long answer. I decided simply add [extension](https://codesandbox.io/s/element-tiptapt-vue3-element-plus-7xw4pf?file=/src/).