triplex icon indicating copy to clipboard operation
triplex copied to clipboard

Triplex Web using The File System Access API

Open clicktodev opened this issue 1 year ago • 4 comments

i assume triplex is an electron app so a web app should be possible thanks to The File System Access API https://developer.mozilla.org/en-US/docs/Web/API/File_System_API

clicktodev avatar Oct 03 '24 14:10 clicktodev

Hi! Yeah exactly it's all web tech so it's not a far cry away from being usable inside a standalone website. Right now the next environment Triplex will be available in will be VS Code (join Discord and ask for access if you want to try it early), but this is definitely on the radar for the future.

I've previously spiked how this could work as a fully fledged editor in just the browser, there's some technical hurdles to get over especially when it comes to file system watchers. Perhaps if we were to spend time on this it'd have to be a cut back version.

itsdouges avatar Oct 04 '24 21:10 itsdouges

I realize it's not high priority right now but I look forward to it 🚀

clicktodev avatar Oct 17 '24 20:10 clicktodev

No worries, what were you hoping to get out of it being used directly in the browser? Vs. it being a standalone app and available as a VS Code extension. Any added context is greatly appreciated 🙏

itsdouges avatar Oct 17 '24 20:10 itsdouges

A big reason is security as i can control exactly what the app can access via browser permissions.

Another reason is the ability to use the app on machines that block the installation of third party apps such as company computers.

clicktodev avatar Oct 17 '24 21:10 clicktodev

I'm going to close this for now to keep the issue count low but this is something I'm interested in exploring to supersede Triplex Standalone.

itsdouges avatar Jul 24 '25 00:07 itsdouges