[tw5] Re: list fields filtered by content

2018-07-29 Thread Dave
For the next step I'm trying to use that list of tiddlers to list the data listed in the index("origin") of those data tiddlers I've tried this: <$list filter="[indexes[origin]]"> <$list filter="[all[current]fields[]]" variable="fieldname"> <$list filter="[all[current]getprefix[1]suffix[1]]">

[tw5] Dory - NodeJS / JavaScript

2018-07-29 Thread Arlen Beiler
Dory - NodeJS / JavaScript https://play.google.com/store/apps/details?id=io.tempage.dorynode I haven't looked into this much but I thought I would let everyone know. This looks a lot simpler than termux but I haven't checked out everything yet. It's an app that lets you run JavaScript. It runs

[tw5] PDF on desktop

2018-07-29 Thread JL
Embedding pdfs using the methods described at Tiddlywiki.com / embed pdfs and other documents doesn't seem to work on Tiddly Desktop. I guess this is because Desktop doesn't have a pdf renderer? -- You received this

[tw5] Re: Template for set field?

2018-07-29 Thread Ste Wilson
On Sunday, 29 July 2018 14:16:21 UTC+1, Ste Wilson wrote: > I'm trying to set some user input between latex markers so the user doesn't > have to put in the $$. > > So far I have: > > \define mylatex(a) > <$latex text="{$a$}" displayMode="true"> > \end > > <$button> > Work...Please work >

[tw5] Re: list fields filtered by content

2018-07-29 Thread Dave
yes, that's perfect - each of the fieldnames were names of data tiddlers. Thank you!! And, yes, I have been perusing those filter topics at tiddlywiki.com, but I never thought of/found "getindex". I'm sure as I learn more the different parts will start making more sense. At some point in

[tw5] Re: list fields filtered by content

2018-07-29 Thread 'Mark S.' via TiddlyWiki
Hi Dave, You lost me at "of those data tiddlers". What data tiddlers? The field names just recovered are names of data tiddlers? If so, then maybe: <$list filter="[all[current]fields[]]" variable="fieldname"> <$list filter="[all[current]getprefix[1]suffix[1]titlegetindex[origin]]"

[tw5] Re: list fields filtered by content

2018-07-29 Thread Dave
Thank you! Yeah I've been trying to understand how these nested filters work. It seems to start general on the outside and gets progressively specified as you go inwards to the center On Sunday, July 29, 2018 at 2:05:14 AM UTC-6, TonyM wrote: > > I would reword you first sentence. > > Ok,

[tw5] Re: Is there an automated way to track mods/additions to system & shadow tiddlers?

2018-07-29 Thread barrowgloom
Sorry Tony wasn't meaning to ignore, been busy and slow getting to responses, > There are a number of additional possibilities I have uncovered that could > help you with but if you can provide a bit more of a background it would > help. > Firstmost, looking at creating something to track

[tw5] Re: list fields filtered by content

2018-07-29 Thread TonyM
I would reword you first sentence. Ok, so the first list assigns the result of that filter (all fieldnames in the current tiddler) to the variable "fieldname" a field at a time. The innerlist is executed once for each field. Regards Tony -- You received this message because you are

[tw5] Template for set field?

2018-07-29 Thread Ste Wilson
I'm trying to set some user input between latex markers so the user doesn't have to put in the $$. So far I have: -- 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

[tw5] Re: list fields filtered by content

2018-07-29 Thread Dave
Oh my goodness, it must have been cobwebs. Now that it's morning and I have tiddlywiki.com and a coffee, the first thing I see is Filter Operators > getindex, and Filter Run (the flow chart thingie) Thanks for your patience! -- You received this message because you are subscribed to the

[tw5] Re: List and transclude today's tiddlers

2018-07-29 Thread TonyM
Agreed and it does work but is fragile as far as i can see, and utc timezone format importiant to me at +10 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

[tw5] Re: Macro with conditional output

2018-07-29 Thread Laurent Bonet
Thx very much for your help Eric ! Le samedi 28 juillet 2018 18:00:04 UTC+2, Laurent Bonet a écrit : > > Question from a newbie: > > I would like to write a macro that return: > - the "caption" field of a tiddler if this field has a value > - the title of the tiddler if this tiddler doesnt have a

[tw5] Re: Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread Mohammad
Here I can do it for a list of links tagged for example with contact but, I think this is not the correct way! A similar procedure can be used for other links perhaps through a macro to automate the work! but to me this is not the optimal and correct way! <$list filter="[tag[contact]]"

[tw5] Re: PDF on desktop

2018-07-29 Thread TonyM
Works for me, drag and drop on a TW5 on my screen because of TiddlyDesktop! Tony On Sunday, July 29, 2018 at 10:48:58 PM UTC+10, JL wrote: > > Embedding pdfs using the methods described at Tiddlywiki.com / embed pdfs > and other documents doesn't seem to work on Tiddly Desktop. I guess this is

[tw5] Re: Hide $count if zero

2018-07-29 Thread Diego Mesa
Thank you Eric! Each time you post this I a reminded of all the other times you post this! Thank you for being patient and persistent. Diego On Saturday, July 28, 2018 at 5:30:43 PM UTC-5, Eric Shulman wrote: > > On Saturday, July 28, 2018 at 1:28:39 PM UTC-7, Mark S. wrote: >> >> AFAIK state

[tw5] Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread Mohammad
Is there any way to set some state tiddler or change the value of some fields in a state tiddler when clicking on a link? I mean I want to store some values in a state tiddler when a link is clicked? Use case: I use KeeBoord plugin for navigation in TW using some global shortcut keys! I

[tw5] The simple and short solution to change tags

2018-07-29 Thread Mohammad
Assume you have 10 tiddlers like tid-A tid-B tid-C ... ... all tagged with mytag. Now assume *only one of them* can have the second tag theme. To apply the second tag, assume a select widget can be used! What is the simple and short solution to apply the second tag? Note that each time you

[tw5] Re: The simple and short solution to change tags

2018-07-29 Thread 'Mark S.' via TiddlyWiki
Simple and short solutions usually depend on a cheat. My cheat here is that I assume that these tiddlers will never have any tag value other than "theme" and "mytag". This way I don't have to get out the field mangler and delete tags -- I just reset to either "mytag" or "mytag theme". \define

[tw5] Re: Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread FrD
Hi, Put the link inside a button which navigates to the target of the link, as : <$button class="tc-btn-invisible" to="HelloThere"> <$action-setfield myfield="HelloThere"/> <$link to="HelloThere">HelloThere Regards FrD Le dimanche 29 juillet 2018 17:27:08 UTC+2, Mohammad a écrit : > > Is

[tw5] Re: Query 101 -- $:/state, $:/temp, $:/config, $:/whatever/what-123456789

2018-07-29 Thread barrowgloom
hello, >From what I noticed, some of the temp tiddlers are saved and not deleted. The 2 I know that remain are "Search" and "Advanced Search" which appear to hold last entered search term. I don't know if they have any purpose other than holding the term bu I know if I save with a search

[tw5] Re: [TW5] Three small plugins, Login, ServerImages, DownloadBinary

2018-07-29 Thread Jed Carty
Phil, The login widget requires an external server. I will probably release the one I am using for my online wikis when I can but it isn't something that I am comfortable just giving a 10 line example for because of all of the security problems that would come with that. Like I said, I don't

[tw5] Re: Issue with action-navigate

2018-07-29 Thread 'Mark S.' via TiddlyWiki
How are you changing the story view? Through the control panel, or some other way? -- Mark On Sunday, July 29, 2018 at 1:06:28 PM UTC-7, Mohammad wrote: > > Mark! > Thank you! I used the same! I read the $:/HistoryList!!current-tiddler > when I switch between two story viewes (zoomin and

[tw5] Re: Issue with action-navigate

2018-07-29 Thread Mohammad
Mark! I use a macro! I click on a button to go full screen and zoomin view! something like this <$action-sendmessage $message="tm-full-screen"/> <$action-setfield $tiddler="$:/view" text="zoomin"/> In the macro I store, the current story view in a state tiddler When I switch back, I read the

[tw5] Re: Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread Mohammad
Good hint FrD! Thank you On Sunday, July 29, 2018 at 8:34:17 PM UTC+4:30, FrD wrote: > > Hi, > > Put the link inside a button which navigates to the target of the link, as > : > > <$button class="tc-btn-invisible" to="HelloThere"> > <$action-setfield myfield="HelloThere"/> > <$link

[tw5] Re: The simple and short solution to change tags

2018-07-29 Thread Mohammad
Brilliant. Thank you Mark. -- 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 email to

[tw5] Re: Issue with action-navigate

2018-07-29 Thread Mohammad
Mark! Thank you! I used the same! I read the $:/HistoryList!!current-tiddler when I switch between two story viewes (zoomin and classic). By the way what you proposed also worked for me! Still I could not figure it out how to focus on the same tiddler when I change story view! *Mohammad*

[tw5] Re: [TW5] Three small plugins, Login, ServerImages, DownloadBinary

2018-07-29 Thread philip318
Hi there, Jed. Thanks for all your cool contributions to TW. I was tinkering with your login widget and unable to get it to work beyond displaying the login form. I am trying to pass a url into it like <$login-widget url="my url that returns a token" /> ... Would you mind giving a quick

[tw5] Re: list fields filtered by content

2018-07-29 Thread 'Mark S.' via TiddlyWiki
I think you need to find a way to mark those fields with something different from a number ("1"). Otherwise the first time you need to track a count in a tiddler everything is going to blow up. Maybe different field contents (e.g. "tiddlerlink") or a naming convention (e.g. preface with

[tw5] Re: Issue with action-navigate

2018-07-29 Thread 'Mark S.' via TiddlyWiki
When I zoomin like this: <$button>Zoom in <$set name=vlastviewed tiddler={{$:/HistoryList!!current-tiddler}} field="text"> <$action-setfield $tiddler="$:/view" text="zoomin"/> It always goes to the last spot in the history list. Is that not what you expect/want ? -- Mark On Sunday, July

[tw5] Re: list fields filtered by content

2018-07-29 Thread TonyM
Dave, You say "start general on the outside and gets progressively specified as you go inwards to the center" which is most likely true but need not be the case. If the inner list does not make use of something from the outer list it can be a totally "fresh" filter. Of course what it makes

[tw5] Re: Is there an automated way to track mods/additions to system & shadow tiddlers?

2018-07-29 Thread TonyM
Barro, So you are keen to get a comprehensive record. So consider the tips I gave previously and have a look at the functionality given in the following; - https://tiddlywiki.com/#haschanged%20Operator list tiddlers changed in this session (last load of Wiki) perhaps use to export

[tw5] Re: interesting "bug" Camlcase in Tiddler caption fields

2018-07-29 Thread TonyM
Looks interesting ! On Monday, July 30, 2018 at 2:33:02 AM UTC+10, barro...@gmail.com wrote: > > I shall try to remember that about the view widget, but then I now have it > here on the board, one of my main references for TW knowledge. Been > perhaps abusing icon transculsion, TW markup and

[tw5] Re: Dory - NodeJS / JavaScript

2018-07-29 Thread 'Mark S.' via TiddlyWiki
I got dory with tiddly server working with my 6 year old Samsung tablet. It won't run 0.0.0.0 -- claims a EADDRINUSE error. But if I look up the IP and feed that in then other devices can access it. And it actually seems as fast as connecting to the desktop server and maybe faster -- both than

[tw5] Re: Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread Mohammad
Thanks Tony! I should put more time to see how $navigator works! Yes, may be I can customize and use my own story and history lists! Mohammad On Monday, July 30, 2018 at 5:51:18 AM UTC+4:30, TonyM wrote: > > Here is a lead if you get very serious with this. > > To do it for all links I believe

[tw5] Re: Template for set field?

2018-07-29 Thread TonyM
Note 1: The button label lmst proceed the <$button> <$action-setfield $tiddler="Newtid" $field="test" $value=''<$macrocall $name="mylatex" a={{lddata}}> /'' Work...Please work On Sunday, July 29, 2018 at 11:16:21 PM UTC+10, Ste Wilson wrote: > > I'm trying to set some user input between

[tw5] Re: Query 101 -- $:/state, $:/temp, $:/config, $:/whatever/what-123456789

2018-07-29 Thread TonyM
As mark said these are conventions but in some ways they flow logically, here is my view Any $:/ is a "system tiddler which stays out of regular search results State tiddlers - setting some value during a particular operation such as selection. If done again are often rewritten, however they

[tw5] Re: Action for Link widget or LinkCatcher Widget or Something Similar

2018-07-29 Thread TonyM
Here is a lead if you get very serious with this. To do it for all links I believe you would need to play with the navigation process. However if you control the list of links you can use action navigate to maintain your own storylist, history list and a selected tiddler title. The TWOutlier

[tw5] Re: Issue with action-navigate

2018-07-29 Thread Mohammad
Mark, check the reverse! When you go back to classic view from zoomin view , it does not work! Let me know your solution! Mohammad On Monday, July 30, 2018 at 3:55:53 AM UTC+4:30, Mark S. wrote: > > When I zoomin like this: > > <$button>Zoom in > <$set name=vlastviewed