From b2e5c9d562bb63137a40d80e69c692d1e6dd8059 Mon Sep 17 00:00:00 2001 From: Leon Holtmeier <47162464+Superschnizel@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:14:40 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bbfee25..3c686ba 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ To define how the data will be saved in your notes you can define a template. Th You can generate an example template in the plugin settings. If no template is given, this default template is used. +# Regenerating notes + +When trying to create a note for a movie that already exists you will be asked if you want to overwrite the existing note. If you want to keep something from the old note in the newly generated one you can make use of the delimiter string: + +``` +%%==MOVIEGRABBER_KEEP==%% +``` +Everything below this will be transfered to the new note when overwriting. + # Using the generated notes with Dataview and custom CSS Using a [dataview](https://github.com/blacksmithgu/) table in combination with a custom [css snippet](https://help.obsidian.md/Extending+Obsidian/CSS+snippets), you can use these notes to create an interactive display for your movies. From 3229b15e2fca89adf6502b5c571c77cc8268be68 Mon Sep 17 00:00:00 2001 From: Leon Holtmeier <47162464+Superschnizel@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:14:57 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c686ba..8abfe18 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To define how the data will be saved in your notes you can define a template. Th You can generate an example template in the plugin settings. If no template is given, this default template is used. -# Regenerating notes +## Regenerating notes When trying to create a note for a movie that already exists you will be asked if you want to overwrite the existing note. If you want to keep something from the old note in the newly generated one you can make use of the delimiter string: