From 867724c1d04af4de269c4d811a569e9feabfc2a2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 30 Jan 2024 15:35:49 +0200 Subject: [PATCH] matrix/Element/README.md: fix formatting --- matrix/Element/README.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/matrix/Element/README.md b/matrix/Element/README.md index 8d4a4c3..26408d8 100644 --- a/matrix/Element/README.md +++ b/matrix/Element/README.md @@ -1,17 +1,32 @@ -Element config.json +# Element config.json -Initially copied from https://develop.element.io/config.json, but modified. +Initially copied from https://develop.element.io/config.json, but it has +evolved. -Placement: + + -Flatpak: `~/.var/app/im.riot.Riot/config/Riot/config.json` + + -- or `~/.var/app/im.riot.Riot/config/Element-PROFILENAMEHERE/config.json` -- Linux: `~/.config/Element/config.json` or `~/.config/Element-PROFILENAMEHERE/config.json` - - failing that it appears to read `~/.config/Riot/*` should that exist. -- Windows: `%APPDATA%\Element\config.json` +- [Placement](#placement) +- [Labs features for config.json](#labs-features-for-configjson) -Labs features: + + + + + +## Placement + +- Flatpak: `~/.var/app/im.riot.Riot/config/Riot/config.json` + or `~/.var/app/im.riot.Riot/config/Element-PROFILENAMEHERE/config.json` +- Linux outside of flatpak: `~/.config/Element/config.json` or `~/.config/Element-PROFILENAMEHERE/config.json` + - failing that it appears to also read `~/.config/Riot/*` should that exist. +- Windows: `%APPDATA%\Element\config.json` or youcan figure out the profile + name if you use Windows. + +## Labs features for config.json - https://github.com/vector-im/element-web/blob/develop/docs/labs.md - https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx