Skip to content

UI Tweaks

Tim Wilkinson edited this page Mar 26, 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"
  }
}

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