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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Bullet and sub-bullet lists are treated as single paragraphs in Joplin. Settings
12
12
13
13
Any Joplin tags in the source notes will be combined as Joplin tags in the extracted note. Selected notes are not changed at all.
14
14
15
-
**Extracted notes can be refreshed from the source notes** if the setting to add extraction metadata is on. This will allow an extracted note to update if any of the source notes change. (NOTE: only one extracted note can be refrehed at a time).
15
+
**Extracted notes can be refreshed from the source notes** if the setting to add extraction metadata is on. This will allow an extracted note to update if any of the source notes change. (NOTE: only one extracted note can be refrehed at a time. Also, if you use the rich text editor, you **must have the rich text metadata selection in settings turned on** so that the data isn't deleted if editing the extracted note).
16
16
17
17
## Installation
18
18
@@ -59,6 +59,7 @@ Go to `Tools > Options > Paragraph Extractor`
59
59
-`Remove extracted paragraph keyword and add end tag`: Any tagged/hashtagged keyword will be removed from the paragraph and an endtag will be added in the new extraction note. Removal assumes the keyword has a hashtag prefix character - otherwise the setting is ignored. The end tag is always appended when this is selected. Default `false`
60
60
-`Append extracted note refresh metadata`: When paragraphs are extracted from one or many notes, the details of the plugin's settings and source note list will be appended as metadata in the form of a comment. This can be used to refresh an extracted note if the source note or notes change. Default `false`
61
61
-`Append extracted note refresh metadata`: When paragraphs are extracted from one or many notes, the details of the plugin's settings and source note list will be appended as metadata in the form of a comment (unless the rich text compatibility option is selected which will make the metadata visible). This can be used to refresh an extracted note if the source note or notes change. Default `false`
62
+
-`Enable rich text editor compatibility for refresh metadata`: If the rich text editor is used with note refresh - this must be enabled so that the appended refresh metadata isn't deleted when a refreshed note is edited within the rich editor. This does not need to be enabled if using only the markdown editor. Default `true`
62
63
-`Title of the combined note`: New title of the combined note. Default `Extracted paragraphs`.
63
64
-`Custom note title`: New note title with possible variables `{{FIRSTTITLE}}`, `{{LASTTITLE}}`, `{{ALLTITLE}}` and `{{DATE}}`.
Copy file name to clipboardExpand all lines: src/locales/de_DE.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
"settings.replaceKeywordwithTagDescription": "Entfernt mit Tags versehene Schlüsselwörter (wird ignoriert, wenn kein Tag-Präfix vorhanden ist) aus dem extrahierten Absatz und fügt sie als Hashtag am Ende der kombinierten Notiz hinzu.",
"settings.refreshMetaDataDescription": "Extrahierte Notizeinstellungen und Notizliste zum Aktualisieren am Ende der Notiz hinzufügen",
6
+
"settings.richtextMetaData": "Aktivieren Sie die Rich-Text-Editor-Kompatibilität zum Aktualisieren von Metadaten",
7
+
"settings.richtextMetaDataDescription": "Verhindern Sie, dass Aktualisierungsmetadaten automatisch vom Rich-Text-Editor gelöscht werden",
6
8
"settings.extractAtBulletLevel": "Extrahieren Sie Inhalte auf der Ebene der Aufzählungslistenelemente",
7
9
"settings.extractAtBulletLevelDescription": "Extrahiert nur die Aufzählungszeile mit dem Schlüsselwort und nicht die vollständige Aufzählungsliste des Absatzes.",
8
10
"settings.ignoreCase": "Ignorieren Sie die Groß-/Kleinschreibung des Schlüsselworts",
Copy file name to clipboardExpand all lines: src/locales/en_US.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
"settings.replaceKeywordwithTagDescription": "Removes keywords with tagged prefix (ignored if no prefix character) from the extracted paragraph and adds it as a hashtag at the combined note end.",
0 commit comments