[tw5] Re: list fields filtered by content

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Hi Dave, Tony is right -- there is something funny going on with the "title". It appears that it's not only a constructor, but that it gets invoked even if the filter operators leading up to it should result in the null set. The following variation worked on my test (but they *always* work on

[tw5] Re: list fields filtered by content

2018-08-01 Thread TonyM
Note: Title is a constructor - A few operators ignore their input and generate an independent output instead. These are called selection constructors: they construct an entirely new selection . is this what you really want? Tony On

[tw5] Re: list fields filtered by content

2018-08-01 Thread TonyM
Dave, I have not played much with datatiddlers, so cant help too much however Have you tried to look inside the problem like this <$list filter="[all[current]fields[]]" variable="fieldname"> *fieldname=<>* <$list filter="[all[current]getprefix[1]suffix[1]title]" variable="refined">

[tw5] Re: list fields filtered by content

2018-08-01 Thread Dave
Hi, I had some time to start work on this again and realized something's wrong. If you look at the testResults.png (see attached) it shows that instead of only getting the data from the tiddlers listed as fields with the value "1" (there's only one of them with that value), it just gets them

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread TonyM
Alexei R, *Some food for thought* As an ICT Consultant, I plan to do exactly what you are doing to document IT infrastructure. I can see how to make a button that would take the value from a field and set it as a tag. Normally this would occur in the viewTemplate. I would have this button

[tw5] Re: thumbnail images from tiddlers

2018-08-01 Thread TonyM
Mohammad, It would be nice for this to be automated, but if you needed thumbnails to be generated for slides you could do so with each slide using open in new window, a good capture tool like snagit, resize the image then drag it to the wiki, the add the image title to a thumbnail field.

[tw5] Re: Where is the "about" or "help" tiddler?

2018-08-01 Thread TonyM
Mark, Totally agree with your approach, https://tiddlywiki.com/prerelease/ is currently doing this with a ? icon in the page toolbar. This could also be listed somewhere in more or tools sidebars tabs so it can be found again if suppressed. It should be minimal but lead back to the source and

[tw5] Re: username not saved, node

2018-08-01 Thread TonyM
Alex, It could be argued this is a feature, it may also essential if the authorisation comes from elsewhere (logins/password) You could look into startup actions to set a user name each time. You need to set the text of $:/status/UserName We no longer use cookies as we did in TWC to do this.

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread TonyM
Arlen On Thursday, 2 August 2018 03:03:31 UTC+10, Arlen Beiler wrote: > > Does termux have the same problem on the same device? > I used Termux, purchased the add on for the load on restart but never got it to auto-load. Limits of my bash script knowledge I expect. I only used the node version

[tw5] Re: Table of contents: multiple tags?

2018-08-01 Thread TonyM
DemoniWaari What about listing all days in each month, after all there is never more than 31 of them and if a day is the first day of the week eg; monday show the week name next to that day, This acknowledges the weeks are not a subset of months. You could just show every monday and its week

[tw5] Re: Where is the "about" or "help" tiddler?

2018-08-01 Thread @TiddlyTweeter
> > Mark S. wrote: ...just to funnel people who are making personal use of TW > back to the website and/or forum which they may have forgotten. Hopefully they would never have known how they got it. Josiah -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Where is the "about" or "help" tiddler?

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Help with the raw TW. A help framework would be too case-specific and probably controversial. I was thinking along the lines of a tiddler or two included with the "empty" edition, that was mostly out of the way but could be configured to not show if the user really wanted it suppressed. The

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread @TiddlyTweeter
> > @TiddlyTweeter wrote: >> >> Bean's dental encounter was more about "Re-making The Self": >> https://www.youtube.com/watch?v=60NSM_EHmuw >> > On Wednesday, 1 August 2018 18:59:22 UTC+2, Mark S. wrote: > I knew there had to be some deep inner meaning. > I just thought it was just Buster

[tw5] Re: thumbnail images from tiddlers

2018-08-01 Thread Mohammad
Thank you Mark for your time and help. Yes, I saw the Tiddlywiki.com has done the same! But I will go through css and I think If I can develop some css code with a good template I will be able to create the thumbnail! The application for me is to have all my slides in a presentation (in

[tw5] Re: Where is the "about" or "help" tiddler?

2018-08-01 Thread @TiddlyTweeter
Help needs to be there. One click away. Part of the issue is that TW can be different things. Help with WHAT? This implementation? Or "raw" TW? Anyway. Adding a method for auto adding help would be a double-plus IMO. Josiah Mark S. wrote: > > > Looking at a recent question in the forum, I

[tw5] Re: Where is the "about" or "help" tiddler?

2018-08-01 Thread Mohammad
Agree! No you can only see the info page (tiddler) which has not enough information! *Mohammad* On Wednesday, August 1, 2018 at 9:40:46 PM UTC+4:30, Mark S. wrote: > > Just a thought. > > Looking at a recent question in the forum, I realized that not everyone > may know how to get help. Sure,

[tw5] Re: thumbnail images from tiddlers

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Making your own images would be the most obvious and precise way of doing this. It would also mean of course that you would have to regularly update. I'm sure there's various screen-capture utilities that could help, but it would still take awhile if you have a lot of tiddlers. -- Mark On

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread 'Mark S.' via TiddlyWiki
PMario has a plugin that may do what you want: https://wikilabs.github.io/editions/tocP/#tocP%20-%20Parent%20Based%20TOC On Wednesday, August 1, 2018 at 11:42:12 AM UTC-7, Alexei R wrote: > > I'm trying to use TiddlyWiki to map / document some company's IT > infrastructure. > There are couple

Re: [tw5] Announcing TWITS for data folders!!!

2018-08-01 Thread Arlen Beiler
There are two main reasons why I store my data folders in my Dropbox. First, syncing my changes to Dropbox is super fast, even on a slow network. Second, changes are saved instantly, including draft tiddlers, which means I never lose work. It feels much more responsive and gives me a sense of

[tw5] Re: Announcing TWITS for data folders!!!

2018-08-01 Thread 'Mark S.' via TiddlyWiki
It's interesting, but loading was slow. Maybe 3 tiddlers a second? If I had a 1000 tiddlers that might be too long. I like that it gives you a count while it loads. -- Mark On Monday, July 30, 2018 at 12:34:10 AM UTC-7, Arlen Beiler wrote: > > Hello everyone, > > I have worked out a

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread Alexei R
I'm trying to use TiddlyWiki to map / document some company's IT infrastructure. There are couple types of entities (tiddlers) servers, network equipment, software, OS, vendors, manufacturers, specs etc. I provide relationships between entities by tags and individual properties of each entity

Re: [tw5] thumbnail images from tiddler

2018-08-01 Thread Alex Hough
an idea: maybe transclude through a template? ALex On 30 July 2018 at 19:47, Mohammad wrote: > Is there any way to produce thumbnail images from tiddlers say tagged with > someTag? > > for example: > > > <$list filter="[tag[someTag]]"> > <> > > > > > It seems trasclude does not keep the

[tw5] username not saved, node

2018-08-01 Thread Alex Hough
Hi TW I'm using the node version, i've noticed that when I reload the user name does not persist. Is this a bug? best Alex -- 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

Re: [tw5] Announcing TWITS for data folders!!!

2018-08-01 Thread Alex Hough
So you could link your node .tid files to dropbox? I can see the point of running a single file TW am i missing the benefit of saving .tid files Alex On 1 August 2018 at 19:22, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > TiddlyWiki on node (and TiddlyServer) can

Re: [tw5] Announcing TWITS for data folders!!!

2018-08-01 Thread 'Mark S.' via TiddlyWiki
TiddlyWiki on node (and TiddlyServer) can run with data tiddlers. That is, each tiddler is in it's own file below a common subdirectory and is served up by the tiddlyserver as though it were one single TiddlyWiki. This has some advantages, like instant upgrades, faster load times, and you can

Re: [tw5] Announcing TWITS for data folders!!!

2018-08-01 Thread Alex Hough
Hi Arlen I am using a TW file and it works really well. I've partnered it with Updog Its amazing! thank you! a final question: when you say "data folders" what do you mean? Alex [1] https://updog.co/news/tiddly-wiki/ On 1 August 2018 at 02:10, Arlen Beiler wrote: > Dropbox confirms it with

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

2018-08-01 Thread @TiddlyTweeter
Ciao Mark S. I been playing with this. Create Tiddler: $:/temp/mark-test ... ... on Single File TW in normal browser & in TiddlyDesktop PERSISTS between sessions. Under node & Bob exactly the same gets deleted inter-session. I made an issue on GitHub here:

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Unfortunately, termux won't run on my device. On Wednesday, August 1, 2018 at 10:03:31 AM UTC-7, Arlen Beiler wrote: > > Does termux have the same problem on the same device? > > On Thu, Aug 2, 2018, 00:50 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com > wrote: > >> 0.0.0.0 has been used

[tw5] Where is the "about" or "help" tiddler?

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Just a thought. Looking at a recent question in the forum, I realized that not everyone may know how to get help. Sure, at one time they may have downloaded TW from TiddlyWiki.com, but that doesn't mean that they remember the site name. Was it tiddlywiki.org? TiddleWiki.net ? Once someone

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread FrD
Hi, One place to start : https://tiddlywiki.com/dev/ and type hook in the search area. I've found this too : https://groups.google.com/d/msg/tiddlywikidev/bQn6jkco48w/etaznVc4AAAJ I don't know in what kind of module the JS code needs to be, and if it's a startup module, when does it has to

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread Arlen Beiler
Does termux have the same problem on the same device? On Thu, Aug 2, 2018, 00:50 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > 0.0.0.0 has been used with TW on node to make the instance available to > everyone on the local network. I'm pretty sure it worked with tiddlyserver >

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread 'Mark S.' via TiddlyWiki
On Wednesday, August 1, 2018 at 8:49:08 AM UTC-7, @TiddlyTweeter wrote: > > Mark S. wrote: >> >> Reminiscent of the Mr. Bean goes to the dentist episode. >> > > Bean's dental encounter was more about "Re-making The Self": > https://www.youtube.com/watch?v=60NSM_EHmuw > I knew there had to be

[tw5] Re: Add/Remove Tags from Tiddler

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Works fine when I test it. Note that it doesn't toggle between the two states -- that wasn't the original request. -- Mark On Wednesday, August 1, 2018 at 9:13:19 AM UTC-7, Uwe wrote: > > Hm, I'm wondering, why this code doesn't work at tiddlywiki.com. > Greetings, > > Uwe > > >>> \define

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Where do I learn about this hook? Thanks! -- Mark On Wednesday, August 1, 2018 at 9:21:14 AM UTC-7, FrD wrote: > > Hi, > > Another way would be to use the "th-saving-tiddler" hook (if it's > available). So when you save the tiddler it automagically add the value of > field1 as a tag. > But

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread 'Mark S.' via TiddlyWiki
0.0.0.0 has been used with TW on node to make the instance available to everyone on the local network. I'm pretty sure it worked with tiddlyserver on Windows (I'll need to reboot to check) and certainly with Bob -- which is why Jed has these warnings about using it in a coffee-shop environment.

[tw5] Re: Firefox v61, can we just save over our current Wiki file without all the dialogs?

2018-08-01 Thread FrD
Hi, If you go with one firefox extension, there are some simple "tricks" that allow you to keep your TW files outside the Download folder (with symbolic links). Regards FrD Le mercredi 1 août 2018 18:44:50 UTC+2, FrD a écrit : > > Hi, > > There are some answers at

[tw5] Re: Firefox v61, can we just save over our current Wiki file without all the dialogs?

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Checkout https://github.com/pmario/file-backups On Wednesday, August 1, 2018 at 9:37:57 AM UTC-7, Chuck R. wrote: > > I have Firefox v61 on Windows 7. > > Is it possible that when I click the save button (on sidebar, on right) to > save all my changes, that we can just save over the current TW

[tw5] Re: Firefox v61, can we just save over our current Wiki file without all the dialogs?

2018-08-01 Thread FrD
Hi, There are some answers at https://tiddlywiki.com/#GettingStarted Click on "Firefox". savetiddllers and file-backups are two firefox extensions as you look familiar with this kind of things. But the other solutions are great too. Regards FrD Le mercredi 1 août 2018 18:37:57 UTC+2, Chuck

[tw5] Firefox v61, can we just save over our current Wiki file without all the dialogs?

2018-08-01 Thread Chuck R.
I have Firefox v61 on Windows 7. Is it possible that when I click the save button (on sidebar, on right) to save all my changes, that we can just save over the current TW file without going through all the Firefox Save As dialogs, and confirm to save? TiddlyFox no longer works with FF 61.

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread FrD
Hi, Another way would be to use the "th-saving-tiddler" hook (if it's available). So when you save the tiddler it automagically add the value of field1 as a tag. But that's way above my TW skills :-) Regards FrD Le mercredi 1 août 2018 17:55:55 UTC+2, FrD a écrit : > > Hi, > > I don't much

[tw5] Re: Add/Remove Tags from Tiddler

2018-08-01 Thread Uwe
Hm, I'm wondering, why this code doesn't work at tiddlywiki.com. Greetings, Uwe >> \define myactions() >> <$fieldmangler> >> <$action-sendmessage $message="tm-add-tag" $param="OldTopics"/> >> <$action-sendmessage $message="tm-remove-tag" $param="Topics"> >> >> \end >> \define makeOld() >> Add

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread Arlen Beiler
So if one ip address is bound, does that render 0.0.0.0 inoperative, or does it just listen on all the others, I wonder. You should try searching this online, because it's probably a pretty common thing. Arlen On Wed, Aug 1, 2018, 18:23 wrote: > don't know where you got the idea of 0.0.0.0

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread FrD
Hi, I don't much about the edit template, but apart from typing John :-), I can't think of any other solution. Having taken a quick look at $:/core/ui/EditTemplate/tags which is the part of the edit template which deals with tags, ant at the tag-picker macro ($:/core/macros/tag-picker), I

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread @TiddlyTweeter
Mark S. wrote: > > Reminiscent of the Mr. Bean goes to the dentist episode. > Bean's dental encounter was more about "Re-making The Self": https://www.youtube.com/watch?v=60NSM_EHmuw The "Head First" series of books will have inanimate objects interviewing > inanimate objects. So, it has been

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread 'Mark S.' via TiddlyWiki
Reminiscent of the Mr. Bean goes to the dentist episode. The "Head First" series of books will have inanimate objects interviewing inanimate objects. So, it has been done. -- Mark On Wednesday, August 1, 2018 at 8:22:53 AM UTC-7, @TiddlyTweeter wrote: > > "I am not an animal. I am a human

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread @TiddlyTweeter
"I am not an animal. I am a human being." https://www.youtube.com/watch?v=9uL1Ll6lRoM Mark S. wrote: > > You shouldn't anthropomorphize things. They hate it when you do that. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread 'Mark S.' via TiddlyWiki
You shouldn't anthropomorphize things. They hate it when you do that. On Monday, July 30, 2018 at 1:06:08 PM UTC-7, @TiddlyTweeter wrote: > > One has the stupid idea of one interviewing about the formation of the > thing from the inside. One idea against has been the great danger that one >

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread Jed Carty
Tiddlywiki does not have a method for doing this. But what are you trying to achieve? If you already have a filed with the desired value in it you may be able to use the field value instead of the tag for whatever you are trying to do. -- You received this message because you are subscribed

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread Alexei R
I'll try to explain it again: Let say we have two tiddlers. One tiddler with a *field *named "field1" and it has value "John" and the another (second tiddler) tiddler has the same field "field1" but with enother value "Ringo". What should I type into area marked with red circle?

[tw5] Re: Transclude field value as a link

2018-08-01 Thread Jed Carty
Outside of filters, anything inside [[ and ]] is rendered as a link with the literal text inside being treated as the target of the link without substitutions because things inside the links often shouldn't be wikified. {{!!myfield1}} isn't changed because it is assumed to be the literal target

[tw5] Re: Transclude field value as a link

2018-08-01 Thread Alexei R
Thank you it is working! I'll look into https://tiddlywiki.com/#LinkWidget:LinkWidget%20PrettyLinks ... But intuitively this solution feels a bit complicated for such elegant tool as TiddlyWiki . It must be more laconic way Isn't it possible to replace <$link to={{!!myfield1}}> expression

[tw5] Re: Table of contents: multiple tags?

2018-08-01 Thread 'Mark S.' via TiddlyWiki
My uncreative approach would be to split week 31 into Week 31/A and Week 31/B. Otherwise I think you would have to rewrite the TOC to suppress the days when their month value (which you would need to add to each date) doesn't match the "grandparent" month. -- Mark On Wednesday, August 1, 2018

Re: [tw5] I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread @TiddlyTweeter
I forgot to mention that the "TW to TW" idea is broadly inspired by the old BBC interview series "Face to Face" that was extremely insightful. For instance the interview with Carl Jung ... https://www.youtube.com/watch?v=2AMu-G51yTY. But good interviews also, of course, happened after. But

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread 'Mark S.' via TiddlyWiki
FrD's method works -- but the code needs to be in the tiddler and you need to hit the button. Auto-tagging like you describe might be interesting. But I can see where it might get you into problems (like a field with massive amounts of text). -- Mark <$button>Field To Tag <$action-listops

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread FrD
Hi, I've tried it in https://tiddlywiki.com/ and it works for me. But maybe I misunderstood your question. Regards FrD Le mercredi 1 août 2018 15:39:51 UTC+2, Alexei R a écrit : > > I'v just tryed it doesn't work for me :-( > Isn't a simple way to just type somthing like {{!!myfield}}> into

[tw5] Re: Transclude field value as a link

2018-08-01 Thread FrD
Hi, Try : <$link to={{!!myfield1}}>{{!!myfield1}} Regards FrD Le mercredi 1 août 2018 15:49:40 UTC+2, Alexei R a écrit : > > Why following exsample doesnt works? > I have tiddler with field named *myfield1* that has value 22. > I would like to transclude / show *myfield1* value into tiddler

[tw5] Transclude field value as a link

2018-08-01 Thread Alexei R
Why following exsample doesnt works? I have tiddler with field named *myfield1* that has value 22. I would like to transclude / show *myfield1* value into tiddler text area as a link. When I enter* [[{{!!myfield1}}]]* expression as tiddler's text it rendered as link *{{!!myfield1}}* instead of

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread Alexei R
I'v just tryed it doesn't work for me :-( Isn't a simple way to just type somthing like {{!!myfield}}> into *tag name* input fild in tiddler editing mode? On Wednesday, August 1, 2018 at 4:15:38 PM UTC+3, FrD wrote: > > Hi, > > Create a tiddler. Add a field ("myfield" for the code below to

[tw5] Re: How to assign a field value as a tag name

2018-08-01 Thread FrD
Hi, Create a tiddler. Add a field ("myfield" for the code below to work). Assign a value to this field (even with white spaces). Add this code inside the tiddler : <$button>Field To Tag <$set name="myfieldvalue" value={{!!myfield}}> <$action-listops $field="tags" $subfilter="[]"/> Regards

Re: [tw5] I think it might work to have an interview series ... "TW to TW"

2018-08-01 Thread @TiddlyTweeter
Alex I'm not fully sure myself what I meant. I do sense an emerging trend with TW that is getting closer to "practical sharing". Though the idea of "sharing" TW (multi-user potential) per se interests me less than the lure of "exploratory conversation" in TW--i.e. not just Q & A. Rather

[tw5] How to assign a field value as a tag name

2018-08-01 Thread Alexei R
Hello Please help me to understend how can I assign value of a field as name of a tag. Let say we have one tiddler with *field *named "field1" and it has value "John" and the second has the same field "field1" with value "Ringo". How can I get the tiddler to be taged as "John" by refferensing

[tw5] Re: Template for set field?

2018-08-01 Thread Ste Wilson
Thanks for the response. It looks spot on! Thank you! -- 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

[tw5] Table of contents: multiple tags?

2018-08-01 Thread DemoniWaari
Hi, I have a table of contents where I keep my journal. The journal is further divided into months and weeks, so each month has multiple weeks under it. The problem is that if I have a week which has a few days in August for example (like week 31) and rest are in July, when I tag my daily

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread questorian
don't know where you got the idea of 0.0.0.0 from - that this wrong anway. This address generally means "All network interfaces on this host" - not what you mean. This is not really an IP address and more of a placeholder for certain configuration files. the address - 127.0.0.1 however is

[tw5] Re: Transclude the Whole Tiddler

2018-08-01 Thread Mohammad
Thank you FrD! I think I found the problem. My other tiddler with $:/tags/ViewTemplate has a code to show something for tiddlers tagged for example with slide! When I transclude a tiddler tagged with slide using $:/core/ui/ViewTemplate It seems the host tiddler is assumed not the transcluded

[tw5] Editor toolbar icon centering?

2018-08-01 Thread DemoniWaari
Hi, I have made an icon for a button that wraps a command around angle-brackets. I have also made an SVG icon for i. Unfortuately, I cannot understand why it is not centered properly! Here is the code for the SVG. As far as I can see it is exactly the same as for the linkify and transcludify

[tw5] Re: Template for set field?

2018-08-01 Thread FrD
Hi, I made a test. I create a tiddler named "test a" containing : enter text : <$edit-text tiddler="test b" field="input"/> In a tiddler called "test b" I put the following code : \define concatlatexfield() $${{!!input}}$$ \define actions() <$wikify name="latextext" text=<>> <$action-setfield

[tw5] Re: Template for set field?

2018-08-01 Thread Ste Wilson
Bump... How can I use the set field widget to put user entered text into $$text here$$ without the user having to do it manualy? -- 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,

[tw5] Re: Transclude the Whole Tiddler

2018-08-01 Thread FrD
Hi, Well that's strange ! If you look at the code of $:/core/ui/ViewTemplate you can see this near the end : <$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable="listItem"><$transclude tiddler=<>/> It seems the <$list> loop runs through all tiddlers tagged

[tw5] Re: Transclude the Whole Tiddler

2018-08-01 Thread Mohammad
That's quite true! Still there is a small problem! Those setting contents come from tiddlers tagged with $:/tags/ViewTemplate are missing in this transclusion! I mean you may apply settings or produce contents inside a tiddler tagged with $:/tags/ViewTemplate *Mohammad* On Wednesday, August

[tw5] Re: Transclude the Whole Tiddler

2018-08-01 Thread FrD
Hi, I think Mark S. already answered your question in the thread about thumbnails : use $:/core/ui/ViewTemplate when transcluding https://groups.google.com/d/msg/tiddlywiki/J7_Ne9_uy3E/U6SYjXhtAgAJ Regards FrD Le mercredi 1 août 2018 09:23:31 UTC+2, Mohammad a écrit : > > > In another post

[tw5] Transclude the Whole Tiddler

2018-08-01 Thread Mohammad
In another post I asked for thumbnail image of tiddler. In that post I encountered the issue to transclude a tiddler as a whole, that means a snapshot of tiddler trancluded, this include Tiddler text + title and what ever is

[tw5] Re: thumbnail images from tiddlers

2018-08-01 Thread Mohammad
One more question: Does this code also scale images embedded inside tiddlers or I have to have another CSS to do that? .scale25 { display:block; transform:scale(0.25); transform-origin:top left; } *Mohammad* -- You received this message because you are subscribed to the Google Groups

[tw5] Re: thumbnail images from tiddlers

2018-08-01 Thread Mohammad
Hello Eric, Thank you for your solution! I need to adjust the value, but seems it is working! By the way, how I can transclude a tiddler in the below code, If I want to have a snapshot of tiddler. I mean here I want to show the tiddler with its all contents and properties like