Skip to content
New issue

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

Simple way to add a streamer #11

Closed
Wikunia opened this issue Jul 7, 2020 · 2 comments · Fixed by #12
Closed

Simple way to add a streamer #11

Wikunia opened this issue Jul 7, 2020 · 2 comments · Fixed by #12
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Wikunia
Copy link
Contributor

Wikunia commented Jul 7, 2020

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 ?

@Wikunia
Copy link
Contributor Author

Wikunia commented Jul 9, 2020

So in the config.md we would have something like:

\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">

@TheCedarPrince
Copy link
Member

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.

@TheCedarPrince TheCedarPrince added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 9, 2020
@Wikunia Wikunia linked a pull request Jul 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants