Lewis Liu
Lewis Liu
Extract links (possibly add previews), embed images and videos, etc. Make use of https://github.com/twitter/twitter-text
Due to increased storage requirements for encrypted storage. Probably not necessary if someone is rolling their own remotestorage server, for instance.
Try out ProseMirror when they release a npm module.
Use http://ionicframework.com/docs/api/service/$ionicPosition/ in combination with $ionicScrollDelegate
This is because the abstraction between the in-memory baobab tree and the remotestorage module is a leaky one: The baobab tree is hierarchical, while we're using remotestorage as a flat...
Compress then encrypt. Should probably try to get #131 working first for easier debugging.