Skip to content

UI Tweaks

Tim Wilkinson edited this page Apr 1, 2026 · 4 revisions

Dark Mode

The UI support light and dark modes automatically.

Left and Right Messages

By default, user posted messages are shown to the right, while other messages are shown to the left. See below:

Left Right

However some user prefer all messages to be on the left. Such as:

Left Left

To enable this edit the raven.conf.override file (see Advanced Configuration) and add the following as a top-level key:

"ui": {
  "message": {
    "align": "left"
  }
}

Channel ID/Key Format

Raven 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"
  }
}

Crow Wiki

Pages

Markdown files

  • APRS.md
  • Backend-Selection-and-Deployment.md
  • Change-Log.md
  • Command-Reference.md
  • Configuration.md
  • Configuring-Channels.md
  • Home.md
  • LoRa-Gateway-Tags.md
  • Meshtastic-API.md
  • Memory-Use.md
  • Strict-Gatekeeper.md
  • USB-Storage.md
  • Winlink.md
  • _Sidebar.md

Maintenance

  • Keep every .md wiki page linked here.
  • Keep Home.md and _Sidebar.md in sync.
  • When a wiki page is removed, remove it from both the Home page inventory and this sidebar.

Clone this wiki locally