Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stateless, synchronized draggable elements #2000

Open
cyyynthia opened this issue Jan 1, 2025 · 0 comments
Open

Stateless, synchronized draggable elements #2000

cyyynthia opened this issue Jan 1, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@cyyynthia
Copy link

Is your feature request related to a problem? Please describe.
Draggable elements are mostly a way to have floating elements on the slides, however I found them to be valuable as a tool to make interactive visual demonstrations, dragging elements around while speaking.

It is however, as it's initially a slide design tool, stateful and will write back the new coordinates to the slide file (which is pretty minor), but most importantly is not synced across the presenter and play views.

Describe the solution you'd like
Have the draggable elements be synced across views. Bonus points if they can be made stateless, such that moving them around doesn't save a new position to the slides file.

Describe alternatives you've considered
Screen mirroring has been added recently (see #1987) but has trade-offs, most notably when dealing with multi-device seups.

See also #1987 (comment)

@cyyynthia cyyynthia added the enhancement New feature or request label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant