You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every page in CourseLit is made up of various blocks, stacked in a top-to-bottom fashion. Each block serves a unique purpose and can be customized.
8
8
9
-
The following screenshot shows [Header](/en/pages/header), [Rich Text](/en/pages/banner), [Hero](/en/pages/content), and [Grid](/en/pages/grid) blocks (top to bottom) in action. Different blocks are highlighted in different colors.
9
+
The following screenshot shows [Header](/en/website/blocks#header), [Rich Text](/en/website/blocks#rich-text), [Hero](/en/website/blocks#hero), and [Grid](/en/website/blocks#grid) blocks (top to bottom) in action. Different blocks are highlighted in different colors.
@@ -36,32 +36,40 @@ You will also see the newly added link on the header itself.
36
36
3. Click on the pencil icon against the newly added link to edit it as shown above.
37
37
4. Change the label (displayed as text on the header block) and the URL (where the user should be taken upon clicking the label on the header) and click `Done` to save.
<summary>Expand to see Rich Text block details</summary>
45
45
46
-
The rich text block can be used to add text blocks containing elements like hyperlinks, etc.
46
+
The rich text block uses the same text editor available elsewhere on the platform. It supports all functionality that does not require a toolbar, as the toolbar is hidden in this block.
47
47
48
-
#### Making text bold/italic/underline
48
+
#### Keyboard shortcuts
49
49
50
50
1. Select the text.
51
-
2. To make the selected text bold, press <kbd>Ctrl+B</kbd>; to make it italic, press <kbd>Ctrl+I</kbd>; and for underline, press <kbd>Ctrl+U</kbd>.
52
-
53
-
You can also use the floating controls to do the same as shown below.
51
+
2. Use the following shortcuts to format it:
52
+
53
+
-**Bold**: <kbd>Ctrl+B</kbd>
54
+
-**Italic**: <kbd>Ctrl+I</kbd>
55
+
-**Underline**: <kbd>Ctrl+U</kbd>
56
+
-**Strikethrough**: <kbd>Ctrl+Shift+S</kbd>
57
+
-**Undo**: <kbd>Ctrl+Z</kbd>
58
+
-**Redo**: <kbd>Ctrl+Shift+Z</kbd>
59
+
-**Paste**: <kbd>Ctrl+V</kbd>
60
+
-**Ordered list**: <kbd>Ctrl+Shift+7</kbd>
61
+
-**Bulleted list**: <kbd>Ctrl+Shift+8</kbd>
62
+
-**Highlight**: <kbd>Ctrl+Shift+H</kbd> (or type `==two equal signs==`)
0 commit comments