zachalmers / Anki_Tagger

Given a pdf lecture guide or folder of such files, this codebase will find and tag the best anki cards within a given deck.
16 stars 7 forks source link

Update tag_deck.py to account for tags with spaces in the name, and p… #2

Open soccerwithag opened 1 year ago

soccerwithag commented 1 year ago

Update tag_deck.py to account for tags with spaces in the name, and p…lace under hierarchical tag "Autotag"

My pdfs often have spaces in the names, which resulted in multiple orphan tags being made unless the spaces were replaced with another character. Here the spaces are replaced with "_". I also prepended "Autotag::" to place all the generated tags under a single header tag.