[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-14 Thread Mat
On Wednesday, August 14, 2019 at 1:37:27 PM UTC+2, Klaus wrote:
>
> Correction: It does so almost. The title doesn't get updated when I close 
> a tiddler.
>

I believe this is because currentTiddler is still the same even if you 
close it. What you might interpret to be the new currentTiddler isn't - it 
is merely that closing a tiddler shrinks the tiddler river so "something" 
ends up where you're looking. It still doesn't have the focus.

Personally I have a solution for another issue that incidentally also 
solves this; I've modified my "close" and "delete" buttons to also actively 
navigate to the tiddler *above* the closed one, instead of visually having 
the succeeding one be dragged up into view. This active navigation also 
sets the currentTiddler (...at least I assume it does). If you're 
interested I could post my code for these modified buttons. 

<:-)

-- 
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/660fd680-a693-49b2-abdf-265d9e7328fc%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-14 Thread Klaus
Correction: It does so almost. The title doesn't get updated when I close a 
tiddler.

On Wednesday, August 14, 2019 at 1:36:29 PM UTC+2, Klaus wrote:
>
> This indeed does what I wanted :)
>
> On Wednesday, August 14, 2019 at 12:31:43 AM UTC+2, Mat wrote:
>>
>> Here's a simpler solution
>>
>> In the Ctrolpanel, exchange the wiki title for the following:
>>
>> {{$:/HistoryList!!current-tiddler}} 
>> TiddlyWiki
>>
>> I'm here assuming what you're requesting is for the *browser tab* to 
>> show the title of the current tiddler
>>
>> If you really want to see the name of the current tidldler all the time 
>> in the in the left bar, you just remove the div tags and only keep that 
>> transclusion part.
>>
>> <:-)
>>
>

-- 
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/2f3b45cc-736a-4da1-b679-812d2c7f29f4%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-14 Thread Klaus
This indeed does what I wanted :)

On Wednesday, August 14, 2019 at 12:31:43 AM UTC+2, Mat wrote:
>
> Here's a simpler solution
>
> In the Ctrolpanel, exchange the wiki title for the following:
>
> {{$:/HistoryList!!current-tiddler}} 
> TiddlyWiki
>
> I'm here assuming what you're requesting is for the *browser tab* to show 
> the title of the current tiddler
>
> If you really want to see the name of the current tidldler all the time in 
> the in the left bar, you just remove the div tags and only keep that 
> transclusion part.
>
> <:-)
>

-- 
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/4c0923d5-d9db-47a2-a3c7-3c5c109fcab3%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-13 Thread Mat
Here's a simpler solution

In the Ctrolpanel, exchange the wiki title for the following:

{{$:/HistoryList!!current-tiddler}} 
TiddlyWiki

I'm here assuming what you're requesting is for the *browser tab* to show 
the title of the current tiddler

If you really want to see the name of the current tidldler all the time in 
the in the left bar, you just remove the div tags and only keep that 
transclusion part.

<:-)

-- 
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/7b0e5782-1d1c-4c06-bef5-11745749dd56%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-13 Thread A Gloom

>
> Now that the base problem is solved... Is there some way to make the title 
> of the browser tab reflect the name of the currently open tiddler?

E.g. instead of "My Work Wiki" I want the title to be either 
> "MyCurrentTiddler" or "MyCurrentTiddler - My Work Wiki".
>

If you're speaking of the web browser tab...

I don't know how the wiki's html rile fitle title tag is constructed, but 
its constructed of the site (wiki right side) title and subtitle

thjis from the single file TW main file


WikiWitchery — vers 13.℧☘♠☠ The Skunkworks ☠


and thats what displays in the browser tab and its dynamically (realtime) 
constructed-- as you edit the title or subtitle the browser tab text 
changes with the edit, so once you find what controls it, you might be able 
to change it to work with tiddler tilte in story river filter (or something 
similiar)

-- 
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/13b2052c-2037-4b8d-9c01-adbb0eecff6b%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-13 Thread TonyM
Klaus

Do you mean change the title of the tab depending on the open tiddler?

This is not the standard because you could have more than one tiddler, however 
it may be possible. The tiddler title and subtitle is used to construct the tab 
title. This can be changed, if not automatically for the last opened tiddler.

Does this sound on track ?

Tony

-- 
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/0693789d-d002-4f1e-9ab5-469e16a30806%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-13 Thread Klaus
Now that the base problem is solved... Is there some way to make the title 
of the browser tab reflect the name of the currently open tiddler?

E.g. instead of "My Work Wiki" I want the title to be either 
"MyCurrentTiddler" or "MyCurrentTiddler - My Work Wiki".

-- 
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/3f731d08-f45e-4afa-a8e5-06c418911933%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-11 Thread Klaus
Thanks for the tip! It is definitly useful for me.

However, it is so for a different use-case, as it won't allow freely mixing 
tiddly-wiki tabs with webpages and PDFs. 

 But I'd say bob remains the better option for me.

For me it is about being able to freely intersperse tabs from webmail, 
pdfs, and whatnot. Tabs within a browser tab don't help me with that, in 
the same way Windows in the desktop environments window manager don't help; 
Only browser tabs currently allow freely grouping and reordering related 
content manually.

On Sunday, August 11, 2019 at 2:47:31 AM UTC+2, TonyM wrote:
>
> See BJ's story Top tabs. You can keep the tabs inside Tiddlywiki this way.
>
> http://bjtools.tiddlyspot.com/
>
> Rehards
> Tony
>
> On Sunday, August 11, 2019 at 8:24:16 AM UTC+10, TonyM wrote:
>>
>> Bob is your only option then. The Bob exe install is very easy. I would 
>> say bob is multi-access.
>>
>> I have a large and sophisticated to do projects and reference wiki that I 
>> use everyday. I like using a 3 screen setup but my key wiki only needs one 
>> window. Perhaps there are design decisions you have made that are making 
>> additional tabs more desirable. One feature you may like tabs within 
>> tiddlywiki for open tiddlers. I will look for that plugin.
>>
>> Regards
>> Tony
>>
>>

-- 
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/5c838d75-753d-4342-8093-8c310276ed7a%40googlegroups.com.


Re: [tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-11 Thread Klaus-Dieter Bauer
Thanks for the tip! It is definitly useful for me.

However, it is so for a different use-case, as it won't allow freely mixing
tiddly-wiki tabs with webpages and PDFs.

 But I'd say bob remains the better option for me.

For me it is about being able to freely intersperse tabs from webmail,
pdfs, and whatnot. Tabs within a browser tab don't help me with that, in
the same way Windows in the desktop environments window manager don't help;
Only browser tabs currently allow freely grouping and reordering related
content manually.

Am So., 11. Aug. 2019 um 02:47 Uhr schrieb TonyM :

> See BJ's story Top tabs. You can keep the tabs inside Tiddlywiki this way.
>
> http://bjtools.tiddlyspot.com/
>
> Rehards
> Tony
>
> On Sunday, August 11, 2019 at 8:24:16 AM UTC+10, TonyM wrote:
>>
>> Bob is your only option then. The Bob exe install is very easy. I would
>> say bob is multi-access.
>>
>> I have a large and sophisticated to do projects and reference wiki that I
>> use everyday. I like using a 3 screen setup but my key wiki only needs one
>> window. Perhaps there are design decisions you have made that are making
>> additional tabs more desirable. One feature you may like tabs within
>> tiddlywiki for open tiddlers. I will look for that plugin.
>>
>> Regards
>> Tony
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/RRLHHz6SULk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/bec3a800-d783-4b43-8c5e-5904a95d343f%40googlegroups.com
> 
> .
>

-- 
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/CANtbJLEOC11D%3D5Z4G4%2BcyebTzRficGzCHvKwzXmAfQ2fpmKYyA%40mail.gmail.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread TonyM
See BJ's story Top tabs. You can keep the tabs inside Tiddlywiki this way.

http://bjtools.tiddlyspot.com/

Rehards
Tony

On Sunday, August 11, 2019 at 8:24:16 AM UTC+10, TonyM wrote:
>
> Bob is your only option then. The Bob exe install is very easy. I would 
> say bob is multi-access.
>
> I have a large and sophisticated to do projects and reference wiki that I 
> use everyday. I like using a 3 screen setup but my key wiki only needs one 
> window. Perhaps there are design decisions you have made that are making 
> additional tabs more desirable. One feature you may like tabs within 
> tiddlywiki for open tiddlers. I will look for that plugin.
>
> Regards
> Tony
>
>

-- 
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/bec3a800-d783-4b43-8c5e-5904a95d343f%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread TonyM
Bob is your only option then. The Bob exe install is very easy. I would say bob 
is multi-access.

I have a large and sophisticated to do projects and reference wiki that I use 
everyday. I like using a 3 screen setup but my key wiki only needs one window. 
Perhaps there are design decisions you have made that are making additional 
tabs more desirable. One feature you may like tabs within tiddlywiki for open 
tiddlers. I will look for that plugin.

Regards
Tony

-- 
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/9ab32951-d5a6-44e4-b88c-668697902dc6%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread Klaus
I'll have to check, if Bob also works, if the files are synchronized in a 
Dropbox. "Multi-User" definitely works for multiple tabs though.

On Saturday, August 10, 2019 at 1:23:28 PM UTC+2, Mat wrote:
>
> Klaus, as Mark notes - Bob  is 
> probably your answer.
>
> This thread made me realize something:
>
> If I use Bob, I would probably also be able to use TiddlyClip! A 
> limitation with TiddlyClip is that you cannot clip to multiple wikis *that 
> are in different windows*. That missing feature in TC has totally 
> prevented me from using it.
>
> <:-)
>

-- 
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/8d9b0199-573e-41a8-844c-ef261bb6a945%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread Klaus
It doesn't really help; Windows are a mess compared to tabs, so I quite 
explicitly DON'T want to open them in new windows for task-management 
purposes.

On Saturday, August 10, 2019 at 3:52:18 PM UTC+2, TonyM wrote:
>
> Klaus
>
> You are aware if you open tiddlers in new window with the button provided 
> on tiddlers they still are in the parent wiki? For example open a table of 
> contents tiddler and you can remote control the tiddlers in the story of 
> the patent wiki.
>
> With a little imagination the tiddlers you open could do almost anything.
>
> Tony
>
>

-- 
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/12098b5a-01a0-4cf4-bd84-594594f77289%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread TonyM
Klaus

You are aware if you open tiddlers in new window with the button provided on 
tiddlers they still are in the parent wiki? For example open a table of 
contents tiddler and you can remote control the tiddlers in the story of the 
patent wiki.

With a little imagination the tiddlers you open could do almost anything.

Tony

-- 
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/deb9fb81-35eb-4f6a-bbb6-86db48884cd8%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread Mat
Klaus, as Mark notes - Bob  is probably 
your answer.

This thread made me realize something:

If I use Bob, I would probably also be able to use TiddlyClip! A limitation 
with TiddlyClip is that you cannot clip to multiple wikis *that are in 
different windows*. That missing feature in TC has totally prevented me 
from using it.

<:-)

-- 
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/a3fd90f8-e713-484c-841c-1a54a7c8a7e3%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-10 Thread Klaus
Workflow mostly. As I work I open tabs, and then work my way through them. 
With multiple tiddly-wiki tabs, I would be able to integrate tiddlywiki in 
the overall workflow better.

Anther example would be having a tasklist tiddler as a pinned tab in 
Chrome, while using separate tabs for actually doing the work, especially 
when frequent context switches are needed.

On Friday, August 9, 2019 at 5:05:33 PM UTC+2, Mark S. wrote:
>
> I'm curious, what is your use case that requires you to have the same TW 
> open in multiple tabs? I'm always trying to reduce the number of open tabs.
>
> I believe Bob  is  aware when changes 
> occur. 
>
> Good luck!
>
> On Friday, August 9, 2019 at 7:57:12 AM UTC-7, Klaus wrote:
>>
>> As I understand, at least the single-file use of TiddlyWiki isn't safe to 
>> use in multiple tabs, as each tab will not learn of changes saved in 
>> another; Saving from multiple tabs may thus result in lost changes.
>>
>> A similar problem seems to appear still when using the NodeJS server, 
>> albeit to a lesser degree; While the changes don't get lost, tiddlers in 
>> tabs others than the one that made the change, were not updated.
>>
>> Is there any set-up that allows to safely use TiddlyWiki across multiple 
>> browser-tabs or devices without the risk of losing changes?
>>
>

-- 
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/adf88596-66e6-49d9-8564-31b5a2b4a218%40googlegroups.com.


[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-09 Thread 'Mark S.' via TiddlyWiki
I'm curious, what is your use case that requires you to have the same TW 
open in multiple tabs? I'm always trying to reduce the number of open tabs.

I believe Bob  is  aware when changes 
occur. 

Good luck!

On Friday, August 9, 2019 at 7:57:12 AM UTC-7, Klaus wrote:
>
> As I understand, at least the single-file use of TiddlyWiki isn't safe to 
> use in multiple tabs, as each tab will not learn of changes saved in 
> another; Saving from multiple tabs may thus result in lost changes.
>
> A similar problem seems to appear still when using the NodeJS server, 
> albeit to a lesser degree; While the changes don't get lost, tiddlers in 
> tabs others than the one that made the change, were not updated.
>
> Is there any set-up that allows to safely use TiddlyWiki across multiple 
> browser-tabs or devices without the risk of losing changes?
>

-- 
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/f3179776-2a8b-4cd6-b7aa-84d1c989f41f%40googlegroups.com.