Thanks! I tried different things, but after thinking a bit, maybe pure CSS 
is the simplest?

<style>
.savebutton{
    position: fixed;
    font-size: 40px;
    bottom: 10%;
    right: 0;
    margin: 5%;
}
.savebutton svg {
        display: none;
}
.savebutton body.tc-dirty span.tc-dirty-indicator, body.tc-dirty 
span.tc-dirty-indicator svg {
        display: block;
}
</style>

<div class="savebutton">
{{$:/core/ui/Buttons/save-wiki}}
</div>


Best,
Anders

fredag 1. mai 2020 00.37.54 UTC+2 skrev TonyM følgende:
>
> Anjar,
>
> If you installed a trash bin plugin the delete would actually only be a 
> change if that helps. 
>
> This may not solve your deletes issue but there is a macro you may be 
> interested in https://tiddlywiki.com/#changecount%20Macro%20(Examples)
> It works for each tiddler title and counts the number of changes, in this 
> session.
>
> Regards
> Tony
>
> On Friday, 1 May 2020 06:40:10 UTC+10, Anjar wrote:
>>
>> I agree with you, @Julio, except that tiddlywiki is already gold;)
>>
>> The site <http://ewy.no/tiddlytext.html> is updated with the sidebar 
>> being context-related and the save button appearing when you add new 
>> tiddlers. To do the latter, I use the haschanged[] filter operator, but 
>> this dosn't work when one deletes a tiddler. Is there a better way than 
>> haschanged[] for detecting that changes has been made?
>>
>>
>> Anders
>>
>>
>>
>> torsdag 30. april 2020 17.38.21 UTC+2 skrev Julio Peña følgende:
>>>
>>> In my opinion we are all "alchemists" when it comes to Tiddlywiki. :))
>>>
>>> Regards,
>>> Julio
>>>
>>> On Thursday, April 30, 2020 at 7:22:07 AM UTC-4, Ste Wilson wrote:
>>>>
>>>> Wow!.  Why am I still surprised at the different shapes people hammer 
>>>> TiddlyWiki into? Very Zen!
>>>>
>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/797973d2-ad5c-44b0-b262-640c29d0b36c%40googlegroups.com.

Reply via email to