donotebase / quasar-tiptap

A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js.
https://donotebase.github.io/quasar-tiptap
MIT License
314 stars 61 forks source link

Allow menububble to accept button props #35

Closed joe-berg-colossus closed 3 years ago

joe-berg-colossus commented 3 years ago

Would be great to be able to customize the menu bubble with a variety of buttons.

mekery commented 3 years ago

You can use customized button

Would be great to be able to customize the menu bubble with a variety of buttons.

There is a bubble property in options:

options: {
  ...,
  bubble: [
    'bold',
    'italic',
    'separator',
    'font-family',
    'fore-color',
    'back-color',
    'separator',
    'link',
    'separator',
    'align-group',
  ]
}

see example