--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
<$button message="tm-new-tiddler" param="mySkeleton">new</$button>
<$button class="tc-btn-invisible" title="Create new Markdown Tiddler" message="tm-new-tiddler" param="markdownSkeleton">
<svg class="tc-image-home-button tc-image-button" viewBox="0 0 208 128">
<!-- logo is licensed CC0, downloaded from https://de.wikipedia.org/wiki/Markdown#/media/File:Markdown-mark.svg | changed colour | by @nordholmen -->
<rect style="fill:none;stroke:#aaa;stroke-width:10" width="198" height="118" x="5" y="5" ry="10" />
<path style="fill:#aaa" d="m 30,98 0,-68 20,0 20,25 20,-25 20,0 0,68 -20,0 0,-39 -20,25 -20,-25 0,39 z" />
<path style="fill:#aaa" d="m 155,98 -30,-33 20,0 0,-35 20,0 0,35 20,0 z" />
</svg>
</$button><$button class="tc-btn-invisible" title="Create new Markdown Tiddler">
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
<svg class="tc-image-home-button tc-image-button" viewBox="0 0 208 128">
<!-- logo is licensed CC0, downloaded from https://de.wikipedia.org/wiki/Markdown#/media/File:Markdown-mark.svg | changed colour | by @nordholmen -->
<rect style="fill:none;stroke:#aaa;stroke-width:10" width="198" height="118" x="5" y="5" ry="10" />
<path style="fill:#aaa" d="m 30,98 0,-68 20,0 20,25 20,-25 20,0 0,68 -20,0 0,-39 -20,25 -20,-25 0,39 z" />
<path style="fill:#aaa" d="m 155,98 -30,-33 20,0 0,-35 20,0 0,35 20,0 z" />
</svg>
</$button><$button tooltip="Create new Markdown tiddler" class="tc-btn-invisible">--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/fd8a325b-3ead-4de8-88c6-c19b30ff3446%40googlegroups.com.
I'm happily using Tobias Beer's solution, with one small change: the first line I have this way:<$button tooltip="Create new Markdown tiddler" class="tc-btn-invisible">
It seems the "title" field is filtered out, but the "tooltip" field works. I'm not sure why
<$button ... >like this</button>