script-lab
script-lab copied to clipboard
[Archived - see the readme for more info] Create, run, and share your code directly from Office
### Bug Report - **Host**: EXCEL - **OS**: Windows 10 - **Browser**: - - **Environment**: prod #### Expected behavior: * `console.clear()` command should clear the console (ScriptLab console under "Last...
ScriptLab has recently updated After that custom functions stopped working. They only show #BUSY. Microsoft announcement: https://devblogs.microsoft.com/microsoft365dev/update-on-the-future-of-the-script-lab-office-add-in/ Even most simple functions do not work. E.g. /** * Doubles the number...
### Bug Report - **Host**: Excel Win32 - **OS**: Win10 - **Browser**: (fill out if relevant/applicable) - **Environment**: SLR-beta #### Expected behavior: After I write some new code, then click...
I.e., should not let me accidentally commit a `debugger;` statement, the way it did here: https://github.com/OfficeDev/script-lab/pull/518/commits/54588a542baeb49d447ea58390fae2f4e76bed45 You can see it outputting the warning in the log, too: https://travis-ci.com/OfficeDev/script-lab/jobs/167576415#L1215 So we...
Currently, hovering on the title gives no tooltip.
 While we're at it, we should also consider allowing an option to publish as CONTENT add-in instead of assuming taskpane (see https://github.com/OfficeDev/script-lab-2017/issues/889)
It would be great to have a delete button on the backstage so we can delete snippets faster and possibly even delete multiple snippets at once.
This **Sev2** bug was opened against the Agaves Add-ins team during an accessibility test pass. ### Bug Report Test Environment: OS name: Microsoft Windows 11 Enterprise. OS Version: 10.0.22631 Build...
Have Prettier also format the HTML and CSS files, and additionally don't set the tab size on the libraries model.
After porting over the existing CF AsyncStorage custom functions logic, should do the following improvements: 1. Only write to local storage if a dashboard is present. 2. Rather than constantly...