category |
---|
daily |
![[Art/{{date:YYYY-MM-DD}}-generated-cover-art.png]]
[[{{yesterday}}|< Yesterday]] | {{date:YYYY-MM-DD}} ({{date:dddd}}) | [[{{tomorrow}}|Tomorrow >]]
[ | |
{ | |
"message": { | |
"method": "Page.loadEventFired", | |
"params": { | |
"timestamp": 146256.825428 | |
} | |
}, | |
"webview": "(CDC7F7C5FAEE3C55AE8315884E3A3846)" | |
}, |
function collapse_pwd { | |
echo $(pwd | sed -e "s,^$HOME,~,") | |
} | |
function prompt_char { | |
git branch >/dev/null 2>/dev/null && echo '± >' && return | |
echo '>' | |
} |
{ | |
"complex_modifications": { | |
"parameters": { | |
"basic.simultaneous_threshold_milliseconds": 300, | |
"basic.to_delayed_action_delay_milliseconds": 500, | |
"basic.to_if_alone_timeout_milliseconds": 1000, | |
"basic.to_if_held_down_threshold_milliseconds": 500, | |
"mouse_motion_to_scroll.speed": 100 | |
}, | |
"rules": [ |
/* Style the workspace picker item */ | |
div.workspace-item[data-workspace-name="your-workspace-name"] { | |
border: 1px solid red; | |
} | |
/* Style the status bar */ | |
body[data-workspace-name="your-workspace-name"] .status-bar { | |
background-color: red; |
import { App, Notice, Plugin, request } from 'obsidian'; | |
export default class OmnifocusPlugin extends Plugin { | |
onload() { | |
// Add a command to the pallete that autocompletes omnifocus tasks | |
this.addCommand({ | |
id: 'get-todoist-tasks', | |
name: 'Fetch todoist tasks', | |
callback: async () => { | |
// Current file and state |
print("Starting Pingo mini!") | |
import board | |
import neopixel | |
import time | |
import wifi | |
import socketpool | |
import adafruit_ntp | |
import digitalio | |
import adafruit_connection_manager |