sancarn / awesome-vba

A curated list of awesome VBA/VB6 frameworks, libraries, software and resources
Other
290 stars 32 forks source link

Tooltips on icons #1

Closed cristianbuse closed 2 years ago

cristianbuse commented 2 years ago

I think it's quite cool you are building a list like this and BTW thanks for linking to one of my repositories.

I think it would be useful to have tooltips on top of the icons so that new visitors don't have to scroll up and see the meaning of icons in case they don't want to remember them.

For example instead of: 👑 you could use this: [👑](# "Compatible on all platforms") which looks like this: 👑

I think here it actually shows up as a link but in the main Readme.md it does not.

sancarn commented 2 years ago

My word! Didn't know you could make tooltips at all! It will make the document a little bit of a mess but I think it's probably worth it.

cristianbuse commented 2 years ago

You could use IDs like this:

[id1]: # "Compatible on all platforms"
[👑][id1]
[👑][id1]
[👑][id1]

👑 👑 👑

And that would keep the document relatively clean

sancarn commented 2 years ago

You could use IDs like this:

[id1]: # "Compatible on all platforms"
[👑][id1]
[👑][id1]
[👑][id1]

👑 👑 👑

And that would keep the document relatively clean

Oh damn! Lol, yes that would definitely be advantageous... Will make that change 😊