vue-trix icon indicating copy to clipboard operation
vue-trix copied to clipboard

Trix text editor component for Vue.js

Results 56 vue-trix issues
Sort by recently updated
recently updated
newest added

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.1.2 to 1.3.0. Release notes Sourced from @​vue/test-utils's releases. v1.3.0 1.3.0 is a small release, in terms of code changes, but brings back a popular feature that...

dependencies

Greetings. Trix has been added to the Rail project via yarn for Vie. And such an error occurs. As you enter, it is repeated and more added. Trix itself renders...

According to https://github.com/basecamp/trix#readme I can do something like this: // Insert “Hello” at the beginning of the document element.editor.setSelectedRange([0, 0]) element.editor.insertString("Hello") How can I do that with this Vue component?

question

This is in my template / vue file : ```html ``` it displays the contents inside here ![image](https://user-images.githubusercontent.com/12043306/77128852-b7cf4000-6a8c-11ea-85a5-a5281f4f1fe3.png) but in the editor it doesn't show up ![image](https://user-images.githubusercontent.com/12043306/77128899-e2b99400-6a8c-11ea-9a50-f0c95bc77ddd.png)

help wanted

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

hi when we embed an image, the file name and size are auto added in s can we not have the image size? thanks

help wanted

I would like to use vue trix with Nuxt and followed the instructions to the letter. Getting this message: [Vue warn]: Unknown custom element: - did you register the component...

help wanted

Is there a way to convert Div tag wrapper into P tag?

help wanted

Hi, Thank you for this interesting package. Could you please tell me how can I add 1 button to the toolbar and invoke my own function? Actually I want to...

help wanted