Skip to content

Commit 3e05ad4

Browse files
authored
Merge pull request #3 from DevOps-Geeks-UA/searge
Add links and fix some issues
2 parents 84533c9 + 878c018 commit 3e05ad4

File tree

31 files changed

+126722
-1652
lines changed

31 files changed

+126722
-1652
lines changed

.obsidian/backlink.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"backlinkInDocument": true
3+
}

.obsidian/community-plugins.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"obsidian-editor-shortcuts",
88
"obsidian-embedded-code-title",
99
"folder-notes",
10-
"obsidian-note-autocreator"
10+
"obsidian-note-autocreator",
11+
"obsidian-auto-link-title",
12+
"footlinks",
13+
"obsidian-copy-block-link",
14+
"obsidian-format-code"
1115
]

.obsidian/graph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"collapse-filter": true,
3-
"search": "-file:README.md",
3+
"search": "-file:README.md -path:docs/Interview ",
44
"showTags": false,
55
"showAttachments": false,
66
"hideUnresolved": false,

.obsidian/plugins/darlal-switcher-plus/main.js

Lines changed: 448 additions & 223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/darlal-switcher-plus/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "darlal-switcher-plus",
33
"name": "Quick Switcher++",
4-
"version": "3.3.4",
5-
"minAppVersion": "1.3.5",
4+
"version": "3.3.7",
5+
"minAppVersion": "1.4.5",
66
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
77
"author": "darlal",
88
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",

.obsidian/plugins/folder-notes/data.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,31 @@
2121
"syncDelete": false,
2222
"showRenameConfirmation": true,
2323
"defaultOverview": {
24+
"id": "",
25+
"folderPath": "",
2426
"title": "{{folderName}} overview",
25-
"disableTitle": false,
27+
"showTitle": false,
2628
"depth": 3,
2729
"includeTypes": [
2830
"folder",
2931
"markdown"
3032
],
3133
"style": "list",
32-
"disableFileTag": false
34+
"disableFileTag": false,
35+
"sortBy": "name",
36+
"sortByAsc": true,
37+
"showEmptyFolders": false,
38+
"onlyIncludeSubfolders": false,
39+
"storeFolderCondition": true,
40+
"showFolderNotes": false,
41+
"disableTitle": false
3342
},
3443
"useSubmenus": true,
35-
"syncMove": true
44+
"syncMove": true,
45+
"frontMatterTitle": {
46+
"enabled": false,
47+
"explorer": true,
48+
"path": true
49+
},
50+
"settingsTab": "general"
3651
}

0 commit comments

Comments
 (0)