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