Skip to content
Snippets Groups Projects
formatting.en.md 3.47 KiB
Newer Older
  • Learn to ignore specific revisions
  • Marvin Dropp's avatar
    Marvin Dropp committed
    ---
    title: "Format messages"
    date: 2020-07-15T18:05:37+02:00
    draft: false
    chapter: true
    weight: 30
    ---
    
    ## Write and read messages
    
    
    Messages are sent with the **Enter key**. Press Shift + Enter for a line break.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    ![Explanation of the symbols in the text input line](/images/01_Textformatting_en.png)
    
    
    **files** (also images) up to a size of 10MB are possible to send. Select the paper clip for this purpose. The sidebar with the document symbol shows the files within a room. Larger files are shared via the [cloudstore of h_da](https://cloud.h-da.de) and a share link.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    
    Matrix Element allows message text formatted in the markup language [**MarkDown**](https://de.wikipedia.org/wiki/Markdown).  Here are some examples:
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    | result | to type |
    |:------------------------------------------------------------------------------- |:-------------------------------------------------------------------------------------:|
    | **Bold**                                                                        | ```**Bold**```                                                                        |
    | *Italic*                                                                        | ```_Italic_```                                                                        |
    | \| quote                                                                        | ```> quote```                                                                         |
    | **Heading 1**                                                                   | ```# Heading 1```                                                                     |
    | Heading 2                                                                       | ```## Heading 2```                                                                    |
    
    | [Matrix Help](https://its.h-da.io/element-docs/en/)                                | ```[Matrix Help](https://its.h-da.io/element-docs/en/)```                                |
    | ![h-da Logo](/images/logo2.png) | ```![h-da Logo](/images/logo2.png)``` |
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    | list entries                                                                    | ```* list entry```<br/>```* list entry```<br/>```* list entry```<br/>                 |
    | numbered lists                                                                  | ```1. numbered list```<br/>```2. numbered list```<br/>```3. numbered list```<br/>     |
    
    
    The current [MarkDown specification is here](https://spec.commonmark.org/current/).
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    
    LaTeX formula input is supported as well.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    
    **Hashtags** are used to make terms easier to find in the search.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    
    **Smileys** are used with a starting colon ":"
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    ![Opened Emoji menu](/images/14_Direktnachricht14.webp)
    
    
    If there are more unread messages in a room than the screen can display, clicking on the icon to the right of the central content with a triangle pointing up and a dot pointing up will jump to the oldest unread message.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    ![Mark the jump to the last unread message button](/images/18_Sprung_hoch.webp)
    
    Similarly, to jump to the latest timestamp of a conversation click on the triangle at the bottom of a circle on the right edge of the central content page.
    
    Marvin Dropp's avatar
    Marvin Dropp committed
    
    ![Marking of the button jumping to the newest message](/images/18_Sprung_nach_unten.webp)
    
    A theme-based presentation (also called "threading") that is similarly good as [Zulip](https://en.wikipedia.org/wiki/Zulip) (by themes in each room/group/stream/channel) or in other programs by using a 3rd column does not exist with Matrix/Element, but is available as a wish: https://github.com/vector-im/element-web/issues/2349