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
14
README.md
14
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).
|
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
|
### How to install
|
||||||
**The plugin is now released, so it can be installed directly through obsidian's plugin installer.**
|
**The plugin is now released, so it can be installed directly through obsidian's plugin installer.**
|
||||||
|
|
||||||
|
|
@ -46,8 +57,7 @@ The folder structure should look like this:
|
||||||
|_ main.js
|
|_ main.js
|
||||||
|_ manifest.json
|
|_ manifest.json
|
||||||
|_ styles.css
|
|_ styles.css
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue