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
@@ -139,16 +140,6 @@ By default, this option is turned off and can be activated in the plugin setting
139
140
Upon enabling, you can designate a specific folder within your vault for storing these images, streamlining the management of book cover resources within your notes.
140
141
To include these images in your notes, use the `{{localCoverImage}}` Templater variable.
141
142
142
-
### <strike>(Deprecated) Text to insert into front matter</strike>
143
-
144
-
<strike>You can add the following to the default Front Matter, or create a new Front Matter with the structure you want.</strike> Please use the template file described below.
145
-
146
-
### <strike>(Deprecated) Text to insert into content</strike>
147
-
148
-
<strike>You can add text to the content for [Dataview inline metadata](https://blacksmithgu.github.io/obsidian-dataview/data-annotation/#pages).</strike> Please use the template file described below.
149
-
150
-
<br>
151
-
152
143
## Example template
153
144
154
145
Please also find a definition of the variables used in this template below (see: [Template variables definitions](#template-variables-definitions)).
@@ -157,6 +148,7 @@ Please also find a definition of the variables used in this template below (see:
%% To use an image URL from the server, use the following syntax: %%
171
164

172
165
166
+
%% To save images locally, enable the 'Enable Cover Image Save' option in the settings and enter as follows: %%
167
+
![[{{localCoverImage}}|150]]
168
+
173
169
# {{title}}
174
170
175
171
```
@@ -218,19 +214,20 @@ The banner at the top of the document is rendered using [Obsidian-banners](https
218
214
219
215
Please find here a definition of the possible variables to be used in your template. Simply write `{{name}}` in your template, and replace name by the desired book data, including:
0 commit comments