Let's say you have a tiddler with an image: MyImage.jpg
Create a tiddler, say MyTemplate and tag it with $:/tags/ViewTemplate .
Create it's contents like:
{{MyImage.jpg}}
Now an image will appear at the *bottom* of every tiddler.
Click on the tag pill "$:/tags/ViewTemplate". There will be a list of
tiddlers, drag and drop MyTemplate to the top.
Now an image will appear at the *top* of every tiddler.
You probably don't want the image at the top of every tiddler. You need a
method to flag which tiddler has the image. Let's say that only tiddlers
tagged "myimage". Tag a tiddler "myimage". In "MyTemplate", edit the
contents like:
<$list filter="[all[current]tag[myimage]]">
{{MyImage.jpg}}
</$list>
Now the image will appear only at the top of tiddlers tagged "myimage" .
On Saturday, June 27, 2020 at 8:00:10 AM UTC-7, john mcginnis wrote:
>
> See sample.
>
> Objective: Put the graphic at the top of the tiddler above the
> title/date/body. Or the graphic before the first tiddler for final
> redention.
>
> Additional: I use a tool chain of tiddlywiki--> export to single html -->
> wkhtmltopdf --> pdf output
>
> My first thought was to just create a tiddler with the embedded image and
> no title text. But of course a tiddler has to have a title. Ok, how about a
> non printable character for a title? From what I have tried that does not
> seem to work either. Any way to suppress the title and date of a tiddler?
>
> Suggestions appreciated.
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3c74a484-c71b-43ba-83cc-46f53469d79ao%40googlegroups.com.