
Question:
After not being able to set the default wrap setting on GitHub.com and finding no answer to <a href="https://stackoverflow.com/questions/45401048/setting-githubs-soft-wrap-option-to-be-on-by-default" rel="nofollow">this</a> SO question, and seeing problems with a workaround solution for tab indent size <a href="https://stackoverflow.com/questions/38894791/change-github-online-editor-tab-indent-size" rel="nofollow">here</a>, I'm wondering if there is a better editor for GitHub when online using 'Edit file'?
I know most dedicated devs use GH as a repo and for versioning, but a lot of users start small projects with it and it would be nice to have common code editing features built into the online editor. Even better would be a quick preview for changes to the GitHub Pages static sites, similar to StackOverflow's text preview.
Answer1:In the meantime, I've found <a href="https://prose.io" rel="nofollow noreferrer">prose.io</a> and <a href="https://htmledit.squarefree.com/" rel="nofollow">Real Time HTML Editor</a> in combination to make some quick edits to my GH page. I'm just trying to reformat a GSheet iframe to fit on the page, through trying different url prameters. The url is very long and needs to be wrapped. And the test cycle needs to be short as possible for these small changes.
Answer2:Use Atom, which isn't online but it's great. Using an online editor isn't the best of ideas and can mess up your projects.