Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Fix: Allow spaces in file paths and name. Per @Noble Robot, please change lines 153 and 157 from: os.execute('start "" ' .. TEXTFILE) to: os.execute('start "" ' .. '"' .. TEXTFILE .. '"')
os.execute('start "" ' .. TEXTFILE)
os.execute('start "" ' .. '"' .. TEXTFILE .. '"')
Bug fixes and cosmetic changes.