Welcome note can b in any folder as long as it has the blog tag

This commit is contained in:
Yuriy 2024-07-10 23:21:18 -04:00
parent 64858b919e
commit 9ccf0c9650

View File

@ -281,7 +281,7 @@ class JoplinExporter:
folders: List[Folder] = list folders: List[Folder] = list
for note_list in self.notes.values(): for note_list in self.notes.values():
for note in note_list: for note in note_list:
if note.folder.title == "Welcome": if note.title == "Welcome":
introduction = note introduction = note
continue continue
note_item = [note] note_item = [note]