[tw5] Announcing the release of TiddlyWiki v5.2.3

2022-08-02 Thread Jeremy Ruston
I’m delighted to announce the release of TiddlyWiki v5.2.3 at:

https://tiddlywiki.com/ 
There are over 60 improvements and fixes in this release. Some highlights:

Improved support for screen readers and other assistive technology
Improved display of stylesheet tiddlers
Checkbox widget improved with support for the indeterminate state and the 
ability to bind to a list field
New “insertafter” operator to match the existing “insertbefore” operator
More hackable rendering of tiddler subtitles
Added support for macro definitions that are scoped to the view template body
Improved palette support for dark mode
KaTeX updated to v0.16

See the release note for the full list of changes.

You can upgrade your existing single file wikis here:

https://tiddlywiki.com/upgrade.html 
For Node.js users, the new version is available on npm:

https://www.npmjs.com/package/tiddlywiki 


As ever, exercise caution when upgrading, and be careful to keep backup copies 
of everything important.

My sincere thanks to everyone who has contributed to this release. It’s only a 
little over four months since the last release, and yet we’ve built up a 
compelling set of improvements.

The plan is that the next release will be v5.3.0 in the light of some 
significant improvements to transclusion that are under development here:

https://github.com/Jermolene/TiddlyWiki5/pull/ 


Any questions or comments are welcome here, or via GitHub.

Best wishes

Jeremy

-- 
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/009AC66C-A1F5-4AE9-B0D1-EF6C6CA67795%40gmail.com.


[tw5] Re: Alternative Icons for EditButtons Plugin (Attached as .json)

2022-08-02 Thread TeeDub
CSS for larger buttons

/* Close X area buttons on top-right of each Tiddler */

.tc-tiddler-controls button svg, .tc-tiddler-controls button img {
  height: 0.7em;
}

/* Tiddler Edit View: Save / Cancel / Delete buttons on top-right  */

div.tc-tiddler-edit-title span.tc-tiddler-controls button svg, 
div.tc-tiddler-edit-title span.tc-tiddler-controls button img {
  height: 1.0em;
}

div.tc-tiddler-edit-title span.tc-tiddler-controls {
margin-top: -10px;
margin-bottom: 10px;
}

On Tuesday, August 2, 2022 at 1:52:49 AM UTC-4 TeeDub wrote:

> Additional Notes:
>
>
> Affected Tiddlers:
>
>- $:/core/images/cancel-button
>- $:/core/images/done-button
>- $:/plugins/telmiger/EditButtons/images/cancel-close-button
>- $:/plugins/telmiger/EditButtons/images/done-close-button
>- $:/plugins/telmiger/EditButtons/images/done-open-button
>
>
> Unset Dark/Light and Highlighting
>
> They highlight when hovered.
>
> I did not test these on a light theme, but the grey parts in the original 
> picture go dark in a light theme.
>
> Thanks.
>
> On Tuesday, August 2, 2022 at 1:41:57 AM UTC-4 TeeDub wrote:
>
>> *The icons are attached as an exported TW .json file.*
>>
>>
>> *[image: editbuttons-alt-icons.png]*
>>
>> Red = discard changes
>> Green = save changes
>> Eye = view tiddler (exit the editor)
>> Arrow = close/leave tiddler
>> Check = save/update without exiting the editor
>>
>> Link to EditButtons Plugin 
>> 
>>
>> Thank you, This is a very useful plugin.
>>
>

-- 
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/326de4f4-c47a-479b-8fd7-be224083b8b9n%40googlegroups.com.