Mohammad,
I was going to answer with a mention of the $:/tags/ViewTemplate I then
used the tag pill {{$:/tags/ViewTemplate||$:/core/ui/TagTemplate}} to alter
the order as needed.
Another trick is to add a list that determine if the content of the tiddler
tagged is shown like [!is[system]]
or you can emulate how the view template itself works itself and include a
list that transcludes tiddlers that have a tag of you own design so you can
add multiple items to your footer line?
Regards
Tony
On Monday, 10 September 2018 14:19:31 UTC+10, Mohammad wrote:
>
> I fount the solution. A tiddler with $:/tags/ViewTemplate is required!
>
>
>
> On Friday, September 7, 2018 at 2:42:38 PM UTC+4:30, Mohammad wrote:
>>
>> How create a tiddler footer stick to the bottom of tiddler?
>>
>> I have created a macro with a css to create footer ( the bundle is
>> attached)!
>> The problem is:
>>
>> - In preview mode it covers the fields area
>> - In view mode sometimes the tiddler contents overflow the footer
>> area!
>>
>> .footer {
>> position: absolute;
>> right: 0;
>> bottom: 0;
>> left: 0;
>> padding: 0.5rem;
>> background-color: #efefef;
>> text-align: center;
>> margin-top: 5px;
>> }
>>
>>
>>
>> Macro
>>
>> \define footer(text:"")
>> <div class="footer">
>>
>> $text$
>>
>> </div>
>> \end
>>
>>
>>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/637d373f-32fe-4c82-863f-4c231640422c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.