Slowly making progress on nuTab Pro. A bunch of power user features, but the most impactful:
✨encrypted sync✨
Your data is nobody else's business. Especially notes.
@tmvst Love the encrypted sync idea! How are you realising it?
@simon Not finished with the UX yet, but client-side encryption with JS, converting to base64, uploading that to the server. Opening a new tab will show local data first and check the server for updates.