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
|`commits_authoring` <sup>⏭️</sup> |`array`*(comma-seperated)***[*→ User login*]**| List of surnames or email addresses you use when authoring commits |
39
40
40
41
41
42
Legend for option icons:
42
-
*🔐 Value should be stored in repository secrets
43
-
* ✨ New feature currently in testing on `master`/`main`
43
+
*⏭️ Value be inherited by its related plugin-level option
|`setup_community_templates`|`array`*(comma-separated,/(?<user>[-a-z0-9]+)[/](?<repo>[-a-z0-9]+)@(?<branch>[-a-z0-9]+):(?<template>[-a-z0-9]+)/)***[]**| Additional community templates to setup |
23
+
|`setup_community_templates`<sup>🧰</sup> |`array`*(comma-separated)***[]**| Additional community templates to setup |
24
24
|`template`|`string`**[classic]**| Template to use |
Copy file name to clipboardexpand all lines: source/plugins/languages/README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -52,22 +52,21 @@ For better results, it's advised to add either your surnames and eventually no-r
52
52
|`plugin_languages_ignored`|`array`*(comma-separated)***[]**| Languages to ignore |
53
53
|`plugin_languages_skipped`|`array`*(comma-separated)***[]**| Repositories to skip |
54
54
|`plugin_languages_limit`|`number`**[8]***{0 ≤ 𝑥 ≤ 8}*| Maximum number of languages to display |
55
-
|`plugin_languages_sections`|`array`*(comma-separated)***[most-used]***{"most-used", "recently-used"}*| Sections to display |
56
-
|`plugin_languages_colors`|`array`*(comma-separated,/((?<index>[0-9])|(?<language>[-+a-z0-9#]+)):(?<color>#?[-a-z0-9]+)/)***[github]**| Custom languages colors |
55
+
|`plugin_languages_sections`<sup>🧰</sup> |`array`*(comma-separated)***[most-used]***{"most-used", "recently-used"}*| Sections to display |
56
+
|`plugin_languages_colors`|`array`*(comma-separated)***[github]**| Custom languages colors |
57
57
|`plugin_languages_aliases`|`string`**[]**| Custom languages names |
|`plugin_languages_indepth`|`boolean`**[false]**| Indepth languages processing (see documentation before enabling) |
61
-
|`plugin_languages_analysis_timeout`|`number`**[15]***{1 ≤ 𝑥 ≤ 30}*| Languages analysis timeout |
60
+
|`plugin_languages_indepth`<sup>🧰</sup> |`boolean`**[false]**| Indepth languages processing (see documentation before enabling) |
61
+
|`plugin_languages_analysis_timeout`<sup>🧰</sup> |`number`**[15]***{1 ≤ 𝑥 ≤ 30}*| Languages analysis timeout |
62
62
|`plugin_languages_categories`|`array`*(comma-separated)***[markup, programming]***{"data", "markup", "programming", "prose"}*| Language categories to display |
63
63
|`plugin_languages_recent_categories`|`array`*(comma-separated)***[markup, programming]***{"data", "markup", "programming", "prose"}*| Language categories to display (for recently used section) |
64
64
|`plugin_languages_recent_load`|`number`**[300]***{100 ≤ 𝑥 ≤ 1000}*| Number of events to load (for recently used section) |
65
65
|`plugin_languages_recent_days`|`number`**[14]***{0 ≤ 𝑥 ≤ 365}*| Maximum event age (for recently used section) |
66
66
67
67
68
68
Legend for option icons:
69
-
* 🔐 Value should be stored in repository secrets
70
-
* ✨ New feature currently in testing on `master`/`main`
69
+
* 🧰 Must be enabled in `settings.json` (for web instances)
0 commit comments