[tw] Re: Need drag'n drop like tagpills but w/o tags

2017-08-16 Thread Mat
> > <$draggable ... > No way! How simple and elegant! I did know about it since last release, but hadn't realized it was this direct. The draggable widget would do well with some docs examples. ...oooh, the little Graphologists shall be so happy ;-) T

Re: [tw] Re: Need drag'n drop like tagpills but w/o tags

2017-08-16 Thread Alex Hough
Wow! This would work well in the open tab, an option before close all Alex On 16 August 2017 at 08:06, Mat wrote: > <$draggable ... >> > > No way! How simple and elegant! I did know about it since last release, > but hadn't realized it was this direct. The draggable widget >

Re: [tw] Re: Need drag'n drop like tagpills but w/o tags

2017-08-16 Thread stefct4
Hi Alex, On Wednesday, August 16, 2017 at 10:48:03 AM UTC+2, AlexHough wrote: > > > This would work well in the open tab, an option before close all > > This is a bit crude, but it seems to work: *$:/core/ui/SideBar/Open* \define lingo-base() $:/language/CloseAll/ \define drop-actions() <$actio

[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-08-16 Thread PMario
On Wednesday, August 16, 2017 at 3:07:29 AM UTC+2, TonyM wrote: > > I think my question may have led you down a more complex path than I > intended. > If my idea works, the solution should be straight forward. ... We'll see. -m -- You received this message because you are subscribed to the Goo

[tw] Re: Tobias' Delete All Tiddlers By Filter

2017-08-16 Thread @TiddlyTweeter
Ciao PMario & Tony M I agree with Tony. As I mentioned before in the Bundler thread using the "Bundle List" rapidly makes you aware that its approach (its precision in listing, its persistence, its ease of use) illustrates a way of working that great enhances import/export. Whether a DESTROYER

Re: [tw] Challenge: Table consisting of tiddlers

2017-08-16 Thread Jan Johannpeter
Hey Mat, I have an example working here: http://roguelike.tiddlyspot.com/...See the dungeoneditor. It should be easy to adapt to your purpose. (Graphs is a great plugin by the way...). Cheers Jan Mat schrieb am Sa. 12. Aug. 2017 um 17:46: > Inspired by the really high quality discussions/help la

[tw] Re: Tobias' Delete All Tiddlers By Filter

2017-08-16 Thread PMario
On Wednesday, August 16, 2017 at 12:02:32 PM UTC+2, @TiddlyTweeter wrote: > > Mario, I like your https://wikilabs.github.io/editions/remove-states/ > (example approach) over the Advanced Search delete button because its > offers both BULK & individual item control whilst deleting. Perhaps > some

[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-08-16 Thread @TiddlyTweeter
Ciao PMario Mat wrote: >> >> 1) I miss a brief introductory paragraph about what it achieves. (I >> personally think I know... kind of but not sure... but many others don't at >> all, of course.) >> > PMario replied: > You are right. There's plenty of room to improve the docs. > If you thi

[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-08-16 Thread @TiddlyTweeter
Ciao Thomas & PMario Thomas Elmiger wrote:... my attempt to document bundles: > 1) I create a comments tiddler per bundle using a naming convention, e.g.: > bundlename.bundle.info > 2) I implemented a view template that integrates additional info in bundle > tiddlers: > https://tid.li/tw5/plug

[tw] Re: [TW5] edit-text is eating my newlines

2017-08-16 Thread Jed Carty
This is the normal behaviour, only the text field allows newlines. To allow new lines you need to either use the text field of tiddlers or in data tiddlers. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [INTRO] Tiddler Bundle Plugin

2017-08-16 Thread @TiddlyTweeter
Ciao PMario Thanks for all of this. Both on "Destroyer" and on "in bundle comments". Great stuff! Best wishes Josiah > @TiddlyTweeter wrote: >> >> ... https://wikilabs.github.io/editions/remove-states/ ... because its >> offers both BULK & individual ... deleting ... could be scaled of the

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
Ciao Thomas Originally I wasn't really interested in RPN because I'm still looking for something simple that can add up a column in a table without having to have a Tiddler per row. However RPN its growing on me as a way to do simple calculations. *Obvious applications are, for instance, a mea

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
Ciao Thomas A lot of British, Australians & Americans & others still think in Imperial Measures. One of the most mutually confusing things between Brits & mainland Europeans is many British still weigh themselves in "Stones" and pounds, not Kilos. Can RPN provide a converter back and forth b

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
Ciao Thomas A small footnote & I'll shut up ... This example I understand but its not illuminating ... Most readers would think, well "why not just write the sentence?" ... I think you need a more complex concatenation. Best wishes Josiah -- You received this message because you are subscri

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread 'Mark S.' via TiddlyWiki
I'm not sure if this actually works, but it seems to give the right answer: \define sqr(x) <$macrocall $name="rpn" a=$x$ b=$x$ operation="*"/> \define pony(hg,len) <$wikify name=hg2 text="<>"> <$wikify name=hg2len text='<$macrocall $name="rpn" a=<> b=$len$ operation="*"/>'> <$wikify name=weight

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread 'Mark S.' via TiddlyWiki
I think it's demonstrating that "Pi" is handled differently in concatenation mode. On Wednesday, August 16, 2017 at 9:00:06 AM UTC-7, @TiddlyTweeter wrote: > > Ciao Thomas > > A small footnote & I'll shut up ... This example I understand but its not > illuminating ... > > Most readers would thi

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
Ciao Mark S. & Thomas Great stuff. I changed the test values to match slightly better actual horses I know to check. Its accurate enough for what is a guesstimate in any case. The formulae differ between sites slightly. What surprised me was the extent of the code you had to write to do that.

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
Ciao Mark S. Small side footnote ... I notice that horse calculations tack on 50lbs. Its true that in guesstimating horse weight from tape measures in actual stables there is a kind of rule-of-thumb to "add on a few pounds" the larger and older the horse is. The downside is that if you make

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread 'Mark S.' via TiddlyWiki
The existing formula assumes that the horse is a cylinder of flesh. To make it more accurate, you would want to do the estimates for the head and legs separately. I'm pretty sure you could make a separate calculation based on girth for the additive head and legs (the head and legs would have a h

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread @TiddlyTweeter
> > The only use for these measurements that comes to mind is possibly loading > a horse trailer There is that. But calculating the rough main body weight bulk is important in racing. TALL horses that are also lean race faster. Its a but more complicated than just weight as "hands" (height) c

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread 'Mark S.' via TiddlyWiki
Anachronistic weight conversion \define pounds2kgs(lbs) <> \define stones2pounds() <$wikify name="stonelbs" text='<$macrocall $name="rpn" a=$(stones)$ b=14 operation="*"/>'> <$wikify name="totlbs" text='<$macrocall $name="rpn" a=<> b=$(pounds)$ operation="+" />'> $(name)$ weighs <$macrocall

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread Thomas Elmiger
Ciao Josiah and Mark Yeehaw! – Your feedback’s worth in stones would be enough to build a house! Thank you very much, this will at least improve my docs by several miles ;–) Easy things first. Here’s a unidirectional converter for two units in three lines

[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-08-16 Thread passingby
TW is like an old flame; always has a certain kind of hold on the heart ;-) On Friday, April 7, 2017 at 9:42:09 AM UTC-4, @TiddlyTweeter wrote: > > One of the vital things about #TiddlyWiki > is it champions the > importance of the #AUTHOR. > > And yo

Re: [tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-08-16 Thread Arlen Beiler
TiddlyWiki is an artist's easel. On Wed, Aug 16, 2017 at 4:56 PM, passingby wrote: > TW is like an old flame; always has a certain kind of hold on the heart ;-) > > On Friday, April 7, 2017 at 9:42:09 AM UTC-4, @TiddlyTweeter wrote: >> >> One of the vital things about #TiddlyWiki >>

[tw] Re: [TW5] Updated: rpn – Plugin for calculations, random numbers and text concatenation

2017-08-16 Thread Thomas Elmiger
Pretty cool, Mark! The other direction: \define stones() <$macrocall $name=rpn a={{$:/temp/british-weight-converter }} b=<> operation=*/> The metric weight of <$edit-text tiddler="$:/temp/british-weight-converter" field="text" tag= "input" size="3"/> ''kg'' is equal to: <$wikify name=toPounds t

[tw] Import image then with particular Tag and creat a new Tiddly with its name

2017-08-16 Thread Lee Feng
For example I have these images: Img001.jpg, Img002,jpg in D:\ I want to import these two images with these steps directly: 1. Add the Tag "Good" to these images. 2. Creat Tiddlers with their name, and Tag "TOC" 3. Use image in the new Tiddlers and fix the width=20 Is their any plugin or an easy w

[tw] Re: Import image then with particular Tag and creat a new Tiddly with its name

2017-08-16 Thread 'Mark S.' via TiddlyWiki
When you say "import", do you mean a physical import of the data into your TW, or just an external link? Images will rapidly use up available space in your TW, slowing your TW down to a crawl. If you use firefox browser with the tiddlyclip plugin (http://tiddlyclip.tiddlyspot.com/) and the "loc

[tw] Re: Import image then with particular Tag and creat a new Tiddly with its name

2017-08-16 Thread Lee Feng
Thank you Mark for your kindly information. I mean physical import, drag and drop the images into TW. Best Regards! Lee Feng On Thursday, August 17, 2017 at 8:25:06 AM UTC+8, Mark S. wrote: > > When you say "import", do you mean a physical import of the data into your > TW, or just an external