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
Josh de Leeuw edited this page Jul 26, 2017
·
2 revisions
Inserting media in HTML strings:
To insert media, other than using media manager, one can type <path>filename</path>.
For example, <img src='<path>blue.png</path>'></img> will show an image file on page.
Set a list of keyboard responses (e.g., in the image-keyboard-response plugin):
To set which keys should be listened to, one can input a character sequence. Anything wrapped in {} is considered one key.
For example, {enter}ABC will use the keys ENTER, A, B, and C.