dream-num / univer

Univer is an isomorphic full-stack framework for creating and editing spreadsheets, docs, and slides across client and server.
https://univer.ai
Apache License 2.0
7.49k stars 645 forks source link

Scripting for Slides[Feature] #2095

Open everythingability opened 7 months ago

everythingability commented 7 months ago

Initial checklist

Problem

Anyone remember Hypercard? When with a simple script you could write...

on mouseup
   go next card
end mouseup

And create strange and marvellous software? If not... ask an oldie... Read this an try a few https://blog.archive.org/2017/08/11/hypercard-on-the-archive-celebrating-30-years-of-hypercard/

Solution

All you got to do is add Javascripting to objects and slides, mainlyt to control navigation, but also to get field values and you have re-invented AUTHORING!

Trust me, it'd be brilliant.

function mouseup(){
    goNextCard()
}
jikkai commented 6 months ago

Thank you for your interest in Univer Slide. Currently, our primary focus is on the development of Univer Sheet. The development of Univer Slide is still in its early stages.

We will consider your suggestions before Univer Slide enters the sprint phase. Please stay tuned. 🤓