peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.

Results 111 peer-pad issues
Sort by recently updated
recently updated
newest added

If the pinner is having trouble saving data to ipfs-cluster asynchronously, it would be good if it could report that it is in poor health, and display that in the...

Because the new root url redirects to a new document, going back will create a new document. We probably need to manage history better. Perhaps we shouldn't create a new...

When clicking on links in the rendered markdown pages, it would be nice if they opened in new tabs.

difficulty:easy

Leaving this article here https://juretriglav.si/open-source-collaborative-text-editors/, it provides a good update on the state of text editors everywhere, might spark some ideas for PeerPad :)

We could potentially have somewhat shorter urls: * make shorter random doc names * ~~use ed25519 or similar public/secret keys which are much shorter than RSA keys~~

Some thoughts... # Header Branding Now that we've removed the landing page, there's nothing in the header that says "PeerPad" ... just the logo - there's some space where we...

Here's a gif to illustrate: ![delete-text-cursor](https://user-images.githubusercontent.com/20886/54718742-74a85d00-4b18-11e9-8f47-b40ea06f9764.gif) After deleting, the cursor should be before the 'o', not after it.

If a PeerPad document is already open, and then you paste a URL of a different PeerPad document into the browser address bar, the document shown doesn't change.

![broken-snapshots](https://user-images.githubusercontent.com/20886/54570641-85cc5f00-499c-11e9-85e3-b9f38fd35de4.gif) I remember it working before, but it doesn't even appear to be working on https://peerpad.net/ right now. To me, it seems like a bit of an odd publishing workflow....

## Description Editing in a 1920x1200 res (15" laptop) window is hard: ![image](https://user-images.githubusercontent.com/138401/54306895-a43eee80-4587-11e9-88b3-880e4313d599.png) Better to do something like this: ![image](https://user-images.githubusercontent.com/138401/54306932-ba4caf00-4587-11e9-9b2a-66e0e32c656d.png) ## Suggestions ### (1) change css removing `.mw8 { max-width:...