Conversation
Contributor
liya-oz
commented
Sep 5, 2024
- Deleted old links:(https://shubhamrath.dev/lterm/) and (https://github.com/HackYourFutureBelgium/replicate-this-from-command-line)
- Added similar interactive online sources
- Deleted old links:(https://shubhamrath.dev/lterm/) and (https://github.com/HackYourFutureBelgium/replicate-this-from-command-line) instead - Added similar interactive online sources - Moved the Terminus game to the "Games" chapter and added a new link: [Terminal Temple: an interactive online terminal simulator](https://www.terminaltemple.com) to the "Extra reading" -Corrected some words to use title case. - Added a responsive YouTube video link using Markdown with embedded HTML. The previous template tag or shortcode syntax was lost after forking.
- Deleted old links:(https://shubhamrath.dev/lterm/) and (https://github.com/HackYourFutureBelgium/replicate-this-from-command-line) - Added similar interactive online sources
stasel
reviewed
Sep 9, 2024
| Follow along with the following video (the video is for the MacOS terminal, so if you are on windows you can use your Git Bash and run the same commands): | ||
|
|
||
| {% hyf-youtube src="https://www.youtube.com/watch?v=5XgBd6rjuDQ" %} | ||
| {% hyf-youtube src=“https://www.youtube.com/watch?v=5XgBd6rjuDQ” %} |
Member
There was a problem hiding this comment.
Can you revert it back to the regular quotes? From my experience, using a different type of symbol can mess up things
Contributor
Author
There was a problem hiding this comment.
Sure @stasel , I can revert to regular quotes, but this will open a smaller YouTube player, which isn’t as as nice-looking. The current quote was part of the original code and is used in the HYF book, displaying a full-width video player. This repository uses this style of quotes for YouTube videos throughout.
If you prefer, I can change to regular quotes.
or
it is possible to use Markdown with embedded HTML for a responsive video link:
<div style="width: 100%; max-width: 100vw;">
<a href="https://www.youtube.com/watch?v=5XgBd6rjuDQ" target="_blank">
<img src="https://img.youtube.com/vi/5XgBd6rjuDQ/0.jpg" alt="Video Terminal Basics for Beginners" style="width: 100%; height: auto;"/>
</a>
</div>or we can leave it as it is.
Whatever you prefer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.