Currently Etherpad would share the entire list of lines with all users. Envision is (for a plugin?) that would let pad author choose which lines of the text is to be shared with which particular user. Combined with Table-of-Contents plugin - the admin user can specify which headline (and its children lines) are to be shared with which particular user
This could enable a long document to be shared with collaborators. While all are contributing to the document, they might not be seeing the entire document but only the portion shared with them
To regulate which line is to be sent to which particular client - I think it has something to do with src/node/db/Pad.js init().
I am new to etherpad lite. Can someone please guide me on how to go about implementing this feature ?
Currently Etherpad would share the entire list of lines with all users. Envision is (for a plugin?) that would let pad author choose which lines of the text is to be shared with which particular user. Combined with Table-of-Contents plugin - the admin user can specify which headline (and its children lines) are to be shared with which particular user
This could enable a long document to be shared with collaborators. While all are contributing to the document, they might not be seeing the entire document but only the portion shared with them
To regulate which line is to be sent to which particular client - I think it has something to do with
src/node/db/Pad.js init().I am new to etherpad lite. Can someone please guide me on how to go about implementing this feature ?