From 610536f7b7b628d73f2633bf1ff8edaa9a3fbaec Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sun, 13 Oct 2024 09:38:55 +0200 Subject: [PATCH] added enclave widget, added explorer to mobile --- content/.obsidian/app.json | 1 + content/.obsidian/appearance.json | 1 + content/.obsidian/core-plugins-migration.json | 30 ++++ content/.obsidian/core-plugins.json | 20 +++ content/.obsidian/workspace.json | 154 ++++++++++++++++++ content/Webrings.md | 8 +- content/index.md | 19 +++ quartz.layout.ts | 8 +- 8 files changed, 237 insertions(+), 4 deletions(-) create mode 100644 content/.obsidian/app.json create mode 100644 content/.obsidian/appearance.json create mode 100644 content/.obsidian/core-plugins-migration.json create mode 100644 content/.obsidian/core-plugins.json create mode 100644 content/.obsidian/workspace.json diff --git a/content/.obsidian/app.json b/content/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/content/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/content/.obsidian/appearance.json b/content/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/content/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/content/.obsidian/core-plugins-migration.json b/content/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/content/.obsidian/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": 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 +} \ No newline at end of file diff --git a/content/.obsidian/core-plugins.json b/content/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/content/.obsidian/core-plugins.json @@ -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" +] \ No newline at end of file diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json new file mode 100644 index 0000000..ba8f929 --- /dev/null +++ b/content/.obsidian/workspace.json @@ -0,0 +1,154 @@ +{ + "main": { + "id": "1b4ee208096021d5", + "type": "split", + "children": [ + { + "id": "370d45243bad74b4", + "type": "tabs", + "children": [ + { + "id": "7c4c801b0bba2907", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "index.md", + "mode": "source", + "source": true + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "91d30aa35c316a18", + "type": "split", + "children": [ + { + "id": "a512ba7a9429047c", + "type": "tabs", + "children": [ + { + "id": "b02df33ae1b6e314", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "91e53df07d1ce3c9", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "0c048bc1bf6a22cc", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "53918ed3436f1952", + "type": "split", + "children": [ + { + "id": "22f7a7756b9ab6df", + "type": "tabs", + "children": [ + { + "id": "79081b5a12be4d80", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "index.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "cb710a56ff24bf96", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "index.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "61a8858c68a2bb03", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "cea791fd50e7259c", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "index.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "7c4c801b0bba2907", + "lastOpenFiles": [ + "Links.md", + "Webrings.md", + "index.md" + ] +} \ No newline at end of file diff --git a/content/Webrings.md b/content/Webrings.md index e3e15eb..8cb33c3 100644 --- a/content/Webrings.md +++ b/content/Webrings.md @@ -3,4 +3,10 @@ Random - \ No newline at end of file + + +# [The Enbclave Webring](https://zatzhing.me/webring) +
+ + +
diff --git a/content/index.md b/content/index.md index f0e7de5..e531f13 100644 --- a/content/index.md +++ b/content/index.md @@ -33,3 +33,22 @@ I never start conversation so it's up to you to start it. - [Telegram](https://t.me/ulyxie) - [my git](https://git.derg.cz/ulysia) - [Github](https://github.com/ulyxie) + + +# Rings + +
+

Fediring

+
+ +Random + +
+
+ +[The Enbclave Webring](https://zatzhing.me/webring) +
+ + +
+ \ No newline at end of file diff --git a/quartz.layout.ts b/quartz.layout.ts index 1550fac..a8ad0cb 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -28,8 +28,9 @@ export const defaultContentPageLayout: PageLayout = { Component.MobileOnly(Component.Spacer()), Component.Search(), Component.Darkmode(), - Component.DesktopOnly(Component.Explorer()), - ], +// Component.DesktopOnly(Component.Explorer()), + Component.Explorer(), +], right: [ Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), @@ -45,7 +46,8 @@ export const defaultListPageLayout: PageLayout = { Component.MobileOnly(Component.Spacer()), Component.Search(), Component.Darkmode(), - Component.DesktopOnly(Component.Explorer()), +// Component.DesktopOnly(Component.Explorer()), + Component.Explorer(), ], right: [ Component.Graph({