In the macro definition you can see if you provide a label parameter it replaces the result, if you use a class or style to can change the result. Try class=" " (space) for a standard button.
Please, know someone plugin to add button to tiddlers toolbar to copy tiddler content to clipboard?
Situation: I am blind and I often want to copy content of tiddler (drawed in HHTML) but this simple task is absolutelly terrible with screenreader, macro button is usefull.
I’m afraid what you want is not possible, as (after I tested building what you want) tiddlywiki copies the html, but it copies it as text, so you will end up having in your clipboard text like <ul><li> first item </li><li> second item </li></ul>
Many thanks for replies, but i was described not understable.
My situation is really, I want to copy tiddler content to clipboard and for example paste it to Word as HTML riched object and manually I cannot select only tiddler´s content with screenreader. Now I have workaround with exporting to MD and with Pandoc generating DOCX file or open tiddler in new window and copy its contents to clipborard, but this is frustrating method
See tiddlywiki.com first, it already has the internals plugin
To install In your wiki go to Control Panel/Settings > Plugins > Get More Plugins > Open Plugin Library, search for internals > install the internals plugin > Save a reload
Using internals preview as html
In a tiddler with content select Edit > Preview Button, From the preview Dropdown > select raw HTML > see now the HTML version
You can select that html and save it in a file?
Also you may want to export tiddler > as Static HTML for a whole html file.
Please let me know if that is what you needed, because if that’s the case, then that code needs some improvements, especially regarding quoting especial characters.
How can I render the label so it looks like rendering foo (with the ticks) will look like? Or the input will look like the above without using a label.
Thanks for the great tool. I wanted to use it to copy multiple fields ({{!!title}}, {{!!text}} etc.) of a tiddler in a formatted style (new line; within quotes, everything under { } bracket). How can I do that?
I tried putting them together in multiple ways (between triple quotes, one after another); doesn’t work.
@rahulkashyap.phy, Did you see my reply over on your other thread? Since your question there looks bibtex-specific, I thought it might be better to point to a bibtex-specific tool for getting the info in json format. But please follow up if you need more help getting what you need onto the clipboard.