vault backup: 2026-04-29 17:41:16
This commit is contained in:
Vendored
+2
-1
@@ -6,6 +6,7 @@
|
||||
"theme": "moonstone",
|
||||
"baseFontSize": 15,
|
||||
"enabledCssSnippets": [
|
||||
"tables"
|
||||
"tables",
|
||||
"checkboxes"
|
||||
]
|
||||
}
|
||||
Vendored
BIN
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "Obsidian Nord",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "insanum",
|
||||
"authorUrl": "https://insanum.com"
|
||||
}
|
||||
-525
@@ -1,525 +0,0 @@
|
||||
|
||||
:root
|
||||
{
|
||||
--dark0_x: 46,52,64; /* #2e3440 */
|
||||
--dark0: rgb(var(--dark0_x));
|
||||
--dark1_x: 59,66,82; /* #3b4252 */
|
||||
--dark1: rgb(var(--dark1_x));
|
||||
--dark2_x: 67,76,94; /* #434c5e */
|
||||
--dark2: rgb(var(--dark2_x));
|
||||
--dark3_x: 76,86,106; /* #4c566a */
|
||||
--dark3: rgb(var(--dark3_x));
|
||||
|
||||
--light0_x: 216,222,233; /* #d8dee9 */
|
||||
--light0: rgb(var(--light0_x));
|
||||
--light1_x: 229,233,240; /* #e5e9f0 */
|
||||
--light1: rgb(var(--light1_x));
|
||||
--light2_x: 236,239,244; /* #eceff4 */
|
||||
--light2: rgb(var(--light2_x));
|
||||
--light3_x: 255,255,255; /* #ffffff */
|
||||
--light3: rgb(var(--light3_x));
|
||||
|
||||
--frost0_x: 143,188,187; /* #8fbcbb */
|
||||
--frost0: rgb(var(--frost0_x));
|
||||
--frost1_x: 136,192,208; /* #88c0d0 */
|
||||
--frost1: rgb(var(--frost1_x));
|
||||
--frost2_x: 129,161,193; /* #81a1c1 */
|
||||
--frost2: rgb(var(--frost2_x));
|
||||
--frost3_x: 94,129,172; /* #5e81ac */
|
||||
--frost3: rgb(var(--frost3_x));
|
||||
|
||||
--red_x: 191,97,106; /* #bf616a */
|
||||
--red: rgb(var(--red_x));
|
||||
--orange_x: 208,135,112; /* #d08770 */
|
||||
--orange: rgb(var(--orange_x));
|
||||
--yellow_x: 235,203,139; /* #ebcb8b */
|
||||
--yellow: rgb(var(--yellow_x));
|
||||
--green_x: 163,190,140; /* #a3be8c */
|
||||
--green: rgb(var(--green_x));
|
||||
--purple_x: 180,142,173; /* #b48ead */
|
||||
--purple: rgb(var(--purple_x));
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
--accent-h: 354; /* --red #bf616a */
|
||||
--accent-s: 42%;
|
||||
--accent-l: 56%;
|
||||
|
||||
--link-decoration: none;
|
||||
--link-decoration-hover: none;
|
||||
--link-external-decoration: none;
|
||||
--link-external-decoration-hover: none;
|
||||
|
||||
--tag-decoration: none;
|
||||
--tag-decoration-hover: underline;
|
||||
--tag-padding-x: .5em;
|
||||
--tag-padding-y: .2em;
|
||||
--tag-radius: .5em;
|
||||
|
||||
--tab-font-weight: 600;
|
||||
--bold-weight: 600;
|
||||
|
||||
--checkbox-radius: 0;
|
||||
|
||||
/* --list-indent: 2em; */
|
||||
|
||||
--embed-border-left: 6px double var(--interactive-accent);
|
||||
}
|
||||
|
||||
.theme-dark
|
||||
{
|
||||
--color-red-rgb: var(--red_x);
|
||||
--color-red: var(--red);
|
||||
--color-purple-rgb: var(--purple_x);
|
||||
--color-purple: var(--purple);
|
||||
--color-green-rgb: var(--green_x);
|
||||
--color-green: var(--green);
|
||||
--color-cyan-rgb: var(--frost1_x);
|
||||
--color-cyan: var(--frost1);
|
||||
--color-blue-rgb: var(--frost3_x);
|
||||
--color-blue: var(--frost3);
|
||||
--color-yellow-rgb: var(--yellow_x);
|
||||
--color-yellow: var(--yellow);
|
||||
--color-orange-rgb: var(--orange_x);
|
||||
--color-orange: var(--orange);
|
||||
/* --color-pink: var(--purple); */
|
||||
|
||||
--background-primary: var(--dark0);
|
||||
--background-primary-alt: var(--dark0);
|
||||
--background-secondary: var(--dark1);
|
||||
--background-secondary-alt: var(--dark2);
|
||||
--background-modifier-border: var(--dark2);
|
||||
|
||||
--cursor-line-background: rgba(var(--red_x), 0.2);
|
||||
|
||||
--text-normal: var(--light2);
|
||||
--text-faint: var(--light0);
|
||||
--text-muted: var(--light1);
|
||||
|
||||
--link-url: var(--purple);
|
||||
|
||||
--h1-color: var(--red);
|
||||
--h2-color: var(--yellow);
|
||||
--h3-color: var(--green);
|
||||
--h4-color: var(--purple);
|
||||
--h5-color: var(--frost0);
|
||||
--h6-color: var(--frost2);
|
||||
|
||||
--text-highlight-bg: var(--frost1);
|
||||
--text-highlight-fg: var(--dark0);
|
||||
|
||||
--text-accent: var(--orange);
|
||||
--text-accent-hover: var(--frost2);
|
||||
|
||||
--tag-color: var(--frost0);
|
||||
--tag-background: var(--dark2);
|
||||
--tag-background-hover: var(--dark1);
|
||||
|
||||
--titlebar-text-color-focused: var(--red);
|
||||
|
||||
--inline-title-color: var(--yellow);
|
||||
|
||||
--bold-color: var(--yellow);
|
||||
--italic-color: var(--yellow);
|
||||
|
||||
--checkbox-color: var(--frost0);
|
||||
--checkbox-color-hover: var(--frost0);
|
||||
--checkbox-border-color: var(--frost0);
|
||||
--checkbox-border-color-hover: var(--frost0);
|
||||
--checklist-done-color: rgba(var(--light2_x), 0.5);
|
||||
|
||||
--table-header-background: hsl(220, 16%, 16%);
|
||||
--table-header-background-hover: var(--dark3);
|
||||
--table-row-even-background: hsl(220, 16%, 20%);
|
||||
--table-row-odd-background: hsl(220, 16%, 24%);
|
||||
--table-row-background-hover: var(--dark3);
|
||||
|
||||
--text-selection: rgba(var(--red_x), 0.6);
|
||||
--flashing-background: rgba(var(--red_x), 0.3);
|
||||
|
||||
--code-normal: var(--frost1);
|
||||
--code-background: var(--dark1);
|
||||
|
||||
--mermaid-note: var(--frost3);
|
||||
--mermaid-loopline: var(--frost1);
|
||||
--mermaid-exclude: var(--dark3);
|
||||
--mermaid-seqnum: var(--dark0);
|
||||
|
||||
--icon-color-hover: var(--red);
|
||||
--icon-color-focused: var(--frost2);
|
||||
|
||||
--nav-item-color-hover: var(--red);
|
||||
--nav-item-color-active: var(--frost2);
|
||||
--nav-file-tag: rgba(var(--yellow_x), 0.9);
|
||||
|
||||
--graph-line: var(--dark3);
|
||||
--graph-node: var(--light3);
|
||||
--graph-node-tag: var(--red);
|
||||
--graph-node-attachment: var(--green);
|
||||
|
||||
--calendar-hover: var(--red);
|
||||
--calendar-background-hover: var(--dark3);
|
||||
--calendar-week: var(--yellow);
|
||||
--calendar-today: var(--yellow);
|
||||
|
||||
--dataview-key: var(--text-faint);
|
||||
--dataview-key-background: rgba(var(--frost2_x), 0.3);
|
||||
--dataview-value: var(--text-faint);
|
||||
--dataview-value-background: rgba(var(--red_x), 0.3);
|
||||
|
||||
--tab-text-color-focused-active: var(--frost2);
|
||||
--tab-text-color-focused-active-current: var(--red);
|
||||
}
|
||||
|
||||
.theme-light
|
||||
{
|
||||
--color-red-rgb: var(--red_x);
|
||||
--color-red: var(--red);
|
||||
--color-purple-rgb: var(--purple_x);
|
||||
--color-purple: var(--purple);
|
||||
--color-green-rgb: var(--green_x);
|
||||
--color-green: var(--green);
|
||||
--color-cyan-rgb: var(--frost1_x);
|
||||
--color-cyan: var(--frost1);
|
||||
--color-blue-rgb: var(--frost3_x);
|
||||
--color-blue: var(--frost3);
|
||||
--color-yellow-rgb: var(--yellow_x);
|
||||
--color-yellow: var(--yellow);
|
||||
--color-orange-rgb: var(--orange_x);
|
||||
--color-orange: var(--orange);
|
||||
/* --color-pink: var(--purple); */
|
||||
|
||||
--background-primary: var(--light3);
|
||||
--background-primary-alt: var(--light3);
|
||||
--background-secondary: var(--light2);
|
||||
--background-secondary-alt: var(--light1);
|
||||
--background-modifier-border: var(--light1);
|
||||
|
||||
--cursor-line-background: rgba(var(--red_x), 0.1);
|
||||
|
||||
--text-normal: var(--dark2);
|
||||
--text-faint: var(--dark0);
|
||||
--text-muted: var(--dark1);
|
||||
|
||||
--link-url: var(--purple);
|
||||
|
||||
--h1-color: var(--red);
|
||||
--h2-color: var(--yellow);
|
||||
--h3-color: var(--green);
|
||||
--h4-color: var(--purple);
|
||||
--h5-color: var(--frost0);
|
||||
--h6-color: var(--frost2);
|
||||
|
||||
--text-highlight-bg: var(--yellow);
|
||||
--text-highlight-fg: var(--dark0);
|
||||
|
||||
--text-accent: var(--orange);
|
||||
--text-accent-hover: var(--frost2);
|
||||
|
||||
--tag-color: var(--dark3);
|
||||
--tag-background: var(--light1);
|
||||
--tag-background-hover: var(--light0);
|
||||
|
||||
--titlebar-text-color-focused: var(--red);
|
||||
|
||||
--inline-title-color: var(--yellow);
|
||||
|
||||
--bold-color: var(--green);
|
||||
--italic-color: var(--green);
|
||||
|
||||
--checkbox-color: var(--frost2);
|
||||
--checkbox-color-hover: var(--frost2);
|
||||
--checkbox-border-color: var(--frost2);
|
||||
--checkbox-border-color-hover: var(--frost2);
|
||||
--checklist-done-color: rgba(var(--dark2_x), 0.4);
|
||||
|
||||
--table-header-background: rgba(var(--light2_x), 0.2);
|
||||
--table-header-background-hover: var(--frost2);
|
||||
--table-row-even-background: rgba(var(--light2_x), 0.4);
|
||||
--table-row-odd-background: rgba(var(--light2_x), 0.8);
|
||||
--table-row-background-hover: var(--frost2);
|
||||
|
||||
--text-selection: rgba(var(--red_x), 0.6);
|
||||
--flashing-background: rgba(var(--red_x), 0.3);
|
||||
|
||||
--code-normal: var(--frost1);
|
||||
--code-background: var(--light2);
|
||||
|
||||
--mermaid-note: var(--frost0);
|
||||
--mermaid-loopline: var(--frost1);
|
||||
--mermaid-exclude: var(--light0);
|
||||
--mermaid-seqnum: var(--light0);
|
||||
|
||||
--icon-color-hover: var(--red);
|
||||
--icon-color-focused: var(--frost3);
|
||||
|
||||
--nav-item-color-hover: var(--red);
|
||||
--nav-item-color-active: var(--frost2);
|
||||
--nav-file-tag: rgba(var(--orange_x), 0.9);
|
||||
|
||||
--graph-line: var(--light0);
|
||||
--graph-node: var(--dark3);
|
||||
--graph-node-tag: var(--red);
|
||||
--graph-node-attachment: var(--green);
|
||||
|
||||
--calendar-hover: var(--red);
|
||||
--calendar-background-hover: var(--light0);
|
||||
--calendar-week: var(--orange);
|
||||
--calendar-today: var(--orange);
|
||||
|
||||
--dataview-key: var(--text-faint);
|
||||
--dataview-key-background: rgba(var(--frost2_x), 0.3);
|
||||
--dataview-value: var(--text-faint);
|
||||
--dataview-value-background: rgba(var(--red_x), 0.3);
|
||||
|
||||
--tab-text-color-focused-active: var(--frost2);
|
||||
--tab-text-color-focused-active-current: var(--red);
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border: 1px solid var(--background-secondary) !important;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
thead
|
||||
{
|
||||
border-bottom: 2px solid var(--background-modifier-border) !important;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
font-weight: 600 !important;
|
||||
border: 1px solid var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
border-left: 1px solid var(--background-secondary) !important;
|
||||
border-right: 1px solid var(--background-secondary) !important;
|
||||
border-bottom: 1px solid var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
.markdown-rendered tbody tr:nth-child(even)
|
||||
{
|
||||
background-color: var(--table-row-even-background) !important;
|
||||
}
|
||||
|
||||
.markdown-rendered tbody tr:nth-child(odd)
|
||||
{
|
||||
background-color: var(--table-row-odd-background) !important;
|
||||
}
|
||||
|
||||
.markdown-rendered tbody tr:nth-child(even):hover,
|
||||
.markdown-rendered tbody tr:nth-child(odd):hover
|
||||
{
|
||||
background-color: var(--table-row-background-hover) !important;
|
||||
}
|
||||
|
||||
.markdown-rendered mark
|
||||
{
|
||||
background-color: var(--text-highlight-bg);
|
||||
color: var(--text-highlight-fg);
|
||||
}
|
||||
|
||||
.markdown-rendered mark a
|
||||
{
|
||||
color: var(--red) !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.search-result-file-matched-text
|
||||
{
|
||||
color: var(--text-highlight-fg) !important;
|
||||
}
|
||||
|
||||
.cm-hashtag-begin:hover, .cm-hashtag-end:hover
|
||||
{
|
||||
color: var(--text-accent);
|
||||
/* background-color: var(--tag-background-hover); */
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input[type=checkbox]
|
||||
{
|
||||
border: 1px solid var(--checkbox-color);
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked
|
||||
{
|
||||
background-color: var(--checkbox-color);
|
||||
box-shadow: inset 0 0 0 2px var(--background-primary);
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:after
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"]
|
||||
{
|
||||
line-height: var(--line-height-tight) !important;
|
||||
}
|
||||
|
||||
.cm-url
|
||||
{
|
||||
color: var(--link-url) !important;
|
||||
}
|
||||
|
||||
.cm-url:hover
|
||||
{
|
||||
color: var(--text-accent-hover) !important;
|
||||
}
|
||||
|
||||
/* Keep highlight/marks the same between viewer and editor. */
|
||||
.cm-highlight
|
||||
{
|
||||
color: var(--text-highlight-fg) !important;
|
||||
}
|
||||
|
||||
/* Keep inline code the same between viewer and editor. */
|
||||
.cm-inline-code
|
||||
{
|
||||
border-radius: var(--radius-s);
|
||||
font-size: var(--code-size);
|
||||
padding: 0.1em 0.25em;
|
||||
}
|
||||
|
||||
.cm-formatting-code + .cm-inline-code
|
||||
{
|
||||
border-radius: 0;
|
||||
padding: 0.1em 0;
|
||||
}
|
||||
|
||||
.cm-formatting-code
|
||||
{
|
||||
border-radius: var(--radius-s) 0 0 var(--radius-s);
|
||||
padding: 0.1em 0 0.1em 0.25em;
|
||||
}
|
||||
|
||||
.cm-inline-code + .cm-formatting-code
|
||||
{
|
||||
border-radius: 0 var(--radius-s) var(--radius-s) 0;
|
||||
padding: 0.1em 0.25em 0.1em 0;
|
||||
}
|
||||
|
||||
.cm-line .cm-strong
|
||||
{
|
||||
color: var(--bold-color) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Keep list bullet padding the same between viewer and editor.
|
||||
* This is annoying with the cursor in the editor as there is a gap.
|
||||
*/
|
||||
/*
|
||||
.cm-formatting-list
|
||||
{
|
||||
padding-right: 4px !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
* Keep sub-list indenting the same between viewer and editor.
|
||||
* This assumes --list-indent is default at 2em.
|
||||
*/
|
||||
/*
|
||||
.cm-indent
|
||||
{
|
||||
text-indent: 1em !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.mermaid .note
|
||||
{
|
||||
fill: var(--mermaid-note) !important;
|
||||
}
|
||||
|
||||
.mermaid .loopLine
|
||||
{
|
||||
stroke: var(--mermaid-loopline) !important;
|
||||
}
|
||||
|
||||
.mermaid .loopText>tspan,
|
||||
.mermaid .entityLabel
|
||||
{
|
||||
fill: var(--red) !important;
|
||||
}
|
||||
|
||||
.mermaid .exclude-range
|
||||
{
|
||||
fill: var(--mermaid-exclude) !important;
|
||||
}
|
||||
|
||||
.mermaid .sequenceNumber
|
||||
{
|
||||
fill: var(--mermaid-seqnum) !important;
|
||||
}
|
||||
|
||||
.calendar .week-num
|
||||
{
|
||||
color: var(--calendar-week) !important;
|
||||
}
|
||||
|
||||
.calendar .today
|
||||
{
|
||||
color: var(--calendar-today) !important;
|
||||
}
|
||||
|
||||
.calendar .week-num:hover,
|
||||
.calendar .day:hover
|
||||
{
|
||||
color: var(--calendar-hover) !important;
|
||||
background-color: var(--calendar-background-hover) !important;
|
||||
}
|
||||
|
||||
.markdown-embed-title
|
||||
{
|
||||
color: var(--yellow);
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
.cm-active
|
||||
{
|
||||
background-color: var(--cursor-line-background) !important;
|
||||
}
|
||||
|
||||
.nav-file-tag
|
||||
{
|
||||
color: var(--nav-file-tag) !important;
|
||||
}
|
||||
|
||||
.is-flashing
|
||||
{
|
||||
background-color: var(--flashing-background) !important;
|
||||
}
|
||||
|
||||
.dataview.inline-field-key
|
||||
{
|
||||
border-top-left-radius: var(--radius-s);
|
||||
border-bottom-left-radius: var(--radius-s);
|
||||
padding-left: 4px;
|
||||
font-family: var(--font-monospace);
|
||||
font-size: var(--font-smaller);
|
||||
color: var(--dataview-key) !important;
|
||||
background-color: var(--dataview-key-background) !important;
|
||||
}
|
||||
|
||||
.dataview.inline-field-value
|
||||
{
|
||||
border-top-right-radius: var(--radius-s);
|
||||
border-bottom-right-radius: var(--radius-s);
|
||||
padding-right: 4px;
|
||||
font-family: var(--font-monospace);
|
||||
font-size: var(--font-smaller);
|
||||
color: var(--dataview-value) !important;
|
||||
background-color: var(--dataview-value-background) !important;
|
||||
}
|
||||
|
||||
.suggestion-highlight
|
||||
{
|
||||
color: var(--red);
|
||||
}
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Things",
|
||||
"version": "2.2.1",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "@colineckert",
|
||||
"authorUrl": "https://twitter.com/colineckert"
|
||||
}
|
||||
Vendored
+1939
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
title: 2009 Honda Civic
|
||||
tags:
|
||||
- type/property
|
||||
up: "[[my-things]]"
|
||||
---
|
||||
# 2009 Honda Civic
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- Accubid
|
||||
title: Accubid
|
||||
tags: []
|
||||
up: "[[construction-estimating]]"
|
||||
---
|
||||
# Accubid
|
||||
@@ -3,6 +3,7 @@ title: Boll Weevil
|
||||
tags:
|
||||
- authorship/traditional
|
||||
- topic/hobbies/music/banjo
|
||||
up: "[[music]]"
|
||||
---
|
||||
# Boll Weevil
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ tags:
|
||||
- status/draft
|
||||
- topic/construction
|
||||
- type/encyclopedia-entry
|
||||
up: "[[construction]]"
|
||||
---
|
||||
# Building Area Classification
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ tags:
|
||||
- authorship/other
|
||||
- exclude-from-word-count
|
||||
- status/complete
|
||||
- topic/hobbies/poetry
|
||||
- type/media/poetry
|
||||
authors:
|
||||
- Karel Čapek
|
||||
@@ -14,6 +13,7 @@ origlanguage: Czech
|
||||
translator: Dora Round
|
||||
type: incollection
|
||||
year: 1935
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# From the Point of View of a Cat
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- exclude-from-word-count
|
||||
- topic/hobbies/music/banjo
|
||||
- type/media/music
|
||||
up: "[[music]]"
|
||||
---
|
||||
# The Cruel Mother (Traditional)
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ tags:
|
||||
- destiny/fleeting
|
||||
- type/task
|
||||
title: Personal Brand
|
||||
up: "[[tasks]]"
|
||||
---
|
||||
# Personal Brand
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ tags:
|
||||
- destiny/uncertain
|
||||
- topic/meta
|
||||
- type/encyclopedia-entry
|
||||
up: "[[obsidian]]"
|
||||
---
|
||||
# Diagrams
|
||||
|
||||
|
||||
@@ -9,4 +9,5 @@ tags:
|
||||
|
||||
"Electrical" may refer to:
|
||||
|
||||
* [[electrical-construction]]
|
||||
* [[electrical-takeoff]]
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- type/guide
|
||||
- status/complete
|
||||
title: Excel Macros
|
||||
up: "[[excel]]"
|
||||
---
|
||||
# Excel Macros
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- topic/meta
|
||||
- type/encyclopedia
|
||||
title: Formatting Titles
|
||||
up: "[[writing]]"
|
||||
---
|
||||
# Formatting Titles
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ up: "[[recipes]]"
|
||||
---
|
||||
# French Vanilla Ice Cream
|
||||
|
||||
%%
|
||||
French vanilla refers specifically to a custard base ice cream like detailed below.
|
||||
See [[homemade-ice-cream]] for easier recipes.
|
||||
%%
|
||||
|
||||
## Ingredients
|
||||
|
||||
* 1 ½ cups whole milk
|
||||
|
||||
@@ -4,6 +4,7 @@ tags:
|
||||
- authorship/other-for-now
|
||||
- destiny/uncertain
|
||||
- type/encyclopedia
|
||||
up: "[[math]]"
|
||||
---
|
||||
# Graphs
|
||||
|
||||
|
||||
+25
-9
@@ -11,6 +11,27 @@ up: "[[conest-projects]]"
|
||||
6 buildings + clubhouse
|
||||
3 building types
|
||||
|
||||
## TODO
|
||||
|
||||
* [x] [[feeders-takeoff]]
|
||||
* [x] [[subfeeds-takeoff]]
|
||||
* [ ] [[switchgear-takeoff]]
|
||||
* [x] [[units-takeoff]]
|
||||
* [/] [[fixtures-takeoff]]
|
||||
* [/] [[lighting-controls-takeoff]]
|
||||
* [/] [[electrical-takeoff]]
|
||||
* [ ] Trash chute power
|
||||
* [ ] Unit CU's
|
||||
* [ ] [[telecom-takeoff]]
|
||||
* [ ] Homeruns
|
||||
* [ ] [[low-voltage-takeoff]]
|
||||
* [ ] [[fire-alarm-takeoff]]
|
||||
* [ ] [[two-way-takeoff]]
|
||||
* [ ] [[distributed-antenna-systems-takeoff]]
|
||||
* [ ] [[lightning-protection-takeoff]]
|
||||
* [ ] [[misc-budgets-takeoff]]
|
||||
* [ ] [[temp-power-takeoff]]
|
||||
|
||||
## ConEst Questions
|
||||
|
||||
Questions for [[conest|ConEst]]:
|
||||
@@ -32,10 +53,7 @@ THE CONTRACTOR IS RESPONSIBLE TO BE FAMILIAR WITH THE 2020 FBC ENERGY CONSERVATI
|
||||
AND SHALL UPSIZE THE CONDUCTORS FOR FEEDER AND BRANCH CIRCUITS
|
||||
BASED ON THE ACTUAL ROUTING IN THE FIELD.
|
||||
|
||||
**C405.10 Voltage drop.**
|
||||
The total voltage drop across the combination of customer-owned service conductors,
|
||||
feeder conductors and branch circuit conductors
|
||||
shall not exceed 5 percent.
|
||||
![[iecc_c405#C405.10 Voltage drop.]]
|
||||
|
||||
### Floor Boxes
|
||||
|
||||
@@ -71,7 +89,7 @@ shall not exceed 5 percent.
|
||||
> BY BOTH THE N.E.C. AND LOCAL ORDINANCE,
|
||||
> IN THE FOLLOWING APPLICATIONS:
|
||||
> * A. IN WALLS FOR HORIZONTAL DEVICE CONNECTION ONLY.
|
||||
> HOMERUNS TO PANELBOARDS SHALL BE EMT OR PVC (BELOW GRADE).
|
||||
> HOMERUNS TO PANELBOARDS SHALL BE EMT OR PVC (BELOW GRADE).
|
||||
|
||||
#### Rigid Elbows
|
||||
|
||||
@@ -85,8 +103,6 @@ but neither proposal mentions them.
|
||||
|
||||
#### Fire Alarm Wiring Methods
|
||||
|
||||
|
||||
|
||||
### Differences in Scope Between Customers
|
||||
|
||||
2 Customers
|
||||
@@ -101,8 +117,8 @@ DAS Conduit in separate bid item
|
||||
BPM
|
||||
2026-03-23 Nicole Bisbee:
|
||||
Per correspondence from KAST
|
||||
“Please note that KAST has **not** been awarded this project.
|
||||
It appears the project will be undertaken by Hedrick Brothers.”
|
||||
"Please note that KAST has **not** been awarded this project.
|
||||
It appears the project will be undertaken by Hedrick Brothers."
|
||||
|
||||
Most recent proposal to KAST is 2026-02-26.
|
||||
Assuming this one can be ignored.
|
||||
|
||||
@@ -4,6 +4,7 @@ tags:
|
||||
- topic/construction/electrical
|
||||
- type/encyclopedia
|
||||
title: HVAC Calculations
|
||||
up: "[[electrical-construction]]"
|
||||
---
|
||||
# HVAC Calculations
|
||||
|
||||
|
||||
+82
-26
@@ -1,10 +1,31 @@
|
||||
---
|
||||
title: SECTION C405 ELECTRICAL POWER AND LIGHTING SYSTEMS
|
||||
title: C405 Electrical Power and Lighting Systems
|
||||
tags:
|
||||
- exclude-from-word-count
|
||||
- type/media/reference
|
||||
up: "[[iecc_international-energy-conservation-code]]"
|
||||
---
|
||||
# SECTION C405 ELECTRICAL POWER AND LIGHTING SYSTEMS
|
||||
# C405 Electrical Power and Lighting Systems
|
||||
|
||||
## C405.2 Lighting controls.
|
||||
|
||||
Lighting systems shall be provided with controls that comply with one of the following.
|
||||
|
||||
* **1.** Lighting controls as specified in Sections C405.2.1 through C405.2.8.
|
||||
|
||||
* **2.** Luminaire level lighting controls (LLLC)
|
||||
and lighting controls as specified in Sections C405.2.1, C405.2.5 and C405.2.6.
|
||||
The LLLC luminaire shall be independently capable of:
|
||||
|
||||
* **2.1.** Monitoring occupant activity to brighten or dim lighting when occupied or unoccupied, respectively.
|
||||
* **2.2.** Monitoring ambient light, both electric light and daylight, and brighten or dim artificial light to maintain desired light level.
|
||||
* **2.3.** For each control strategy, configuration and reconfiguration of performance parameters including; bright and dim setpoints, time-outs, dimming fade rates, sensor sensitivity adjustments, and wireless zoning configurations.
|
||||
|
||||
**Exceptions:** Lighting controls are not required for the following:
|
||||
|
||||
* **1.** Areas designated as security or emergency areas that are required to be continuously lighted.
|
||||
* **2.** Interior exit stairways, interior exit ramps and exit passageways.
|
||||
* **3.** Emergency egress lighting that is normally off.
|
||||
|
||||
### C405.2.1 Occupant sensor controls.
|
||||
|
||||
@@ -21,28 +42,42 @@ Occupant sensor controls shall be installed to control lights in the following s
|
||||
9. Locker rooms.
|
||||
10. Corridors.
|
||||
11. Warehouse storage areas.
|
||||
12. Other spaces 300 square feet (28 m^2) or less that are enclosed by floor-to-ceiling height partitions.
|
||||
12. Other spaces 300 square feet (28 m^2) or less
|
||||
that are enclosed by floor-to-ceiling height partitions.
|
||||
|
||||
**Exception:** Luminaires that are required to have specific application controls in accordance with Section C405.2.5.
|
||||
**Exception:**
|
||||
Luminaires that are required to have specific application controls
|
||||
in accordance with Section C405.2.5.
|
||||
|
||||
### C405.2.1.1 Occupant sensor control function.
|
||||
#### C405.2.1.1 Occupant sensor control function.
|
||||
|
||||
Occupant sensor controls in warehouses shall comply with Section C405.2.1.2.
|
||||
Occupant sensor controls in open plan office areas shall comply with Section C405.2.1.3.
|
||||
Occupant sensor controls in corridors shall comply with Section C405.2.1.4.
|
||||
Occupant sensor controls for all other spaces specified in Section C405.2.1
|
||||
Occupant sensor controls in warehouses
|
||||
shall comply with Section C405.2.1.2.
|
||||
Occupant sensor controls in open plan office areas
|
||||
shall comply with Section C405.2.1.3.
|
||||
Occupant sensor controls in corridors
|
||||
shall comply with Section C405.2.1.4.
|
||||
Occupant sensor controls for all other spaces
|
||||
specified in Section C405.2.1
|
||||
shall comply with the following:
|
||||
|
||||
1. They shall automatically turn off lights within 20 minutes after all occupants have left the space.
|
||||
1. They shall automatically turn off lights
|
||||
within 20 minutes after all occupants have left the space.
|
||||
|
||||
2. They shall be manual on or controlled to automatically turn on the lighting to not more than 50-percent power.
|
||||
2. They shall be manual on
|
||||
or controlled to automatically turn on the lighting
|
||||
to not more than 50-percent power.
|
||||
|
||||
3. They shall incorporate a manual control to allow occupants to turn off lights.
|
||||
3. They shall incorporate a manual control
|
||||
to allow occupants to turn off lights.
|
||||
|
||||
Exception:
|
||||
Full automatic-on controls with no manual control shall be permitted in corridors, interior parking areas, stairways, restrooms, locker rooms, lobbies, library stacks and areas where manual operation would endanger occupant safety or security.
|
||||
**Exception:**
|
||||
Full automatic-on controls with no manual control
|
||||
shall be permitted in corridors, interior parking areas,
|
||||
stairways, restrooms, locker rooms, lobbies, library stacks
|
||||
and areas where manual operation would endanger occupant safety or security.
|
||||
|
||||
### C405.2.1.2 Occupant sensor control function in warehouse storage areas.
|
||||
#### C405.2.1.2 Occupant sensor control function in warehouse storage areas.
|
||||
|
||||
Lighting in warehouse storage areas shall be controlled as follows:
|
||||
|
||||
@@ -55,27 +90,48 @@ Lighting in warehouse storage areas shall be controlled as follows:
|
||||
to an unoccupied setpoint of not more than 50 percent of full power
|
||||
within 20 minutes after all occupants have left the controlled area.
|
||||
|
||||
3. Lights that are not turned off by occupant sensors shall be turned off by time-switch control complying with Section C405.2.2.1.
|
||||
3. Lights that are not turned off by occupant sensors
|
||||
shall be turned off by time-switch control
|
||||
complying with Section C405.2.2.1.
|
||||
|
||||
4. A manual control shall be provided to allow occupants to turn off lights in the space.
|
||||
4. A manual control shall be provided
|
||||
to allow occupants to turn off lights in the space.
|
||||
|
||||
### C405.2.1.3 Occupant sensor control function in open plan office areas.
|
||||
#### C405.2.1.3 Occupant sensor control function in open plan office areas.
|
||||
|
||||
Occupant sensor controls in open plan office spaces less than 300 square feet (28 m^2) in area shall comply with Section C405.2.1.1. Occupant sensor controls in all other open plan office spaces shall comply with all of the following:
|
||||
Occupant sensor controls in open plan office spaces
|
||||
less than 300 square feet (28 m^2) in area
|
||||
shall comply with Section C405.2.1.1.
|
||||
Occupant sensor controls in all other open plan office spaces
|
||||
shall comply with all of the following:
|
||||
|
||||
1. The controls shall be configured so that general lighting can be controlled separately in control zones with floor areas not greater than 600 square feet (55 m^2) within the open plan office space.
|
||||
1. The controls shall be configured so that general lighting
|
||||
can be controlled separately in control zones with floor areas not greater than 600 square feet (55 m^2)
|
||||
within the open plan office space.
|
||||
|
||||
2. General lighting in each control zone shall be permitted to automatically turn on upon occupancy within the control zone. General lighting in other unoccupied zones within the open plan office space shall be permit-ted to turn on to not more than 20 percent of full power or remain unaffected.
|
||||
2. General lighting in each control zone shall be permitted to automatically turn on upon occupancy within the control zone.
|
||||
General lighting in other unoccupied zones within the open plan office space
|
||||
shall be permitted to turn on to not more than 20 percent of full power or remain unaffected.
|
||||
|
||||
3. The controls shall automatically turn off general lighting in all control zones within 20 minutes after all occupants have left the open plan office space.
|
||||
3. The controls shall automatically turn off general lighting in all control zones
|
||||
within 20 minutes after all occupants have left the open plan office space.
|
||||
|
||||
Exception: Where general lighting is turned off by time-switch control complying with Section C405.2.2.1.
|
||||
**Exception:** Where general lighting is turned off by time-switch control complying with Section C405.2.2.1.
|
||||
|
||||
4. General lighting in each control zone shall turn off or uniformly reduce lighting power to an unoccupied setpoint of not more than 20 percent of full power within 20 minutes after all occupants have left the control zone.
|
||||
4. General lighting in each control zone
|
||||
shall turn off or uniformly reduce lighting power
|
||||
to an unoccupied setpoint of not more than 20 percent of full power
|
||||
within 20 minutes after all occupants have left the control zone.
|
||||
|
||||
### C405.2.1.4 Occupant sensor control function in corridors.
|
||||
#### C405.2.1.4 Occupant sensor control function in corridors.
|
||||
|
||||
Occupant sensor controls in corridors shall uniformly reduce lighting power to an occupied setpoint not more than 50 percent of full power within 20 minutes after all occupants have left the space.
|
||||
|
||||
Exception:
|
||||
**Exception:**
|
||||
Corridors provided with less than two footcandles of illumination on the floor at the darkest point with all lights on.
|
||||
|
||||
## C405.10 Voltage drop.
|
||||
|
||||
The total _voltage drop_ across the combination of customer-owned service conductors,
|
||||
feeder conductors and branch circuit conductors
|
||||
shall not exceed 5 percent.
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: International Energy Conservation Code
|
||||
tags:
|
||||
- authorship/other
|
||||
- destiny/permanent/entry-point
|
||||
- exclude-from-word-count
|
||||
- topic/construction
|
||||
- type/media/reference
|
||||
---
|
||||
# International Energy Conservation Code
|
||||
|
||||
## Commercial Provisions
|
||||
|
||||
### Chapter 1 \[CE\] Scope And Administration
|
||||
|
||||
### Chapter 2 \[CE\] Definitions
|
||||
|
||||
### Chapter 3 \[CE\] General Requirements
|
||||
|
||||
### Chapter 4 \[CE\] Commercial Energy Efficiency
|
||||
|
||||
* [[iecc_c401|C401 General]]
|
||||
* [[iecc_c402|C402 Building Envelope Requirements]]
|
||||
* [[iecc_c403|C403 Building Mechanical Systems]]
|
||||
* [[iecc_c404|C404 Service Water Heating]]
|
||||
* [[iecc_c405|C405 Electrical Power and Lighting Systems]]
|
||||
* [[iecc_c406|C406 Additional Efficiency Requirements]]
|
||||
* [[iecc_c407|C407 Total Building Performance]]
|
||||
* [[iecc_c408|C408 Maintenance Information and System Commissioning]]
|
||||
|
||||
### Chapter 5 \[CE\] Existing Buildings
|
||||
|
||||
### Chapter 6 \[CE\] Referenced Standards
|
||||
|
||||
### Appendix CA Board Of Appeals---Commercial
|
||||
|
||||
### Appendix CB Solar-Ready Zone---Commercial Provisions
|
||||
|
||||
### Appendix CC Zero Energy Commercial Building Provisions
|
||||
|
||||
## Residential Provisions
|
||||
|
||||
### Chapter 1 \[RE\] Scope And Administration
|
||||
|
||||
### Chapter 2 \[RE\] Definitions
|
||||
|
||||
### Chapter 3 \[RE\] General Requirements
|
||||
|
||||
### Chapter 4 \[RE\] Residential Energy Efficiency
|
||||
|
||||
### Chapter 5 \[RE\] Existing Buildings
|
||||
|
||||
### Chapter 6 \[RE\] Referenced Standards
|
||||
|
||||
### Appendix RA Board Of Appeals---Residential
|
||||
|
||||
### Appendix RB Solar-Ready Provisions---Detached One- And Two-Family Dwellings And Townhouses
|
||||
|
||||
### Appendix RC Zero Energy Residential Building Provisions
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- Jared DeFanti
|
||||
title: Jared DeFanti
|
||||
tags:
|
||||
- type/person
|
||||
up: "[[conest]]"
|
||||
---
|
||||
# Jared DeFanti
|
||||
@@ -10,6 +10,7 @@ authors:
|
||||
- Howard Phillips Lovecraft
|
||||
type: article
|
||||
year: 1937
|
||||
up: "[[writing]]"
|
||||
---
|
||||
# Notes on Writing Weird Fiction
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ title: Me-isms
|
||||
tags:
|
||||
- topic/other
|
||||
- type/encyclopedia-entry
|
||||
up: "[[me]]"
|
||||
---
|
||||
# Me-isms
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- status/complete
|
||||
- topic/hobbies/tv-and-film
|
||||
- type/encyclopedia-entry
|
||||
up: "[[tasks]]"
|
||||
---
|
||||
# Media to Watch
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ title: Medium Voltage
|
||||
tags:
|
||||
- topic/construction/electrical
|
||||
- type/encyclopedia-entry
|
||||
up: "[[electrical]]"
|
||||
up: "[[electrical-construction]]"
|
||||
---
|
||||
# Medium Voltage
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: My Things
|
||||
tags: []
|
||||
up: "[[me]]"
|
||||
---
|
||||
# My Things
|
||||
@@ -3,6 +3,7 @@ id:
|
||||
aliases: []
|
||||
title: "Appendix C: Additional Costs of Change Orders"
|
||||
tags: []
|
||||
up: "[[neca-mlu]]"
|
||||
---
|
||||
# Appendix C: Additional Costs of Change Orders
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ tags:
|
||||
- topic/construction/electrical
|
||||
- type/media/reference
|
||||
title: Article 725 Class 1, Class 2, and Class 3 Remote-Control, Signaling, and Power-Limited Circuits
|
||||
up: "[[nfpa-70_national-electric-code]]"
|
||||
---
|
||||
# NEC Chapter 3 Wiring Methods Articles Dump
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ tags:
|
||||
authors:
|
||||
- Godwin Ashley Dilibe Offiah
|
||||
date: 2017
|
||||
up: "[[electrical-construction]]"
|
||||
---
|
||||
# Qualitative Analysis of Lost Labor Productivity in Electrical Construction from the Perspective of Field Personnel
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ tags:
|
||||
authors:
|
||||
- Maurice Ogden
|
||||
year: 1951
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# The Hangman
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
tags:
|
||||
- occupational
|
||||
- occupational/department
|
||||
- type/encyclopedia
|
||||
title: PDI Estimating
|
||||
up: "[[power-design-inc]]"
|
||||
|
||||
+4
-3
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: PDI Market Types
|
||||
tags:
|
||||
- destiny/fleeting
|
||||
- occupational
|
||||
- type/task
|
||||
title: PDI Market Types
|
||||
up: "[[power-design-inc]]"
|
||||
---
|
||||
# PDI Market Types
|
||||
|
||||
@@ -24,8 +25,8 @@ Multi-conductor homeruns
|
||||
|
||||
Combination CO/Smoke Detector
|
||||
|
||||
- Taken off as FA only HOTELS
|
||||
- USE FA SMOKE DETECTORS
|
||||
* Taken off as FA only HOTELS
|
||||
* USE FA SMOKE DETECTORS
|
||||
|
||||
PVC FIRE ALARM AS WELL
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ aliases:
|
||||
- Ops
|
||||
title: PDI Operations
|
||||
tags:
|
||||
- occupational
|
||||
- occupational/department
|
||||
up: "[[power-design-inc]]"
|
||||
---
|
||||
# PDI Operations
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
id: 2026-04-04
|
||||
title: 2026-04-04
|
||||
tags: []
|
||||
weekly: "[[2026w14]]"
|
||||
monthly: "[[2026-04]]"
|
||||
quarterly: "[[2026q2]]"
|
||||
previous: "[[2026-04-03]]"
|
||||
---
|
||||
# 2026-04-04
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
id: 2026-04-29
|
||||
title: 2026-04-29
|
||||
tags: []
|
||||
weekly: "[[2026w18]]"
|
||||
monthly: "[[2026-04]]"
|
||||
quarterly: "[[2026q2]]"
|
||||
previous: "[[2026-04-28]]"
|
||||
---
|
||||
# 2026-04-29
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
title: Pumpkin Coins Estimate
|
||||
tags:
|
||||
- topic/estimating
|
||||
- type/idea
|
||||
title: Pumpkin Coins Estimate
|
||||
up: "[[pdi-estimating]]"
|
||||
---
|
||||
# Pumpkin Coins Estimate
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ authors:
|
||||
collection: Poems for All the Annettes
|
||||
type: poem
|
||||
year: 1962
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# At The Quinte Hotel
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ title: Quantities
|
||||
tags:
|
||||
- destiny/fleeting
|
||||
- type/encyclopedia-entry
|
||||
up: "[[measurement]]"
|
||||
---
|
||||
# Quantities
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ tags:
|
||||
- destiny/fleeting
|
||||
- topic/construction/electrical
|
||||
- type/encyclopedia
|
||||
up: "[[electrical]]"
|
||||
up: "[[electrical-construction]]"
|
||||
---
|
||||
# Raceway Terms
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Recipes
|
||||
tags: []
|
||||
---
|
||||
# Recipes
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Reorganize Media Notes
|
||||
tags:
|
||||
- destiny/fleeting
|
||||
- type/task
|
||||
- topic/meta
|
||||
title: Reorganize Media Notes
|
||||
- type/task
|
||||
up: "[[tasks]]"
|
||||
---
|
||||
# Reorganize Media Notes
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- topic/construction
|
||||
- topic/construction/electrical
|
||||
- type/encyclopedia-entry
|
||||
up: "[[construction]]"
|
||||
---
|
||||
# Secure Facilities
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ tags:
|
||||
authors:
|
||||
- Dr. Seuss
|
||||
date: 1937
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# And to Think That I Saw It on Mulberry Street
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- status/draft
|
||||
- type/guide
|
||||
title: Sleeving Takeoff
|
||||
up: "[[general-takeoff]]"
|
||||
---
|
||||
# Sleeving Takeoff
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Takeoff Scripts
|
||||
tags: []
|
||||
up: "[[conest]]"
|
||||
---
|
||||
# Takeoff Scripts
|
||||
@@ -7,6 +7,7 @@ tags:
|
||||
- type/media/poetry
|
||||
authors:
|
||||
- Alfred Lord Tennyson
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# Ulysses
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ title: The Book of the New Sun
|
||||
tags:
|
||||
- topic/hobbies/reading
|
||||
- type/media-commentary
|
||||
up: "[[fiction]]"
|
||||
---
|
||||
# The Book of the New Sun
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ daily: "[[2026-04-20]]"
|
||||
[[conest-schedule-meeting]]
|
||||
|
||||
[[hilltop-gardens]]
|
||||
Jared DeFanti and [[zane-meyers]]
|
||||
[[jared-defanti]] and [[me]]
|
||||
|
||||
### ConEst Town Hall Meeting Announcement
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ tags:
|
||||
title: when i die
|
||||
changelog:
|
||||
2025-10-21: v1 draft and initial commentary
|
||||
up: "[[poetry]]"
|
||||
---
|
||||
# when i die
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Wishlist
|
||||
tags:
|
||||
- status/draft
|
||||
up: "[[me]]"
|
||||
---
|
||||
# Wishlist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user