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
