Project

General

Profile

Inlineimage » History » Version 4

Per Amundsen, 05/28/2018 04:12 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 2 Per Amundsen
_See also [[Inline Images Options|Inline Images]]._
8
9 1 Per Amundsen
*Switches*
10
11
-a - Insert into the active window.
12
-s - Insert into the associated server window.
13
-iN - Insert at the Nth line in the text buffer.
14
15
*Parameters*
16
17
[window] - Window to insert into.
18
<file|url> - File path or url to insert.
19
20
*Example*
21
22
<pre>
23 3 Per Amundsen
; If a url or file is already cached, the cached image will be used instead.
24
25 1 Per Amundsen
; Inserts a image from a file into the text area. (the image is copied to the cache folder)
26
/inlineimage -a C:\Users\user\Pictures\image.jpg
27
28 4 Per Amundsen
; Inserts a image from a url into the text area. (the image is downloaded to the cache folder)
29 1 Per Amundsen
/inlineimage -a https://i.imgur.com/6BexrUQ.jpg
30
</pre>