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
Copy file name to clipboardExpand all lines: documentation/timeline-text-syntax.md
+81-36Lines changed: 81 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,12 @@
2
2
<divclass="header-label dawn">Timeline Text Syntax</div>
3
3
</div>
4
4
5
-
Timelines are saved in a text format, which means that you can use any text-editing software to edit and create them. The built-in text editor provides useful autocompletion and syntax highlighting.
5
+
*Timelines are saved in a text format, which means that you can use any text-editing software to edit and create them. The built-in text editor provides useful autocompletion and syntax highlighting.*
6
6
7
-
```admonish info
8
-
For Dialogic to register your timeline file, it has to use the `.dtl` extension!
9
-
```
7
+
*For Dialogic to register your timeline file, it has to use the `.dtl` extension!*
10
8
11
9
## 📜 Content
10
+
12
11
[toc]
13
12
14
13
## About short code events
@@ -27,52 +26,98 @@ To find all the parameters you can use on each event, check out their documentat
27
26
28
27
Some events have a custom syntax to make writing them easier. This includes:
0 commit comments