mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: add "pk;cfg show color" info to website
This commit is contained in:
parent
21ec6ce022
commit
bb0f27a70d
3 changed files with 12 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ a more complete list of code changes can be found [in the git repo](https://gith
|
|||
### new/updated
|
||||
- **new "ComponentsV2" format for system/member/group cards and help menu** (use -show-embed or -se flag to get the old view)
|
||||
- [we have written a blog post giving some context behind this change](/posts/2025-09-08-components-v2/) - please read this also!
|
||||
- a config option to toggle showing color codes on the new cards was also added as `pk;config show color`
|
||||
- color codes are now hidden by default on cards, and a config option to show them again was added: `pk;config show color on`
|
||||
- **new status page at <https://status.pluralkit.me>**
|
||||
- replies to commands can now be deleted forever (previously 24h)
|
||||
- logclean support for [Zeppelin](https://zeppelin.gg/) bot
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
|
|||
- `pk;config split IDs [on|off]` - Toggles whether to display 6-letter IDs with a hyphen, to ease readability.
|
||||
- `pk;config capitalize IDs [on|off]` - Toggles whether to display IDs as capital letters, to ease readability.
|
||||
- `pk;config pad IDs [left|right|off]` - Toggles whether to pad (add a space) 5-character IDs in lists.
|
||||
- `pk;config show color [on|off]` - Toggles whether to show color codes in system/member/group cards
|
||||
- `pk;config proxy switch [new|add|off]` - Toggles whether to log a switch whenever you proxy as a different member (or add member to recent switch in add mode).
|
||||
- `pk;config name format [format]` - Changes your system's username formatting.
|
||||
- `pk;config server name format [format]` - Changes your system's username formatting for the current server.
|
||||
|
|
|
|||
|
|
@ -61,6 +61,16 @@ the entire card, which can be split however we like. this means that once the
|
|||
old embed-based cards are removed, we will be able to raise the description
|
||||
character limit!
|
||||
|
||||
### where'd the color codes go?
|
||||
|
||||
one of the design choices we made for the new system/member/group cards was
|
||||
to hide the hex color codes by default - this has been a near-constantly
|
||||
requested feature, and the Components V2 rework gave us a good opportunity
|
||||
to implement it.
|
||||
|
||||
we added a configuration toggle for this - if you *do* want to see the hex
|
||||
codes for colors, you can use `pk;config show color on` to re-enable them.
|
||||
|
||||
### other small improvements
|
||||
|
||||
- Components V2 allows us to use real code blocks in the card footers for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue