Version 1.0 - Beta. October 2022.
Created by Russell Beattie.
Find the project code here: https://github.com/russellbeattie/hypertext-editor. It's open source, pull up a chair and feel free to try it out and submit bug reports. Pull requests will be happily welcomed with open arms as long as you're not an idiot.
Also, there's zero tracking in the app itself. I haven't even turned on logging on the server. When I update the app, it should update your local copy when you open it... If the app seems to suddenly refresh on you, it's working as intended, though not ideally.
Disclaimer: I wouldn't use this thing for anything important just yet, or you know, try to edit any HTML file you particularly care about. It tends to mangle markup that the app hasn't created itself. Don't say I didn't warn you.
-Russ
Powered by the hard work of the folks at TinyMCE, plus a bunch of hours of my own work trying to figure out why the hell they wrapped all the standard DOM APIs and what I needed to do to make it play nice. Thanks guys!
Plus I slapped in CodeMirror for the code bits. It's still not working correctly, but looks pretty.
Thanks to whoever it is who made this: https://github.com/Alyw234237/md-wysiwyg-editor. It was super helpful in showing me how some of the wonky bits worked.
Also thanks to the Google dev relations guys for the file stuff here: https://googlechromelabs.github.io/text-editor/.
The MIT License (MIT)
Copyright (c) 2022 Russell Beattie (http://www.russellbeattie.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.