My own take on the excellent list made in https://gist.github.com/ssrihari/0bf159afb781eef7cc552a1a0b17786f.
- 🔴 Mandatory (for both beginners and intermediates)
- 🟩 For beginners
- 🟨 For intermediates
My own take on the excellent list made in https://gist.github.com/ssrihari/0bf159afb781eef7cc552a1a0b17786f.
| [ | |
| { | |
| "type": "section", | |
| "block_id": "section1", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "Pick a % dropdown list" | |
| }, | |
| "rollout": { | |
| "action_id": "rol", |
| #!/bin/sh | |
| # In case we need to know what is coming inside this script....a | |
| # remote="$1" | |
| # url="$2" | |
| PURPLE='\033[0;35m' | |
| NO_COLOR='\033[0m' | |
| printf "${PURPLE}>>>>>>> lein lint-fix...\n\n${NO_COLOR}" |
| /* modifying svg background for showing puml diagrams in Dark Mode */ | |
| .md-typeset img{ | |
| background-color:white; | |
| } | |
| .md-typeset table:not([class]) th{ | |
| min-width:0; | |
| } | |
| :root { | |
| /* Default color shades | |
| /* --md-default-fg-color: hsla(0, 0%, 0%, 0.87); */ |
| 'Relationship functions | |
| !unquoted function creates($to, $direction = "") | |
| !return "." + $direction + ".> " + $to + ":creates" | |
| !endfunction | |
| !unquoted function implements($to, $direction = "") | |
| !return "." + $direction + ".|> " + $to + ":implements" | |
| !endfunction | |
| !unquoted function uses($to, $direction = "", $n = "" , $m = "") | |
| !return "-" + $direction + "-> " + $to + ":uses" | |
| !endfunction |
| site_name: <name> | |
| # Site tree | |
| nav: | |
| - First Tab: README.md | |
| repo_url: <github_url> | |
| repo_name: <git_name> | |
| # Configuration |