mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-12 00:38:54
This commit is contained in:
5
.obsidian/app.json
vendored
5
.obsidian/app.json
vendored
@@ -4,5 +4,8 @@
|
||||
"Private/"
|
||||
],
|
||||
"alwaysUpdateLinks": true,
|
||||
"showFrontmatter": false
|
||||
"showFrontmatter": false,
|
||||
"defaultViewMode": "preview",
|
||||
"showLineNumber": true,
|
||||
"spellcheck": true
|
||||
}
|
||||
5
.obsidian/community-plugins.json
vendored
5
.obsidian/community-plugins.json
vendored
@@ -13,7 +13,6 @@
|
||||
"omnisearch",
|
||||
"obsidian-footnotes",
|
||||
"cmdr",
|
||||
"obsidian-zotero-desktop-connector",
|
||||
"nldates-obsidian",
|
||||
"obsidian-tasks-plugin",
|
||||
"waypoint",
|
||||
@@ -24,5 +23,7 @@
|
||||
"new-tab-default-page",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"simple-embeds",
|
||||
"luhman"
|
||||
"luhman",
|
||||
"obsidian-timestamper",
|
||||
"obsidian-hotkeys-for-templates"
|
||||
]
|
||||
9
.obsidian/hotkeys.json
vendored
9
.obsidian/hotkeys.json
vendored
@@ -79,5 +79,14 @@
|
||||
],
|
||||
"key": "Z"
|
||||
}
|
||||
],
|
||||
"obsidian-hotkeys-for-templates:templater:Note Refactor Zettelkasten Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Shift"
|
||||
],
|
||||
"key": "V"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"includeFirstLineAsNoteHeading": false,
|
||||
"excludeFirstLineInNote": true,
|
||||
"headingFormat": "#",
|
||||
"newFileLocation": 0,
|
||||
"customFolder": "",
|
||||
"fileNamePrefix": "",
|
||||
"transcludeByDefault": false,
|
||||
"noteLinkTemplate": "",
|
||||
"refactoredNoteTemplate": ""
|
||||
}
|
||||
9
.obsidian/plugins/obsidian-hotkeys-for-templates/data.json
vendored
Normal file
9
.obsidian/plugins/obsidian-hotkeys-for-templates/data.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [],
|
||||
"templaterFiles": [
|
||||
"Note Refactor Zettelkasten Template.md"
|
||||
],
|
||||
"newFileTemplates": [],
|
||||
"openNewFileTemplateInNewPane": true,
|
||||
"useNewFileTemplateOnFileCreation": false
|
||||
}
|
||||
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
Normal file
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/obsidian-hotkeys-for-templates/manifest.json
vendored
Normal file
9
.obsidian/plugins/obsidian-hotkeys-for-templates/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
6
.obsidian/plugins/obsidian-timestamper/data.json
vendored
Normal file
6
.obsidian/plugins/obsidian-timestamper/data.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"timeStampFormat": "hh:mm:ss",
|
||||
"dateStampFormat": "YYYYMMDDHHmm",
|
||||
"lastFormat": "",
|
||||
"newLine": false
|
||||
}
|
||||
239
.obsidian/plugins/obsidian-timestamper/main.js
vendored
Normal file
239
.obsidian/plugins/obsidian-timestamper/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-timestamper/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-timestamper/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"author": "Martin Eder",
|
||||
"authorUrl": "https://www.gruware.org",
|
||||
"description": "Insert customized time/date stamp.",
|
||||
"id": "obsidian-timestamper",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.12.17",
|
||||
"name": "TimeStamper",
|
||||
"version": "1.3.0"
|
||||
}
|
||||
33
.obsidian/plugins/obsidian-timestamper/styles.css
vendored
Normal file
33
.obsidian/plugins/obsidian-timestamper/styles.css
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
.timestamper-modal .modal-content .row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .row .input-label {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.timestamper-modal .modal-content .row .input-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .row .input-wrapper input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .button-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin-top: 24px;
|
||||
}
|
||||
2
.obsidian/plugins/omnisearch/data.json
vendored
2
.obsidian/plugins/omnisearch/data.json
vendored
@@ -5,7 +5,7 @@
|
||||
"PDFIndexing": false,
|
||||
"imagesIndexing": false,
|
||||
"showShortName": false,
|
||||
"ribbonIcon": true,
|
||||
"ribbonIcon": false,
|
||||
"showExcerpt": true,
|
||||
"renderLineReturnInExcerpts": true,
|
||||
"showCreateButton": false,
|
||||
|
||||
49
.obsidian/workspace.json
vendored
49
.obsidian/workspace.json
vendored
@@ -8,7 +8,7 @@
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "33d5c3aca2b45c94",
|
||||
"id": "4b2d9504cca5ea7f",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
@@ -20,12 +20,12 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "00c506f9614f5c12",
|
||||
"id": "d824060a7ca705fa",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "_PARA/Archive/Archived Project/Scratchpad.md",
|
||||
"file": "Templates/People.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
@@ -99,7 +99,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "_PARA/Archive/Archived Project/Scratchpad.md",
|
||||
"file": "Templates/People.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -116,7 +116,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "_PARA/Archive/Archived Project/Scratchpad.md",
|
||||
"file": "Templates/People.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -139,7 +139,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "_PARA/Archive/Archived Project/Scratchpad.md"
|
||||
"file": "Templates/People.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -168,30 +168,29 @@
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"publish:Publish changes": false,
|
||||
"omnisearch:Omnisearch": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"zk-prefixer:Create new unique note": false,
|
||||
"random-note:Open random note": false,
|
||||
"obsidian-map-view:Open map view": false,
|
||||
"obsidian-excalidraw-plugin:New Excalidraw drawing": false,
|
||||
"switcher:Open quick switcher": true,
|
||||
"graph:Open graph view": true,
|
||||
"canvas:Create new canvas": true,
|
||||
"publish:Publish changes": true,
|
||||
"command-palette:Open command palette": true,
|
||||
"zk-prefixer:Create new unique note": true,
|
||||
"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
|
||||
}
|
||||
},
|
||||
"active": "00c506f9614f5c12",
|
||||
"active": "c102a50492c64997",
|
||||
"lastOpenFiles": [
|
||||
"_PARA/Archive/Archived Project/Kanban.md",
|
||||
"Templates/Weekly.md",
|
||||
"Templates/Quarterly.md",
|
||||
"Templates/Weekly.md",
|
||||
"202212090136.md",
|
||||
"Templates/People.md",
|
||||
"Templates/Daily.md",
|
||||
"Quarterly/2022-Q4.md",
|
||||
"_PARA/Projects/Test Project/Resources.md",
|
||||
"_PARA/Projects/Test Project/Test Project.md",
|
||||
"_PARA/Projects/Test Project 2/Test Project 2.md",
|
||||
"_PARA/Projects/Test Project/Resources Resources.md",
|
||||
"_PARA/Projects/Test Project/Kanban.md"
|
||||
"202212120002.md",
|
||||
"202212090137.md",
|
||||
"Daily/2022-12-12.md",
|
||||
"README.md",
|
||||
"_tutorial/Hotkeys.md"
|
||||
]
|
||||
}
|
||||
14
202212120002.md
Normal file
14
202212120002.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
projects: []
|
||||
---
|
||||
|
||||
# Shoots are carefully pruned every two years
|
||||
|
||||
> [!abstract]- Tags
|
||||
> #zettel
|
||||
|
||||
> 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.
|
||||
|
||||
[^1]: Hard work!!
|
||||
31
Daily/2022-12-12.md
Normal file
31
Daily/2022-12-12.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
location: [48.8584, 2.2945]
|
||||
---
|
||||
|
||||
#daily
|
||||
|
||||
|
||||
<< [[2022-12-11]] | [[2022-12-13]] >>
|
||||
|
||||
Week: [[2022-W51]]
|
||||
|
||||
|
||||
# Events That Happened Today
|
||||
|
||||
# Thoughts I Had Today
|
||||
|
||||
|
||||
# Random Note Review
|
||||
|
||||
- [ ] [[Scratchpad]]
|
||||
- [ ] [[Quarterly]]
|
||||
- [ ] [[Smartphone Capture]]
|
||||
|
||||
|
||||
|
||||
# Capture Notes
|
||||
|
||||
```dataview
|
||||
LIST FROM "Inbox"
|
||||
WHERE contains(file.name, this.file.name)
|
||||
```
|
||||
17
README.md
17
README.md
@@ -213,6 +213,15 @@ Related Philosophies:
|
||||
- Large Language Models
|
||||
- Digital Gardening
|
||||
|
||||
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.
|
||||
|
||||
You can use `alt-shift-z` to search Zettelkasten notes by their human readable titles.
|
||||
|
||||
|
||||
## Digital Gardening
|
||||
|
||||
If Zettelkasten is the planting of the seed of a single idea, *Digital Gardening* is the maintnence of the whole. It is the work of groundskeeping the entire vault, and finding utility in the edges.
|
||||
@@ -388,7 +397,7 @@ Footnote Shortcut combined with Natural Landguage Dates allows for super easy no
|
||||
YAML, or frontmatter, serves as a way to get computed values or track over time. For example, if you are looking to establish a daily reading habit, you may desire to put that habit in a YAML and then track it.
|
||||
|
||||
```
|
||||
/Daily/2023-01-01
|
||||
// /Daily/2023-01-01
|
||||
|
||||
---
|
||||
read: 0
|
||||
@@ -539,6 +548,7 @@ Truly nothing in this vault is *required*, but if you want the full experience,
|
||||
- Excalidraw
|
||||
- Folder Note
|
||||
- Footnote Shortcut
|
||||
- Hotkeys for Templates
|
||||
- Kanban
|
||||
- Natural Language Dates
|
||||
- Obsidian Git
|
||||
@@ -550,6 +560,7 @@ Truly nothing in this vault is *required*, but if you want the full experience,
|
||||
- Style Settings
|
||||
- Supercharged Links
|
||||
- Templater
|
||||
- Timestamper
|
||||
- Waypoint
|
||||
|
||||
...
|
||||
@@ -578,6 +589,10 @@ These plugins aren't needed, as some are QoL and others have a steep price tag a
|
||||
|
||||
`todo`
|
||||
|
||||
## Settings
|
||||
|
||||
`todo`
|
||||
|
||||
# A Day in the Life - Real World Use
|
||||
|
||||
**Bramses' Highly Opinionated Vault 2023** is only helpful if you can use it day in/day out as a tool to help you in life. Here's how I would use it in any random day (let's say Tuesday, perhaps):
|
||||
|
||||
@@ -15,6 +15,13 @@ 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))
|
||||
|
||||
> 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]
|
||||
|
||||
---
|
||||
|
||||
[[202212120002]][^2]
|
||||
|
||||
|
||||
[^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
|
||||
17
Templates/Note Refactor Zettelkasten Template.md
Normal file
17
Templates/Note Refactor Zettelkasten Template.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# <% tp.date.now("YYYYMMDDHHmm") %>
|
||||
|
||||
---
|
||||
projects: []
|
||||
---
|
||||
|
||||
# Lorem ipsum
|
||||
|
||||
> [!abstract]- Tags
|
||||
> #zettel
|
||||
|
||||
<% tp.file.selection() %>[^1]
|
||||
|
||||
[^1]: Lorem ipsum dolor sit amet
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
#quarterly
|
||||
|
||||
# What are your overall goals for this quarter?
|
||||
# Retro
|
||||
|
||||
# How do these goals affect your life?
|
||||
## What did I finish this quarter? (finished writings, finished art pieces, etc.)
|
||||
|
||||
# What projects do you plan on completing?
|
||||
## What lessons did I learn?
|
||||
|
||||
## What still puzzles me?
|
||||
|
||||
# Finished Projects
|
||||
## Archived Projects Last Quarter
|
||||
|
||||
```dataview
|
||||
table file.ctime as "finished"
|
||||
@@ -20,5 +21,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?
|
||||
|
||||
@@ -7,4 +7,6 @@
|
||||
`alt-shift-w` -> open weekly note
|
||||
`alt-shift-q` -> open quarterly note
|
||||
`ctrl-.` -> toggle pin note
|
||||
`alt-shift-z` -> search Zettelkasten notes by H1
|
||||
`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
|
||||
|
||||
Reference in New Issue
Block a user