Change images and template folder names

This commit is contained in:
Lucas Mathews
2025-12-13 13:48:10 +01:00
parent d6779c44dd
commit 7bf711985e
16 changed files with 20 additions and 21 deletions

View File

@@ -0,0 +1,42 @@
---
title:
description:
published:
date: 2025-05-04T11:42:39.943Z
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