Skip to content

Instantly share code, notes, and snippets.

Date:: [[{{DATE}}]] — {{DATE:hh:mm a}} Situation:: {{VALUE: What is happening right now?}} Automatic_thoughts:: {{VALUE: What am I feeling?}} Energy:: {{VALUE: Energy level?}} Feelings:: {{VALUE:#mood/worst,#mood/very_bad,#mood/bad,#mood/meh,#mood/so-so,#mood/okay,#mood/good,#mood/very_good,#mood/great,#mood/really_great}}

Breathe

GIF link

- Here is an example of a [[markdown]] snippet that I'm currently
- Writing in Logseq
- connected directly into a folder within my Obsidian vault.
id:: 60aedd22-a2d5-441c-a8b5-fc9887beecec
- gives me the ability to play with a straight outliner as and when needed
- use block references — ((60aedd22-a2d5-441c-a8b5-fc9887beecec))
- But these aren't translated into markdown directly.
- rather pleasingly—
- this is a two way sync
- and since my Obsidian is
@rushikb
rushikb / mappleton_andy_bear_v2.css
Created June 10, 2020 05:37
Mappleton+Andy+bear
/* Make sure you have the fonts Lato and Open Sans installed locally on your machine.
They're free to download from Google:
https://fonts.google.com/specimen/Lato
https://fonts.google.com/specimen/Open+Sans */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&display=swap");
h1,
/* ------------- WARNING - Super 1.0, messy, broken rubbish CSS in here ------------- */
/* ------------- Customer support not included :) ------------- */
:root {
--header-font: 'Open Sans', sans-serif;
--body-font: 'Inter', sans-serif;
--font-size: 1.02em;
--bg-color: #eef3f3;
--page-color: rgba(255, 255, 255, 0.95);
/* ------------- WARNING - Super 1.0, messy, broken rubbish CSS in here ------------- */
/* ------------- Customer support not included :) ------------- */
:root {
--header-font: 'Open Sans', sans-serif;
--body-font: 'Inter', sans-serif;
--font-size: 1.02em;
--bg-color: #eef3f3;
--page-color: rgba(255, 255, 255, 0.95);
from collections import Counter # To count stuff for us
import datetime # Because datetime printing is hard
import facebook # FB API wrapper ("pip install facebook-sdk")
import time # Get current time
import subprocess # Used to send notifications on mac
import sys # Get system info
__author__ = 'Henri Sweers'