Skip to content

Commit 818f2d8

Browse files
committed
Quartz sync: Nov 3, 2025, 7:45 PM
1 parent dd47aad commit 818f2d8

45 files changed

Lines changed: 1161 additions & 23 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.obsidian/app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{}
1+
{
2+
"promptDelete": false,
3+
"alwaysUpdateLinks": true
4+
}

.obsidian/community-plugins.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"templater-obsidian",
3+
"slash-commander"
4+
]

.obsidian/core-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"file-recovery": true,
2929
"publish": false,
3030
"sync": false,
31-
"bases": false,
31+
"bases": true,
3232
"webviewer": false
3333
}

.obsidian/graph.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"collapse-filter": true,
3+
"search": "",
4+
"showTags": false,
5+
"showAttachments": false,
6+
"hideUnresolved": false,
7+
"showOrphans": true,
8+
"collapse-color-groups": true,
9+
"colorGroups": [],
10+
"collapse-display": true,
11+
"showArrow": false,
12+
"textFadeMultiplier": 0,
13+
"nodeSizeMultiplier": 1,
14+
"lineSizeMultiplier": 1,
15+
"collapse-forces": true,
16+
"centerStrength": 0.518713248970312,
17+
"repelStrength": 10,
18+
"linkStrength": 1,
19+
"linkDistance": 250,
20+
"scale": 1,
21+
"close": false
22+
}
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"version": 2,
3+
"confirmDeletion": true,
4+
"showDescriptions": false,
5+
"showSourcesForDuplicates": true,
6+
"debug": false,
7+
"mainTrigger": "/",
8+
"extraTriggers": [],
9+
"useExtraTriggers": false,
10+
"triggerOnlyOnNewLine": false,
11+
"queryPattern": {},
12+
"bindings": [
13+
{
14+
"name": "Table",
15+
"id": "editor:insert-table",
16+
"action": "editor:insert-table",
17+
"icon": "table-2",
18+
"mode": "any",
19+
"triggerMode": "anywhere"
20+
},
21+
{
22+
"name": "Callout",
23+
"id": "editor:insert-callout",
24+
"action": "editor:insert-callout",
25+
"icon": "indent",
26+
"mode": "any",
27+
"triggerMode": "anywhere"
28+
},
29+
{
30+
"name": "Code",
31+
"id": "editor:insert-codeblock",
32+
"action": "editor:insert-codeblock",
33+
"icon": "terminal",
34+
"mode": "any",
35+
"triggerMode": "anywhere"
36+
},
37+
{
38+
"name": "Math",
39+
"id": "editor:insert-mathblock",
40+
"action": "editor:insert-mathblock",
41+
"icon": "percent",
42+
"mode": "any",
43+
"triggerMode": "anywhere"
44+
},
45+
{
46+
"name": "Embed",
47+
"id": "editor:insert-embed",
48+
"action": "editor:insert-embed",
49+
"icon": "sticky-note",
50+
"mode": "any",
51+
"triggerMode": "anywhere"
52+
},
53+
{
54+
"name": "Attachment",
55+
"id": "editor:attach-file",
56+
"action": "editor:attach-file",
57+
"icon": "paperclip",
58+
"mode": "any",
59+
"triggerMode": "anywhere"
60+
},
61+
{
62+
"name": "Property",
63+
"id": "markdown:add-metadata-property",
64+
"action": "markdown:add-metadata-property",
65+
"icon": "plus-circle",
66+
"mode": "any",
67+
"triggerMode": "anywhere"
68+
},
69+
{
70+
"name": "Admonition",
71+
"id": "obsidian-admonition:insert-admonition",
72+
"action": "obsidian-admonition:insert-admonition",
73+
"icon": "indent",
74+
"mode": "any",
75+
"triggerMode": "anywhere"
76+
},
77+
{
78+
"name": "Excalidraw",
79+
"id": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
80+
"action": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
81+
"icon": "image",
82+
"mode": "any",
83+
"triggerMode": "anywhere"
84+
},
85+
{
86+
"name": "Task",
87+
"id": "obsidian-tasks-plugin:edit-task",
88+
"action": "obsidian-tasks-plugin:edit-task",
89+
"icon": "check-circle",
90+
"mode": "any",
91+
"triggerMode": "anywhere"
92+
},
93+
{
94+
"name": "Template",
95+
"id": "templater-obsidian:insert-templater",
96+
"action": "templater-obsidian:insert-templater",
97+
"icon": "book-copy",
98+
"mode": "any",
99+
"triggerMode": "anywhere"
100+
},
101+
{
102+
"name": "Citation",
103+
"id": "zotlit:insert-markdown-citation",
104+
"action": "zotlit:insert-markdown-citation",
105+
"icon": "book-marked",
106+
"mode": "desktop",
107+
"triggerMode": "anywhere"
108+
}
109+
]
110+
}

.obsidian/plugins/slash-commander/main.js

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "slash-commander",
3+
"name": "Slash Commander",
4+
"version": "0.3.8",
5+
"minAppVersion": "1.8.0",
6+
"description": "Customize the slash command list, assign each command an icon.",
7+
"author": "alephpiece",
8+
"authorUrl": "https://github.com/alephpiece",
9+
"isDesktopOnly": false
10+
}

.obsidian/plugins/slash-commander/styles.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/templater-obsidian/main.js

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "templater-obsidian",
3+
"name": "Templater",
4+
"version": "2.16.2",
5+
"description": "Create and use templates",
6+
"minAppVersion": "1.5.0",
7+
"author": "SilentVoid",
8+
"authorUrl": "https://github.com/SilentVoid13",
9+
"helpUrl": "https://silentvoid13.github.io/Templater/",
10+
"isDesktopOnly": false
11+
}

0 commit comments

Comments
 (0)