feat: add changes from obsidian office hours #34

This commit is contained in:
Ben Hong
2024-01-24 14:05:58 -08:00
parent 61666a0af7
commit 462b6bd8c3
15 changed files with 412 additions and 18 deletions

2
.obsidian/app.json vendored
View File

@@ -24,7 +24,7 @@
"legacyEditor": false, "legacyEditor": false,
"alwaysUpdateLinks": true, "alwaysUpdateLinks": true,
"newFileLocation": "folder", "newFileLocation": "folder",
"newFileFolderPath": "zettelkasten", "newFileFolderPath": "notes",
"foldHeading": true, "foldHeading": true,
"foldIndent": true, "foldIndent": true,
"showLineNumber": false, "showLineNumber": false,

View File

@@ -19,5 +19,6 @@
"obsidian-style-settings", "obsidian-style-settings",
"tag-wrangler", "tag-wrangler",
"readwise-official", "readwise-official",
"obsidian-projects" "obsidian-projects",
"obsidian-vault-changelog"
] ]

11
.obsidian/graph.json vendored
View File

@@ -27,6 +27,13 @@
"a": 1, "a": 1,
"rgb": 11992868 "rgb": 11992868
} }
},
{
"query": "tag:#refs",
"color": {
"a": 1,
"rgb": 8029183
}
} }
], ],
"collapse-display": false, "collapse-display": false,
@@ -39,6 +46,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 0.08452132452849742, "scale": 1.595027230513351,
"close": true "close": false
} }

View File

@@ -257,5 +257,14 @@
], ],
"key": "F" "key": "F"
} }
],
"templater-obsidian:templates/Current Timestamp Now (Template).md": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "O"
}
] ]
} }

View File

@@ -0,0 +1,5 @@
{
"numberOfFilesToShow": 100,
"changelogFilePath": "CHANGELOG.md",
"watchVaultChange": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-vault-changelog",
"name": "Vault Changelog",
"version": "0.1.0",
"minAppVersion": "0.9.7",
"description": "Obsidian plugin to maintain a notes changelog in a vault",
"author": "Badr Bouslikhin",
"authorUrl": "https://github.com/MrZeroo00",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,14 @@
{
"token": "",
"readwiseDir": "Readwise",
"frequency": "0",
"triggerOnLoad": true,
"isSyncing": false,
"lastSyncFailed": false,
"lastSavedStatusID": 0,
"currentSyncStatusID": 0,
"refreshBooks": false,
"booksToRefresh": [],
"booksIDsMap": {},
"reimportShowConfirmation": true
}

View File

@@ -22,7 +22,7 @@
"published-on": "date", "published-on": "date",
"updated-on": "datetime", "updated-on": "datetime",
"occured-on": "date", "occured-on": "date",
"occurred-on": "text", "occurred-on": "datetime",
"uuid": "number" "uuid": "number"
} }
} }

View File

@@ -4,15 +4,19 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "33d3d21a1fd6ff00", "id": "5d4ebd8311f10c97",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "49a351728be3089d", "id": "b3fd6235b1e9c28d",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {} "state": {
"file": "templates/Current Timestamp Now (Template).md",
"mode": "source",
"source": false
}
} }
} }
] ]
@@ -65,7 +69,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 283.50390243530273
}, },
"right": { "right": {
"id": "bddedfe46a674ee5", "id": "bddedfe46a674ee5",
@@ -89,6 +93,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "templates/Current Timestamp Now (Template).md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -105,6 +110,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "templates/Current Timestamp Now (Template).md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -138,14 +144,18 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {} "state": {
"file": "templates/Current Timestamp Now (Template).md"
}
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 300,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -163,6 +173,23 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "49a351728be3089d", "active": "b3fd6235b1e9c28d",
"lastOpenFiles": [] "lastOpenFiles": [
"notes/Event (Page Template).md",
"templates/Current Timestamp Now (Template).md",
"notes/The 13th Week.md",
"notes/The 12 Week Year.md",
"notes/Test Sandbox.md",
"notes/The 14th Week.md",
"CHANGELOG.md",
"notes/The 15th Week.md",
"notes/Changelog Pattern.md",
"notes/Obsidian Theme Demo File.md",
"templates/Today (Template).md",
"templates/Last Modified Date (Template).md",
"assets/preferences-panel.png",
"templates/Book (Template).md",
"templates/Base Note (Template).md",
"notes/Hello World.md"
]
} }

17
CHANGELOG.md Normal file
View File

@@ -0,0 +1,17 @@
- 2024-01-24 at 13h49 · [[Changelog Pattern]]
- 2024-01-24 at 13h36 · [[Obsidian Theme Demo File]]
- 2024-01-24 at 13h33 · [[Current Timestamp Now (Template)]]
- 2024-01-24 at 13h31 · [[Today (Template)]]
- 2024-01-17 at 20h38 · [[Frontmatter (Template)]]
- 2024-01-17 at 20h38 · [[Hello World]]
- 2023-06-29 at 08h17 · [[Livestream (Page Template)]]
- 2023-06-27 at 17h48 · [[Post-Stream Checklist (Template)]]
- 2023-06-27 at 17h47 · [[Pre-Stream Checklist (Template)]]
- 2022-02-13 at 19h46 · [[Starter Note (Template)]]
- 2022-02-13 at 19h46 · [[Book (Template)]]
- 2022-01-27 at 11h57 · [[Base Note (Template)]]
- 2022-01-27 at 11h55 · [[Weekly Note (Template)]]
- 2022-01-27 at 11h49 · [[Daily Note (Template)]]
- 2022-01-27 at 11h44 · [[People (Template)]]
- 2022-01-27 at 11h06 · [[Last Modified Date (Template)]]
- 2022-01-27 at 11h06 · [[README]]

View File

@@ -0,0 +1,30 @@
---
uuid: 20240124133734
created-on: 2024-01-24T13:37:34
last-modified-on: 2024-01-24T13:49
aliases: []
tags:
- type/note
related: []
---
## Callout Version
> [!example]- Changelog
> - 2024-01-24T13:33:58
> - Updated note to #note/budding status
> - Added my thoughts on why it's important
> - 2024-01-24T07:00:16
> - Learned about this concept and wrote the first #note/seedling
## Heading Version
### 📖 Changelog
- 2024-01-24T13:41:24
-
- 2024-01-24T13:33:58
- Updated note to #note/budding status
- Added my thoughts on why it's important
- 2024-01-24T07:00:16
- Learned about this concept and wrote the first #note/seedling

View File

@@ -253,7 +253,7 @@ function fancyAlert(arg) {
--- ---
### Callouts ### Callouts\
> [!note] > [!note]

View File

@@ -0,0 +1 @@
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>

View File

@@ -0,0 +1 @@
[[<% tp.date.now("YYYY-MM-DD") %>]]