Update guide
This commit is contained in:
13
.obsidian/workspace.json
vendored
13
.obsidian/workspace.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -7,3 +7,36 @@ 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
|
||||
Reference in New Issue
Block a user