Changes for page Element Messenger

Last modified by Thomas Coelho (local) on 2026/03/13 11:41

From version 18.3
edited by Thomas Coelho (local)
on 2026/03/06 13:37
Change comment: There is no comment for this version
To version 19.2
edited by Thomas Coelho (local)
on 2026/03/13 11:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,6 +31,10 @@
31 31  
32 32  For example: @itptest:itp.uni-frankfurt.de
33 33  
34 +== Our Server ==
35 +
36 +If you use something different then our Element-Web, you need to co
37 +
34 34  = Where to start =
35 35  
36 36  Starting is quite easy: Go to our Element-Web Client [[ITP Element-Web>>https://element.itp.uni-frankfurt.de]]
... ... @@ -86,6 +86,23 @@
86 86  
87 87  == Latex Formula Rendering ==
88 88  
89 -It's declared as experimental feature. In the Desktop App you can add a configuration file in JSON format.
93 +It's declared as experimental feature. In the Desktop App you can add a configuration file in JSON format.
90 90  
91 -
95 +{{code language="bash"}}
96 +cd ~/.config/Element
97 +{{/code}}
98 +
99 +Create a file "config.json" with the following content:
100 +
101 +{{code language="json"}}
102 +{
103 + "features": {
104 + "feature_latex_maths": true
105 + }
106 +}
107 +
108 +{{/code}}
109 +
110 +In the web client this is also enabled.
111 +
112 +You can render Latex with a surrounding $ or $$ for inline or block setting. See [[Documentation>>https://github.com/element-hq/element-web/blob/develop/docs/labs.md]]