You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
One thing that is missing is setting config options, such as setSize, setOption and setting operations on events.
I am opening up this issue to see if we can get some dialog about possible api options. I will be hacking up some options for us at freecodecamp so we can start using them immediately.
One possible idea would be for a separate config prop that takes an object and with properties such as `{setSize: [] } and then loop over the properties and calling them over the editor object. This is a simplistic way of doing things and will need some work still.
I'm open to suggestions. If you get something working that you think adds value, open a pull request. If it turns out to have been a mistake, we can always change it in the future (with a major version bump).
Hello All,
We are going to be making heavy use of react-code-mirror over at freecodecamp.com/https://github.com/FreeCodeCamp/freecodecamp and would love to help move this project.
One thing that is missing is setting config options, such as setSize, setOption and setting operations on events.
I am opening up this issue to see if we can get some dialog about possible api options. I will be hacking up some options for us at freecodecamp so we can start using them immediately.
One possible idea would be for a separate config prop that takes an object and with properties such as `{setSize: [] } and then loop over the properties and calling them over the editor object. This is a simplistic way of doing things and will need some work still.
Let me know what yall think
cc @QuincyLarson @terakilobyte
The text was updated successfully, but these errors were encountered: