Perform this workout on Fitloop: Android App | iPhone App
- Make sure your diet is in check.
- Check What routine should I do? to make sure this routine is right for you.
- See also: Learn how to make quality goals.
<div style="font-size:20px;color:#F2E48E;font-family:Times; | |
font-style:italic;letter-spacing:-2px;position:fixed;bottom:50px; | |
left:5px;opacity:.9;"> | |
<div class="editcloze"> | |
Ease: {{info-Factor:}} | |
</div> | |
<span id="countdown2"></span> | |
<script> | |
// ###### CUSTOMIZE DATE HERE ###### | |
var dateText= 'June 18 2022'; |
Custom checkboxes for Obsidian! It's like deathau's snippet except updated to work really well in Live Preview mode in Obsidian 1.0.
Simply edit the x
inside checkboxes to >
, ?
, etc. to see styling like below!
Editing | Live Preview | Viewing |
---|---|---|
Installation:
checkbox.css
file on this pageBlock computer for input, but remain graphical output as usual. Can be used for example to watch a movie on your laptop but forbid any input during that.
Not tested thouroughly yet, and only tested on Debian 9
//ES6 syntax: | |
const packIt = (...args) => console.log(args) | |
packIt(1,2,3,5,5); | |
// ES5 syntax | |
var packIt = function(n1,n2,n3,n4,n5) { | |
return console.log(n1,n2,n3,n4,n5); | |
} |
/* Better styles for embedding GitHub Gists */ | |
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%} | |
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important} | |
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important} | |
.gist-meta a{color:#26a !important;text-decoration:none} | |
.gist-meta a:hover{color:#0e4071 !important} |
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages