From 5ef5a2a60b8d1bf465bb909dd80969a99b5ee965 Mon Sep 17 00:00:00 2001 From: Lucas Mathews Date: Sat, 13 Dec 2025 13:11:32 +0100 Subject: [PATCH] Update guide --- .obsidian/workspace.json | 13 ++++++------ Templates/blank-template.md | 41 +++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 10 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 986ccca..51e6479 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "Guides/create-shh-keys.md", + "file": "Guides/rdp-with-microsoft-account.md", "mode": "preview", "source": true }, "icon": "lucide-file", - "title": "create-shh-keys" + "title": "rdp-with-microsoft-account" } } ] @@ -193,9 +193,11 @@ }, "active": "c892fa5f5c3f77ba", "lastOpenFiles": [ - "Guides/generate-wireguard.md", - "Guides/rdp-with-microsoft-account.md", "Guides/create-shh-keys.md", + "Guides/generate-wireguard.md", + "Templates/blank-template.md", + "Images", + "Guides/rdp-with-microsoft-account.md", "screenshot_2024-03-23_132057.png", "screenshot_2024-03-23_132217.png", "screenshot_2024-03-23_132626.png", @@ -206,7 +208,6 @@ "screenshot_2024-03-23_133945.png", "screenshot_2024-03-23_134416.png", "screenshot_2024-03-23_222702.png", - "Untitled.md", - "Templates/blank-template.md" + "Untitled.md" ] } \ No newline at end of file diff --git a/Templates/blank-template.md b/Templates/blank-template.md index da6d92d..cb57802 100644 --- a/Templates/blank-template.md +++ b/Templates/blank-template.md @@ -1,9 +1,42 @@ --- -title: -description: -published: +title: +description: +published: date: 2025-05-04T11:42:39.943Z -tags: +tags: editor: markdown dateCreated: 2025-05-04T11:38:34.846Z --- + +# About this template +This template is intended to be used for creating new Wiki.js entries from Obsidian, which has a Git sync to the same repo that Wiki.js is synced with. + +Simple creating and sorting of Wiki entries from here can be done via creating files in the appropriate directories here and adjusting the properties. Use markdown format. + + +There are some important things to note: + +## Directories +### Guides +This is a public directory. When files are put here, anyone + +### Images +Contains all of the images that are referenced in Wiki articles. + +## Tags +Tags in the properties field above must be in the below format: +`tag1, tag2, tag3` i.e. csv + +However the Obsidian viewer uses a list format: +```txt +tags: + - tag1 + - tag2 + - tag3 +``` + +So in Obsidian, you will see an error in the visual editor: + +Tags can be created here and will be added to the Tags list in Wiki.js + +## Images \ No newline at end of file