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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ Search a movie, series, anime or game by its name across multiple APIs.
9
9
#### Search by ID
10
10
Allows you to search by an ID that varies from API to API. Concrete info can be found in the description of the individual APIs.
11
11
12
+
#### Templates
13
+
The plugin allows you to set a template note that gets added to the end of any note created by this plugin.
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
+
Note that "template tags" are surrounded with two curly braces and that the spaces inside the curly braces are important.
16
+
I also published my own templates [here](https://github.com/mProjectsCode/obsidian-media-db-templates).
0 commit comments