edemaine / cocreate

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

Any way to reorder pages, delete pages, or move anything between pages (Feature Request) #119

Closed robertskmiles closed 3 years ago

robertskmiles commented 3 years ago

We're using cocreate as a public whiteboard in a shared virtual space. Currently we have a large piece of work on page 2, and we need it to be on page 1, so it's the first thing people see. Any of the following features would be useful:

My guess would be that deleting or reordering pages would be the easiest/quickest to implement? Thanks!

edemaine commented 3 years ago

Unfortunately, none of these are possible right now. They are, however, represented by existing issues:

If you are using your own server (or otherwise have access to the underlying database), you could easily swap the pages by modifying the pages attribute of the room document.

Manipulating pages, especially page deletion, is high on my list, but I don't know when I will get to it.

A simple workaround would be to put the text "please go to page 2" on page 1...