Hi,
i try to setup the above mechanism again in Tiddlywiki 5.3.8 and unfortunately i cannot get it to work at all.
There is NO Image of the special button, only a blank space - after - the new tiddler button.
Pressing the “new button” does not open a new tiddler- as expected.
The prior solution worked in an older version of Tiddlywiki, but not in 5.3.8.
Unfortunately I lost the the Tiddlywiki instance.
For editing I use Tiddlydesktop 0.0.20 now.
What kind of mistake happened to me ?
the content of $:/custom/Buttons/new-code-tiddler is as follow:
\whitespace trim
<$button class=<<tv-config-toolbar-class>> tooltip="Create a new Code tiddler">
<$list filter="[<tv-config-toolbar-icons>match[yes]]">{{new-code.svg}}</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]"><span class="tc-btn-text">New code Tiddler</span></$list>
<$action-sendmessage $message="tm-new-tiddler"
$param="$:/custom/Templates/new-code-template"/>
</$button>
the content of $:/custom/Templates/new-code-template looks like:
!!.purplecls subroutine .f90
** subroutine.f90**
Well,I appreciate very much your continuous help and support.
Reagrds, Ireng