[tw5] Re: Table of content showing only tags with a tag count greater than zero

2019-01-06 Thread 'Stuart Amor' via TiddlyWiki
Thank you Tony, I agree that it should perhaps be done as a separate function rather than an adaptation, but I could do with more of a steer on how to exclude tags with a zero count from a tag list On Friday, 4 January 2019 23:12:57 UTC, TonyM wrote: > > Stuart, > > The Tiddler

[tw5] Table of content showing only tags with a tag count greater than zero

2019-01-04 Thread 'Stuart Amor' via TiddlyWiki
I am trying to create an itinerary catalogue. l have spent a great deal of time devising a tag directory structure that will allows me to add individual item tiddlers into an organised tree. The problem l have is that I now have a Table of Contents containing a great deal of "empty

[tw5] Re: Creating inline editable fields

2018-12-04 Thread 'Stuart Amor' via TiddlyWiki
Sorry for the late reply, but I wanted to double check first. I had tried calling using this method, firstly the edit button is no longer popping up and floating, but when I click the button its displaying "<$edit-text tiddler="$:/state/edit//" field= tag=textarea />" also a tiddler called !!

[tw5] Creating inline editable fields

2018-11-02 Thread 'Stuart Amor' via TiddlyWiki
By piecing together several code snipets, I came up with a macro that allowed me to edit the summary field in line: \define stateEditTid() $:/state/edit/$(parItem)$ \define tempTid() $:/temp/edit/$(parItem)$ \define createTemp() <$action-setfield $tiddler="$(tempTid)$" $field="summary"

[tw5] Tiddler Count to dictate HTML table rowspan

2018-08-16 Thread 'Stuart Amor' via TiddlyWiki
I am trying to devise a way where a tiddler tag count dictates the number of merged columns in a table. The following lines gives me the tiddler tag count: <$count tiddler="Contents" filter=[tag[Contents]]/> And I am using the following script example to generate a html table colspan: 3

Re: [tw5] Re: IMG Tooltip

2018-08-07 Thread 'Stuart Amor' via TiddlyWiki
I agree Mat, it’s been a real masterclass experience. Jeremy has shown us insight that I have picked up on other google threads. -- 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,

Re: [tw5] Re: IMG Tooltip

2018-08-07 Thread 'Stuart Amor' via TiddlyWiki
Thank you guys, this has been a real education. I have taken Jeremy's code and have tried to expand it to create a button that when clicked brings up an enlarged image, however the image in the popup is very narrow? \define image(tiddler) <$button class="tc-btn-invisible tc-thumbnail-image"

[tw5] Re: IMG Tooltip

2018-08-07 Thread 'Stuart Amor' via TiddlyWiki
Thank you Mat, that worked. The only reason I had two separate marcos was in desperation On Tuesday, 7 August 2018 11:39:09 UTC+1, Mat wrote: > > I'm unsure why you have two separate macro calls in your example. > Regardless, maybe this works: > > > \define image-inner() [img width=80

[tw5] IMG Tooltip

2018-08-07 Thread 'Stuart Amor' via TiddlyWiki
I would like the tooltip for an inserted image to be a transcluded field from within the associated image tiddler. I have played around with a few options, this is what I believe has been my best shot, however the tooltip macro whilst correctly getting the image tiddler name doesn't get

[tw5] Re: Show tag list only when grandchildren exist

2018-08-03 Thread 'Stuart Amor' via TiddlyWiki
Its been awhile since I have used TW5 and its coming back to me slowly... I have currently got down to the following code: \define tagtable(Tag) <$list filter="[tag[$Tag$]]" variable="Parent"> <$list filter="[tagsort[]]" variable="Child"> <$list filter="[tagsort[]]"

[tw5] Re: Show tag list only when grandchildren exist

2018-08-02 Thread 'Stuart Amor' via TiddlyWiki
Thank you Diego, that has certainly put me on the correct path! If I wanted to take this to the next stage, how could I change the output so that it would be presented as a outline structure: - Y - Z1 - Z2 - Q - P1 - P2 On Tuesday, 24 July 2018 19:10:41

[tw5] Show tag list only when grandchildren exist

2018-07-24 Thread 'Stuart Amor' via TiddlyWiki
I am looking for a way of returning a list of all the tiddlers that are tagged with the current tiddler title. However I would like to omit all tiddlers that are not themselves subsequently tagged. Let me try to give you an example... if I have three tiddlers X, Y and Z. Within the parent

[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-21 Thread 'Stuart Amor' via TiddlyWiki
I think having the option in the control panel to turn it off makes sense. Turning it off would then allow you to error check the links as the true unique title IDs would be displayed. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Globally changing internal links to display caption text if possible?

2017-06-18 Thread 'Stuart Amor' via TiddlyWiki
Thank you for all your responses. I am not at all put off at all. I have already had to make quite a few changes for this to work. There have been a few discussions about captions and alternative (non-unique) titles before. In fact this is not the first time I have been down this route, but

[tw] Re: [TW5]3d panorama 360 in a single tiddlywiki file. demo.

2017-06-13 Thread 'Stuart Amor' via TiddlyWiki
I can't work out why changing the tiddler title "Перетащите картинку" to an English translation breaks everything - where is this title referenced? On Friday, 7 April 2017 03:59:54 UTC+1, sini-Kit wrote: > > here is the reference for internal panorama.jpg > http://heeg.ru/panorama.html#newpan

[tw] [TW5]3d panorama 360 in a single tiddlywiki file. demo.

2017-04-06 Thread 'Stuart Amor' via TiddlyWiki
I really like this and think it has great potential. I have been looking at how it could be turned into a macros, but I can see where you could change the name of the reference panoramic Tiddler? It would be nice to have multiple pictures in one file -- You received this message because you

[tw] Using tiddlywiki colours within an SVG

2016-06-23 Thread 'Stuart Amor' via TiddlyWiki
Is there a way to get an SVG, such as Motovun Jack.svg to use the default foreground colour rather than black? I have tried replacing every reference to black with <>, but this doesn't work. I work with a pdf that needs to accommodate palette changes and when the colours are inversed the

[tw] Re: Like Taggly but in a table...

2016-06-13 Thread 'Stuart Amor' via TiddlyWiki
Wow, that was easy - thank you On Monday, 13 June 2016 17:44:23 UTC+1, Mat wrote: > > One error is > > [tag[<>]sort... > > > it should read > > [tagsort... > > > See if that changes it. > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Like Taggly but in a table...

2016-06-13 Thread 'Stuart Amor' via TiddlyWiki
Can anybody help me with the following code? I would like to add a third column in the end, but I am stuck just getting two to work... \define tagtable(primary) PrimarySecondary <$list filter="[tag[$primary$]sort[]]" variable="ColA"> <$link to=<>><> <$list filter="[tag[<>]sort[]]"

[tw] Re: Can checkboxes use data dictionaries?

2016-06-10 Thread 'Stuart Amor' via TiddlyWiki
This works well for me, but rather then entering a "0" when unchecked is it possible to remove the index and value from the data tiddler? On Monday, 30 May 2016 20:36:47 UTC+1, Eric Shulman wrote: > On Sunday, May 29, 2016 at 2:49:13 PM UTC-7, Mark Armitage wrote: > I would like to have a

Re: [tw] TW5: extracting data from data dictionaries

2016-06-10 Thread 'Stuart Amor' via TiddlyWiki
Has anybody develop a hack for this? My data tiddlers look like this: Sink: 1 Taps: 1 Toilet: 0 I would like to create a list of all the Index values, but only the ones that have a value of "1" -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: [TW5] Removing indicies from data tiddlers and using regex to list/search data tiddler indicies

2016-06-10 Thread 'Stuart Amor' via TiddlyWiki
I think I may have missed a fundamental point here. I have followed the above examples and entered: \define thisSearchMacro() <$list filter="[[$:/data/Entrance]indexes[]regexp:title[(?i)$(thisSearch)$]]"> <$transclude tiddler="$:/data/Entrance" index=<>/> \end <> I don't understand how the

[tw] Re: Create a list of data-dictionary tiddlers that contain a certain text field

2016-06-09 Thread 'Stuart Amor' via TiddlyWiki
On Thursday, 9 June 2016 10:06:38 UTC+1, BJ wrote: > Hi Stuart, > try > <$list filter="""[is[system]] [is[shadow]] +[search["Door Look": "1"]] > +[remove prefix[$:/data/]sort[list]]"""/> > > all the best > BJ > > On Thursday, June 9, 2016 at 7:19:38 AM UTC+1, Stuart Amor wrote:Ok, I think > I

[tw] Re: Create a list of data-dictionary tiddlers that contain a certain text field

2016-06-09 Thread 'Stuart Amor' via TiddlyWiki
Ok, I think I was guilty of making the solution to my ask too hard. I realised that a simple search filter would work and the fact the tiddlers that I was searching through were data tiddlers didn't matter. <$list filter="[is[system]] [is[shadow]] +[search[Door Lock]] +[remove

[tw] Re: Removeprefix syntax

2016-05-06 Thread 'Stuart Amor' via TiddlyWiki
Reading the documentation I thought this would work? But it doesn't... <$list filter="[is[system]] [is[shadow]] +[search[Door Status Monitoring: X]] +[tag[$:/tags/sectec/office-location-data]]" +[removeprefix[$:/]] template="$:/core/ui/ListItemTemplate"/> -- You received this message because

[tw] Removeprefix syntax

2016-05-06 Thread 'Stuart Amor' via TiddlyWiki
I have a question which is hopefully easily solved. I have the following list filter:- <$list filter="[is[system]] [is[shadow]] +[search]+[tag[Hidden Data]]" template="$:/core/ui/ListItemTemplate"/> This search produces a list of my custom hidden tiddlers that contain a particular search

[tw] Re: Create a list of data-dictionary tiddlers that contain a certain text field

2016-04-01 Thread 'Stuart Amor' via TiddlyWiki
C Pa, that is a great solution and works well - thank you. However, removing the X breaks a matrix table that listed the locations as column headers and the items as row headers with an "X" if it existed or a "-" if it didn't. How would I modify my <$transclude tiddler=<> index=<>>- To give

[tw] Create a list of data-dictionary tiddlers that contain a certain text field

2016-03-31 Thread 'Stuart Amor' via TiddlyWiki
I have created several hidden Data-dictionary tiddlers all containing the same information but referring to a different entity. For example, I have a tiddler called "$:/data/Bathroom", that contains the following: Sink:X Toilet:X I also have a Data-Dictionary called "$:/data/Kitchen" that

[tw] Re: Summary Matrix Table

2016-03-03 Thread 'Stuart Amor' via TiddlyWiki
Thank you, could you provide me with a link to the material? -- 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] Summary Matrix Table

2016-03-03 Thread 'Stuart Amor' via TiddlyWiki
I am trying to use tiddlywiki to create room datasheets. I have each room created as it's own tiddler and labelled "rooms". The within each room tiddler I tag the plant in the room, which likes to a tiddler labelled "plant". Let me give you an example - I have two room tiddlers called