(icon by the Numix Project - GPL-3.0)
LightP is a simple HTML5 word processor for Ubuntu Touch based on the work of NotTimTam. It is compatible with the .rtf format but, unfortunately, at this moment it is only compatible with files that have been created by itself. You can use Document Viewer to read other files.
Documents are stored in the /home/phablet/.local/share/lightp.collaproductions/Downloads directory by default. If you would prefer to have your documents inside your ~/Documents directory, you can delete the original folder and turn it into a symlink to the latter:
$ rm -rf ~/.local/share/lightp.collaproductions/Downloads
$ ln -s ~/Documents ~/.local/share/lightp.collaproductions/Downloads
This will make sure your documents are stored in your ~/Documents folder. If you want to pick a different directory, change your command accordingly.
Install clickable:
$ sudo add-apt-repository ppa:bhdouglass/clickable
$ sudo apt-get install clickable
Clone this repository and build:
$ git clone https://github.com/nicolascolla/LightP.git
$ cd LightP/lightp
$ clickable
The resulting click package will be found under build/all/app.
Install clickable:
$ sudo add-apt-repository ppa:bhdouglass/clickable
$ sudo apt-get install clickable
Clone this repository, change the framework and build:
$ git clone https://github.com/nicolascolla/LightP.git
$ cd LightP/lightp
$ sed -i 's/ubuntu-sdk-20.04/ubuntu-sdk-16.04.5/' clickable.json
$ sed -i 's/20.04/16.04/' lightp.apparmor
$ clickable
The resulting click package will be found under build/all/app.




