[tw5] Filtering Lists by a field that contains multiple sub-fields

2019-07-20 Thread MagoArcade
TiddlyWiki is making my brain hurt. I'm following the white rabbit down the relevant hole and I can't handle the meta. So - I'm an amateur coder - so do bear with me - this aint my day job. It's taking some adjustment - even to using the online documentation! I'm using TiddlyMap. Here's how

[tw5] Unexpected variable behaviour in filter

2019-07-20 Thread MagoArcade
Reading this would imply you can include variables in filters, but enclosing the variable name in "<>" However, my code is behaviour differently. This: ''For this Catagory:'' <$set name=catID value=087aa75e-ec77-4cd2-a774-c41c0ee52382> Var catID: <> <$list

[tw5] Re: [Thoughts] To Github or Not -- Is it even a Question?

2019-07-20 Thread @TiddlyTweeter
Repeat for email ... On Saturday, 20 July 2019 12:20:35 UTC+2, @TiddlyTweeter wrote: > > Its been very interesting. I got into PowerShell, with Mark S., to try > design/make an additional "restore" mechanism (a "universal" approach to > saving TW) that works for any browser that additionally

[tw5] [Thoughts] To Github or Not -- Is it even a Question?

2019-07-20 Thread TonyM
As usual Josiah you ask the questions many of us ask our selves. I would like to get into github myself but it takes some bandwidth with variable return depending on the project and the number of potential contributors (not end users). However for sometime I have included sdk or software

[tw5] Re: complex filter for historical data

2019-07-20 Thread PMario
Hi Sebastian, It would be easier for us, if you describe *what* you want to achieve, instead of how. ... Creating content in TW should be "natural" workflow. So you create some content (+ some meta data), and then we can see, how we can filter it. ... Can you answer the following

[tw5] Re: New release: Locator 1.2.0 (search by tags, ToC showing related tags)

2019-07-20 Thread bimlas
h0p3, About the "searching GUI": this is what I mean under "auto-completion": https://bimlas.gitlab.io/demo/tw5/advanced-search-filter-with-completion.html Click in and out to the entry until popup is not shown. It's currently doing nothing but lists the names of filters that match the text

[tw5] Re: Killing Timestamps

2019-07-20 Thread BurningTreeC
There's also a "Timestamps off" button in the sidebar > Tools btc -- 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

[tw5] Re: sorry - newbie: how do I include a (transcluded?) link in a TiddlerTemplate?

2019-07-20 Thread MagoArcade
Thanks for the reply - it's actually quite difficult to explain things clearly when you're just starting out! Given that all the terminology is new and in the case of TiddyWiki, the concepts to some degree, it's hard to know the right way to explain things! However, I'll try again. I have made

[tw5] Re: complex filter for historical data

2019-07-20 Thread Sebastian Ovide
Hi Mario thanks for the answer. I've forked GSD5 and moving away little bit from the original GTD methodologies. I'm simply adding life areas and human needs as the root of the human decision making in the form of life wheels. Using a "lean" approach applied to human life, I'd like to measure

Re: [tw5] Killing Timestamps

2019-07-20 Thread Dan Lokemoen
I don't think we're thinking of the same thing. I want to get rid of (or just hide) the timestamp that automagically appears right below the title on every Tiddle. I believe it's possible but I may have to overwrite a shadow Tiddler. I'll even rewrite some code if I have to. Thanks for the

[tw5] Re: Filtering Lists by a field that contains multiple sub-fields

2019-07-20 Thread MagoArcade
Loved that song - "feed your head" indeed! On Saturday, 20 July 2019 19:00:22 UTC+1, Watt wrote: > > 50 years ago! > > https://youtu.be/Vl89g2SwMh4 > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: sorry - newbie: how do I include a (transcluded?) link in a TiddlerTemplate?

2019-07-20 Thread Mat
OK, I have no great answer but here are some pointers; "self" is typically referred to as <>. If the currentTiddler is actually not the one you want it to be, you can set the context by means of the TiddlerWidget, like so; <$tiddler tiddler="apples"> This now shows apples: <> and so does this

[tw5] Killing Timestamps

2019-07-20 Thread Dan Lokemoen
How do I get rid of the Timestamps on new Tiddlers? -- 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 view this

Re: [tw5] Re: Widget to import .txt-File as Tiddler: How do I import umlaute ö ä ü ß an other strange German characters

