Add todo
This commit is contained in:
parent
41a32accfd
commit
9641173758
@ -19,6 +19,7 @@ with open("./db_explorer/en.json") as f:
|
||||
def filter_vtt(text):
|
||||
compendium_re = re.compile(r"@Compendium\[([^\]]+)\]\{([^\}]+)\}")
|
||||
def compendium_return(m):
|
||||
# TODO: Actually add links
|
||||
return f"<a>{m.group(2)}</a>"
|
||||
macro_re = re.compile(r"\[\[\/\S?r\s(?:(?P<sdice>[^\{\] ]+)[^\{\]]*|(?:\{(?P<ldice>[^\}]+)\}\[[^\]]+\])?)\]\](?:\{(?P<alt>[^\}]+)\})?")
|
||||
def macro_return(m):
|
||||
|
Loading…
Reference in New Issue
Block a user