-
Notifications
You must be signed in to change notification settings - Fork 0
UI Tweaks
mathisono edited this page Jun 8, 2026
·
4 revisions
The UI support light and dark modes automatically.
By default, user posted messages are shown to the right, while other messages are shown to the left. See below:
However some user prefer all messages to be on the left. Such as:
To enable this edit the crow.conf.override file (see Advanced Configuration) and add the following as a top-level key:
"ui": {
"message": {
"align": "left"
}
}
Crow accepts channel ID/Keys as either base64 or hex encoded strings but by default displays them as base64 encoded. If you want to see hex encodings instead (useful for sharing keys with MeshCore users) you can add this top-level key:
"ui": {
"key": {
"format": "hex"
}
}
- Home
- Change Log
- Configuration
- Configuring Channels
- Backend Selection and Test Deployment
- Command Reference
- APRS Bridge
- LoRa Gateway Tags
- Meshtastic API Backend
- Memory Use
- Strict Gatekeeper
- Winlink
- USB Storage
APRS.mdBackend-Selection-and-Deployment.mdChange-Log.mdCommand-Reference.mdConfiguration.mdConfiguring-Channels.mdHome.mdLoRa-Gateway-Tags.mdMeshtastic-API.mdMemory-Use.mdStrict-Gatekeeper.mdUSB-Storage.mdWinlink.md_Sidebar.md
- Keep every
.mdwiki page linked here. - Keep
Home.mdand_Sidebar.mdin sync. - When a wiki page is removed, remove it from both the Home page inventory and this sidebar.