Guille Amaral
Guille Amaral
@jaywcjlove I have the same issue, isn't is possible to configure the line separator in react-codemirror as documented [here](https://codemirror.net/docs/ref/#state.EditorState^lineSeparator)?
Nice! However, would it be possible to: - **Specify a rage rather than a regex?** I'd like to have the chance to enable links in a given list of globals....
What about handling the click event? Isn't it possible to do something particular (instead of the default behavior)?
Would I be able to manage the click event in my app? I'm not sure if such option will allow me to do that.
Great! This really helped! I'm struggling with the regex though as it matches things that I wouldn't like it to do. I'm using `/\b[A-Z].*?\b/g` as regex. For instance, in the...
Ideally, it would be nice to able to specify the positions, start and to, of the hyperlinks texts, even when the to position was the one used to place the...
Thanks!!!
Hi, Thanks for the response @jaywcjlove but I don't see how this can solve the problem. In my case, the component has 2 properties `source` and `selectedRage`. When they are...
Thanks! The issue was that my hanlders (e.g., enterPressed = (editor, event)), expected (and received in a previous version) the event as a second parameter (with which they did things...
Anything that can help? Thanks!