Results 35 comments of Илья

@lukkyjoe @blalan05 Finally! Now you can donate me using Paypal! [Paypal](https://www.paypal.com/myaccount/transfer) using my email: `[email protected]`

I found a working way! 🎉 Please, use [this link](https://www.paypal.com/myaccount/transfer) and send money to my email: `[email protected]` Thanks!!!

Hi! Please, try this in yours _tsconfig.json_: ``` "compilerOptions": { "types": ["...", "tiptap-vuetify"], ``` I took this solution from here: https://github.com/vuetifyjs/vuetify/issues/5944#issuecomment-480494060 --- This library must have types, I specified them...

> Can you point me to a repo that uses TS and tiptap-vuetify and that has a working config without compile errors? I would happily take a look at it....

Very good suggestion. I think I will do it in two weeks, I’ll try. > I would love to have it natively built into the editor supposed to adding in...

Yes, definitely. I plan to support all the capabilities that are in the tiptap. Thumb up if you want this feature.

@dsheehan101 Hi. By likes, I see many people need this feature. Then I will try to do it for you soon. Sorry if someone really needed it and he was...

Basic support has been added. [Here is an example](https://github.com/iliyaZelenko/tiptap-vuetify-demo/commit/3147c06e79ca64041f90bab0e0338ca950ee6804) of how to add tables to the editor. But it remains to be done: 1) So that the text can be...

@sunilrana123 your code will overwrite all `$device` property, so there will be only `isTablet: true`. You need to pass the remaining properties to save them: ``` js export default function...

You can make `item-value` prop as in [this library](https://github.com/iliyaZelenko/vue-cool-select), I also saw this in vuetify.