react-trix
react-trix copied to clipboard
React wrapper around Trix editor from Basecamp + some lightweight features
Turns out in the demos and docs, there is no mention of mergeTags as a required prop but it still needs to be passed before typescript stops "bleeding".
I am trying to test this out for a use case, I don't think I would need `mergeTags` props as a functionality. If you could advise on how to get...
customize toolbar for customize showing menu
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Hi there. I saw this issue https://github.com/dstpierre/react-trix/issues/28. It is also needed to have possibility to pass locales (trix uses locales like [this](https://github.com/basecamp/trix/wiki/I18n)) and hide buttons via props.
I am trying to use this with Firebase but am having issues getting the uploadURL to work. The images are not getting uploaded to Firebase my form : ``` ```
Hi, I'm using nextjs along with this react-trix, I found some exception, When the page load (for the first time), its returning an error `Warning: Did not expect server HTML...
If I type '@' the dropdown appears, and if I remove the '@', the dropdown is still there.
Hi there! One small improvement to the merge tags would be to allow the user to press UP and DOWN to navigate the options, and ENTER to select. Otherwise, the...
Simple fix to make merge tags optional