There was an error while loading. Please reload this page.
1 parent 0ae056c commit 2fef2b0Copy full SHA for 2fef2b0
1 file changed
README.md
@@ -12,7 +12,7 @@ This plugin functions exactly as the built in [image slideshow](https://github.c
12
13
### Text file format
14
#### Single text file format
15
-New lines are expected in order to separate the text for the different text sources in the slideshow.
+By default, if no custom delimiter is specified, the new line character is chosen as the delimiter as follows:
16
```
17
text for first
18
text source
@@ -29,6 +29,7 @@ supported
29
30
etc.
31
32
+Custom delimiters can also be specified so other characters can be used as delimiters instead of the new line character.
33
34
#### Multiple text file format
35
For the multiple text file option, the text from each text file corresponds to the text for one text source in the slideshow.
0 commit comments