Project

General

Profile

Inlineimage » History » Version 1

Per Amundsen, 05/28/2018 04:08 AM

1 1 Per Amundsen
_Added in 3.1_
2
3
*/inlineimage [-asiN] [window] <file|url>*
4
5
Inserts a inline image file or url into the specified window at position iN or at the end.
6
7
*Switches*
8
9
-a - Insert into the active window.
10
-s - Insert into the associated server window.
11
-iN - Insert at the Nth line in the text buffer.
12
13
*Parameters*
14
15
[window] - Window to insert into.
16
<file|url> - File path or url to insert.
17
18
*Example*
19
20
<pre>
21
; Inserts a image from a file into the text area. (the image is copied to the cache folder)
22
/inlineimage -a C:\Users\user\Pictures\image.jpg
23
24
; Inserts a image from a url into the text area.
25
/inlineimage -a https://i.imgur.com/6BexrUQ.jpg
26
</pre>