Skip to content

Instantly share code, notes, and snippets.

@theGove
Last active April 26, 2022 18:08
Show Gist options
  • Save theGove/9ea36b632257c7627dd5caf8073e2042 to your computer and use it in GitHub Desktop.
Save theGove/9ea36b632257c7627dd5caf8073e2042 to your computer and use it in GitHub Desktop.
ATLAS: Tools for Making ATLAS Assignments
async function auto_exec(){
const jet_engine_gist_id = "6617f2b0bc498462b29ab33d96108014"
await jade.load_gist(jet_engine_gist_id)
Jade.set_css(gist_files('style.css')) // load css for these tools
jade_modules.jet_engine.launch(my_gist_id()) // run the jet engine on this gist
}
.tool-group{
background-color: rgb(1, 93, 43);
font-weight: bold;
color: white;
}
{
"groups":[
{ "name":"Introduction",
"text":"The tools available here extend the functionality of Excel."
},
{ "name":"General Tools",
"text":"General Purpose Assignment Creation Tools",
"tools":[
{
"name":"Unique Random Number Generator",
"text":"Push a unique set of random numbers starting at the active cell.",
"gist_id":"d24a5ed93c4108484d9819fbcdadffa3"
}
]
},
{ "name":"Range Tools",
"text":"Tools for working with ranges when creating assignments.",
"tools":[
{
"name":"Goal Seek",
"text":"Adjust a cell to try to find a particular result for a formula.",
"gist_id":"e7ba294429166f2cf2aeaed622c0cc84"
},
{
"name":"Create Data YAML",
"text":"Create a YAML data statement from the selected range.",
"gist_id":"fb0c621005d160026cb9c48a6a162247"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment