mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
5f6be2b5c7
Which turns out to be entirely a matter of inserting additional blank lines, which has the beneficial effect of making the wikitext a lot more readable
61 lines
751 B
Plaintext
61 lines
751 B
Plaintext
title: ImageTests
|
|
tags: demo
|
|
|
|
This tiddler demonstrates different ways of displaying images
|
|
|
|
{{{
|
|
<<tiddler [[Motovun Jack.jpg]]>>
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
<<tiddler [[Motovun Jack.jpg]]>>
|
|
|
|
{{{
|
|
<<image [[Motovun Jack.jpg]] text:"A kitten">>
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
<<image [[Motovun Jack.jpg]] text:"A kitten">>
|
|
|
|
{{{
|
|
[img[Motovun Jack.jpg]]
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
[img[Motovun Jack.jpg]]
|
|
|
|
{{{
|
|
[img[tooltip|Motovun Jack.jpg]]
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
[img[tooltip|Motovun Jack.jpg]]
|
|
|
|
{{{
|
|
[img[tooltip|Motovun Jack.jpg][http://google.com/]]
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
[img[tooltip|Motovun Jack.jpg][http://google.com/]]
|
|
|
|
{{{
|
|
<<tiddler [[Tiddler Fishes.svg]]>>
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
<<tiddler [[Tiddler Fishes.svg]]>>
|
|
|
|
{{{
|
|
[img[Tiddler Fishes.svg]]
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
[img[Tiddler Fishes.svg]]
|