[tw] [TW5] How do I change font colors?

2017-07-15 Thread charleychopkins36
I need to change the font colors for the tabs and contents in the sidebar. How do I do that? Thank you in advance! -- 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 t

[tw] My Transclusion headache

2017-07-15 Thread TonyM
Folks, I am still struggling with the multiple layers of transclusion. Rather than detail the complex (for me) problem, I was wonderd someone can tell me how to do something I consider should be simple. Using field values in my primary tiddler, how can I construct a variable, that once set in

[tw] Re: Command line from TiddlyWiki

2017-07-15 Thread TonyM
P.S. I was also going to share this custom export idea for your Spreadsheet tool to re-export. On Sunday, 16 July 2017 10:37:59 UTC+10, TonyM wrote: > > Steve, > > Did you see this discussion on Windows Command line via a custom export > (save in download) export and loop that processes?, Its q

[tw] Re: Command line from TiddlyWiki

2017-07-15 Thread TonyM
Steve, Did you see this discussion on Windows Command line via a custom export (save in download) export and loop that processes?, Its quite easy to create a new exporter to do this and I am sure the same method can be used in other OS's. Regards Tony On Tuesday, 20 June 2017 21:09:34 UTC+10

[tw] Re: Defining LaTeX macros or text-substitution in general?

2017-07-15 Thread 'Mark S.' via TiddlyWiki
This is a little discussion about a method that might get you at least closer to where you want. The problem with the implementation of Katex on TW5 is the choice of $$ to indicate latex is about to begin. This causes all sorts of havoc with the TW macros, because TW macros use $ and $( to indi

[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-15 Thread TonyM
Sean, Perhaps there is a gap in my understanding but I always assumed that apps written in java script may be adapted to work in or with tiddlywiki, one tool I have used for years is freemind which although 11MB in a JAR file would work well with tiddlywiki. Even just import and export may be

[tw] Re: Apply link label and redirection based on input

2017-07-15 Thread David Allen
That seems to have worked, thanks On Saturday, July 15, 2017 at 5:41:51 PM UTC-5, Eric Shulman wrote: > > On Saturday, July 15, 2017 at 3:11:38 PM UTC-7, David Allen wrote: >> >> Here's what's strange about this. If the tiddler fetched by >> listed[redirect] has a space in it, the <$list> widget

[tw] Re: Apply link label and redirection based on input

2017-07-15 Thread Eric Shulman
On Saturday, July 15, 2017 at 3:11:38 PM UTC-7, David Allen wrote: > > Here's what's strange about this. If the tiddler fetched by > listed[redirect] has a space in it, the <$list> widget uses it just fine, > but the <$set> widget adds double square brackets around the title. I've > been unabl

[tw] Apply link label and redirection based on input

2017-07-15 Thread David Allen
I'm trying to create a macro that will format links based on an input string. The label for the link, as well as its target, may or may not be different from the input string itself. This is my current attempt at such a macro: \define current_assign(name, target) <$list filter="[tag[info_assig

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread @TiddlyTweeter
Ciao Thomas That is a good example of the issue. I agree that Erwan's tool is there, though underused. I don't use its search much because the people who make things don't signal to it enough to have the heft needed to bother. But its a Working Aggregator and if it were used more it would solv

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread Thomas Elmiger
Via TW Community Search I found another interesting solution: http://erwanm.github.io/tw-community-search/ => http://let.tiddlyspot.com/#RANDOM:GettingStarted%20RANDOM Let, by Tobias Beer, selects random tiddlers via filters. (You could find Jed’s solution there too. Mine is brand new so we wi

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread @TiddlyTweeter
Ciao Mark S. I agree with you. I also want to add its an instance of the *Informational Chaos* we are confronted with here over finding great things people have already created you can't find without a PhD in Searchology. The de-centralisation of TW has not, unfortunately, yet been properly

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread @TiddlyTweeter
Ciao Thomas That's neat! Between your & PMario's offerings I'm sure I can now move on one way or another. So thanks! Best wishes Josiah Thomas Elmiger wrote: > > I added a random integer generator to my rpn script. No leading zeros > though. would return a number between 1 and 4000 (including

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread @TiddlyTweeter
Ciao Jed Thank you for the link. I think Mario or Thomas' solutions will be more economical for the specific need. BUT, yet again, I end up feeling like a bad dog for not knowing your gizmo existed. *We need do something to sort out our informational mess.* Where stuff exists but we have to

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread 'Mark S.' via TiddlyWiki
Haven't tested this, but it should work both to allow you to use the subfilter clause, and to get rid of the checkbox about system tiddlers. Put it in a tiddler and tag it $:/tags/Macro. Then change your macro-call to image-picker2. Good luck! Mark Oh, and is Voyager smaller or larger than the

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread 'Mark S.' via TiddlyWiki
Also made a proposed fix, PR #2940 On Saturday, July 15, 2017 at 8:37:21 AM UTC-7, Mark S. wrote: > > It looks like the image picker code was changed, and the subfilter option > was dropped without a corresponding change in the documentation. I imagine > this was by accident. There's no subfilte

[tw] Re: A TiddlyWikified Lens on Spreadsheets

2017-07-15 Thread stevesuny
Tony, thanks. On Friday, July 14, 2017 at 9:28:48 PM UTC-4, TonyM wrote: > > > A practical real world question arises to me and that is how will it > handled subsequent imports from the same source?, it would be fantastic if > it could update existing items without removing additional notes app

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread David Allen
Thanks! Also, do you know if there's a way to remove the "Include System Tiddlers" checkbox? On Saturday, July 15, 2017 at 10:37:21 AM UTC-5, Mark S. wrote: > > It looks like the image picker code was changed, and the subfilter option > was dropped without a corresponding change in the document

[tw] Re: Variable for field name in filter

2017-07-15 Thread cmari
Could you not also use: <$list filter="[{!!field-value}listed{!!field-name}]"> <> cmari On Friday, July 14, 2017 at 2:05:18 PM UTC-7, stevesuny wrote: > > Worked like a charm. > > OK, I would never have gotten to figure that out. It seems these generic > \define sitting on top of macros or tem

[tw] Date format with the Timeline plugin in TW5

2017-07-15 Thread Julien H
Hello, I am using TW5 with the plugin to create a Timeline called *"Visual timeline widget plugin v0.8.1". *This is a very interesting plugin. You can check an example of the plugin use and the description on the forum

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread Eric Shulman
> > On Saturday, July 15, 2017 at 2:13:48 AM UTC-5, David Allen wrote: >> >> For some reason, I can't seem to get the subfilter parameter of the >> image-picker macro to work. >> > I went to http://tiddlywiki.com/#image-picker%20Macro%20(Examples) to confirm the syntax and look at the examples...

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread 'Mark S.' via TiddlyWiki
It looks like the image picker code was changed, and the subfilter option was dropped without a corresponding change in the documentation. I imagine this was by accident. There's no subfilter, but there's a filter option. For the filter option you'll need to roll your own long filter. For insta

[tw] Re: Dropzone issue

2017-07-15 Thread Eric Shulman
On Saturday, July 15, 2017 at 7:21:07 AM UTC-7, mervin mecklenburg wrote: > > I want to make a dropzone that tags the action tiddler, or the tiddler > dragged into the dropzone, with the title of the tiddler hosting the drop > zone. The solution I have created works unless the proposed tag has mo

[tw] Dropzone issue

2017-07-15 Thread 'mervin mecklenburg' via TiddlyWiki
Can someone help me? I want to make a dropzone that tags the action tiddler, or the tiddler dragged into the dropzone, with the title of the tiddler hosting the drop zone. The solution I have created works unless the proposed tag has more than one word; then each word presents as a separate

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread 'Mark S.' via TiddlyWiki
We've got at least 3 third-party solutions for finding randoms. Shouldn't something like this be in the stock TW5 filter operator and/or widget tool kit? Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-15 Thread Thomas Elmiger
We have this: http://tiddlywiki.com/#Railroad%20Diagrams – maybe you want to use the Railroad plugin. Am Samstag, 15. Juli 2017 00:41:22 UTC+2 schrieb Sean Boyle: > > something like the railroad diagram plugin > -- You received this message because you are subscribed to the Google Groups "Tid

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread Thomas Elmiger
Same here, but different ;–) I added a random integer generator to my rpn script. No leading zeros though. <> would return a number between 1 and 4000 (including 1 and 4000). In case anyone wants to try it: https://tid.li/tw5/plugins.html – it is a plugin now. Happy randomizing Thomas Am Sam

[tw] Re: image-picker subfilter is not working

2017-07-15 Thread 'Mark S.' via TiddlyWiki
The problem is we can't see your data. Maybe you could post your TW. Is there any possibility that all your images have a filled category field? Good luck, Mark On Saturday, July 15, 2017 at 12:13:48 AM UTC-7, David Allen wrote: > > For some reason, I can't seem to get the subfilter parameter of

[tw] Defining LaTeX macros or text-substitution in general?

2017-07-15 Thread Tom
Hi, I'm relatively new to tiddlywiki, but I find it extremely useful and have moved my research notes to TW. There is one thing that would make my life much easier: I would like to define global LaTeX macros, say \elasticity to correspond to \varepsilon, so that every time I use it in a formul

[tw] Re: Investigation: Random -- But Within A Range

2017-07-15 Thread Jed Carty
While for this use I think that Mario's answer is better I did make a widget that returns a random number in a given range. http://inmysocks.tiddlyspot.com/#RandVal%20Plugin -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

[tw] You are great!

2017-07-15 Thread Eneko Gotzon
TiddlyMaps seems to be a wonderful plugin! Dear coders: ​What you do​ about digital data management is wonderful! Computing guys: ​You are bringing the humankind to another era…​ I admire you​, amazing revolutionaries… ​Take care & enjoy life. * [I believe your work des

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

2017-07-15 Thread Eneko Gotzon
On Sat, Jul 15, 2017 at 10:24 AM, TonyM wrote: > Tiddlywiki is what hypertext was meant to be… > ​That sounds great! Thank you! -- Eneko Gotzon Ares enekogot...@gmail.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

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

2017-07-15 Thread TonyM
I love a Word quizz, Here are the first things that came to mind for me, inspired by others as well !!TiddlyWiki is... - A platform within a file - An ecosystem for people and information to thrive in - An environment in which your ideas evolve - A --picture-- tiddlywiki paints a mi

[tw] Re: A TiddlyWikified Lens on Spreadsheets

2017-07-15 Thread PMario
Hi Steve, Interesting. ... You could create a "backdrop" tiddler like this: title: $:/config/EmptyStoryMessage {{HelloThere||$:/core/ui/ViewTemplate}} With this configuration, the "HelloThere" tiddler will be allways on, if the story is empty. have fun! mario -- You received this messag

[tw] Re: A TiddlyWikified Lens on Spreadsheets

2017-07-15 Thread Jiří Veselý
Dne sobota 15. července 2017 3:28:48 UTC+2 TonyM napsal(a): > > stevesunny > > Thanks for sharing that, I am really impressed. I will look into your > method in more detail as I think this method may be key a number of ways to > handle data in tiddly wiki. I see the data is in the relationship

[tw] image-picker subfilter is not working

2017-07-15 Thread David Allen
For some reason, I can't seem to get the subfilter parameter of the image-picker macro to work. Here's my code: <$set name=fish filter="[title{!!theImage}get[category]first[]]"> <> <$image class="modal_image" source={{!!theImage}}/> <$macrocall $name='image-picker' actions=" <$action-setfi