Re: [tw5] Keeping my Node.js TW instance's open tiddler state local to a device (or even browser tab)

2020-05-04 Thread Arlen Beiler
Leave the current text in there and just add that to the end.

On Mon, May 4, 2020 at 9:26 AM Arlen Beiler  wrote:

> I apologize. The sync filter is actually a core syncer feature, not a
> plugin syncadaptor feature.
>
> Add " -[[$:/StoryList]]" to the end of $:/config/SyncFilter. Make sure
> you include the space in between.
>
> On Mon, May 4, 2020 at 9:01 AM Arlen Beiler  wrote:
>
>> Hello, yes this is expected behavior and it has been in tiddlywiki for
>> many versions. The TiddlyWeb adapter plugin specifies the sync filter I
>> believe. In any case you seen you simply need to add " -$:/StoryList" to
>> the end of the active sync filter.  This problem is only related to the
>> server side of things. Single file wikis do not use this mechanism.
>>
>> On Sat, May 2, 2020, 17:48 Hugo Saavedra  wrote:
>>
>>> Hi all!
>>>
>>> I apologize if this question has been asked before -- I'm not totally
>>> sure what strings to search on, and I've scoured the TW docs pretty
>>> thoroughly.
>>>
>>> *Question*
>>>
>>> Is it possible to make it so that the state of my Wiki (specifically,
>>> which tiddlers are open) is local to the device? If so, how does one d?o
>>> this
>>>
>>> *Background*
>>>
>>> I notice that the Tiddlers that are open for me in one browser tab are
>>> open for me in all other tabs, in all other devices.
>>>
>>> When I open TiddlyWiki on a brand new device, my default "Home" page
>>> will be open momentarily, and then suddenly all the Tiddlers I have open
>>> (including drafts!) on some tab on a completely different device will open.
>>>
>>> I have been using TiddlyWiki as a repository for my math notes using the
>>> Node.js server.
>>>
>>> An important condition for me is that my server is accessible from
>>> different devices, so I am hosting it behind NGINX on a DO droplet.
>>>
>>> Write access is private with an authenticated user, read access is
>>> public.
>>>
>>> --
>>> 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/136d622e-4ef8-453b-84b9-2be5ad36a671%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/CAJ1vdSSrHwmdca-qRfjn7MFFP8UQMkMB6QTSWmVGhkcMH9HBLg%40mail.gmail.com.


Re: [tw5] Keeping my Node.js TW instance's open tiddler state local to a device (or even browser tab)

2020-05-04 Thread Arlen Beiler
I apologize. The sync filter is actually a core syncer feature, not a
plugin syncadaptor feature.

Add " -[[$:/StoryList]]" to the end of $:/config/SyncFilter. Make sure you
include the space in between.

On Mon, May 4, 2020 at 9:01 AM Arlen Beiler  wrote:

> Hello, yes this is expected behavior and it has been in tiddlywiki for
> many versions. The TiddlyWeb adapter plugin specifies the sync filter I
> believe. In any case you seen you simply need to add " -$:/StoryList" to
> the end of the active sync filter.  This problem is only related to the
> server side of things. Single file wikis do not use this mechanism.
>
> On Sat, May 2, 2020, 17:48 Hugo Saavedra  wrote:
>
>> Hi all!
>>
>> I apologize if this question has been asked before -- I'm not totally
>> sure what strings to search on, and I've scoured the TW docs pretty
>> thoroughly.
>>
>> *Question*
>>
>> Is it possible to make it so that the state of my Wiki (specifically,
>> which tiddlers are open) is local to the device? If so, how does one d?o
>> this
>>
>> *Background*
>>
>> I notice that the Tiddlers that are open for me in one browser tab are
>> open for me in all other tabs, in all other devices.
>>
>> When I open TiddlyWiki on a brand new device, my default "Home" page will
>> be open momentarily, and then suddenly all the Tiddlers I have open
>> (including drafts!) on some tab on a completely different device will open.
>>
>> I have been using TiddlyWiki as a repository for my math notes using the
>> Node.js server.
>>
>> An important condition for me is that my server is accessible from
>> different devices, so I am hosting it behind NGINX on a DO droplet.
>>
>> Write access is private with an authenticated user, read access is public.
>>
>> --
>> 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/136d622e-4ef8-453b-84b9-2be5ad36a671%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/CAJ1vdSQnG906tJGEv2_%2BNbAA8piqmd0%3De8qUYo-8BL%3Du%3D1c5yg%40mail.gmail.com.


Re: [tw5] Keeping my Node.js TW instance's open tiddler state local to a device (or even browser tab)

2020-05-04 Thread Arlen Beiler
Hello, yes this is expected behavior and it has been in tiddlywiki for many
versions. The TiddlyWeb adapter plugin specifies the sync filter I believe.
In any case you seen you simply need to add " -$:/StoryList" to the end of
the active sync filter.  This problem is only related to the server side of
things. Single file wikis do not use this mechanism.

On Sat, May 2, 2020, 17:48 Hugo Saavedra  wrote:

> Hi all!
>
> I apologize if this question has been asked before -- I'm not totally sure
> what strings to search on, and I've scoured the TW docs pretty thoroughly.
>
> *Question*
>
> Is it possible to make it so that the state of my Wiki (specifically,
> which tiddlers are open) is local to the device? If so, how does one d?o
> this
>
> *Background*
>
> I notice that the Tiddlers that are open for me in one browser tab are
> open for me in all other tabs, in all other devices.
>
> When I open TiddlyWiki on a brand new device, my default "Home" page will
> be open momentarily, and then suddenly all the Tiddlers I have open
> (including drafts!) on some tab on a completely different device will open.
>
> I have been using TiddlyWiki as a repository for my math notes using the
> Node.js server.
>
> An important condition for me is that my server is accessible from
> different devices, so I am hosting it behind NGINX on a DO droplet.
>
> Write access is private with an authenticated user, read access is public.
>
> --
> 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/136d622e-4ef8-453b-84b9-2be5ad36a671%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/CAJ1vdSTjDS8uvmQNxSPSeB86NFXzqFmFC%2B_7XZJEszEqwcX-wA%40mail.gmail.com.