You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of Slidev's main features is to be hackable. It would be useful if UIs, especially the presenter's view (#1095), could be configured by users.
Also, global-top and global-bottom can be one of these UIs. (Related to #1492)
We may need a new folder like pages to store these UIs. For example, users can create a pages/presenter.vue of a component receiving the #thisSlide, #previewNext, #note, and #editor slots.
edit: I am working on this now
The text was updated successfully, but these errors were encountered:
One of Slidev's main features is to be hackable. It would be useful if UIs, especially the presenter's view (#1095), could be configured by users.
Also,
global-top
andglobal-bottom
can be one of these UIs. (Related to #1492)We may need a new folder like
pages
to store these UIs. For example, users can create apages/presenter.vue
of a component receiving the#thisSlide
,#previewNext
,#note
, and#editor
slots.The text was updated successfully, but these errors were encountered: