You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tspandy="1.2em"x="25">List of countries and territories in English and Spanish:</tspan><tspandy="1.2em"x="25">name, continent, capital, dial code, country codes, TLD,</tspan><tspandy="1.2em"x="25">and area in sq km. Lista de países y territorios en</tspan><tspandy="1.2em"x="25">Inglés y Español: nombre, continente, capital,</tspan><tspandy="1.2em"x="25">código de teléfono, códigos de país,</tspan><tspandy="1.2em"x="25">dominio y área en km cuadrados. Updated 2023</tspan>
96
+
<tspandy="1.2em"x="25">List of countries and territories in English and Spanish: name,</tspan><tspandy="1.2em"x="25">continent, capital, dial code, country codes, TLD, and area in</tspan><tspandy="1.2em"x="25">sq km. Lista de países y territorios en Inglés y Español:</tspan><tspandy="1.2em"x="25">nombre, continente, capital,código de teléfono, códigos de</tspan><tspandy="1.2em"x="25">país, dominio y área en km cuadrados. Updated 2023</tspan>
<tspandy="1.2em"x="25">List of countries and territories in English and Spanish:</tspan><tspandy="1.2em"x="25">name, continent, capital, dial code, country codes, TLD,</tspan><tspandy="1.2em"x="25">and area in sq km. Lista de países y territorios en</tspan><tspandy="1.2em"x="25">Inglés y Español: nombre, continente, capital,</tspan><tspandy="1.2em"x="25">código de teléfono, códigos de país,</tspan><tspandy="1.2em"x="25">dominio y área en km cuadrados. Updated 2023</tspan>
196
+
<tspandy="1.2em"x="25">List of countries and territories in English and Spanish: name,</tspan><tspandy="1.2em"x="25">continent, capital, dial code, country codes, TLD, and area in</tspan><tspandy="1.2em"x="25">sq km. Lista de países y territorios en Inglés y Español:</tspan><tspandy="1.2em"x="25">nombre, continente, capital,código de teléfono, códigos de</tspan><tspandy="1.2em"x="25">país, dominio y área en km cuadrados. Updated 2023</tspan>
@@ -160,8 +163,8 @@ exports[`Test /api/pin contract > should match the public happy-path response sn
160
163
161
164
162
165
163
-
<textclass="description"x="25"y="-5">
164
-
<tspandy="1.2em"x="25">Help us take over the world with a deeply customizable</tspan><tspandy="1.2em"x="25">React, TypeScript and GraphQL chat app that has enough text</tspan><tspandy="1.2em"x="25">to wrap across multiple lines in the repository card.</tspan>
166
+
<textclass="description"x="25"y="-5">
167
+
<tspandy="1.2em"x="25">Help us take over the world with a deeply customizable</tspan><tspandy="1.2em"x="25">React, TypeScript and GraphQL chat app that has enough</tspan><tspandy="1.2em"x="25">text to wrap across multiple lines in the repository card.</tspan>
165
168
</text>
166
169
167
170
<gtransform="translate(30, 75)">
@@ -170,11 +173,11 @@ exports[`Test /api/pin contract > should match the public happy-path response sn
Copy file name to clipboardExpand all lines: docs/advanced_documentation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,7 @@ You can customize the appearance and behavior of the pinned repository card usin
323
323
| Name | Description | Type | Default value |
324
324
| --- | --- | --- | --- |
325
325
|`show_owner`| Shows the repo's owner name. | boolean |`false`|
326
+
|`browser_rendering`| Compute text wrapping of repository description natively in the browser, instead of computing it server-side. | boolean |`false`|
326
327
|`description_lines_count`| Manually set the number of lines for the description. Specified value will be clamped between 1 and 3. If this parameter is not specified, the number of lines will be automatically adjusted according to the actual length of the description. | number |`null`|
327
328
|`card_width`| Sets the card's width manually. | number |`400px (approx.)`|
328
329
|`show_icons`| Shows icons near all stats enabled via `show`. | boolean |`true`|
@@ -368,6 +369,7 @@ You can customize the appearance and behavior of the gist card using the [common
368
369
| Name | Description | Type | Default value |
369
370
| --- | --- | --- | --- |
370
371
|`show_owner`| Shows the gist's owner name. | boolean |`false`|
372
+
|`browser_rendering`| Compute text wrapping of gist description natively in the browser, instead of computing it server-side. | boolean |`false`|
Copy file name to clipboardExpand all lines: docs/fork.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Fork Information
2
2
3
-
This project is an actively maintained fork of [github-readme-stats](https://github.com/anuraghazra/github-readme-stats).
3
+
This project is an actively maintained fork and extension of [github-readme-stats](https://github.com/anuraghazra/github-readme-stats).
4
4
5
5
## Key Differences
6
6
@@ -25,6 +25,11 @@ The resolution of this most requested feature in github-readme-stats was [origin
25
25
26
26
GitHub-Stats-Extended proactively precomputes and caches cards. This solves the problem where [cards wouldn't load on the first try](https://github.com/anuraghazra/github-readme-stats/issues/2603). It also gives GitHub-Stats-Extended more time while generating cards in the background, which allows it to fetch more repo data:
27
27
28
+
### Customization of top languages card
29
+
GitHub-Stats-Extended allows you to display your top languages without any numbers via the `hide_values` parameter. And the `prog_bar_bg_color` parameter allows you to customize the background color of the progress bars, e.g. by setting it to white:
30
+
31
+

32
+
28
33
### Multi-page fetching for accurate star counts
29
34
GitHub-Stats-Extended fetches up to 1000 of your starred repositories to accurately compute your stars count. In github-readme-stats, this is limited to 100 repos because github-readme-stats doesn't have the above-mentioned performance improvements.
30
35
@@ -67,16 +72,12 @@ One of the valued maintainers [wrote](https://github.com/anuraghazra/github-read
67
72
>
68
73
> The volume is overwhelming for the small team, especially taking into account that right now I'm alone online and working only sometimes when I have a free hours, so it took some time to get to your PR.
69
74
70
-
So I decided to implement some of the highly requested features and make the enhanced project available to everyone.
71
-
72
-
## Upstream Sync Strategy
73
-
74
-
The maintainers of [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) keep their project up to date with dependency upgrades and do occasionally merge some pull requests. I regularly merge the latest upstream changes into this fork to keep it in sync with the upstream repo.
75
-
76
-
I also try to structure my own changes in a way that minimizes merge conflicts with the upstream repo. So some of my changes might even be merged back into [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) if the upstream maintainers are interested.
75
+
So I decided to implement some of the highly requested features and make the enhanced project available to everyone. Since the initial release of this fork I have been in contact with the maintainers of [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) and we decided to join forces. github-stats-extended is now in the process of becoming the successor of github-readme-stats.
77
76
78
77
## Compatibility Notes
79
78
79
+
If there should be any changes in github-readme-stats in the future, they will be synced into this fork.
80
+
80
81
GitHub-Stats-Extended aims to be fully compatible with [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). Generally, additional functionality introduced in this fork has to be explicitly enabled via some parameter.
81
82
82
83
So you can change an existing stats card url from [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) to GitHub-Stats-Extended simply by changing the domain from `github-readme-stats.vercel.app` to `github-stats-extended.vercel.app`. The card will look the same.
0 commit comments