twitter-bootstrapgithubgithub-flavored-markdown

Is there a way to show a progressbar on Github Wiki?


I want to show the progress of the current iteration of my project on Github Wiki. However I couldn't find a way to do this.

I am looking for something similar to the Bootstrap progress bars without any interaction. Is there a simple way to do this?


Solution

  • Use this link as an image:

    https://progress-bar.xyz/<thepercentage>

    Example: ![50%](https://progress-bar.xyz/50) 50%

    If you want to add a title like shields.io:

    https://progress-bar.xyz/<thepercentage>?title=<title> Example

    More documentation can be found here.

    UPDATE: The domain for progress-bar.dev expired. I have changed this answer to use progress-bar.xyz, which is a fork of it, but that could go down too of course. I would recommend if you do want to use something like this, host it on your own infrastructure if at all possible so you aren't relying on others to keep it up. Or even prerender the bar as base64 if you don't need to update it very frequently.