[tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-23 Thread HC Haase
HI Dave. It is nice that you are compiling such a list. I do think that it is a total mess how you find plugins. My wiki would not be the same without the plugin I use. When I show other people TW I Try not to show them the vanilla one, because its a shadow of my wiki with the useful/essential

[tw] Re: How to split $list by 3 items?

2018-01-23 Thread Archizona V
Using CSS is good idea. Can I with CSS convert my list to table with 3 columns and many rows? -- 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

[tw] Re: [TW5] Compare macro values

2018-01-23 Thread TonyM
To add to marks above here is a never true state, for future readers. <$list filter="[title[oranges]prefix[apples]suffix[apples]]" emptyMessage="NOT TRUE">> TRUE Regards Tony On Wednesday, January 24, 2018 at 3:19:06 PM UTC+11, Mark S. wrote: > > Try the following, keeping in mind the

[tw] Re: [TW5] Compare macro values

2018-01-23 Thread TonyM
Thanks mark Much appreciated. I am building a field in which a filter can be provided that can determine the conditions in which a menu/tiddler will appear. I think it will be a useful pattern. Regards Tony -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Compare macro values

2018-01-23 Thread 'Mark S.' via TiddlyWiki
Try the following, keeping in mind the variable/macro equivalency. The first give identical results, but one looks for equality and other for non-equality. -- Mark <$vars var1="stuff" var2="stuff2"> <$list filter="[titleprefixsuffix]"

[tw] [TW5] Compare macro values

2018-01-23 Thread TonyM
Oops, I think the problem I am having is the two variables somtimes refer to system Tiddlers. Those beginning $:/ Tony -- 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

[tw] [TW5] Compare macro values

2018-01-23 Thread TonyM
While I am at it a filter that is always false would complete the documentation. I require native tiddlywiki as I am using it in a plugin. I know Evans formulas can do it, but not in this case. Thanks Tony -- You received this message because you are subscribed to the Google Groups

[tw] [TW5] Compare macro values

2018-01-23 Thread TonyM
Folks, I am looking for the correct filter syntax to compare the macro values <> and <> If both are the same or if they are not eg; <$list filter="filter syntax" variable=name> <> and <> are the same <$list filter="filter syntax2" variable=name> <> and <> are not the same Further I

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-01-23 Thread John Jones
Will post back here once we have the integration completed. -- 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...@googlegroups.com. To post to

[tw] Re: [TW5] Button Tooltip of tiddler field

2018-01-23 Thread Diego Mesa
Makes perfect sense! I've just been trying to force myself to find ways to use the plugin more and this was a really easy no brainer. Thanks for sharing your solution! On Tuesday, January 23, 2018 at 8:30:38 PM UTC-6, TonyM wrote: > > Thanks Diego, > > Yes I would use Evans formula but as I am

[tw] Re: [TW5] Button Tooltip of tiddler field

2018-01-23 Thread TonyM
Thanks Diego, Yes I would use Evans formula but as I am building a plugin I am trying to avoid dependencies. I just solved it \define infodesc(tiddlername) <$button tooltip={{$tiddlername$!!description}} class="tc-btn-invisible tc-tiddlylink" > {{$:/core/images/info-button}} \end <>

[tw] Re: [TW5] Button Tooltip of tiddler field

2018-01-23 Thread Diego Mesa
Hey Tony, This might not be the TW way to do this, but I just used Evans formula plugin like so: <$button tooltip=(= {{test!!description}}=) class="tc-btn-invisible tc-tiddlylink" > {{$:/core/images/info-button}} Where I set a test tiddlers description field appropriately and this worked.

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread Birthe C
Hi Surya, The savebutton turns red and looks like a circle with a checkmark in it. Birthe Den onsdag den 24. januar 2018 kl. 01.08.46 UTC+1 skrev Surya: > > Where is this red checkmark? I couldn't find it anywhere there... > -- You received this message because you are subscribed to the

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Surya' via TiddlyWiki
Ahhh, fine and good to know, thanks :-)) -- 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...@googlegroups.com. To post to this group, send

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Mark S.' via TiddlyWiki
I have never heard of performance problems associated with large numbers of tags. There are performance issues related to the number of tiddlers you display and to the sidebar tiddler listing. That is why it is better to display the "Open" sidebar rather than the "Recent" sidebar. Good

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Mark S.' via TiddlyWiki
I mean the standard "save" checkmark. If you haven't changed anything, then it might not be red. Sorry! -- Mark On Tuesday, January 23, 2018 at 4:08:46 PM UTC-8, Surya wrote: > > Where is this red checkmark? I couldn't find it anywhere there... > -- You received this message because you are

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Surya' via TiddlyWiki
Where is this red checkmark? I couldn't find it anywhere there... -- 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...@googlegroups.com. To post

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hello Mark, thanks for your really helpful answer!! I will test that soon :-) I use Andtidwiki too. But I would like to be able for editing the existing tiddlers in Andtidwiki- that will be only editing dates of ToDos & only very small text editing (like in a receipt: to correct from 100g to

[tw] [TW5] Button Tooltip of tiddler field

2018-01-23 Thread TonyM
Folks, Some help required please. I would like to create a button that does nothing, but has a tooltip = to a value in another tiddlers field In this case the Other tiddler can be found with the macro <> and I would like the tool-tip to come from <>'s description field <$button

[tw] Re: At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Mark S.' via TiddlyWiki
My devices are Android 4 ! There is a difference between phones and tablets. Tablets usually have more computing power. Also, there is a difference if you use a browser or Andtidwiki. Andtidwiki is an App for Android that can run TiddlyWiki. It is usually faster and easier than a browser.

[tw] Where to edit format of deadline-date in view in ToDoNow?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hello everyone, I'd like to have another displayed date-format in the ToDo-List in the Plugin ToDoNow. In which tiddler should I write my wanted view format for the field "todo-deadline"? So that the deadline-dates which are shown in the ToDo-List in ToDoNow are shown like I want? Best

[tw] How to mark overdue ToDos in ToDoNow / Outlook addon?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hi @all, I am trying to adjust the plugin ToDoNow to my needs. I have now these plugins for my wanted ToDo-List: ToDoNow + Listreveal + Datepicker + Checklist + ToDoNow Outlook Addon. I don't want to use the integrated tiddler "ToDoNow" for working with my ToDo-List, but found another way what

[tw] At which size does a wiki begin to make problems (on mobile devices AND on computer)?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hi all, I need all my wikis on my computer AND on my mobile devices. My mobile devices are not highend and not the newest ones (both around Android 6). At which size does a wiki begin to make problems (on mobile devices AND on computer)? I read somewhere, that problems can begin at a size of

[tw] Re: How to automatically edit a field in a tiddler?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hello Tony, thanks for your nice answer :-) I understand what you mean and I really would like to do it like this. But I have fear, when the wiki makes problems one time in the future and the reason would be because of the size of ToDoNow, I would then have to edit hundreds of tiddlers My

[tw] Re: How to automatically edit a field in a tiddler?

2018-01-23 Thread TonyM
Surya, I understand the difficulties you are facing, my point on the space issue is do not concern yourself until you experience the problems you fear. It is not possible to to give a clear statement about TiddlyWiki working sizes as there are many variables, since mobile use is somewhat new

[tw] Re: How to automatically edit a field in a tiddler?

2018-01-23 Thread 'Surya' via TiddlyWiki
Hello all, I have been experimenting a lot again. My ambition to find the perfect solution & to learn raised again... @Mark and Stef: maybe I'll come back to your suggested solutions. At the moment I experiment again with ToDoNow. @Tony: I have been asking (I think even more than one time)

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-23 Thread BurningTreeC
Hello @all, I'd like to ask a question 'cause now I'm working on this: I've added 3times click/tap on tiddler - open to edit or save when editing, 4 times click/tap on tiddler - close tiddler or cancel when editing now what about 5 and 6 times? ;) for example: 5times in editing: cancel and

[tw] Re: How to split $list by 3 items?

2018-01-23 Thread 'Mark S.' via TiddlyWiki
Mat is like a CSS wizard. I wouldn't have thought of doing it this way. He may have something more clever in mind, but based on his suggestion this seems to work: .myelement:nth-of-type(3):after {content:"|";} .myelement:nth-of-type(6):after {content:"|";} .myelement:nth-of-type(9):after

[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-01-23 Thread Diego Mesa
Hey Mario, Great plugin. Use it everyday. One great feature is that by using [[Undefined Alias|?]], that link is still shown, and is shown in italics as missing. This solves a major problem for me with the previous version! Since all "missing alias" links will naturally link to the tiddler

[tw] Re: How to split $list by 3 items?

2018-01-23 Thread Mat
The best solution is probably to use CSS... something along the lines of: .myelement nth-of-type(3):after { content:"|"; } Sorry I don't have time to be more detailed or to try it. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: How to split $list by 3 items?

2018-01-23 Thread 'Mark S.' via TiddlyWiki
<$vars lst="X 1 2 3 4 5 6 7 8 9 10" > <$list filter="X 3 6 9"> <$list filter="[enlist] +[allafterlimit[3]]"> <> | On Tuesday, January 23, 2018 at 12:11:10 AM UTC-8, Archizona V wrote: > > Hi! I have ten tiddlers with tag 'test' and titles 1 2 3 4... > So I make <$list filter="[tag[text]]/> I

[tw] Re: PSA: Please license your works

2018-01-23 Thread Paul Hutchinson
In nearly every jurisdiction on the planet copyright is automatic, the moment a work is created it is automatically put under copyright assigned to the creator of the work. This even applies when an infant scribbles their first crayon drawing. For any copyrighted work if no license is attached

[tw] How to split $list by 3 items?

2018-01-23 Thread TonyM
The listops widget and the filter operator limit[3] may get you there Tony -- 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

[tw] How to split $list by 3 items?

2018-01-23 Thread Archizona V
Hi! I have ten tiddlers with tag 'test' and titles 1 2 3 4... So I make <$list filter="[tag[text]]/> I see my list 1 2 3 4 5... How can I separate every 3 items by symbol '|' to get this list 1 2 3|4 5 6|7 8 9|10 -- You received this message because you are subscribed to the Google Groups