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
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user