Skip to content

Commit aaef33c

Browse files
committed
followup on ba355e1
forgot README change from upstream
1 parent ba355e1 commit aaef33c

File tree

1 file changed

+1
-1
lines changed
  • src/resources/formats/revealjs/plugins/chalkboard

1 file changed

+1
-1
lines changed

src/resources/formats/revealjs/plugins/chalkboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The plugin has several configuration options:
9898
- ```chalkEffect```: a float in the range ```[0.0, 1.0]```, the intesity of the chalk effect on the chalk board. Full effect (default) ```1.0```, no effect ```0.0```.
9999
- ```storage```: Optional variable name for session storage of drawings.
100100
- ```src```: Optional filename for pre-recorded drawings.
101-
- ```readOnly```: Configuation option allowing to prevent changes to existing drawings. If set to ```true``` no changes can be made, if set to false ```false``` changes can be made, if unset or set to ```undefined``` no changes to the drawings can be made after returning to a slide or fragment for which drawings had been recorded before. In any case the recorded drawings for a slide or fragment can be cleared by pressing the 'DEL' key (i.e. by using the ```RevealChalkboard.clear()``` function).
101+
- ```readOnly```: Configuation option allowing to prevent changes to existing drawings. If set to ```true``` no changes can be made, if set to ```false``` changes can be made, if unset or set to ```undefined``` no changes to the drawings can be made after returning to a slide or fragment for which drawings had been recorded before. In any case the recorded drawings for a slide or fragment can be cleared by pressing the 'DEL' key (i.e. by using the ```RevealChalkboard.clear()``` function).
102102
- ```transition```: Gives the duration (in milliseconds) of the transition for a slide change, so that the notes canvas is drawn after the transition is completed.
103103
- ```theme```: Can be set to either ```"chalkboard"``` or ```"whiteboard"```.
104104

0 commit comments

Comments
 (0)