athul / waka-readme

Wakatime Weekly Metrics on your Profile Readme.

Home Page:https://github.com/athul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add anchor link

azizramdan opened this issue · comments

Can you add anchor link to graph? so when graph clicked it will open https://wakatime.com/@username

@joe733 yes like that

Few things...

  • This was done using HTML <a href=''><pre></pre></a> tags because multi-line markdown code ``` syntax does not support links.
  • The user of WakaTime me need to have a username. Ironically I created one, just after I saw this issue.
  • Alternative to this will be to have links on the headline itself. Gives flexibility to the user and reduces code complexity.

I think the 3rd point is compelling, what do you think about having links in the headline?

📊 My weekly development breakdown

1st point is worked but I don't like link's style, so I use 3rd point. Thanks