peer-pad
peer-pad copied to clipboard
📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
There are some wysiwyg editors for markdown. may be nice to use one in peer-pad. Related to https://github.com/ipfs-shipyard/peer-pad/issues/300
Sometimes the title doesn't sync. This needs further investigation to get a reproducible test case - it appears to be related to pinning. Possibly related issue from the past: #252
The existing peer-base pinner will persist data to ~/.jsipfs, which works great. But we'd like to deploy the pinner to Heroku, which has an ephemeral disk. On redeploys, the virtual...
Some of the colours are hard to see when editing markdown. --- from @momack2:  Please change purple color to something readable against...
aggregating concerns from: * https://github.com/ipfs-shipyard/peer-pad/issues/251 * https://github.com/ipfs-shipyard/peer-pad/issues/264 ### The Problem peer-pad can be in a variety of states, depending on interactions between your peer, other peers in the collaboration, other...
One remaining UX wart with the slimmed-down peerpad is that an unsynced pad looks the same as a blank one. The UI also isn't locked if you're online but not...
Some markdown editors function with 3 modes - 2panes: "code" and "render" side-by-side (sometimes "code" and "wysiwyg" side-by-side) - 1pane: "code" - 1pane: "wysiwyg" Where: - "code" is the editable...
dev.peerpad.net jumps you straight into a new pad. that's super nice, but the front page of peerpad.net is a bit important to describe what the product is, why we built...
Alpha warning:  this warning is important because peerpad uses (and advertises) encryption and we are not sure it works to keep content properly safe. (and i would claim that...
I temporarily disabled Rollbar support so the build on CircleCI would pass. If we can get the secrets, we can put them in an environment variable on CircleCI and re-enable...