edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Feature request: Clear entire whiteboard (and possibly history) #132

Closed dpl closed 2 years ago

dpl commented 3 years ago

Hi, thanks for cocreate ! It would be great to be able to clear the entire whiteboard quickly, and possibly its history as well.

edemaine commented 3 years ago

On Chrome, you can select all objects fairly quickly using rectangular select, then using the Delete key to delete everything. It might be nice to have a select-all feature like Ctrl-A to make this a little easier.

If you want to delete history, you should probably run your own server. Until we have user accounts (#4) to lock down permissions, I view deleting history as too dangerous an operation to be made available to the client.

But you may be looking for page deletion/archiving, which is part of #18.

It would be helpful to know, among these options, which would be attractive solutions to you, so I can prioritize development. Page archiving is currently near the top of my list.