The preview now generates clickable links

This commit is contained in:
Veronica K. B. Olsen
2019-10-31 21:45:00 +01:00
parent 8eba853f9e
commit c20d5fcc39
3 changed files with 115 additions and 9 deletions
+7
View File
@@ -341,6 +341,13 @@ class NWIndex():
return theRefs
def getTagSource(self, theTag):
if theTag in self.tagIndex:
theRef = self.tagIndex[theTag]
if len(theRef) == 3:
return theRef[1], theRef[0]
return None, 0
def buildTagNovelMap(self, theTags, theFilters=None):
tagMap = {}