offa / android-foss

A list of Free and Open Source Software (FOSS) for Android – saving Freedom and Privacy.
https://offa.github.io/android-foss/
GNU General Public License v3.0
6.17k stars 272 forks source link

Replacing links to github repos with #442

Open Depact opened 2 months ago

Depact commented 2 months ago

Point of this PR is to make it easier to get basic idea about repos without need to opening them.

This PR changes links to github repos to procedural repos cards using GitHub Readme Stats project

Check my repo in order to see how to looks. I made those cards clickable

Used VS Code regex functionality to perform those changes

^(.* \[\*\*([a-zA-Z0-9 -]*)\*\*\]\((https://github.com/([a-zA-Z0-9 -]*)/([a-zA-Z0-9 -]*))\)(.*))$

* $6\n[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=$4\&repo=$5&cache_seconds=86400&heme=vision-friendly-dark)]($3)
\* \n
*

Project with cards have different themes.
https://github.com/anuraghazra/github-readme-stats?tab=readme-ov-file#themes

Depact commented 2 months ago

Okay, I need help with figuring out what's wrong with markdownlint

offa commented 2 months ago

Thanks for your submission.

There are some drawbacks of this design:

Depact commented 2 months ago

@offa but with this approach it's way easier to use it.

offa commented 2 months ago

I'm just not so sure about that.