_Added in 3.1_ */inlineimage [-asiN] [window] * Inserts a inline image file or url into the specified window at the Nth line or at the end. _See also [[Inline Images Options|Inline Images]]._ *Switches* -a - Insert into the active window. -s - Insert into the associated server window. -iN - Insert at the Nth line in the text buffer. *Parameters* [window] - Window to insert into. - File path or url to insert. *Example*
; If a url or file is already cached, the cached image will be used instead.

; Inserts a image from a file into the text area. (the image is copied to the cache folder)
/inlineimage -a C:\Users\user\Pictures\image.jpg

; Inserts a image from a url into the text area. (the image is downloaded to the cache folder)
/inlineimage -a https://i.imgur.com/6BexrUQ.jpg