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,
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "zettelkasten",
"newFileFolderPath": "notes",
"foldHeading": true,
"foldIndent": true,
"showLineNumber": false,

View File

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

11
.obsidian/graph.json vendored
View File

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

View File

@@ -257,5 +257,14 @@
],
"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",
"updated-on": "datetime",
"occured-on": "date",
"occurred-on": "text",
"occurred-on": "datetime",
"uuid": "number"
}
}

View File

@@ -4,15 +4,19 @@
"type": "split",
"children": [
{
"id": "33d3d21a1fd6ff00",
"id": "5d4ebd8311f10c97",
"type": "tabs",
"children": [
{
"id": "49a351728be3089d",
"id": "b3fd6235b1e9c28d",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
"type": "markdown",
"state": {
"file": "templates/Current Timestamp Now (Template).md",
"mode": "source",
"source": false
}
}
}
]
@@ -65,7 +69,7 @@
}
],
"direction": "horizontal",
"width": 300
"width": 283.50390243530273
},
"right": {
"id": "bddedfe46a674ee5",
@@ -89,6 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "templates/Current Timestamp Now (Template).md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -105,6 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "templates/Current Timestamp Now (Template).md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -138,14 +144,18 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {}
"state": {
"file": "templates/Current Timestamp Now (Template).md"
}
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
"width": 300
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
@@ -163,6 +173,23 @@
"periodic-notes:Open today": false
}
},
"active": "49a351728be3089d",
"lastOpenFiles": []
}
"active": "b3fd6235b1e9c28d",
"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"
]
}