Open Suke0811 opened 1 year ago
Hi @Suke0811
Thank You for your kind words. I added support for target="_blank"
in the cards, and published it to https://pypi.org/project/neoteroi-mkdocs/1.0.3/
You have two options to use it:
You can enable it globally, editing your mkdocs.yml
file to use this setting:
- neoteroi.cards:
blank_target: true
in a specific instance of cards
, you can use the option:
-::cards::
+::cards:: blank_target=true
* title: Zeus
content: Lorem ipsum dolor sit amet.
url: https://en.wikipedia.org/wiki/Zeus
::/cards::
Please upgrade using pip install -U neoteroi-mkdocs
.
Reopening because this must be documented.
Hi, thank you for your awesome work! This plugin makes mkdoc website beautiful.
I see no option for opening the URL link in a new tab, but is there any workaround to force the card item URL links to have target="_blank"?