5
36
Fork
You've already forked AAA
2

Clickable images #23

Closed
opened 2022年06月18日 06:40:30 +02:00 by rahulduhan · 16 comments
rahulduhan commented 2022年06月18日 06:40:30 +02:00 (Migrated from github.com)
Copy link

Boomers love to click on images.
At least the thanks section images could link to their respective webpages

Boomers love to click on images. At least the thanks section images could link to their respective webpages
Psyhackological commented 2022年06月18日 20:42:06 +02:00 (Migrated from github.com)
Copy link

Sure.
But to be honest I hate HTML in that sense.
a > img, right?

Sure. But to be honest I hate HTML in that sense. a > img, right?
rahulduhan commented 2022年06月19日 09:17:14 +02:00 (Migrated from github.com)
Copy link

Markdown is shit

click me

Markdown is shit [![click me](https://paulgo.io/image_proxy?url=https%3A%2F%2Fpre00.deviantart.net%2F6fb2%2Fth%2Fpre%2Fi%2F2016%2F006%2F6%2F9%2Frick_and_morty___chibi_rick_by_shittychan-d9mthd4.png&h=91efeb115e02c803530be4190c2d82f3249144f81d86d6c3b3291ecb7e6aae27)](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
Psyhackological commented 2022年06月19日 18:47:18 +02:00 (Migrated from github.com)
Copy link

If you can do a resized image's height to 64 with link to it by only using MarkDown I will gladly learn this.

If you can do a resized image's height to 64 with link to it by only using MarkDown I will gladly learn this.
Psyhackological commented 2022年06月19日 18:47:38 +02:00 (Migrated from github.com)
Copy link

However you can write some example markdown or unfortunately HTML to your proposal.

However you can write some example markdown or unfortunately HTML to your proposal.
rahulduhan commented 2022年06月19日 21:20:00 +02:00 (Migrated from github.com)
Copy link

Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme.

I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app.

Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme. I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app.
rahulduhan commented 2022年06月19日 21:30:49 +02:00 (Migrated from github.com)
Copy link

Click me

 <a href="https://www.youtube.com/watch?v=LLFhKaqnWwk">
 <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg">
 </a>
<a href="https://www.youtube.com/watch?v=LLFhKaqnWwk"><img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"></a> ``` html <a href="https://www.youtube.com/watch?v=LLFhKaqnWwk"> <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"> </a> ```
rahulduhan commented 2022年06月19日 21:34:30 +02:00 (Migrated from github.com)
Copy link

Sadly, HTML seems to be the only option. There are some options to make markdown resize the image, but those don't work on GitHub's version of Markdown!

Sadly, HTML seems to be the only option. There are some options to make markdown resize the image, but those don't work on GitHub's version of Markdown!
Psyhackological commented 2022年06月19日 21:52:05 +02:00 (Migrated from github.com)
Copy link

Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme.

Yeah I know that, I love this feeling when I'm editing offline in my own editor, then I push something to GitHub and it is all messed up.

I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app.

How does it going to help?

> Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme. Yeah I know that, I love this feeling when I'm editing offline in my own editor, then I push something to GitHub and it is all messed up. > I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app. How does it going to help?
Psyhackological commented 2022年06月19日 21:54:25 +02:00 (Migrated from github.com)
Copy link
Click me

Yeah sure, however maybe to be sure to delete blue overlay around an image maybe add style="text-decoration:none;"? I don't know if it is needed, but that is just my rule.

<a style="text-decoration:none;" href="https://www.youtube.com/watch?v=LLFhKaqnWwk">
 <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg">
</a>
> <a href="https://www.youtube.com/watch?v=LLFhKaqnWwk"> > <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"> > </a> Yeah sure, however maybe to be sure to delete blue overlay around an image maybe add `style="text-decoration:none;"`? I don't know if it is needed, but that is just my rule. ```html <a style="text-decoration:none;" href="https://www.youtube.com/watch?v=LLFhKaqnWwk"> <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"> </a> ```
Psyhackological commented 2022年06月19日 21:55:09 +02:00 (Migrated from github.com)
Copy link

Sadly, HTML seems to be the only option. There are some options to make markdown resize the image, but those don't work on GitHub's version of Markdown!

Yeah I know that. The only option on GitHub is resize beforehand manually sadly.

> Sadly, HTML seems to be the only option. There are some options to make markdown resize the image, but those don't work on GitHub's version of Markdown! Yeah I know that. The only option on GitHub is resize beforehand manually sadly.
rahulduhan commented 2022年06月19日 22:08:09 +02:00 (Migrated from github.com)
Copy link

Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme.

Yeah I know that, I love this feeling when I'm editing offline in my own editor, then I push something to GitHub and it is all messed up.

I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app.

How does it going to help?

GitHub will have option for org mode as README just like GitLab

> > Markdown is a piece of shit, there is no standardization in this shitty thing. Everyone has their own markdown scheme. > > Yeah I know that, I love this feeling when I'm editing offline in my own editor, then I push something to GitHub and it is all messed up. > > > I am gonna learn emcas org. I am done with obsidian and their different form of Markdown, which works only in their own app. > > How does it going to help? GitHub will have option for org mode as README just like GitLab
rahulduhan commented 2022年06月19日 22:11:25 +02:00 (Migrated from github.com)
Copy link

No diff, I guess

Yours

Click me

Mine

Click me
## No diff, I guess ### Yours <a style="text-decoration:none;" href="https://www.youtube.com/watch?v=LLFhKaqnWwk"> <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"> </a> ### Mine <a href="https://www.youtube.com/watch?v=LLFhKaqnWwk"> <img alt="Click me" height="64" src="https://i.ytimg.com/vi/LLFhKaqnWwk/maxresdefault.jpg"> </a>
Psyhackological commented 2022年06月19日 22:13:35 +02:00 (Migrated from github.com)
Copy link

Well check out my GitHub profile and markdown about me, then hover over any image. I don't know how to rid off it.

Well check out my GitHub profile and markdown [about me](https://github.com/Psyhackological), then hover over any image. I don't know how to rid off it.
Psyhackological commented 2022年06月19日 22:16:36 +02:00 (Migrated from github.com)
Copy link

GitHub will have option for org mode as README just like GitLab

Could you remind me what org mode was? How could I benefit from it?

> GitHub will have option for org mode as README just like GitLab Could you remind me what org mode was? How could I benefit from it?
rahulduhan commented 2022年06月20日 06:34:00 +02:00 (Migrated from github.com)
Copy link

Read about org mode here.
Benefit - Standardized
Some examples - https://github.com/novoid/github-orgmode-tests

Read about org mode [here](https://orgmode.org/). Benefit - Standardized Some examples - https://github.com/novoid/github-orgmode-tests
rahulduhan commented 2022年06月21日 12:41:02 +02:00 (Migrated from github.com)
Copy link

So, HTML is the way to go for now until org is fully supported on github.

So, HTML is the way to go for now until org is fully supported on github.
Sign in to join this conversation.
No Branch/Tag specified
main
240v2
240
230
220
210
200
190
180
170
160
150
140
130
120
110
100
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Psyhackological/AAA#23
Reference in a new issue
Psyhackological/AAA
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?