Test rename
This commit is contained in:
42
templates/blank-template.md
Normal file
42
templates/blank-template.md
Normal 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
|
||||
Images just work as standard. Store all images in the `_images` folder.
|
||||
Reference in New Issue
Block a user