2019-07-20 Thread Jan
Hi Tony, I am happy that you are interested ( by the way, did you check the PHPs i sent to you?). I guess will need some time and help, until the handling is intuitive. At the moment the use is hard to explain because it has still workarrounds which are not really easy. Have you tried to send

[tw5] Re: Killing Timestamps

2019-07-20 Thread Ton Gerner
Hi Dan, You can very easy hide the subtitle (username, modified date) by creating a stylesheet (tiddler tagged with $:/tags/Stylesheet) containing: .tc-subtitle { display:none; } In case you only want to get rid of the date, you have to override the shadow tiddler

[tw5] Re: Killing Timestamps

2019-07-20 Thread Ton Gerner
Hi BTC, On Saturday, July 20, 2019 at 6:48:20 PM UTC+2, BurningTreeC wrote: > > There's also a "Timestamps off" button in the sidebar > Tools > > btc > You're right (I forgot about that option) but it removes also the username AND only works for new tiddlers. Cheers, Ton -- You received

Re: [tw5] Re: complex filter for historical data

2019-07-20 Thread Aidan Grey
Why don't you just use a date field as on a journal, and then use the date difference macro to get the number of days since X date? that seems like it would be MUCH easier On Sat, Jul 20, 2019 at 3:59 AM Sebastian Ovide wrote: > Hi Mario > > thanks for the answer. > > I've forked GSD5 and

[tw5] Re: sorry - newbie: how do I include a (transcluded?) link in a TiddlerTemplate?

2019-07-20 Thread Mat
> > Now, at the top of the constructed task tiddler, I'm wanting a link like > you would get when using list (i.e. a draggable tiddler) > I probably misunderstand you but if you with "a link like you would get when using list (i.e. a draggable tiddler)" mean a link that someone can drag into

Re: [tw5] Re: Killing Timestamps

2019-07-20 Thread Dan Lokemoen
Ton, You were right on the money. (although I misread your instructions about four times before I got it working -- Twiddler noob here) Thanks a lot, man. Also got to look at some Tools, so good help all around. On Sat, Jul 20, 2019 at 1:18 PM Ton Gerner wrote: > Hi BTC, > > On Saturday, July

[tw5] Killing Timestamps

2019-07-20 Thread Watt
Do you mean the 'created' and 'modified' fields? https://tiddlywiki.com/#TiddlerFields If so I think they're built in and required. Might be possible to reset them to dates of your choosing though. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Newbie breaks Control Panel

2019-07-20 Thread MagoArcade
test post testing images on gg. Large size: [image: map2.png] On Friday, 19 July 2019 16:39:21 UTC+1, MagoArcade wrote: > > I've had this a couple of times now whilst using the desktop client > (haven't tried to re-create via other serving means). It seems to stop > displaying the usal

[tw5] Re: menu item linking to website

2019-07-20 Thread Ton Gerner
Hi Eric, In my - documented (by guides/plugins) - journey to learn TW5 I started already in the alpha phase of TW5. It's a very long time ago (January 2014) I made (in TW 5.06beta) the first version of a 'Top + Left menu' (the 'Top menu' is a direct spinoff of that 'Top + Left menu'). It was

[tw5] Re: Killing Timestamps

2019-07-20 Thread Mohammad
Added to TW-Scripts On Saturday, July 20, 2019 at 9:10:23 PM UTC+4:30, Ton Gerner wrote: > > Hi Dan, > > You can very easy hide the subtitle (username, modified date) by creating > a stylesheet (tiddler tagged with $:/tags/Stylesheet) containing: > > .tc-subtitle { > display:none; > } > >

[tw5] Filtering Lists by a field that contains multiple sub-fields

2019-07-20 Thread Watt
Hi Steve Tiddlymap is a beautiful thing! There was a similar question just the other day - I hope Mat doesn't mind me quoting his answer to that; "TiddlyMap is a project from one individual, Felix Kupper / Felix Hayashi. I doubt anyone else can answer but he is, as far as I know, not very

[tw5] Re: Filtering Lists by a field that contains multiple sub-fields

2019-07-20 Thread MagoArcade
Thanks for the answer, Watt. Miraculously (I have no idea how) I managed to solve it myself. It's probably hacky and would welcome a more eloquent answer, but I used a combination of regex and a variable to hold it (even used that there 'transclusion' to hold the variable value in a tiddler +

[tw5] sorry - newbie: how do I include a (transcluded?) link in a TiddlerTemplate?

2019-07-20 Thread MagoArcade
Errr, how to explain? I'm constructing a Tiddler Template for a task template. It'll contain verious informaiton about the task it eventualyl becomes. Some exalpe code in it: Task Details: |!Field|!Value| |>| Map | |caption|{{!!caption}}| |tmap.id|{{!!tmap.id}}| |tmap.edges|{{!!tmap.edges}}|

[tw5] Re: Unexpected variable behaviour in filter

2019-07-20 Thread 'Mark S.' via TiddlyWiki
When using the angle brackets (< and >) in a filter for variable substitution, the brackets swap places with the original square ([ and ]) brackets. So your second filter should be like: filter="[regexp:tmap.edges]"> Good luck! On Saturday, July 20, 2019 at 2:13:49 PM UTC-7, MagoArcade wrote:

[tw5] Re: Unexpected variable behaviour in filter

2019-07-20 Thread MagoArcade
Bingo! Thanks fella. Blimey - it reminds me of learning batch, this! On Saturday, 20 July 2019 22:25:55 UTC+1, Mark S. wrote: > > When using the angle brackets (< and >) in a filter for variable > substitution, the brackets swap places with the original square ([ and ]) > brackets. So > your

[tw5] Re: Polly (2) -- Downloads as HUB

2019-07-20 Thread @TiddlyTweeter
Ciao Mark S. & interested avians -- There are issues with *.\lib\Get-IniContent *related to whitespace handling. In the "test" version of Polly I discovered that IF a "parrots" setting line has trailing spaces it will fail to parrot. I'll change the module's regular expressions for next

[tw5] Re: Filtering Lists by a field that contains multiple sub-fields

2019-07-20 Thread Watt
50 years ago! https://youtu.be/Vl89g2SwMh4 -- 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 view this discussion on

[tw5] Tag format: restricted tag list on left, meta tag on right, in same line

2019-07-20 Thread Aidan Grey
Hello all, With various people's help (especially Mark S's), I have accomplished my goals, and I thought I should share it all for all the others who wanted to do something similar: GOALS: 1. Filter out some tags, so they don't show up in any tiddler's tag wrapper. 2. Define some meta tags in

[tw5] Re: RegEx not working in filter despite correct format

2019-07-20 Thread 'Mark S.' via TiddlyWiki
This sort of thing used to drive me nuts. Still does sometimes. It looks for all the world like you have properly formed and even tested your string regular expression construction. But you haven't because your macro is first getting passed to the *value *attribute, and THEN being rendered.

[tw5] Re: Polly (2) -- Downloads as HUB

2019-07-20 Thread Mohammad
Many thanks Josiah, If I want to use Polly on Windows 10, is there any documentation / tutorial to help me! I understood there is no installation required! Thank you On Saturday, July 20, 2019 at 11:23:47 PM UTC+4:30, @TiddlyTweeter wrote: > > Ciao Mohammad & interested avians > > Mohammad

Re: [tw5] Re: Tag format: restricted tag list on left, meta tag on right, in same line

2019-07-20 Thread Aidan Grey
LOL no. I didn't notice it was adding them to all tiddlers until after I posted, and I was hoping to sort it out before anyone noticed. As it turns out - I can't figure out what I've done wrong that it's adding them to every tiddler. On Sat, Jul 20, 2019 at 9:00 PM Mohammad wrote: > Thanks

[tw5] Re: variable and state tiddler

2019-07-20 Thread Mohammad
Example Create a tiddler in https://tiddlywiki.com/ and put below script inside the it and save! <$vars stVar="show"> <$button set=<> setTo="show">Show me <$button set=<> setTo="hide">Hide me <$reveal type="match" state=<> text="show"> ! This is the revealed content And this is some text

[tw5] Timimi: Support extended to TW-Classic

2019-07-20 Thread Riz
Hi, Thanks completely to efforts by Yakovl, Timimi has basic support for saving TW-Classic now. Rememeber, the suuport extended to TWC is basic and differs from TW5 saving in the following ways - In TWC you need to press the save-changes button to save the wiki. The behaviour of TW5 where each

[tw5] Re: variable and state tiddler

2019-07-20 Thread PMario
Hi, How can you control the reveal state from the sidebar??? -m -- 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 view

[tw5] Re: variable and state tiddler

2019-07-20 Thread PMario
Hi, IMO this doesn't make sense. The good thing for TW is, that the internal state can be 100% controlled with tiddlers. Everything can be controlled using tiddlers. It would be a huge regression, if this functionality would be lost. have fun! mario -- You received this message because

[tw5] Re: variable and state tiddler

2019-07-20 Thread Mohammad
Hi Mario Thanks for your reply! I know for for global variable (state) we need something like state tiddler! My question was to have state var for simple cases like in place toggle button! This avoid creating extra tiddlers! --Mohammad On Sunday, July 21, 2019 at 9:48:17 AM UTC+4:30, PMario

[tw5] Re: The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread 'Complex Little Pirate' via TiddlyWiki
Found it! Cloned it as a backup, deleted the list that was in it, reloaded and all is now fresh and sweet in the tags menu of Manager. Thanks very much indeed for your help. On Sunday, July 21, 2019 at 10:22:42 AM UTC+10, PMario wrote: > > Hi, > > Open this tiddler: >

[tw5] variable and state tiddler

2019-07-20 Thread Mohammad
Some widgets use state tiddlers to store a state for further operations! My question is can we use state variable instead of state tiddler / state field? The benefit is you dont need anymore to create new tiddler, have unique tiddler and so on for example <$vars myvar="yes" > <$button set=<>

[tw5] Re: The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread PMario
Hi, Sorry. ... $:/config/Manager/RecentTags is a *SystemTiddler *in Advanced search. If it doesn't exist, you need to create a tag in $:/Manager first, so the tiddler is created. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: variable and state tiddler

2019-07-20 Thread Mohammad
Note This is a proposal! Note that TW still creates a state tiddler here it creates a tiddler show and hide! My proposal is to remove needs for state tiddlers in such a case! --Mohammad On Sunday, July 21, 2019 at 6:58:33 AM UTC+4:30, Mohammad wrote: > > Example > Create a tiddler in

[tw5] Re: The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread PMario
Hi, Open this tiddler: https://tiddlywiki.com/#%24%3A%2Fconfig%2FManager%2FRecentTags in your wiki and modify the list field -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread 'Complex Little Pirate' via TiddlyWiki
Hi. Thanks for this wonderful group where I have searched and found so many answers to my newbie questions. I use TW5 to manage my writing project (novel). It was a really life-changing discovery for me as a writer, for years I tried to find different tools to support my natural instinctive

[tw5] Re: The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread 'Complex Little Pirate' via TiddlyWiki
Thank you very much for your quick reply. I looked down the list of shadow tiddlers, but couldn't find /config/Manager/RecentTags. I couldn't find it using $:/AdvancedSearch, either. However, it was referenced in $:/Manager/ItemSidebar/Tags, which in edit mode offered me this: This is a

[tw5] RegEx not working in filter despite correct format

2019-07-20 Thread MagoArcade
Hi - having problems with variables in filters. The code below doesn't produce any results: \define rx_TidID_RelType(Tid RelType) "$Tid$".*"$RelType$" \end - ''All Sub-tasks of this tiddler'' <$set name=rxSearch value=<>> rxSearchTerms: <> <$list filter="[regexp:tmap.edges]">

[tw5] Re: The 'tags' menu in $:/Manager shows many defunct tags - can I stop this?

2019-07-20 Thread 'Complex Little Pirate' via TiddlyWiki
LOL. I reimported $:/Manager/ItemSidebar/Tags from the mothership at https://tiddlywiki.com/. The tags menu has now reappeared in $:/Manager, complete with all the defunct tags as before. My mission remains to follow your kind directions and find /config/Manager/RecentTags! On Sunday, July

[tw5] Re: Tag format: restricted tag list on left, meta tag on right, in same line

2019-07-20 Thread Mohammad
Thanks Aidan for sharing this! My question is do you intentionally show the meta tags on all tiddler even they have not that tags? --Mohammad On Sunday, July 21, 2019 at 7:09:09 AM UTC+4:30, Aidan Grey wrote: > > Hello all, > > With various people's help (especially Mark S's), I have

[tw5] Re: is it possible to list fields that have a specific prefix ?

2019-07-20 Thread Sebastian Ovide
great thanks ! On Saturday, 20 July 2019 02:20:04 UTC+1, Mark S. wrote: > > Example of fetching fields and values in current tiddler where field name > starts with "my" : > > <$list filter="[all[current]fields[]prefix[my]]" variable="field"> > <$list filter="[all[current]get]" variable="value">

[tw5] complex filter for historical data

2019-07-20 Thread Sebastian Ovide
Hi All, I have these tiddlers: "my tiddler 1", "my tiddler 2", ... , "my tiddler n". For each I'd need to save a numerical value in another tiddler that I'll create for each day, like a journal that in a future I could use for generating historical graphs. So I'd should have something like