From 9ccf0c965017c95bfd0ff6886692e4aad5358d47 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Wed, 10 Jul 2024 23:21:18 -0400 Subject: [PATCH] Welcome note can b in any folder as long as it has the blog tag --- joplinexport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplinexport b/joplinexport index 7e96208..212e36e 100755 --- a/joplinexport +++ b/joplinexport @@ -281,7 +281,7 @@ class JoplinExporter: folders: List[Folder] = list for note_list in self.notes.values(): for note in note_list: - if note.folder.title == "Welcome": + if note.title == "Welcome": introduction = note continue note_item = [note]