-
Notifications
You must be signed in to change notification settings - Fork 119
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
Edit file in an external editor #2
Comments
Unfortunately, chrome doesn't allow you to write files to disk to allow file editing in your favorite editor. I'm using code mirror as the editor currently. I'll try and see if I can make that search dialog stay there. Thanks for the feedback. |
Thanks for your quick response. ace editor is an alternative to CodeMirror. The |
Hey I got a new version coming down the line sometime soon. I remembered a long time ago that I initially wanted to use Ace Editor, but I was having issues. Trying again though, I was able to figure things out! I think you'll like the new ace editor integration. I certainly do. :) |
Awesome. Let me know when it's ready. It must get really cool. Thanks. |
OK v0.6.0 is released. Let me know if you find any bugs. Enjoy the new editor. :) |
Closing for now... |
Looks awesome. Thanks. |
@kylepaulsen, first of all thanks for this awesome extension. Very clever and very handy. To be honest the UI to edit the file is not very friendly. The
find
bar disappears on the first search and it stops at the first search. So it's virtually impossible to look for the next occurrence.Is it possible to load the file with an external editor and save it? Of course I can copy the whole thing to my editor and then paste it back once finished but that's a little cumbersome.
The text was updated successfully, but these errors were encountered: