Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

One-Click descriptions

October 08 (8 years ago)
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Is it possible to put a picture in the one-click descriptions for scripts, and how if so?
October 08 (8 years ago)
Lithl
Pro
Sheet Author
API Scripter
The description is Markdown syntax. Inserting an image is:
![alt text](image url)
That said, I haven't tried it for an API script's description. The Yogsquest character sheet had an image in the description, but at some point the image Markdown parsing stopped working there, so it might also not work for API scripts.
October 08 (8 years ago)

Edited October 08 (8 years ago)
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Hmm, well, might try it then. Sure would be an easier way to replicate all the info in the help menu instead of typing it all out and then having to edit through markdown syntax any time there's a change.