This is an over the top suggestion - not lightweight in any sense, but you do get to write the script in HTML/CSS/JS and you can access local files..... look at Electron from https://electronjs.org/
not simple, not small wouldn't a bash wrapper around kwrite be better? or a python program, or... On Fri, May 31, 2019 at 3:51 PM Joe Lowder <[email protected]> wrote: > > Thanks for all comments and suggestions. > > ------------ > May 31, 2019 Brian Cluff wrote: > > Are you trying to make a list that can let you edit > > files on the local hard drive or are you trying to > > edit files on a server? > ------------ > > Just want to edit files on my local hard drive > something like this simple > > <title> small menu test </title><html><head><body><br> > > Small menu test: The objective is simply to be able to <br> > tap to open each example file with the kwrite text editor <br> > from a menu list, edit the named file, save that file, <br> > and upon save and close, go right back to the menu.<br><br> > > <li><a href=file:///home/joe/note1.txt>note1 text file</a> > <li><a href=file:///home/joe/note2.txt>note2 text file</a> > <li><a href=file:///home/joe/note3.txt>note3 text file</a> > > </body></html> > > > > --------------------------------------------------- > PLUG-discuss mailing list - [email protected] > To subscribe, unsubscribe, or to change your mail settings: > https://lists.phxlinux.org/mailman/listinfo/plug-discuss --------------------------------------------------- PLUG-discuss mailing list - [email protected] To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss
