vault backup: 2022-12-14 16:32:46

This commit is contained in:
Bram Adams
2022-12-14 16:32:46 -06:00
parent 3b831e18db
commit fc9498c43b
69 changed files with 917 additions and 3047 deletions

View File

@@ -25,8 +25,8 @@
"simple-embeds",
"luhman",
"obsidian-timestamper",
"obsidian-hotkeys-for-templates",
"settings-search",
"recent-files-obsidian",
"obsidian-plugin-update-tracker"
"obsidian-plugin-update-tracker",
"obsidian-linter"
]

View File

@@ -1,9 +0,0 @@
{
"files": [],
"templaterFiles": [
"Note Refactor Zettelkasten Template.md"
],
"newFileTemplates": [],
"openNewFileTemplateInNewPane": true,
"useNewFileTemplateOnFileCreation": false
}

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +0,0 @@
{
"id": "obsidian-hotkeys-for-templates",
"name": "Hotkeys for templates",
"description": "Add hotkeys to insert specific templates",
"version": "1.4.3",
"author": "Vinzent03",
"authorUrl": "https://github.com/Vinzent03",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,229 @@
{
"ruleConfigs": {
"Escape YAML Special Characters": {
"Escapes colons with a space after them (: ), single quotes ('), and double quotes (\") in YAML.": false,
"Try to Escape Single Line Arrays": false
},
"Force YAML Escape": {
"Escapes the values for the specified YAML keys.": false,
"Force YAML Escape on Keys": ""
},
"Format Tags in YAML": {
"Remove Hashtags from tags in the YAML frontmatter, as they make the tags there invalid.": true
},
"Format Yaml Array": {
"Allows for the formatting of regular yaml arrays as either multi-line or single-line and `tags` and `aliases` are allowed to have some Obsidian specific yaml formats. Note that single string to single-line goes from a single string entry to a single-line array if more than 1 entry is present. The same is true for single string to multi-line except it becomes a multi-line array.": true,
"Format yaml aliases section": true,
"Format yaml tags section": true,
"Default yaml array section style": "single-line",
"Format yaml array sections": true,
"Force key values to be single-line arrays": "",
"Force key values to be multi-line arrays": ""
},
"Insert YAML attributes": {
"Inserts the given YAML attributes into the YAML frontmatter. Put each attribute on a single line.": true,
"Text to insert": "aliases: \ntags: "
},
"Move Tags to Yaml": {
"Move all tags to Yaml frontmatter of the document.": true,
"Body tag operation": "Nothing",
"Tags to ignore": ""
},
"Remove YAML Keys": {
"Removes the YAML keys specified": false,
"YAML Keys to Remove": ""
},
"YAML Key Sort": {
"Sorts the YAML keys based on the order and priority specified. Note: may remove blank lines as well.": true,
"YAML Key Priority Sort Order": "",
"Priority Keys at Start of YAML": true,
"YAML Sort Order for Other Keys": "None"
},
"YAML Timestamp": {
"Keep track of the date the file was last edited in the YAML front matter. Gets dates from file metadata.": true,
"Date Created": true,
"Date Created Key": "date created",
"Date Modified": true,
"Date Modified Key": "date modified",
"Format": "dddd, MMMM Do YYYY, h:mm:ss a"
},
"YAML Title": {
"Inserts the title of the file into the YAML frontmatter. Gets the title from the first H1 or filename if there is no H1.": true,
"Title Key": "title"
},
"YAML Title Alias": {
"Inserts the title of the file into the YAML frontmatter's aliases section. Gets the title from the first H1 or filename.": true,
"Preserve existing aliases section style": true,
"Keep alias that matches the filename": false,
"Use the YAML key `linter-yaml-title-alias` to help with filename and heading changes": true
},
"Capitalize Headings": {
"Headings should be formatted with capitalization": true,
"Style": "Title Case",
"Ignore Cased Words": true,
"Ignore Words": "macOS, iOS, iPhone, iPad, JavaScript, TypeScript, AppleScript, I",
"Lowercase Words": "via, a, an, the, and, or, but, for, nor, so, yet, at, by, in, of, on, to, up, as, is, if, it, for, to, with, without, into, onto, per"
},
"File Name Heading": {
"Inserts the file name as a H1 heading if no H1 heading exists.": false
},
"Header Increment": {
"Heading levels should only increment by one level at a time": false,
"Start Header Increment at Heading Level 2": false
},
"Headings Start Line": {
"Headings that do not start a line will have their preceding whitespace removed to make sure they get recognized as headers.": false
},
"Remove Trailing Punctuation in Heading": {
"Removes the specified punctuation from the end of headings making sure to ignore the semicolon at the end of [HTML entity references](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references).": false,
"Trailing Punctuation": ".,;:!。,;:!"
},
"Footnote after Punctuation": {
"Ensures that footnote references are placed after punctuation, not before.": true
},
"Move Footnotes to the bottom": {
"Move all footnotes to the bottom of the document.": true
},
"Re-Index Footnotes": {
"Re-indexes footnote keys and footnote, based on the order of occurrence (NOTE: This rule deliberately does *not* preserve the relation between key and footnote, to be able to re-index duplicate keys.)": false
},
"Convert Bullet List Markers": {
"Converts common bullet list marker symbols to markdown list markers.": false
},
"Emphasis Style": {
"Makes sure the emphasis style is consistent.": false,
"Style": "consistent"
},
"No Bare URLs": {
"Encloses bare URLs with angle brackets except when enclosed in back ticks, square braces, or single or double quotes.": false
},
"Ordered List Style": {
"Makes sure that ordered lists follow the style specified. Note that 2 spaces or 1 tab is considered to be an indentation level.": false,
"Number Style": "ascending",
"Ordered List Indicator End Style": "."
},
"Proper Ellipsis": {
"Replaces three consecutive dots with an ellipsis.": false
},
"Remove Consecutive List Markers": {
"Removes consecutive list markers. Useful when copy-pasting list items.": false
},
"Remove Empty List Markers": {
"Removes empty list markers, i.e. list items without content.": false
},
"Remove Hyphenated Line Breaks": {
"Removes hyphenated line breaks. Useful when pasting text from textbooks.": false
},
"Remove Multiple Spaces": {
"Removes two or more consecutive spaces. Ignores spaces at the beginning and ending of the line. ": false
},
"Strong Style": {
"Makes sure the strong style is consistent.": false,
"Style": "consistent"
},
"Two Spaces Between Lines with Content": {
"Makes sure that two spaces are added to the ends of lines with content continued on the next line for paragraphs, blockquotes, and list items": false
},
"Unordered List Style": {
"Makes sure that unordered lists follow the style specified.": false,
"List item style": "consistent"
},
"Compact YAML": {
"Removes leading and trailing blank lines in the YAML front matter.": false,
"Inner New Lines": false
},
"Consecutive blank lines": {
"There should be at most one consecutive blank line.": false
},
"Convert Spaces to Tabs": {
"Converts leading spaces to tabs.": false,
"Tabsize": 4
},
"Empty Line Around Blockquotes": {
"Ensures that there is an empty line around blockquotes unless they start or end a document. **Note that an empty line is either one less level of nesting for blockquotes or a newline character.**": false
},
"Empty Line Around Code Fences": {
"Ensures that there is an empty line around code fences unless they start or end a document.": false
},
"Empty Line Around Math Blocks": {
"Ensures that there is an empty line around math blocks using `Number of Dollar Signs to Indicate a Math Block` to determine how many dollar signs indicates a math block for single-line math.": false
},
"Empty Line Around Tables": {
"Ensures that there is an empty line around github flavored tables unless they start or end a document.": false
},
"Heading blank lines": {
"All headings have a blank line both before and after (except where the heading is at the beginning or end of the document).": false,
"Bottom": true,
"Empty Line Between Yaml and Header": true
},
"Line Break at Document End": {
"Ensures that there is exactly one line break at the end of a document.": false
},
"Move Math Block Indicators to Their Own Line": {
"Move all starting and ending math block indicators to their own lines using `Number of Dollar Signs to Indicate a Math Block` to determine how many dollar signs indicates a math block for single-line math.": false
},
"Paragraph blank lines": {
"All paragraphs should have exactly one blank line both before and after.": false
},
"Remove Empty Lines Between List Markers and Checklists": {
"There should not be any empty lines between list markers and checklists.": false
},
"Remove link spacing": {
"Removes spacing around link text.": false
},
"Remove Space around Characters": {
"Ensures that certain characters are not surrounded by whitespace (either single spaces or a tab). Note that this may causes issues with markdown format in some cases.": false,
"Include Fullwidth Forms": true,
"Include CJK Symbols and Punctuation": true,
"Include Dashes": true,
"Other symbols": ""
},
"Space after list markers": {
"There should be a single space after list markers and checkboxes.": false
},
"Space between Chinese Japanese or Korean and English or numbers": {
"Ensures that Chinese, Japanese, or Korean and English or numbers are separated by a single space. Follows these [guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)": false
},
"Trailing spaces": {
"Removes extra spaces after every line.": false,
"Two Space Linebreak": false
},
"Add Blockquote Indentation on Paste": {
"Adds blockquotes to all but the first line, when the cursor is in a blockquote/callout line during pasting": false
},
"Prevent Double Checklist Indicator on Paste": {
"Removes starting checklist indicator from the text to paste if the line the cursor is on in the file has a checklist indicator": false
},
"Prevent Double List Item Indicator on Paste": {
"Removes starting list indicator from the text to paste if the line the cursor is on in the file has a list indicator": false
},
"Proper Ellipsis on Paste": {
"Replaces three consecutive dots with an ellipsis even if they have a space between them in the text to paste": false
},
"Remove Hyphens on Paste": {
"Removes hyphens from the text to paste": false
},
"Remove Leading or Trailing Whitespace on Paste": {
"Removes any leading non-tab whitespace and all trailing whitespace for the text to paste": false
},
"Remove Leftover Footnotes from Quote on Paste": {
"Removes any leftover footnote references for the text to paste": false
},
"Remove Multiple Blank Lines on Paste": {
"Condenses multiple blank lines down into one blank line for the text to paste": false
}
},
"lintOnSave": false,
"displayChanged": true,
"foldersToIgnore": [],
"linterLocale": "system-default",
"logLevel": 4,
"lintCommands": [],
"customRegexes": [],
"commonStyles": {
"aliasArrayStyle": "single-line",
"tagArrayStyle": "single-line",
"minimumNumberOfDollarSignsToBeAMathBlock": 2,
"escapeCharacter": "\""
}
}

View File

@@ -1,61 +1,181 @@
{
"recentFiles": [
{
"basename": "Tasks",
"path": "Computed/Tasks.md"
"basename": "Zettelkasten Note",
"path": "Templates/Zettelkasten Note.md"
},
{
"basename": "2022-12-12",
"path": "Calendar/Daily/2022-12-12.md"
},
{
"basename": "2022-12-11",
"path": "Calendar/Daily/2022-12-11.md"
},
{
"basename": "Daily",
"path": "Templates/Daily.md"
},
{
"basename": "Scratchpad",
"path": "Inbox/Scratchpad.md"
},
{
"basename": "202212141113",
"path": "Private/202212141113.md"
},
{
"basename": "2022-W51",
"path": "Calendar/Weekly/2022-W51.md"
},
{
"basename": "Weekly",
"path": "Templates/Weekly.md"
},
{
"basename": "Templates",
"path": "Templates/Templates.md"
"basename": "The Ancient Japanese Technique That Produces Lumber Without Cutting Trees",
"path": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md"
},
{
"basename": "README",
"path": "README.md"
},
{
"basename": "Hotkeys",
"path": "_tutorial/Hotkeys.md"
},
{
"basename": "202212090137",
"path": "202212090137.md"
},
{
"basename": "202212120002",
"path": "202212120002.md"
},
{
"basename": "Quarterly",
"path": "Templates/Quarterly.md"
},
{
"basename": "People",
"path": "Templates/People.md"
},
{
"basename": "202212090136",
"path": "202212090136.md"
},
{
"basename": "Trackers",
"path": "Computed/Trackers.md"
"basename": "202212122239",
"path": "202212122239.md"
},
{
"basename": "Daily",
"path": "Templates/Daily.md"
},
{
"basename": "202212141113",
"path": "Private/202212141113.md"
},
{
"basename": "Scratchpad",
"path": "Inbox/Scratchpad.md"
},
{
"basename": "seinfeld the art of seduction",
"path": "Private/Attachments/seinfeld the art of seduction.png"
},
{
"basename": "2022-12-11--11-59-30",
"path": "Inbox/Smartphone Capture/2022-12-11--11-59-30.md"
},
{
"basename": "2022-12-11--12-00-00",
"path": "Inbox/Computer Capture/2022-12-11--12-00-00.md"
},
{
"basename": "To Process",
"path": "Computed/To Process.md"
},
{
"basename": "2022-W51",
"path": "Calendar/Weekly/2022-W51.md"
},
{
"basename": "Tasks",
"path": "Computed/Tasks.md"
},
{
"basename": "2022-Q4",
"path": "Calendar/Quarterly/2022-Q4.md"
},
{
"basename": "Weekly",
"path": "Templates/Weekly.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project/Resources.md"
},
{
"basename": "Scratchpad",
"path": "_PARA/Projects/Test Project/Scratchpad.md"
},
{
"basename": "2022-12-14",
"path": "Calendar/Daily/2022-12-14.md"
},
{
"basename": "2022-12-11",
"path": "Calendar/Daily/2022-12-11.md"
},
{
"basename": "2022-12-12",
"path": "Calendar/Daily/2022-12-12.md"
},
{
"basename": "Paste URL into Selection",
"path": "_tests/Paste URL into Selection.md"
},
{
"basename": "Readwise",
"path": "_tests/External/Readwise.md"
},
{
"basename": "iOS Shortcuts",
"path": "_tests/External/iOS Shortcuts.md"
},
{
"basename": "GitHub",
"path": "_tests/External/GitHub.md"
},
{
"basename": "Alfred",
"path": "_tests/External/Alfred.md"
},
{
"basename": "_tests",
"path": "_tests/_tests.md"
},
{
"basename": "Scratchpad",
"path": "_PARA/Projects/Test Project 2/Scratchpad.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project 2/Resources.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project 2/Kanban.md"
},
{
"basename": "Test Project 2",
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project/Kanban.md"
},
{
"basename": "Archive",
"path": "_PARA/Archive/Archive.md"
},
{
"basename": "Scratchpad",
"path": "_PARA/Archive/Archived Project/Scratchpad.md"
},
{
"basename": "Kanban",
"path": "_PARA/Archive/Archived Project/Kanban.md"
},
{
"basename": "Archived Project",
"path": "_PARA/Archive/Archived Project/Archived Project.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
},
{
"basename": "Templates",
"path": "Templates/Templates.md"
},
{
"basename": "Trackers",
"path": "Computed/Trackers.md"
},
{
"basename": "Computed",
"path": "Computed/Computed.md"
@@ -71,118 +191,6 @@
{
"basename": "Inbox",
"path": "Inbox/Inbox.md"
},
{
"basename": "Readwise",
"path": "Readwise/Readwise.md"
},
{
"basename": "_PARA",
"path": "_PARA/_PARA.md"
},
{
"basename": "Secret Note",
"path": "Private/Secret Note.md"
},
{
"basename": "Projects",
"path": "_PARA/Projects/Projects.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project/Resources.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
},
{
"basename": "Test Project 2",
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
},
{
"basename": "202212122239",
"path": "202212122239.md"
},
{
"basename": "202212120002",
"path": "202212120002.md"
},
{
"basename": "202212090137",
"path": "202212090137.md"
},
{
"basename": "The Ancient Japanese Technique That Produces Lumber Without Cutting Trees",
"path": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md"
},
{
"basename": "Readwise",
"path": "_tests/External/Readwise.md"
},
{
"basename": "Hotkeys",
"path": "_tutorial/Hotkeys.md"
},
{
"basename": "2022-12-11--11-59-30",
"path": "Inbox/Smartphone Capture/2022-12-11--11-59-30.md"
},
{
"basename": "2022-12-11--12-00-00",
"path": "Inbox/Computer Capture/2022-12-11--12-00-00.md"
},
{
"basename": "Scratchpad",
"path": "_PARA/Projects/Test Project/Scratchpad.md"
},
{
"basename": "Zettelkasten Note",
"path": "Templates/Zettelkasten Note.md"
},
{
"basename": "Note Refactor Zettelkasten Template",
"path": "Templates/Note Refactor Zettelkasten Template.md"
},
{
"basename": "People",
"path": "Templates/People.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project/Kanban.md"
},
{
"basename": "Attachments",
"path": "Attachments/Attachments.md"
},
{
"basename": "_tutorial",
"path": "_tutorial/_tutorial.md"
},
{
"basename": "_tests",
"path": "_tests/_tests.md"
},
{
"basename": "Archive",
"path": "_PARA/Archive/Archive.md"
},
{
"basename": "2022-Q4",
"path": "Calendar/Quarterly/2022-Q4.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project 2/Resources.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project 2/Kanban.md"
},
{
"basename": "CRM",
"path": "Private/CRM/CRM.md"
}
],
"omittedPaths": [],

View File

@@ -21,10 +21,10 @@
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
""
"Templates/Note Refactor Zettelkasten Template.md"
],
"startup_templates": [
""
],
"enable_ribbon_icon": false
"enable_ribbon_icon": true
}

5
.obsidian/switcher.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"showExistingOnly": true,
"showAttachments": true,
"showAllFileTypes": false
}

View File

@@ -4,16 +4,16 @@
"type": "split",
"children": [
{
"id": "14206f362b83c11c",
"id": "3fde841227753554",
"type": "tabs",
"children": [
{
"id": "b6bcdb4c61fa21e5",
"id": "94c5a56ec6a687c9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Computed/Tasks.md",
"file": "Templates/Zettelkasten Note.md",
"mode": "source",
"source": false
}
@@ -39,7 +39,7 @@
"state": {
"type": "search",
"state": {
"query": "tag:#to-process",
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@@ -82,7 +82,8 @@
"state": {}
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
@@ -103,7 +104,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Computed/Tasks.md",
"file": "Templates/Zettelkasten Note.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -120,7 +121,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Computed/Tasks.md",
"file": "Templates/Zettelkasten Note.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -143,7 +144,7 @@
"state": {
"type": "outline",
"state": {
"file": "Computed/Tasks.md"
"file": "Templates/Zettelkasten Note.md"
}
}
},
@@ -188,20 +189,21 @@
"random-note:Open random note": true,
"obsidian-map-view:Open map view": true,
"obsidian-excalidraw-plugin:New Excalidraw drawing": true,
"periodic-notes:Open today": false
"periodic-notes:Open today": false,
"templater-obsidian:Templater": false
}
},
"active": "c102a50492c64997",
"active": "94c5a56ec6a687c9",
"lastOpenFiles": [
"Calendar/Daily/2022-12-12.md",
"Calendar/Daily/2022-12-11.md",
"Templates/Daily.md",
"Inbox/Scratchpad.md",
"Private/202212141113.md",
"Calendar/Weekly/2022-W51.md",
"Computed/Tasks.md",
"Templates/Weekly.md",
"Templates/Templates.md",
"README.md"
"Templates/Note Refactor Zettelkasten Template.md",
"Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md",
"README.md",
"_tutorial/Hotkeys.md",
"202212141629.md",
"202212141628.md",
"202212090137.md",
"Templates/Zettelkasten Note.md",
"202212120002.md",
"Templates/Quarterly.md"
]
}

View File

@@ -1,12 +1,15 @@
---
aliases: [The Dress]
tags: [meme, fashion, viral]
projects: [Test Project]
title: The Dress
linter-yaml-title-alias: The Dress
date created: Friday, December 9th 2022, 1:36:16 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# The Dress
> [!abstract]- Tags
> #meme #fashion #viral
The dress[^1] was a meme in 2015 that broke friendships apart and caused a full out war on the internet.
No one could decide whether the dress was blue or gold. Unlike the Harlem Shake, [[202212090137]] , which brought people together, the dress caused a impassable rift in an already divided nation.

View File

@@ -1,16 +1,23 @@
---
aliases: [Harlem Shake]
tags: [meme, flashmob, viral, dancing]
projects: []
title: Harlem Shake
linter-yaml-title-alias: Harlem Shake
date created: Friday, December 9th 2022, 1:37:28 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Harlem Shake
> [!abstract]- Tags
> #meme #flashmob #viral #dancing
The Harlem Shake[^1] was a regrettable societal decision everyone underwent in early 2013, flooding the Internet with videos of people of all ages gyrating aggresively to Harlem Shake by Bauer.[^2] If there was any silver lining from this horrific trend, it was that it brought people together, unlike The Dress, [[202212090136]], which tore entire families apart.
The Harlem Shake[^1] was a regrettable societal decision everyone underwent in early 2013, flooding the Internet with videos of people of all ages gyrating aggresively to Harlem Shake by Bauer[^2]. If there was any silver lining from this horrific trend, it was that it brought people together, unlike The Dress, [[202212090136]], which tore entire families apart.
[BEST / FUNNIEST Harlem Shake Compilation!](https://www.youtube.com/watch?v=E5xE1O6A5tM&ab_channel=Niles)
[^1]: [Harlem Shake (meme) - Wikipedia](https://en.wikipedia.org/wiki/Harlem_Shake_(meme))
[^2]: [Harlem Shake - song and lyrics by Baauer | Spotify](https://open.spotify.com/track/01XFgRZfZI7oBagNf1Loml?si=bee9cf7312594b24)

View File

@@ -1,16 +1,19 @@
---
aliases: [Shoots Are Carefully Pruned Every Two Years]
tags: [zettel, progressivesummarization]
projects: []
title: Shoots Are Carefully Pruned Every Two Years
linter-yaml-title-alias: Shoots Are Carefully Pruned Every Two Years
date created: Monday, December 12th 2022, 12:02:56 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Shoots are carefully pruned every two years
> [!abstract]- Tags
> #zettel #progressivesummarization
# Shoots Are Carefully Pruned Every Two Years
> The ==shoots are carefully and gently pruned by hand every two years== leaving only the top boughs, allowing them to grow straight. ==Harvesting takes 20 years== and old 'tree stock' can grow up to a hundred shoots at a time ([View Highlight](https://read.readwise.io/read/01gkm5n9a625vhyfqca6xaak1t))[^1]
To produce lumber without harming the main tree requires a process of gently pruning the tree every two years, and harvesting once every twenty.
![](https://cdn.shopify.com/s/files/1/0142/3405/8816/files/poza1_4.jpg?v=1652662357)
![](https://cdn.shopify.com/s/files/1/0142/3405/8816/files/poza1_4.jpg?v=1652662357)
[^1]: Hard work!!

View File

@@ -1,20 +1,22 @@
---
aliases: [Memes MOC]
tags: [zettel, moc]
projects: []
title: Memes MOC
linter-yaml-title-alias: Memes MOC
date created: Monday, December 12th 2022, 10:39:54 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Memes MOC
> [!abstract]- Tags
> #zettel #moc
## Viral Memes
# Viral Memes
## YouTube
### YouTube
[[202212090137]]
## Twitter
### Twitter
[[202212090136|Harlem Shake]][^1]

View File

@@ -1,3 +1,9 @@
---
tags:
title: Attachments
date created: Tuesday, December 13th 2022, 12:01:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%

View File

@@ -1,7 +1,13 @@
---
aliases: [2022-12-11]
tags: [daily]
location: [48.8584, 2.2945]
read: 1
temperature: 75
title: 2022-12-11
linter-yaml-title-alias: 2022-12-11
date created: Sunday, December 11th 2022, 12:49:40 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
#daily

View File

@@ -1,7 +1,10 @@
---
aliases: [2022-12-12]
tags: [daily]
title: 2022-12-12
linter-yaml-title-alias: 2022-12-12
date created: Monday, December 12th 2022, 12:36:05 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
location: [48.8584, 2.2945]
---

View File

@@ -0,0 +1,40 @@
---
aliases: [2022-12-14]
tags: [daily]
location: [48.8584, 2.2945]
title: 2022-12-14
linter-yaml-title-alias: 2022-12-14
date created: Saturday, December 10th 2022, 10:07:11 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# 2022-12-14
<< [[2022-12-13]] | [[2022-12-15]] >>
Week: [[2022-W51]]
## Things I Need To Do
### todo/daily
## Events That Happened Today
## Thoughts I Had Today
## Random Note Review
- [ ] [[Resources]]
- [ ] [[2022-W51]]
- [ ] [[202212120002]]
## Capture Notes From Today
```dataview
LIST FROM "Inbox"
WHERE contains(file.name, this.file.name)
```

View File

@@ -1,11 +1,23 @@
# What are your overall goals for this quarter?
---
aliases: [2022-Q4]
tags: [quarterly]
title: 2022-Q4
linter-yaml-title-alias: 2022-Q4
date created: Saturday, December 10th 2022, 10:07:18 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# How do these goals affect your life vision (keep the end in mind)?
# Quarterly
# What projects do you plan on completing?
## Retro
### What Did I Finish This Quarter? (finished Writings, Finished Art Pieces, etc.)
# Finished Projects
### What Lessons Did I Learn?
### What Still Puzzles Me?
### Archived Projects Last Quarter
```dataview
table file.ctime as "finished"
@@ -18,5 +30,10 @@ where file.name != "Resources"
```
## Upcoming
### What Are Your Overall Goals for This Quarter?
### How Do These Goals Affect Your Life?
### What Projects Do You Plan on Completing?

View File

@@ -1,21 +1,32 @@
<< [[2022-W50]] | [[2022-W52]] >>
---
aliases: [2022-W51]
tags: [weekly]
title: 2022-W51
linter-yaml-title-alias: 2022-W51
date created: Wednesday, December 14th 2022, 4:02:45 pm
date modified: Wednesday, December 14th 2022, 4:02:45 pm
---
# 2022-W51
<< [[2022-W51]] | [[2022-W53]] >>
Quarterly: [[2022-Q4]]
# Retro
## Retro
## What did I finish this week? (finished writings, finished art pieces, etc.)
### What Did I Finish This Week? (finished Writings, Finished Art Pieces, etc.)
## What lessons did I learn this week?
### What Lessons Did I Learn This Week?
## What should I do differently next week?
### What Should I Do Differently Next Week?
## What still puzzles me?
### What Still Puzzles Me?
## What appointments do I have for the upcoming week? Are there any appointments I need to make?
### What Appointments Do I Have for the Upcoming Week? Are There Any Appointments I Need to Make?
# Open Projects
## Open Projects
```dataview
table file.ctime as "started"
@@ -25,25 +36,25 @@ where file.name != "Kanban"
where file.name != "Projects"
where file.name != "Resources"
```
# Commitments
## Commitments
## todo/monday
### todo/monday
- [ ] a monday task
## todo/tuesday
### todo/tuesday
- [ ] a tuesday task
## todo/wednesday
### todo/wednesday
- [ ] a wednesday task
## todo/thursday
### todo/thursday
- [ ] a thursday task
## todo/friday
### todo/friday
- [ ] a friday task
## todo/saturday
### todo/saturday
- [ ] a saturday task
## todo/sunday
### todo/sunday
- [ ] a sunday task

View File

@@ -1,3 +1,9 @@
---
tags:
title: Computed
date created: Saturday, December 10th 2022, 6:04:39 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
Dataview collections
%% Begin Waypoint %%

View File

@@ -1,3 +1,11 @@
---
aliases: [Tasks in Daily Notes]
tags:
title: Tasks in Daily Notes
linter-yaml-title-alias: Tasks in Daily Notes
date created: Monday, December 12th 2022, 10:11:07 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Tasks in Daily Notes
```tasks

View File

@@ -1,3 +1,9 @@
---
tags:
title: To Process
date created: Tuesday, December 13th 2022, 2:33:51 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
```dataview
list

View File

@@ -1,3 +1,11 @@
---
aliases: [Line Graph]
tags:
title: Line Graph
linter-yaml-title-alias: Line Graph
date created: Sunday, December 11th 2022, 12:07:43 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Line Graph

View File

@@ -1,4 +1,9 @@
#to-process
---
tags: [to-process]
title: 2022-12-11--12-00-00
date created: Sunday, December 11th 2022, 1:16:33 am
date modified: Wednesday, December 14th 2022, 4:07:05 pm
---
Captured this absolute mad lad on my computer

View File

@@ -1,3 +1,9 @@
---
tags:
title: Computer Capture
date created: Saturday, December 10th 2022, 5:13:48 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- [[2022-12-11--12-00-00]]

View File

@@ -1,3 +1,9 @@
---
tags:
title: Inbox
date created: Tuesday, December 13th 2022, 12:01:13 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **[[Computer Capture]]**

View File

@@ -1,3 +1,9 @@
---
tags: []
title: Scratchpad
date created: Friday, December 9th 2022, 1:09:12 am
date modified: Wednesday, December 14th 2022, 4:07:30 pm
---
> [!info] shimmering obsidian scratchpad
> if you're using [Shimmering Obsidian](https://github.com/chrisgrieser/shimmering-obsidian), this can be your scratchpad file

View File

@@ -1,4 +1,9 @@
#to-process
---
tags: [to-process]
title: 2022-12-11--11-59-30
date created: Sunday, December 11th 2022, 1:18:19 am
date modified: Wednesday, December 14th 2022, 4:07:25 pm
---
I am free from the shackes of my desk

View File

@@ -1,3 +1,9 @@
---
tags:
title: Smartphone Capture
date created: Saturday, December 10th 2022, 5:13:49 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- [[2022-12-11--11-59-30]]

View File

@@ -1,16 +1,17 @@
---
aliases: [A Private Idea]
tags: [zettel]
projects: []
title: A Private Idea
linter-yaml-title-alias: A Private Idea
date created: Wednesday, December 14th 2022, 11:13:16 am
date modified: Wednesday, December 14th 2022, 4:08:03 pm
---
# A Private Idea
> [!abstract]- Tags
> #zettel
A private Zettel. This information is important, *but just for me*!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada aliquet velit in convallis. Fusce ac convallis neque. Proin porta odio id elit sodales pharetra. Pellentesque aliquet pellentesque nunc, id porta velit imperdiet viverra. Phasellus consectetur sagittis magna, nec semper tellus ullamcorper pulvinar. Curabitur tristique velit id lacus blandit, dignissim mattis nibh facilisis. Praesent imperdiet massa semper sapien accumsan, sit amet ultrices massa interdum.[^1]
[^1]: Lorem ipsum dolor sit amet
[^1]: Lorem ipsum dolor sit amet

View File

@@ -1,3 +1,9 @@
---
tags:
title: CRM
date created: Friday, December 9th 2022, 12:10:56 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
```dataview
table phone, email, birthday, lastContacted, relationship
from "Private/CRM"

View File

@@ -1,7 +1,12 @@
---
aliases:
tags:
phone: 1234567
email: jane@email.com
birthday: 01/01/1980
lastContacted: 2022-01-01
relationship: friend
title: Jane Doe
date created: Friday, December 9th 2022, 12:11:31 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---

View File

@@ -1,9 +1,15 @@
---
aliases: [Likes]
tags:
phone: 1234567
email: john@email.com
birthday: 01/01/1980
lastContacted: 2022-01-01
relationship: cousin
title: Likes
linter-yaml-title-alias: Likes
date created: Friday, December 9th 2022, 12:11:22 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Likes

View File

@@ -1 +1,7 @@
---
tags:
title: Secret Note
date created: Wednesday, December 7th 2022, 11:35:42 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
*shhhh* im private and personal!

View File

@@ -1,3 +1,11 @@
---
aliases: [Introduction]
tags: [zettel]
title: Introduction
linter-yaml-title-alias: Introduction
date created: Friday, December 9th 2022, 12:24:59 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# Introduction
Welcome to **Bramses' Highly Opinionated Vault 2023**! Thanks for checking it out.
@@ -220,7 +228,7 @@ Workflows:
New file (`ctrl-n`) automatically creates a Zettelkasten note to spec, you just need to replace the Lorem Ipsum.
If you have content you want to extract from an existing note into a Zettel, you can highlight the text you want to convert, press `alt-shift-v` to convert it into Zettelkasten spec, and then `ctrl-shift-n` to trigger the Note Refactor plugin to move it to it's own note.
If you have content you want to extract from an existing note into a Zettel, you can highlight the text you want to convert, copy it to clipboard, and then create a new note with `ctrl-n`
You can use `alt-shift-z` to search Zettelkasten notes by their human readable titles.
@@ -254,7 +262,7 @@ Related philosophies:
- Zettelkasten
- Content Management Systems
## An unexamined life is not worth living
## An Unexamined Life is Not Worth Living
**Daily journaling** is a *meta habit*, a habit that anyone can apply to their existing life at any point for an improved experience.
@@ -303,13 +311,13 @@ Plugins:
- Templater
- Kanban
## Metcalfe's Law
## Metcalfe's Law
**Metcalfe's Law** is a concept that says that the value of a network is the square of the number of nodes in the network. In the parlance of Zettelkasten, the more connected notes you have, the higher the value of the overall system.
Processing notes from Readwise and Daily Notes will automatically put you into Metcalfe Law category, over a long period of time. The goal is to keep showing up, and to keep expanding your network whenever possible.
## Atticus Finch is the same in the house as he is on the public streets
## Atticus Finch is the Same in the House as He is on the Public Streets
Being a **local device first application**, Obsidian is "private by default" (well, at least as private as everything else on your laptop).
@@ -350,7 +358,7 @@ Plugins:
- DataviewJS
- QuickAdd
## Content management systems
## Content Management Systems
Posting content on the internet has become a very normalized thing to do -- whether you post on your own domain or a large website like Twitter. Sharing coherent and well structured thought is becoming a necessary skill. Fortunately for us, we have a whole databank of really good thoughts to pull from! With structured data sourcing from PARA and "unstructured" data emerging from our Zettelkasten, creating long form content is more about stitching together existing raw material than creating from scratch.
@@ -495,7 +503,6 @@ The following is the folder structure used by BHOV-2023, along with short descri
- Quarterly
- People
- Zettelkasten Note
- Note Refactor Zettelkasten Note (*slightly different than the Zettelkasten note template -- will automagically trigger on highlighted text and convert it into a valid Zettelkasten note*)
- Canvases (optional) (*a list of Obsidian Canvases*)
- Excalidraw (optional) (*a list of Excalidraw items*)
@@ -600,10 +607,11 @@ The following is a list of these plugins as well as a one sentence blurb of how
- [Folder Note](obsidian://show-plugin?id=folder-note-plugin)
- [Footnote Shortcut](obsidian://show-plugin?id=obsidian-footnotes)
- [Hotkeys for Templates](obsidian://show-plugin?id=obsidian-hotkeys-for-templates)
- Kanban
- Luhmann
- [Kanban](obsidian://show-plugin?id=obsidian-kanban)
- [Luhmann](obsidian://show-plugin?id=luhman)
- Natural Language Dates
- Obsidian Git
- Obsidian Linter
- Omnisearch
- Periodic Notes
- QuickAdd
@@ -631,7 +639,6 @@ The following is a list of these plugins as well as a one sentence blurb of how
- New Tab Default Page
- Plugin Update Tracker
- GPT-3 Summarizer
- Obsidian Linter
- Ozan's Image in Editor Plugin
- Simple Embeds
- Settings Search
@@ -670,6 +677,8 @@ Reflection is a critical component to the value of this vault, and so one day a
# Videos
Over the year of 2023, I'll be deep diving into different components of BHOV-2023 as some aspects are better communicated visually.
- [BHOV-2023 Example Usage 2022-12-11 - YouTube](https://www.youtube.com/watch?v=28QZ3Zp9GBw&ab_channel=BramAdams)
# Final Word

View File

@@ -1,9 +1,13 @@
---
tags: [articles, to-process]
author: DSF Antique Jewelry
fullTitle: The Ancient Japanese Technique That Produces Lumber Without Cutting Trees
category: #articles
url: "https://dsfantiquejewelry.com/blogs/interesting-facts/the-ancient-japanese-technique-that-produces-lumber-without-cutting-trees"
projects: [Test Project]
title: The Ancient Japanese Technique That Produces Lumber Without Cutting Trees
date created: Thursday, December 8th 2022, 5:17:13 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
@@ -29,7 +33,6 @@ projects: [Test Project]
> The shoots are carefully and gently pruned by hand every two years leaving only the top boughs, allowing them to grow straight. Harvesting takes 20 years and old 'tree stock' can grow up to a hundred shoots at a time ([View Highlight](https://read.readwise.io/read/01gkm5n9a625vhyfqca6xaak1t))
[^1]: an example of a raw highlight passed in from Readwise
[^2]: the same example converted into a Zettelkasten using Progressive Summarization leveraging the Templater (Note Refactor Zettelkasten Template) + Note Refactor combo
[^2]: the same example converted into a Zettelkasten using Progressive Summarization leveraging the clipboard + new note combo
[^3]: an example of a highlight coming in later and re inserting it into the [[To Process]] notes. Once processed, simply delete the "to-process" tag in the header

View File

@@ -1,3 +1,9 @@
---
tags:
title: Readwise
date created: Tuesday, December 13th 2022, 12:01:53 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **Articles Test**

View File

@@ -1,8 +1,14 @@
---
aliases: [<% tp.date.now("YYYY-MM-DD") %>]
tags: [daily]
location: [48.8584, 2.2945]
title: <% tp.date.now("YYYY-MM-DD") %>
linter-yaml-title-alias: <% tp.date.now("YYYY-MM-DD") %>
date created: Saturday, December 10th 2022, 10:07:11 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
#daily
# <% tp.date.now("YYYY-MM-DD") %>
<< [[<% tp.date.now("YYYY-MM-DD", -1) %>]] | [[<% tp.date.now("YYYY-MM-DD", 1) %>]] >>
@@ -10,15 +16,15 @@ location: [48.8584, 2.2945]
Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
# Things I Need To Do
## Things I Need To Do
## todo/daily
### todo/daily
# Events That Happened Today
## Events That Happened Today
# Thoughts I Had Today
## Thoughts I Had Today
# Random Note Review
## Random Note Review
<%* const files = app.vault.getFiles().filter(f => f.path.includes(".md")); const random = Math.floor(Math.random() * (files.length - 1)); const random2 = Math.floor(Math.random() * (files.length - 1)); const random3 = Math.floor(Math.random() * (files.length - 1)); const randomNote = files[random]; const randomNote2 = files[random2]; const randomNote3 = files[random3] -%>
- [ ] [[<% randomNote.basename %>]]
@@ -27,7 +33,7 @@ Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
<%* const todayIs = tp.date.now("YYYY-MM-DD") %>
# Capture Notes From Today
## Capture Notes From Today
```dataview
LIST FROM "Inbox"

View File

@@ -1,17 +0,0 @@
# <% tp.date.now("YYYYMMDDHHmm") %>
---
projects: []
---
# Lorem ipsum
> [!abstract]- Tags
> #zettel
<% tp.file.selection() %>[^1]
[^1]: Lorem ipsum dolor sit amet

View File

@@ -1,9 +1,17 @@
---
phone: -
email: -
birthday: -
lastContacted: -
relationship: -
aliases: []
tags: []
phone:
email:
birthday:
lastContacted:
relationship:
title: People
linter-yaml-title-alias: Notes
date created: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
---
# Notes
# <% tp.system.prompt("What is the full name of this person?") %>
## Notes

View File

@@ -1,14 +1,23 @@
#quarterly
---
aliases: [<% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>]
tags: [quarterly]
title: <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
linter-yaml-title-alias: <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
date created: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
---
# Retro
# <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
## What did I finish this quarter? (finished writings, finished art pieces, etc.)
## Retro
## What lessons did I learn?
### What Did I Finish This Quarter? (finished Writings, Finished Art Pieces, etc.)
## What still puzzles me?
### What Lessons Did I Learn?
## Archived Projects Last Quarter
### What Still Puzzles Me?
### Archived Projects Last Quarter
```dataview
table file.ctime as "finished"
@@ -21,10 +30,10 @@ where file.name != "Resources"
```
# Upcoming
## Upcoming
## What are your overall goals for this quarter?
### What Are Your Overall Goals for This Quarter?
## How do these goals affect your life?
### How Do These Goals Affect Your Life?
## What projects do you plan on completing?
### What Projects Do You Plan on Completing?

View File

@@ -1,7 +1,12 @@
---
tags:
title: Templates
date created: Tuesday, December 13th 2022, 12:02:18 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- [[Daily]]
- [[Note Refactor Zettelkasten Template]]
- [[People]]
- [[Quarterly]]
- [[Weekly]]

View File

@@ -1,23 +1,32 @@
#weekly
---
aliases: [<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]
tags: [weekly]
title: <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
linter-yaml-title-alias: <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
date created: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
---
# <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
<< [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -1%>]] | [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -3 %>]] >>
Quarterly: [[<% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>]]
# Retro
## Retro
## What did I finish this week? (finished writings, finished art pieces, etc.)
### What Did I Finish This Week? (finished Writings, Finished Art Pieces, etc.)
## What lessons did I learn this week?
### What Lessons Did I Learn This Week?
## What should I do differently next week?
### What Should I Do Differently Next Week?
## What still puzzles me?
### What Still Puzzles Me?
## What appointments do I have for the upcoming week? Are there any appointments I need to make?
### What Appointments Do I Have for the Upcoming Week? Are There Any Appointments I Need to Make?
# Open Projects
## Open Projects
```dataview
table file.ctime as "started"
@@ -27,23 +36,23 @@ where file.name != "Kanban"
where file.name != "Projects"
where file.name != "Resources"
```
# Commitments
## Commitments
## todo/monday
### todo/monday
## todo/tuesday
### todo/tuesday
## todo/wednesday
### todo/wednesday
## todo/thursday
### todo/thursday
## todo/friday
### todo/friday
## todo/saturday
### todo/saturday
## todo/sunday
### todo/sunday

View File

@@ -1,13 +1,15 @@
---
aliases: [Lorem Ipsum]
tags: [zettel]
projects: []
title: Lorem Ipsum
linter-yaml-title-alias: Lorem Ipsum
date created: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
---
# Lorem ipsum
# <% tp.system.prompt("What is the title of this Zettel?") %>
> [!abstract]- Tags
> #zettel
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada aliquet velit in convallis. Fusce ac convallis neque. Proin porta odio id elit sodales pharetra. Pellentesque aliquet pellentesque nunc, id porta velit imperdiet viverra. Phasellus consectetur sagittis magna, nec semper tellus ullamcorper pulvinar. Curabitur tristique velit id lacus blandit, dignissim mattis nibh facilisis. Praesent imperdiet massa semper sapien accumsan, sit amet ultrices massa interdum.[^1]
[^1]: Lorem ipsum dolor sit amet
<% tp.system.clipboard() %>[[^1]
[^1]: Lorem ipsum dolor sit amet

View File

@@ -1,3 +1,9 @@
---
tags:
title: Archive
date created: Thursday, December 8th 2022, 12:44:27 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **[[Archived Project]]**

View File

@@ -1,5 +1,9 @@
---
tags:
completed: 2022-12-10
title: Archived Project
date created: Thursday, December 8th 2022, 2:42:09 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
*a project well done!*

View File

@@ -1,7 +1,11 @@
---
tags:
kanban-plugin: basic
title: Kanban
date created: Thursday, December 8th 2022, 2:42:09 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
## To Do

View File

@@ -1,3 +1,9 @@
---
tags:
title: Scratchpad
date created: Thursday, December 8th 2022, 2:42:09 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
- resource link 1
- some thought I had

View File

@@ -1,3 +1,9 @@
---
tags:
title: Projects
date created: Saturday, December 10th 2022, 10:13:49 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **[[Test Project]]**

View File

@@ -1,7 +1,11 @@
---
tags:
kanban-plugin: basic
title: Kanban
date created: Sunday, December 11th 2022, 1:55:45 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
## To Do

View File

@@ -1,3 +1,9 @@
---
tags:
title: Resources
date created: Sunday, December 11th 2022, 1:55:45 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
```dataview
list

View File

@@ -0,0 +1,6 @@
---
tags:
title: Scratchpad
date created: Sunday, December 11th 2022, 1:55:45 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---

View File

@@ -1,3 +1,9 @@
---
tags:
title: Test Project 2
date created: Sunday, December 11th 2022, 1:55:45 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
> [!info] Project Description
> [What is my purpose?](https://youtu.be/X7HmltUWXgs)

View File

@@ -1,7 +1,11 @@
---
tags:
kanban-plugin: basic
title: Kanban
date created: Sunday, December 11th 2022, 1:55:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
## To Do

View File

@@ -1,3 +1,9 @@
---
tags:
title: Resources
date created: Sunday, December 11th 2022, 1:55:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
```dataview
list

View File

@@ -0,0 +1,6 @@
---
tags:
title: Scratchpad
date created: Sunday, December 11th 2022, 1:55:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---

View File

@@ -1,3 +1,9 @@
---
tags: []
title: Test Project
date created: Sunday, December 11th 2022, 1:55:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
> [!info] Project Description
> [What is my purpose?](https://youtu.be/X7HmltUWXgs)

View File

@@ -1,3 +1,9 @@
---
tags:
title: _PARA
date created: Friday, December 9th 2022, 1:16:11 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **[[Archive]]**

View File

@@ -26,17 +26,26 @@ module.exports = async function createProject(params) {
// // Create a new file in the new folder
const newFile = await params.app.vault.create(
`${absolutePath}/${userInput}.md`,
`\n> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
`---
aliases:
tags:
---\n\n> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
);
// // Create a scratchpad file in the new folder
if (settings.includes("Create a Scratchpad")) {
await params.app.vault.create(`${absolutePath}/Scratchpad.md`, "");
await params.app.vault.create(`${absolutePath}/Scratchpad.md`, `---
aliases:
tags:
---\n`);
}
if (settings.includes("Add Resources Dataview")) {
await params.app.vault.create(
`${absolutePath}/Resources.md`, `\n\`\`\`dataview
`${absolutePath}/Resources.md`, `---
aliases:
tags:
---\n\n\`\`\`dataview
list
where contains(projects, "${userInput}")
\`\`\`\n\n`

View File

@@ -1 +1,8 @@
---
tags:
title: Alfred
date created: Thursday, December 8th 2022, 5:14:56 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
`todo`

View File

@@ -1,3 +1,12 @@
---
aliases: [publishing to GitHub]
tags:
title: publishing to GitHub
linter-yaml-title-alias: publishing to GitHub
date created: Thursday, December 8th 2022, 5:15:03 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
In this vault, Obsidian Git is used for:
- version control
- backups
@@ -5,4 +14,4 @@ In this vault, Obsidian Git is used for:
>[!warning]
>You should add `/Private` to `.gitignore` using the "Edit .gitignore" command
# publishing to GitHub
# Publishing to GitHub

View File

@@ -1,6 +1,12 @@
---
tags:
title: Readwise
date created: Thursday, December 8th 2022, 5:14:37 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
If you use Readwise, you'll be able to have resources auto sync from Kindle + the web. They'll end up in the `/Readwise` directory.
## Dataview Test (should have one item)
## Dataview Test (should Have One item)
```dataview
list from "Readwise"
where contains(projects, "Test Project")

View File

@@ -1 +1,7 @@
---
tags:
title: iOS Shortcuts
date created: Thursday, December 8th 2022, 5:14:43 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
`todo`

View File

@@ -1,3 +1,10 @@
---
tags:
title: Paste URL into Selection
date created: Thursday, December 8th 2022, 12:18:37 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
>[!info]
>Test to check pasting URL into selected text

View File

@@ -1,3 +1,9 @@
---
tags:
title: Private
date created: Wednesday, December 7th 2022, 11:34:44 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
> [!warning]
> Private notes should have a icon in front of them to show they will not propogate to [Obsidian Publish](https://obsidian.md/publish)

View File

@@ -1,3 +1,9 @@
---
tags:
title: Project Management
date created: Thursday, December 8th 2022, 12:38:06 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
>[!info]
>Obsidian is in top form when it helps **manage** and **finish** projects

View File

@@ -1,3 +1,9 @@
---
tags:
title: _tests
date created: Wednesday, December 7th 2022, 11:26:33 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
>[!info]
>Sometimes plugins get updated and things break. It's ok! This folder will give you an idea if something doesn't work to spec

View File

@@ -1,3 +1,9 @@
---
tags: []
title: Hotkeys
date created: Thursday, December 8th 2022, 12:18:03 am
date modified: Wednesday, December 14th 2022, 3:45:09 pm
---
`ctrl-shift-e` -> [auto link title](obsidian://show-plugin?id=obsidian-auto-link-title)
`ctrl-shift-p` -> show [projects](obsidian://show-plugin?id=obsidian-projects)
`ctrl-click` a folder name -> create a [folder note](obsidian://show-plugin?id=folder-note-plugin)
@@ -8,5 +14,3 @@
`alt-shift-q` -> open quarterly note
`ctrl-.` -> toggle pin note
`alt-shift-z` -> search Zettelkasten notes by H1
`alt-shift-v` -> use highlightted selection to create a new Zettelekasten note template in the current file
`ctrl-shift-n` - note refactor it to a new file

View File

@@ -1,3 +1,9 @@
---
tags:
title: _tutorial
date created: Tuesday, December 13th 2022, 12:02:30 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- **Attachments**