) : TiddlyWiki news, plugins, themes and educational usage
I've created a simple macro to illustrate how tiddler contents can be
retrieved:
http://devpad.tiddlyspot.com/#TiddlerPopupMacro
Actually, I got a little carried away there, so it became a little more
complicated than I had planned. Just ignore the popup-related code,
which might be confusing.
(Also, popups are broken on my DevPad; I'll fix that when I upgrade to
the latest TiddlyWiki version... )
Basically, once you have a macro like that, all you need is this:
tiddler.title
tiddler.text
tiddler.tags (array)
So I've created a second macro - much more simple this time:
http://devpad.tiddlyspot.com/#TiddlerWriteMacro
> wrote an plugin which adds a copy button to the
> edit line and which copies the tiddlers title to my clipboard
Could you elaborate on that copying-to-clipboard technique? I know
Firefox doesn't support it, so there's a Flash workaround - but I've
never looked into that...
Your code isn't really easy to read, also because of the line breaks.
Speaking of that: For sharing large snippets of code, you should use a
pastebin like
http://tiddlywiki.pastebin.com
HTH.
-- F.
Thanks!
-- F.