Menu button β Still Image Settings β 5. Image Capture Settings β Image Control
Choose an Image Control option (e.g. Positive Film) then press the Fn button.
:root { | |
--green-1: #a9d0be; | |
--green-2: #a0e0a0; | |
--green-3: #b0ffb0; | |
--green-4: #bbeabb; | |
--green-5: #ccffcc; | |
--green-6: #d0f0d0; | |
--green-7: #d3ffd3; | |
--green-8: #d4e2d4; |
#!/bin/bash | |
# yq: | |
# snap install yq | |
# waybackpy: | |
# pip3 install waybackpy | |
file="${1}" | |
post_layout=$(yq --front-matter=extract '.layout' ${file}) |
#! /bin/bash | |
for file in *; do | |
cat ${file} > fileContent | |
/opt/homebrew/bin/code -w fileContent | |
newFileContent=`cat fileContent` |
# ------------------------------------------------------------------------------------------------------------------------------------------ | |
# This file is called 2018-02-02-932.md | |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# --- | |
# layout: link | |
# title: | |
# link: |
Can't locate plugins/Markdown.pl in @INC (@INC contains: ./extlib ./lib | |
/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x8 | |
6_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at lib/MT.pm line 117 (#2) | |
(F) You said to do (or require, or use) a file that couldn't be found. | |
Perl looks for the file in all the locations mentioned in @INC, unless | |
the file name included the full path to the file. Perhaps you need | |
to set the PERL5LIB or PERL5OPT environment variable to say where the | |
extra library is, or maybe the script needs to add the library name | |
to @INC. Or maybe you just misspelled the name of the file. See | |
"require" in perlfunc and lib. |
> Can't locate plugins/Markdown.pl in @INC (@INC contains: ./extlib ./lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at lib/MT.pm line 117. |
I hereby claim:
To claim this, I am signing this object:
Fitbit Sleep data<br> | |
<br> | |
```<br> | |
{<br> | |
"total time slept":"{{TotalTimeSlept}}",<br> | |
"time fell asleep":"{{FellAsleepAt}}",<br> | |
"time awoke":"{{AwokeAt}}",<br> | |
"time to fall asleep":"{{TimeToFallAsleep}}",<br> | |
"number of times restless":"{{RestlessCount}}",<br> | |
"number of times awake":"{{AwakeCount}}"<br> |