We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm thinking about creating a command like:
\streamer
which takes 4 inputs maybe:
\streamer{twitch_name}{Name}{path_to_streamer_logo}{description}
this then creates something like:
https://www.w3schools.com/howto/howto_css_cards.asp
(I have to sense for styling 😄 )
with a twitch badge as described in #6
Thoughts @TheCedarPrince ?
The text was updated successfully, but these errors were encountered:
So in the config.md we would have something like:
config.md
\newcommand{\streamer}[4]{@@card @@avatar #3 @@ @@content @@badge shields stuff with #1 @@ @@name #2 @@ # 4@@ @@}
I probably messed something up but you hopefully get the idea. @@card will i.e. create <div class="card">
@@card
<div class="card">
Sorry, something went wrong.
I really like the idea! Not entirely sure how to implement it. Would you be willing to start a PR on the idea? @Wikunia?
We could just go with the shields from #6 for now.
Wikunia
Successfully merging a pull request may close this issue.
I'm thinking about creating a command like:
which takes 4 inputs maybe:
this then creates something like:
https://www.w3schools.com/howto/howto_css_cards.asp
(I have to sense for styling 😄 )
with a twitch badge as described in #6
Thoughts @TheCedarPrince ?
The text was updated successfully, but these errors were encountered: