Tutorial for Meta data field customization #19
This commit is contained in:
parent
78ee146b71
commit
4d85640d44
1 changed files with 12 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -31,6 +31,17 @@ Available variables that can be used in template tags are the same variables fro
|
|||
|
||||
I also published my own templates [here](https://github.com/mProjectsCode/obsidian-media-db-templates).
|
||||
|
||||
#### Metadata field customization
|
||||
Allows you to rename the metadata fields this plugin generates through mappings.
|
||||
|
||||
A mapping has to follow this syntax `[origional property name] -> [new property name]`.
|
||||
Multiple mappings are separated by a new line.
|
||||
So e.g.:
|
||||
```
|
||||
title -> name
|
||||
year -> releaseYear
|
||||
```
|
||||
|
||||
### How to install
|
||||
**The plugin is now released, so it can be installed directly through obsidian's plugin installer.**
|
||||
|
||||
|
|
@ -49,7 +60,6 @@ The folder structure should look like this:
|
|||
```
|
||||
|
||||
|
||||
|
||||
### How to use
|
||||
(pictures are coming)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue