feat: add changes from obsidian office hours #34
This commit is contained in:
2
.obsidian/app.json
vendored
2
.obsidian/app.json
vendored
@@ -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,
|
||||||
|
|||||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -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
11
.obsidian/graph.json
vendored
@@ -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
|
||||||
}
|
}
|
||||||
9
.obsidian/hotkeys.json
vendored
9
.obsidian/hotkeys.json
vendored
@@ -257,5 +257,14 @@
|
|||||||
],
|
],
|
||||||
"key": "F"
|
"key": "F"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:templates/Current Timestamp Now (Template).md": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
5
.obsidian/plugins/obsidian-vault-changelog/data.json
vendored
Normal file
5
.obsidian/plugins/obsidian-vault-changelog/data.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"numberOfFilesToShow": 100,
|
||||||
|
"changelogFilePath": "CHANGELOG.md",
|
||||||
|
"watchVaultChange": true
|
||||||
|
}
|
||||||
272
.obsidian/plugins/obsidian-vault-changelog/main.js
vendored
Normal file
272
.obsidian/plugins/obsidian-vault-changelog/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-vault-changelog/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-vault-changelog/manifest.json
vendored
Normal 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
|
||||||
|
}
|
||||||
14
.obsidian/plugins/readwise-official/data.json
vendored
Normal file
14
.obsidian/plugins/readwise-official/data.json
vendored
Normal 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
|
||||||
|
}
|
||||||
2
.obsidian/types.json
vendored
2
.obsidian/types.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
49
.obsidian/workspace.json
vendored
49
.obsidian/workspace.json
vendored
@@ -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
17
CHANGELOG.md
Normal 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]]
|
||||||
30
notes/Changelog Pattern.md
Normal file
30
notes/Changelog Pattern.md
Normal 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
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
Obsidian is a Markdown-based note-taking and knowledge base app.
|
Obsidian is a Markdown-based note-taking and knowledge base app.
|
||||||
|
|
||||||
We currently support the formats below:
|
We currently support the formats below:
|
||||||
@@ -253,7 +253,7 @@ function fancyAlert(arg) {
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Callouts
|
### Callouts\
|
||||||
|
|
||||||
> [!note]
|
> [!note]
|
||||||
|
|
||||||
|
|||||||
1
templates/Current Timestamp Now (Template).md
Normal file
1
templates/Current Timestamp Now (Template).md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
1
templates/Today (Template).md
Normal file
1
templates/Today (Template).md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[[<% tp.date.now("YYYY-MM-DD") %>]]
|
||||||
Reference in New Issue
Block a user