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