aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_card_hover_links.py
Commit message (Collapse)AuthorAgeFilesLines
* use absolute image path when invoking generate_card_hover_links.pyFlorian Fischer2022-01-041-4/+8
|
* improve scriptsFlorian Fischer2022-01-041-10/+15
| | | | | | | | * move more generic code handling data to data.py * fix markdown generation in generate_deck.py * make gen_hoverable_link more flexible by introducing callbacks to generate the relevant link components. * fix the link targets for hoverable links in the generated card markdown
* generalize hover link creation and use them in card listingsFlorian Fischer2022-01-031-6/+29
|
* scripts: improve code qualityFlorian Fischer2021-12-121-4/+1
|
* [generatecard_hover_links] fix popups not beeing in the viewportFlorian Fischer2021-12-101-2/+23
|
* hover links: don't be pseudo fancyFlorian Fischer2021-12-081-1/+1
| | | | TODO: be really fancy and position the popup properly
* html: add script generating hoverable card links with image previewsFlorian Fischer2021-12-081-0/+78