ScriptAutomate
02/14/2022, 7:03 PMScriptAutomate
02/15/2022, 5:36 AM@hikchoi#8934
(Mark's) workflow, there is a video showing his workflow as he did a previous Greenhouse Talk (which we are rebooting these events!) 🙂
- YouTube: (buffer notes are talked about around 7:33, but whole video showed his workflow)
- This may pair well with the "A Day in Dendron" video that Kevin posted above, too
- Wiki notes/info on Mark's talk, Cerebrarium: https://wiki.dendron.so/notes/WUy5xtqQt3MwxcPG/hikchoi
02/15/2022, 6:43 AMseadude
02/15/2022, 7:33 AMusemap
parameter of ``tags and <map>
tags
Example
### Put this into your Reveal.JS preso!
html
<img src="https://c.pxhere.com/photos/70/93/egg_hammer_threaten_violence_fear_intimidate_hit_beat-767438.jpg!d" usemap="#map" height="550"/>
<map name="map">
<area shape="circle" coords="330,350,50" alt="egg" href=".\assets\pdfs\timeline2.pdf" target="_blank">
<area shape="circle" coords="430,250,50" alt="mallet" href=".\assets\pdfs\timeline3.pdf" target="_blank">
</map>
Tika
02/15/2022, 8:57 AMseadude
02/15/2022, 11:23 PMseadude
02/15/2022, 11:37 PMborder
etc. parameter for the <map>
or <area>
tags...
https://www.w3schools.com/tags/tag_area.aspseadude
02/15/2022, 11:53 PMScriptAutomate
02/18/2022, 8:39 PMBryan Jenks 🌱
02/18/2022, 8:42 PMseadude
02/19/2022, 2:07 AM:
). *
Example:
- The DUE:
property in the below snippet defaults to the current current month, date, hour but can be edited fairly quick
"TODO": {
"prefix": "stodo",
"body": [
"- [ ] ${1:Enter Task}",
"- **CAPTURED:** ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}-08:00",
"- **DUE:** ${CURRENT_YEAR}-${2:${CURRENT_MONTH}}-${3:${CURRENT_DATE}}T${4:${CURRENT_HOUR}}:${5:${CURRENT_MINUTE}}:00-08:00",
"- **PRIORITY:** ${6|HIGH,MEDIUM,LOW|}",
"- **STATUS:** ${7|TODO,WAITING,IN PROGRESS,DONE|}",
"- **NOTES:** ",
" - $0",
],
"description": "Capture new TODO"
}
2. You can set dropdown values for a variable using a pipe (|
).
Example:
"Context Switch": {
"prefix": "scontext",
"body": [
"- **TYPE:** ${1|COMMS,SUPPORT,RESEARCH,MEETING,DEVELOPMENT,TESTING,VALIDATION,CI/CD,PROJECT MGMT,CONSULTING,DOCUMENTATION,ADMINISTRATION,TRAINING,BREAK|}",
"- **PROJECT:** ${2|PROJ1,PROJ2|}",
"- **TOOLS:** ${3|N/A,PYTHON,AZURE,POWER APPS,POWER AUTOMATE,POWER BI,SHAREPOINT,DENDRON|}",
"- **START:** ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:{$CURRENT_MINUTE}:${CURRENT_SECOND}-08:00",
"- **END:** ",
"- **DURATION:** ",
"- **NOTES:** ",
" - $0",
"---"
],
"description": "Capture new context switch"
}
Bryan Jenks 🌱
02/20/2022, 4:01 AMkevins8
02/20/2022, 4:14 AMkevins8
02/20/2022, 4:17 AMBryan Jenks 🌱
02/20/2022, 4:17 AMBassmann
02/20/2022, 1:54 PMBassmann
02/20/2022, 1:57 PMkevins8
02/20/2022, 4:15 PMBassmann
02/20/2022, 8:20 PMkevins8
02/20/2022, 8:50 PMBill M
02/22/2022, 3:03 AMBryan Jenks 🌱
02/22/2022, 3:32 AMGruxbox Hard Dark
seadude
02/22/2022, 3:53 AMm
added after each image uploaded indicates "medium" size
Reference: https://meta.stackoverflow.com/questions/253403/how-to-reduce-image-size-on-stack-overflowseadude
02/22/2022, 3:54 AMandrey-jef
02/26/2022, 12:41 AMBryan Jenks 🌱
02/26/2022, 12:58 AMBryan Jenks 🌱
02/26/2022, 12:59 AMScriptAutomate
02/26/2022, 1:03 AM