Uriel Web Browser for TempleOS
This is a proof-of-concept web browser for TempleOS. It is still very early stages.
Add the following to your /etc/hgbdd.conf:
/etc/hgbdd.conf
modules: { "uriel":"/path/to/uriel.py" }
In your HomeKeyPlugIns.HC or other startup script:
HomeKeyPlugIns.HC
#include "HGBD"; #include "Uriel";
You can launch a Browser in the current Task with:
U_Browser(url);