You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,21 @@ Allows you to search by an ID that varies from API to API. Concrete info can be
13
13
The plugin allows you to set a template note that gets added to the end of any note created by this plugin.
14
14
The plugin also offers simple "template tgs". E.g. if the template includes `{{ title }}`, it will be replaced by the title of the movie, show or game.
15
15
Note that "template tags" are surrounded with two curly braces and that the spaces inside the curly braces are important.
16
+
17
+
For arrays there are two special ways of displaying them.
18
+
- using `{{ LIST:variable_name }}` will result in
19
+
```
20
+
- element 1
21
+
- element 2
22
+
- element 3
23
+
- ...
24
+
```
25
+
- using `{{ ENUM:variable_name }}` will result in
26
+
```
27
+
element 1, element 2, element 3, ...
28
+
```
29
+
30
+
16
31
I also published my own templates [here](https://github.com/mProjectsCode/obsidian-media-db-templates).
0 commit comments