Export Map

1.3 Tutorial: Inputs and Formatting in Box Editor

Edumaps

Introduction

  • ✔️ Here you will learn how the inputs in the box editor work:
  • ✔️ There are many formatting options that can be quickly applied. It only takes a few characters.
  • ✔️ The formatting for texts is easy to learn.

Editor Bar

Formatting at a glance

  • The most frequently used formats shown at a glance:
  • *italic* and **bold**
     
    > Quote
     
    List:
    - One
    - Two
     
    Numbered list:
    1. One
    2. Two
     
    ?? Hidden text (spoiler)
     
      Indented Text
     
    {Linked Text}{https://www.edumaps.de}
1

Empty Lines between Elements

2

Line breaks vs. new lines

3

Make words bold or italic

3.2

Strikethrough and underline words

4

Simple List

4.2

Numbered List

4.3

Create an indented list

5

Indent Text

5.2

Text indent with two levels

6

Create Quotes

6.2

Multi-line Quotes

7

Links with Thumbnails

7.2

Link with thumbnail and custom text

7.3

Set text link (without thumbnail)

7.4

Link text with upload

7.5

Use your own thumbnail

8

Links within Text

8.2

Link certain Text

9

Labels for Images and Links

9.2

Info-Icon at Upload (image/PDF)

10

Code Formatting

11

Use of Latex

12

Superscripts and Subscripts

13

Hidden Notes in Boxes

14

Spoilers

14.2

Timed Spoiler

15

Text Color

16

Background Color for Text

17

Headlines

17.2

Subheadlines

17.3

Special Headlines

18

Horizontal Dividing Line

19

Font Sizes

20

Checkboxes

21

Tooltips for Words (Popups)

22

Conduct Polls

23

Generate QR Codes

24

Popup Message

25

Insert Countdown

26

Create Tables

  • You can insert a table template via the box editor. Click “More”, select “Layout”, and then “Table”.
  • Example:
  • Head 1 Head 2 Head 3
    A1 A2 A3
    B1 B2 B3
  • 📝 Input:
  • ||| Head 1 || Head 2 || Head 3 ||
    || A1 || A2 || A3 ||
    || B1 || B2 || B3 ||
  • The table header begins with three vertical bars |||. Each new table row must begin with ||.
  •  
  • Simple Alternative:
  • If it is a small table, you can enter it directly by inputting the table as a code block. This requires setting 3 backticks (`), then the table content, and then 3 backticks again.
  • Example:
  • Head 1 | Head 2 | Head 3
    Content A | Content B | ...
    1235678 | 9012345 | ...
  • However, this requires manual formatting.
  • ⚙ tables
27

Automatic List of Contents

  • You can automatically create a table of contents for all boxes on your map.
  • To do this, open the box editor, click “More”, then “Layout”, and select “List of contents”.
  • A complete table of contents will then appear with a link to each box.
  • ⚙ contentslist
28

Text to Speech

29

Tag Filter

  • You can set a tag within a box. To do this, place a hash sign # directly before a term.
  • Example: done school
  • Multiple tags are also possible.
  • If you click on a tag, only the boxes containing this tag will be displayed. All other boxes will be hidden.
  • If you click the same tag again, the filter will be removed and all boxes will be shown again.
  • Tip: You can also link to a map in a way that, when the map link is opened, only boxes with your selected tag are shown. To do this, append to the end of the link: &tag=mytag (replacing "mytag" accordingly).
  • Note: A tag consists of one word (no spaces).
  •  
  • 📝 Input:
  • #mytag
  • ⚙ tagfilter
30

Markdown

  • Our editor supports most of the Markdown syntax.
  • Article about Markdown (Wikipedia).
  • If you have written your documents with Markdown, you can copy and paste their contents directly into our editor.
  • You can display the Markdown syntax by using the dropdown in the box editor and selecting “Syntax on/off”.
  • ⚙ markdown