Welcome note can b in any folder as long as it has the blog tag
This commit is contained in:
parent
64858b919e
commit
9ccf0c9650
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user