Zettelkasten-Method / zkviz

Zettel Network Visualizer
MIT License
109 stars 19 forks source link

Make it possible use alternate link patterns #11

Open achabotl opened 5 years ago

achabotl commented 5 years ago

On the forums, Magnus asked for links of the form §201906202320. The pattern PAT_LINK = re.compile(r'\§(\d+)') could work.

Accepting wiki links would also be nice.

blay commented 5 years ago

Would capturing '\@(\d+)' be a way of visualizing relationships to tags? An experimental generic regex argument would be best (use at your own risk, I suppose)