Note taking / notebook app
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.
Yesssss! On Tue, Dec 15, 2015 at 14:31 Enrico Fasoli [email protected] 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.
it's a static app entierly, so should be able to just build it and ipfs add
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:
Awesome. :)