Files
lucas-wiki/templates/blank-template.md
2025-12-13 16:54:14 +01:00

42 lines
1.1 KiB
Markdown

---
title:
description:
published: false
date: 2025-05-04T11:42:39.943Z
tags: private, template
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
Images just work as standard. Store all images in the `_images` folder.