zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #03481
Re: Tip: Link to image instead of embedding
Hi.
Tip:
I finally have found out how to create a link to an attached image
instead of embedding it (or: to additionally embed it), without
changing to the source:
1) Get the image into the attachment folder first.
2) Type the link as to any file:
./image.png
3) Mark the complete path (previous line: "./image.png")
4) Ctrl-L or Right-Click: Edit Link
5) Enjoy
On 19.06.2015 08:18, WEHLER Andreas wrote:
> Tip:
>
> see: zim Help; "Wiki Syntax"
>
>
> # this gives a link to some attached picture
> [[./foobar.png]]
>
> # this displays some attached image inline,
> # default sizze or with given width/height
> {{./foobar.svg}} # scalable vetor graphics (e.g.: inkscape)
> {{./foobar.png}}
> {{./foobar.png?width=650}}
> {{./foobar.png?height=110}}
>
> I don't know any way other than visiting the source file
> to change between {{..}} and [[..]] syntax for images.
>
> Tools -- Edit Source
>
>
>
> You can Copy/Paste some link (even a link to png file) to another place,
> which keeps the link as is. Say, there is no magic conversion between
> {{..}} and [[..]].
>
> Best regards,
>
> Andreas
>
> On 18.06.2015 23:19, Didier BRETIN wrote:
>> Hello,
>>
>> I found how to link a text of a page to a file attached to my page, but
>> now I wouls to link an image to a file attached to my page. Is it
>> possible ? I found nothing in the documentation.
References