ipfs / apps

Coordinating writing apps on top of ipfs, and their concerns.
60 stars 9 forks source link

Note taking / notebook app #19

Open fazo96 opened 8 years ago

fazo96 commented 8 years ago

There's laverna which looks amazing: it's a static app, stores data in the browser's localStorage. It has tons of cool features like encryption.

I think it could be easily forked and adapted to run on IPFS :+1: It would need the files api to be well implemented, even better with js-ipfs.

jbenet commented 8 years ago

Yesssss! On Tue, Dec 15, 2015 at 14:31 Enrico Fasoli notifications@github.com wrote:

There's laverna https://github.com/Laverna/laverna which looks amazing: it's a static app, stores data in the browser's localStorage. It has tons of cool features like encryption.

I think it could be easily forked and adapted to run on IPFS [image: :+1:] It would need the files api to be well implemented, even better with js-ipfs.

— Reply to this email directly or view it on GitHub https://github.com/ipfs/apps/issues/19.

jbenet commented 8 years ago

it's a static app entierly, so should be able to just build it and ipfs add

fazo96 commented 8 years ago

it's a static app entierly, so should be able to just build it and ipfs add

Done :+1: https://ipfs.io/ipfs/QmQ13feaBycRULAHKrPeYEKSosMsXeNP5HiAixNtWMcrdR/

Looks like it works! It would be cool to have a button in the app to publish a document straight to IPFS. Could be done with the writeable gateway, so the IPFS API isn't even needed :+1:

jbenet commented 8 years ago

Awesome. :)