Skip to content

Instantly share code, notes, and snippets.

@tofi86
tofi86 / custom.css
Created January 4, 2023 21:22 — forked from jenningsb2/custom.css
My current CSS theme for Logseq
/* adapted from https://gist.github.com/jenningsb2/c046638de24287cb61c6d19fb611c961 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap');
:root {
--highlight-color: #ffdb8a;
}
/* Tags */
a.tag {
@tofi86
tofi86 / schnelltest-availability.js
Last active April 21, 2021 22:45 — forked from marco79cgn/schnelltest-availability.js
Shows the available amount of Covid Tests in your local drug store and online
// https://gist.github.com/marco79cgn/685804b731e2c8e466501e4b88341286
// https://gist.github.com/tofi86/5e95708cff0b1746b57806a78bdb2eda
let country = "de"; // replace with 'at' for shops in Austria
let storeId = 251;
let param = args.widgetParameter;
if (param != null && param.length > 0) {
if (param.indexOf(";") > 0) {
const paramSplit = param.split(";");
storeId = paramSplit[0];
@tofi86
tofi86 / CompareTools.plist
Created February 14, 2019 15:16 — forked from joewiz/CompareTools.plist
Add oXygen as Diff & Merge Tool for Git Tower
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>ApplicationIdentifier</key>
<string>ro.sync.exml.DiffDirs</string>
<key>ApplicationName</key>
<string>Diff Directories</string>