IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.8k stars 348 forks source link

Feature request: Getting input from script #319

Open yolocat-dev opened 2 years ago

yolocat-dev commented 2 years ago

Hello, I usually go to a website for some pretty easy string handling, but I need to take input from user. Example:

let input = status.getInput("What do you want to replace text with?"); /* waits for input */ status.text = input;

Is this something you could update Boop with? Or is this not possible somehow?

Thank you, yolocat

philippthiele commented 2 years ago

If you have VSCode you could give the Boop based extension Voop a try, exactly this feature is used in the JoinLines script there: https://github.com/philippthiele/Voop/#custom-scripts