Skip to content

Instantly share code, notes, and snippets.

View pamela-drouin's full-sized avatar

mosscloud pamela-drouin

  • Minneapolis, MN
View GitHub Profile
@morph626
morph626 / everforest.calibre-palette
Last active September 7, 2025 16:07
Color pallette for Calibre (https://calibre-ebook.com/) based on sainnhe's (https://github.com/sainnhe) Everforest colour scheme in medium (both light and dark) (https://github.com/sainnhe/everforest)
{
"dark": {
"palette": {
"AlternateBase": "#4f585e",
"Base": "#343f44",
"BrightText": "#e67e80",
"BrightText-disabled": "#e69875",
"Button": "#3d484d",
"ButtonText": "#d3c6aa",
"ButtonText-disabled": "#7a8478",
@lguenth
lguenth / NTNDS Daily Note Example Template
Last active April 27, 2023 14:37 — forked from pamela-drouin/Obsidian+Templater_DN+NTNDS.txt
Templater template: Daily notes with NTNDS
---
creation date: <% tp.file.creation_date() %>
modification date: <% tp.file.last_modified_date("YYYY-MM-DD HH:mm:ss") %>
---
# 💻 Logbook: <% tp.file.title %>
- Intent: 🎋
- `summary of today's focus/intent`
- Log→ 🧮
- [ ] `tiny todos`
@eleanorkonik
eleanorkonik / readwise-settings.md
Last active October 12, 2025 20:45
Eleanor's Readwise Settings

File name

{{title|replace("#","")|replace("?","")|replace(".","")|replace(""","")|replace(""","")|replace("'","")|replace("'","")|truncate(127)}} by {{author|truncate(120)}} - Notes

I do this so that weird characters or overly-long file names don't break dropbox or git, tho Readwise now natively sanitizes things.

Page metadata

@mediapathic
mediapathic / template_weekly.md
Last active July 28, 2024 07:16
Obsidian weekly template
—-
Status:
Tags: [[<%tp.date.now("YYYY-[M]MM")%>]]
Links: [[Weekly Reviews]]
___
# <% tp.file.title %>
[[<%tp.date.now("YYYY-[W]ww", -9)%>]] <== This Week ==> [[<%tp.date.now("YYYY-[W]ww", 2)%>]]
## Days
### SUN
@GitMurf
GitMurf / obsidian.live-preview.css.block-ref-inline.css
Last active October 27, 2025 08:27
CSS for inline block references that works for both NEW CM6 Live Preview and also Preview Mode for both CM5 (Legacy) and CM6 (New)
:root {
/* #7159de (similar to Obsidian purple) */
--block-ref-line-color: grey;
--block-ref-line-type: solid;
--block-ref-line-size: 2px;
/* Set to "inherit" for no bg color */
--block-ref-hover-bg-color: #d4d0d026;
}
/*
@kepano
kepano / obsidian-web-clipper.js
Last active November 23, 2025 18:40
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{
default: Turndown
}, {
default: Readability
}]) => {
/* Optional vault name */
const vault = "";
/* Optional folder name such as "Clippings/" */
@GitMurf
GitMurf / obsidian.templater.quick-capture.js
Last active September 12, 2024 10:28
Obsidian Quick Capture using templater. Activate from anywhere in your vault to record quick ideas, notes, time logging, etc. The Quick Capture file does NOT need to be open.
<%*
//v1.4: Adding option for including a header for each DNP day to fold
//'first' will add to top of file. 'last' will add to bottom of file
let firstOrLastLine = 'first';
//Name of the Quick Capture file. Do NOT include extension '.md'
let qcFileName = 'Quick Capture';
//Leave this blank if you want to use the default file path location (set to '/' to use root of vault)
@mjmetts
mjmetts / Content-UX-Slack-CoC.mdown
Last active January 10, 2019 07:57
A Code of Conduct for the Content+UX Slack Group

Code of Conduct

The Content + UX Slack Group is dedicated to providing a harassment-free experience for everyone. We do not tolerate harassment of participants in any form.

This code of conduct applies to every member of the Content + UX Slack Group. Anyone who violates this code of conduct may be sanctioned or expelled from the Content + UX Slack Group at the discretion of the ADMIN TEAM.

Content + UX Slack Group members are responsible for knowing and abiding by these rules.

Harassment

@montehurd
montehurd / macOS-mov-to-gif-file-conversion.sh
Last active January 8, 2025 14:42
Simple optimized .mov to .gif conversion from macOS command line using only ffmpeg - with instructions for automatic conversion any time a .mov file is dropped into a special folder.
ffmpeg -i in.mov -pix_fmt rgb8 -r 10 -f gif out.gif
accomplished
aggravated
amused
angry
annoyed
anxious
apathetic
artistic
awake
bitchy