Hacker News new | ask | show | jobs
by srpeck 3565 days ago
I had the same need as SDEES (https://news.ycombinator.com/item?id=12441302), so I created a zero-install, client-side encrypted, browser-based editor using SJCL+CodeMirror in Vim mode.

Live link to try it out here: https://srpeck.github.io/encryptedgist/index.html

1 comments

This is awesome! Very clever to use Gists. (As SDEES author, I'm also super happy to be able to serve as inspiration.)

Could you add functionality to list available documents? Perhaps its possible to get a list of the documents using Gist API after getting GH credentials so the user doesn't have to copy-paste the Gist ID.