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

Placeholder text should be different for each pad type

difficulty:easy
feature request

Indicator that a new user has joined since you last viewed. This data is not available in the current CRDT

difficulty:hard
feature request

Allow to know the cursor position for each peer, probably using a shared CRDT.

Currently peer-pad uses the websocket-star protocol. I would like to help with switching it over to the rendezvous protocol. _This issue is currently blocked by the completion of the javascript...

This [spreadsheet](https://docs.google.com/spreadsheets/d/1g5X6-ky4D1t2sFe_HNU3MCn9O3IuA-JTkqqIrkrzNfU/edit#gid=0) is the result of looking at the existing product and codebase, checking with Fritzy and the team on accuracy of assumptions and understanding, x-checking MVP feature lists from...

I love going on cryptpad at the address: `https://cryptpad.fr/code/` and get redirected to a whole new peerpad without going through the main page. This feature might also be great for...

feature request

Posting this here for visibility. ![screenshot 2018-05-14 11 38 47](https://user-images.githubusercontent.com/58871/39993094-9b7b43de-576c-11e8-894b-bb83d578c157.png) See: - https://github.com/ipfs-shipyard/peer-pad-core/issues/13 - #114

Once nice feature of the deploy set up is that it publishes a snapshot of the built site to ipfs for evey commit, like: https://ipfs.io/ipfs/QmbC54Bshtcgr1ndX3zWdecbCoZdRujvuxXrkqhmcGKx5P/#/ For a site to work...

Instead of using the Y.js protocol over the IPFS pub-sub network in order to transmit changes, we should use the IPFS DAG API to do that. By doing this, we...

Grant, revoke and verify different types of access to specific humans. ## Grant access As a document administrator, I should be able to delegate access to other humans. ## Access...