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
310 stars 61 forks source link

How can you disable markdown in quasar-tiptap? #73

Open yoyomans opened 2 years ago

yoyomans commented 2 years ago

I've tried the suggested answer inside of the original tip-tap here: https://github.com/ueberdosis/tiptap/discussions/850 however passing through disablePasteRules & disableInputRules in options or editorProps didn't seem to work, is there another way to disable markdown in quasar-tiptap if at all?