Steph,
If you rely on the view template to display tiddlers it may not be 
displayed when viewing the tiddler in a new window, which only wikifies the 
text field. 

I have made but not formally published open in window for view and edit in 
new window. I have attached it

Have a look inside and you may find what you are looking for.

I have to start packing to move house :) :(

Tones
On Saturday, 5 June 2021 at 00:37:36 UTC+10 steph....@gmail.com wrote:

> For me, the "Toolbar > More > Open tiddler in new window" opens a new 
> window that is completely blank. I'm hoping the PrintRiver add-on, or some 
> other add-on solution, will be developed by one of this kind souls in this 
> community!
>
> Steph
>
> On Thursday, June 3, 2021 at 9:10:38 AM UTC-4 jonligh...@gmail.com wrote:
>
>> Hi Mat
>>
>> "Toolbar > More > Open tiddler in new window"
>>
>> For me that results in a tiddler in a new window *but* minus the tiddler 
>> title which I usually want.
>>
>> I did not pursue it since I had the other option "close all other 
>> tiddlers" to hand - following path of least resistance !
>>
>> A quick check on the underlying HTML in the new window suggests that the 
>> title is absent not merely "CSS-non-displayed" - its simply not there - 
>> intention? bug? limitation? I don't know. 
>>
>> Just flagging this difference in behaviour for interested parties. 
>>
>> Jon
>>
>>
>>
>>
>>
>> On Tuesday, 1 June 2021 at 22:50:51 UTC+1 Mat wrote:
>>
>>> Tip:
>>>
>>> Toolbar > More > Open tiddler in new window
>>> Right click > Print
>>>
>>> That said, I wish there was a direct "print this tiddler" button in the 
>>> tiddler toolbar.
>>>
>>> <:-)
>>>
>>> On Tuesday, June 1, 2021 at 9:20:34 PM UTC+2 da...@bakins-bits.com 
>>> wrote:
>>>
>>>> I also print one or more specific tiddlers this way. 
>>>>
>>>> A request:  sounds like you know what you're doing w.r.t. CSS and TW.  
>>>> Would you mind making your full custom CSS available as an example (for 
>>>> me)?
>>>>
>>>> -- David 
>>>>
>>>> On Tue, Jun 1, 2021, 05:15 Jon Light <jonligh...@gmail.com> wrote:
>>>>
>>>>>
>>>>> In response to a slight offtopic on the thread "Issue with PrintRiver 
>>>>> plugin" I thought it was worth mentioning other methods of printing 
>>>>> Tiddlers.
>>>>>
>>>>> I took a fairly simple approach as follows.
>>>>>
>>>>>    - I simply find the tiddler of interest and use the existing Tool 
>>>>>    item PRINT.
>>>>>    - This prints the whole page which equates to the story river 
>>>>>    - I therefore use the pull down from the Tiddler menu "Close 
>>>>>    Others" now I have only one tiddler in the Story River - then I print 
>>>>> - 
>>>>>    very quick and fuss free as long as you like the existing defaults on 
>>>>> what 
>>>>>    actually gets printed.
>>>>>    
>>>>> Its an easy sequence. 
>>>>>
>>>>> Subsequent "fussy" refinements....
>>>>>
>>>>> I preferred to print tags with tiddler so my custom CSS contains 
>>>>> @media statements for printer specific CSS which include making tags in 
>>>>> the 
>>>>> tiddler visible for the print.
>>>>>
>>>>> I also like to use CSS floats to place text to one side of the other 
>>>>> of images, the problem is that page breaks and images are difficult when 
>>>>> printing. 
>>>>>
>>>>> The browser may make the decision to move an image to the next side of 
>>>>> paper but still allows the floated text that should appear alongside the 
>>>>> image to appear instead on the previous side - kind of ignoring that the 
>>>>> image got bumped to the next page. 
>>>>>
>>>>> I added extra CSS to my Custom CSS tiddler for this situation 
>>>>>
>>>>> @media print { blockquote.CLEARP { page-break-after: always; } } 
>>>>> @media screen { blockquote.CLEARP { clear: both; display:block; 
>>>>> border: 0px solid #ddd; }}
>>>>>
>>>>> This means when I preview the print out I can add blockquotes with 
>>>>> class CLEARP to force a new page for the printed version. - crude but it 
>>>>> works ok, I only use floats in tiddler articles over which I have 
>>>>> lavished 
>>>>> a bit of Tender Loving Care so I am happy to spend the time preparing the 
>>>>> print in these cases. 
>>>>>
>>>>> I must revisit the PrintRiver Plugin sometime - I parted company with 
>>>>> it because the problems I experienced with reveal before a kind soul on 
>>>>> this forum suggested I use the detail tag.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> 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+...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/tiddlywiki/1006b5a2-5d6d-44c8-909c-0a5d8d043e4dn%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/tiddlywiki/1006b5a2-5d6d-44c8-909c-0a5d8d043e4dn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7192c8ee-7250-4187-820a-3e2bba4b9f66n%40googlegroups.com.

Attachment: new-windows.json
Description: application/json

Reply via email to