[tw] Re: 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread Tobias Beer
Hi Danielo, > It may be simple, but it is not obvious neither consistent. Every piece of > tiddlywiky works its own way, it's a bit of pain to remember all the moving > parts. This is just one more piece on the puzzle >From a perspective of modularity, outsourcing exhaustive action code into

[tw] Re: Close tiddlers by tag...

2016-12-21 Thread Tobias Beer
Hi Jan, It sounds like you're modifying the actual tiddlers in the story when doing nothing but rearrange them. This doesn't sound architecturally right. You' be wanting to change some temporary "rearrange current story" tiddlers but not the actual tiddlers that are displayed in the story. In othe

[tw] Re: 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread Danielo Rodríguez
It may be simple, but it is not obvious neither consistent. Every piece of tiddlywiky works its own way, it's a bit of pain to remember all the moving parts. This is just one more piece on the puzzle -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw] Re: Close tiddlers by tag...

2016-12-21 Thread 'Mark S.' via TiddlyWiki
This version seems to work -- but it takes a different approach. It closes all tiddlers (except the one with the button) and then re-opens all the tiddlers that match the critieria. In the end, it closes itself (the button tiddler). I think attempting to close tiddlers in a <$list> causes proble

[tw] Close tiddlers by tag...

2016-12-21 Thread Jan
Hej! A question for a tool to reorder the Story which i called rearranger and published on http://slidesnstories.tiddlyspot.com/#About%20the%20Rearranger Is there a trick to close all Tiddlers who do not have the tag ReArrange (after resetting the storylist) in one button? This here doe s no

[tw] Re: [TW5] Convert Images from png to jpg

2016-12-21 Thread Tobias Beer
Hi Mal, > I'm using Dropbox for synchronisation and I have not found a way to make > this work on mobile devices unless I keep everything in a single file. > rue, Dropbox doesn't cater for relative paths between files, except for its pro-subscription, or what previously was that *public * fold

[tw] Re: 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread Tobias Beer
Hi Matt, It's real simple: Just define your actions in a macro. Best wishes, Tobias. -- 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...@goog

[tw] Re: [TW5] Convert Images from png to jpg

2016-12-21 Thread Mal
Tobias, I agree, external images would be preferred, but this wiki uses embedded images because it is synchronised across multiple devices, including notepad, iPad and Android phone. I also need it to be available for off-line use on these devices. I'm using Dropbox for synchronisation and I

[tw] Re: 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread 'Mark S.' via TiddlyWiki
Answering my own questions ... it turns out this version works: <$fieldmangler> <$set filter="[[Example]] [[Example 2]] +[tags[]]" name="tag"> <> <$checkbox actions="""<$action-setfield $field="tags" $value=<> /><$action-sendmessage $message="tm-add-tag" $param=<> />""" field="checked" checked=

[tw] Re: 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread 'Mark S.' via TiddlyWiki
Your method makes more sense to me. I'm guessing that there were technical reasons for making it different from the button. At the very least, there should be an example for how to use the new super powers. In particular, I'm wondering how and if you can pass off a variable to the parameters?

[tw] 5.1.14 prerelease: checkbox actions widget

2016-12-21 Thread Matthew Lauber
All, I was looking at the release notes for the 5.1.14 prerelease, and it mentioned the actions param of the checkbox widget. Excited, I checked it out, only to be confused. From the description of the param "A string containing ActionWidgets to be triggered when the checkbox is clicked" it

Re: [tw] Conveying: Moans about poor documentation

2016-12-21 Thread Josiah
Ciao Wimm & all That is very useful! The search in it produces more meaningful results than naked Google Groups does. Search This Google Group ... Friendly Style Thank you. It raises the point of, until there is greater clarity of t

[tw] Re: [TW5] Convert Images from png to jpg

2016-12-21 Thread Tobias Beer
Hi Mal, > I'm sure there are much more elegant ways to do this, but this solved my > immediate problem. > The most efficient way is to not have images base-64 embedded in tiddlers and use ExternalImages instead, e.g. via the *_canonical_uri* field or pl

[tw] Re: [TW5] Edit field of tiddlers under the same tag every time one of those tiddlers is updated or created.

2016-12-21 Thread Tobias Beer
Hi Penguinlay, Hi, in your demo, can I compare and make computation with the values of the > fields of tiddlers within filter macro's capability? > You can compute with tiddler data using tobibeer/eval . Anyhow, there is no "filter macro". So, I wou