Live data from Hacker News

Show HN: Client-Side Encrypted Gist

github.com

1–5 of 5 posts

Re: Show HN: Client-Side Encrypted Gist

#4
post #2

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

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.