You've already forked obsidian-visualiser
First version
This commit is contained in:
5
content/.obsidian/app.json
vendored
Normal file
5
content/.obsidian/app.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"promptDelete": false,
|
||||
"tabSize": 4,
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
||||
12
content/.obsidian/appearance.json
vendored
Normal file
12
content/.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Golden Topaz",
|
||||
"textFontFamily": "",
|
||||
"baseFontSize": 17,
|
||||
"enabledCssSnippets": [
|
||||
"canvas",
|
||||
"style"
|
||||
],
|
||||
"translucency": false
|
||||
}
|
||||
8
content/.obsidian/canvas.json
vendored
Normal file
8
content/.obsidian/canvas.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"snapToObjects": true,
|
||||
"snapToGrid": true,
|
||||
"cardLabelVisibility": "always",
|
||||
"newFileLocation": "current",
|
||||
"defaultWheelBehavior": "zoom",
|
||||
"zoomBreakpoint": 0
|
||||
}
|
||||
3
content/.obsidian/community-plugins.json
vendored
Normal file
3
content/.obsidian/community-plugins.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"obsidian-git"
|
||||
]
|
||||
30
content/.obsidian/core-plugins-migration.json
vendored
Normal file
30
content/.obsidian/core-plugins-migration.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"canvas": true,
|
||||
"properties": false,
|
||||
"bookmarks": true
|
||||
}
|
||||
20
content/.obsidian/core-plugins.json
vendored
Normal file
20
content/.obsidian/core-plugins.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"outline",
|
||||
"word-count",
|
||||
"file-recovery"
|
||||
]
|
||||
22
content/.obsidian/graph.json
vendored
Normal file
22
content/.obsidian/graph.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": false,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": true,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": false,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": -3,
|
||||
"nodeSizeMultiplier": 2.49895833333333,
|
||||
"lineSizeMultiplier": 2.49895833333333,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.5,
|
||||
"repelStrength": 15,
|
||||
"linkStrength": 0.75,
|
||||
"linkDistance": 250,
|
||||
"scale": 0.7132754626224443,
|
||||
"close": false
|
||||
}
|
||||
1
content/.obsidian/hotkeys.json
vendored
Normal file
1
content/.obsidian/hotkeys.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
10
content/.obsidian/snippets/canvas.css
vendored
Normal file
10
content/.obsidian/snippets/canvas.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
.canvas-node-content.markdown-embed > .markdown-embed-content > .markdown-preview-view
|
||||
{
|
||||
padding: 0 var(--size-4-4) !important;
|
||||
}
|
||||
/*.canvas-node-content.markdown-embed > .markdown-embed-content > .markdown-preview-view::before, .canvas-node-content.markdown-embed > .markdown-embed-content > .markdown-preview-view::after,
|
||||
.markdown-source-view.mod-inside-iframe > .cm-editor > .cm-scroller::before, .markdown-source-view.mod-inside-iframe > .cm-editor > .cm-scroller::after
|
||||
{
|
||||
max-height: var(--size-4-2) !important;
|
||||
min-height: var(--size-4-1) !important;
|
||||
}*/
|
||||
23
content/.obsidian/snippets/style.css
vendored
Normal file
23
content/.obsidian/snippets/style.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
h1 div.heading-collapse-indicator.collapse-indicator::before, h2 div.heading-collapse-indicator.collapse-indicator::before, div.heading-collapse-indicator.collapse-indicator::before,
|
||||
.tree-item-self .tree-item-icon:before, .nav-folder-collapse-indicator::after
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
.heading-collapse-indicator.collapse-indicator.collapse-icon svg, .nav-folder-collapse-indicator svg
|
||||
{
|
||||
display: inherit !important;
|
||||
}
|
||||
div.heading-collapse-indicator.collapse-indicator {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
div.is-collapsed div.heading-collapse-indicator.collapse-indicator {
|
||||
transform: translateX(-2px) translateY(-2px) rotate(-90deg) !important;
|
||||
}
|
||||
.nav-folder.is-collapsed .nav-folder-collapse-indicator {
|
||||
transform: translateX(0px) translateY(0px) rotate(-90deg) !important;
|
||||
}
|
||||
.nav-folder-collapse-indicator {
|
||||
position: relative !important;
|
||||
left: -3px;
|
||||
top: 0;
|
||||
}
|
||||
3
content/.obsidian/templates.json
vendored
Normal file
3
content/.obsidian/templates.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": ""
|
||||
}
|
||||
7
content/.obsidian/themes/AnuPpuccin/manifest.json
vendored
Normal file
7
content/.obsidian/themes/AnuPpuccin/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "AnuPpuccin",
|
||||
"version": "1.4.4",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "Anubis",
|
||||
"authorUrl": "https://github.com/AnubisNekhet"
|
||||
}
|
||||
8161
content/.obsidian/themes/AnuPpuccin/theme.css
vendored
Normal file
8161
content/.obsidian/themes/AnuPpuccin/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
content/.obsidian/themes/Golden Topaz/manifest.json
vendored
Normal file
6
content/.obsidian/themes/Golden Topaz/manifest.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Golden Topaz",
|
||||
"version": "0.0.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "Mouth on Cloud"
|
||||
}
|
||||
5500
content/.obsidian/themes/Golden Topaz/theme.css
vendored
Normal file
5500
content/.obsidian/themes/Golden Topaz/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
content/.obsidian/themes/Typewriter/manifest.json
vendored
Normal file
7
content/.obsidian/themes/Typewriter/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Typewriter",
|
||||
"version": "2.1.3",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "crashmoney",
|
||||
"authorUrl": "https://github.com/crashmoney"
|
||||
}
|
||||
575
content/.obsidian/themes/Typewriter/theme.css
vendored
Normal file
575
content/.obsidian/themes/Typewriter/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user