Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editing just a single file #512

Closed
dzfranklin opened this issue Dec 30, 2015 · 2 comments
Closed

editing just a single file #512

dzfranklin opened this issue Dec 30, 2015 · 2 comments

Comments

@dzfranklin
Copy link

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

@humphd
Copy link

humphd commented Dec 31, 2015

That's basically what I do here:

All you need to do is write that one file and then tell Bramble to mount it.

@dzfranklin
Copy link
Author

This project looks amazing! Thanks for all your work. Sorry for the stupid question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants