Hi, I made my own extensions gallery.
It's similar in spirit to the official TurboWarp Extensions Gallery, but the focus here is on more experimental extensions — while still keeping things stable and reliable.
Check it out!
It's similar in spirit to the official TurboWarp Extensions Gallery, but the focus here is on more experimental extensions — while still keeping things stable and reliable.
Check it out!
It's similar in spirit to the official TurboWarp Extensions Gallery, but the focus here is on more experimental extensions — while still keeping things stable and reliable.
You'll find all of my extensions there as well, and if you'd like to contribute your own, you can submit them at https://github.com/unowarp/unowarp.github.io.
Check it out here: https://unowarp.github.io/
This is "UnoWarp", or "UnoWarp Extensions". It's not too different than the official TurboWarp Extensions Gallery, but its main difference is that it's for more experimental (yet still stable) extensions.
All of my extensions are there too, and you can add your own at https://github.com/unowarp/unowarp.github.io if you want to.
Find it here: https://unowarp.github.io/
I built an extension that might be worth bookmarking for anyone who finds this: Next4 is a drive-based VFS for TurboWarp (paths look like `drive://folder/file.txt`) backed by OPFS rather than a JSON tree, so it handles binary files, large data, and persistence across sessions properly -- things rxFS definitely struggles with.
It requires unsandboxed mode, but that's just a checkbox in TurboWarp's settings.
https://github.com/codapaws/extensions/blob/main/src/codaaws/next4.js
Happy to answer questions if anyone's evaluating VFS options.