Ask HN: Tools that enable non-technical users to edit simple static HTML pages?
I have a static website with just plain HTML/css/js files. If a non-technical user needs to edit text content alone (no structural or design change, just plain text content), is there any tool that can help them to edit the page content via browser? may be an extension/plugin that at least captures the delta changes so that it can be sent to some backend API? The goal is to enable non-tech users to make simple changes to web page content and receive those changes in the backend.
19 comments
[ 3.3 ms ] story [ 51.8 ms ] thread+________+____________+___________+
|_Hookers_|_Our Market_|_TINDER___|
|_too______|Sluts which__|_Want_____|
|_main____|_I want in a__|_marriage_|
|_stream__|sunday lunch|_too much_|
+________+____________+___________+
Has a free edition and a paid edition with more features. WYSIWYG features like a word processor.
Don't forget that Word and LibreOffice Write can export HTML files.
https://grapesjs.com is an open source option, but will require some investment to get it working for your situation.
There is also Wordpress, Squarespace, and Webflow. Webflow has a CMS section. Netlify has some options here too, CMS system with a web UI.
I personally use Hugo (https://gohugo.io) and Webflow. Planning to use something with grapes+hugo to replace webflow.
I'm not however happy about the workflow (non technical users found it too difficult). So I wonder what workflow you had in mind...