Project

General

Profile

Actions

Inlineimage » History » Revision 1

Revision 1/18 | Next »
Per Amundsen, 05/28/2018 04:08 AM


Added in 3.1

/inlineimage [-asiN] [window] <file|url>

Inserts a inline image file or url into the specified window at position iN or at the end.

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|url> - File path or url to insert.

Example

; 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.
/inlineimage -a https://i.imgur.com/6BexrUQ.jpg

Updated by Per Amundsen almost 6 years ago · 1 revisions

Also available in: PDF HTML TXT