1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-07 13:06:47 +00:00
TiddlyWiki5/tiddlywiki5/store/ImageTests.tid

39 lines
719 B
Plaintext
Raw Normal View History

2012-01-23 16:42:23 +00:00
title: ImageTests
2012-03-03 18:06:24 +00:00
This tiddler demonstrates different ways of displaying images
{{{
2012-01-23 16:42:23 +00:00
<<tiddler [[Motovun Jack.jpg]]>>
2012-03-03 18:06:24 +00:00
}}}
Appears as:
<<tiddler [[Motovun Jack.jpg]]>>
{{{
<<image [[Motovun Jack.jpg]] text:"A kitten">>
}}}
Appears as:
2012-01-23 16:42:23 +00:00
<<image [[Motovun Jack.jpg]] text:"A kitten">>
2012-03-03 18:06:24 +00:00
{{{
2012-01-23 16:42:23 +00:00
[img[Motovun Jack.jpg]]
2012-03-03 18:06:24 +00:00
}}}
Appears as:
[img[Motovun Jack.jpg]]
{{{
[img[tooltip|Motovun Jack.jpg]]
}}}
Appears as:
2012-01-23 16:42:23 +00:00
[img[tooltip|Motovun Jack.jpg]]
2012-03-03 18:06:24 +00:00
{{{
2012-01-23 16:42:23 +00:00
[img[tooltip|Motovun Jack.jpg][http://google.com/]]
2012-03-03 18:06:24 +00:00
}}}
Appears as:
[img[tooltip|Motovun Jack.jpg][http://google.com/]]
{{{
<<tiddler [[Tiddler Fishes.svg]]>>
}}}
Appears as:
2012-03-02 14:38:29 +00:00
<<tiddler [[Tiddler Fishes.svg]]>>
2012-03-03 18:06:24 +00:00
{{{
[img[Tiddler Fishes.svg]]
}}}
Appears as:
2012-03-02 14:38:29 +00:00
[img[Tiddler Fishes.svg]]