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
I have an existing setup that uses codemirror to allow editing of stored code. I would like to replace codemirror with Bramble to allow better and more featureful editing. However, I would not like to have Bramble manage an entire filesystem for me, just pass it a string for what I want to appear in the editor and then read out a string of the edited file. Can this be done?
Thank you,
Daniel
The text was updated successfully, but these errors were encountered:
I have an existing setup that uses codemirror to allow editing of stored code. I would like to replace codemirror with Bramble to allow better and more featureful editing. However, I would not like to have Bramble manage an entire filesystem for me, just pass it a string for what I want to appear in the editor and then read out a string of the edited file. Can this be done?
Thank you,
Daniel
The text was updated successfully, but these errors were encountered: