Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread mau loop
Yes, I set the story-filter to have one tiddler at a time. I forgot to disable it before to load the demo. Just edit $:/plugins/mau/CustomTemplate/story-filter and set it to [list[$:/Storylist]] to have the usual default page layout. I need this single-tiddler mode and I can't use the zooming

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread BJ
I am seeing only one tiddler in the story at a time - this is the same/similar to the 'zooming' storyview, but I have the 'classic' storyview selected from the controlpanel (setting tab), maybe this is what you meant to happen. On Sunday, November 5, 2017 at 11:36:14 AM UTC+1, mauloop wrote: >

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread mau loop
What is not working? I changed the filter that PageTemplate/story uses to select tiddlers to display in order to make it choose just the one listed in {{$:/History list!!current-tiddler}} or alternately the first one in {{$:/Story list!!list}}. This makes more sense if you set new tiddlers

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-05 Thread BJ
This is quite advanced stuff! Your solution looks good, although the storyview seems not to work. It is good to see how some else solves the same problem. On Sunday, November 5, 2017 at 1:33:08 AM UTC+1, mauloop wrote: > > Finally I was able to make your typestemplate working. If I would

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-04 Thread mauloop
Finally I was able to make your typestemplate working. If I would have it before it would have saved a lot of work to me. I did something similar, even if with wiki syntax macros only. If you would like to take a look here it is Thanks for your

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread PMario
I did create an Issue at github -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 post to this group, send email to

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
I'll try it asap. Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto: > > I've put a demo here: > > http://typestemplatedemo.tiddlyspot.com/ > > On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: >> >> @BJ >> Still cannot make your typestemplate plugin work. I

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
Hi, Mario. Yea, ... You found a rare behaviour, that I did also experience some time > ago, ... > It makes me happy to know that I am not the only one that sometimes break the toy. > At tiddlywiki.com there are 3 story-views > > - classic (default) > - pop > - zooming > > Each of

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-02 Thread BJ
Great detective work Mario. One solution could be to have findFirstDomNode() take a search parameter, findFirstDomNode(class=tc-tiddler-view-frame) On Thursday, November 2, 2017 at 12:01:27 AM UTC+1, PMario wrote: > > On Wednesday, November 1, 2017 at 4:04:13 PM UTC+1, Mark S. wrote: >> >>

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread PMario
On Wednesday, November 1, 2017 at 4:04:13 PM UTC+1, Mark S. wrote: > > That's a very nice explanation, Mario. > thx. > But it begs the question: Why is a 'line feed' rendered as a DOM object > (div even?) and not just wrapped up in either the next or prior element? > IMO it's a rare bug. ...

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread PMario
On Wednesday, November 1, 2017 at 3:35:25 PM UTC+1, mauloop wrote: > > But I can't wait to thank you for your kindness and express my admiration > for your skill. You are welcome! > You are a mine of knowledge. :) > I've already posted here in the past and every time I found kind people

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread BJ
I've put a demo here: http://typestemplatedemo.tiddlyspot.com/ On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: > > @BJ > Still cannot make your typestemplate plugin work. I tried it directly on > your site. Maybe for this I should better open a new thread. > -- You

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread mauloop
Hi, Mario. Thanks for your several answers. I'm reading them on my phone, that is not much comfortable. I plan to come back soon to review everything carefully and look at the threads, videos and other resources that you suggested. But I can't wait to thank you for your kindness and express

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread PMario
On Saturday, October 28, 2017 at 12:17:28 AM UTC+2, mauloop wrote: > > Now click on any link in the page (both in the story or in the sidebar): > it seems that tiddlers are opened, but the page doesn't scroll to the > clicked tiddler. Il looks very strange to me that simply adding a newline >

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread BJ
unfortunately 'bjtools' is out of date, the current version of this plugin in 1.13.3. I will put up a new version. On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: > > @BJ > Still cannot make your typestemplate plugin work. I tried it directly on > your site. Maybe for this I

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
@BJ Still cannot make your typestemplate plugin work. I tried it directly on your site. Maybe for this I should better open a new thread. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mau loop
Yes, I did the same. I mean I changed PageTemplate/story, not PageTemplate as I said before. By the way, I tried your plugin but was not able to make it work. I will give it another try. I do not want to reinvent the wheel. Il 31/Ott/2017 23:14, "BJ" ha scritto: >

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread BJ
sometimes there is no other way. I have a few plugins that modify the core, one of which allows custom template - http://bjtools.tiddlyspot.com/#typestemplate here I modified the $:/core/ui/PageTemplate/story On Tuesday, October 31, 2017 at 11:05:10 PM UTC+1, mauloop wrote: > > Yes, of

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mau loop
Yes, of course. Il 31/Ott/2017 23:02, "BJ" ha scritto: > The problem is that when the next version is released, if the shadow > tiddler you modified has been updated you will have to redo all you changes > in the context of the new shadow tiddler. > > On Tuesday, October 31,

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread BJ
The problem is that when the next version is released, if the shadow tiddler you modified has been updated you will have to redo all you changes in the context of the new shadow tiddler. On Tuesday, October 31, 2017 at 9:35:53 PM UTC+1, mauloop wrote: > > Why not? > > Probably I will be burned

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Why not? Probably I will be burned as an heretic, but I have already overwritten the $:/core/ui/PageTemplate. This let me have custom view and edit templates, dinamically selected based on a tiddler field. It works for me (at least it seems to work since about one week ago, that is when I did

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
I hope I will find the time to learn more about HTML IDs. But the fact is (by the point of view of an absolutely HTML newbye, that is just what I am) that i simply clicked between two tags and pressed the ENTER key, unaware of IDs, links mechanism and all that stuff. I think that having the

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread @TiddlyTweeter
Ciao Mark S. & mauloop I assume this is part of default TW action going into play that behaves untypically--i.e. HTML IDs don't work in TW as you'd normally think? They are reserved for Tiddler Titles only, I think. I found it VERY confusing when I started--that a tiddler can't use IDs (#)

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Thanks, Mark. I am not experienced with HTML, nor with CSS. Every answer is chance for me to learn something. -- 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] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Is there someone here about that could help me to understand the reasons for the behaviour I described? And also the meaning of <$tiddler tiddler=<>>? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-27 Thread mauloop
I run one more test on tiddlywiki.com Changed all the stuff in the ViewTemplate from: \define frame-classes() tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ \end \define folded-state()