Re: [tw5] Re: Stroll updates

2020-07-14 Thread David Gifford
Hi Mat

Thanks for catching that! I just updated both the Stroll file and the empty
file. You might need to hit refresh. Blessings and thanks again.




On Tue, Jul 14, 2020 at 11:42 AM Mat  wrote:

> @David
>
> I strongly suspect that there's a bug in this stylesheet
> .
> I discovered this bug in HC Haases TOCgeneric and reported it here
>  and
> it seems that plugin reuses the stylesheet from your plugin. The bug is a
> superfluous curly brace at the very end of the stylesheet. This makes the
> stylesheet interfere with other things
> 
> because the specificity in the css definitions is very high so it takes
> precedence over "everything". The solution is to simply remove that extra
> curly brace. Note that the formatting in the style definitions is not
> consistent there so it is easy to get confused with the braces.
>
> Thanks.
>
> <:-)
>
> --
> 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/FVAKcQ4aZzg/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/4ccf421e-3b2d-42a3-a8c2-86248359365bo%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/CANE%3DBFKas76gBn3hhrMxp4MTNvbqMOmWyQ%3DBGB0%2B7TZDS%2Befuw%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-07-14 Thread Mat
@David

I strongly suspect that there's a bug in this stylesheet 
. 
I discovered this bug in HC Haases TOCgeneric and reported it here 
 and 
it seems that plugin reuses the stylesheet from your plugin. The bug is a 
superfluous curly brace at the very end of the stylesheet. This makes the 
stylesheet interfere with other things 
 
because the specificity in the css definitions is very high so it takes 
precedence over "everything". The solution is to simply remove that extra 
curly brace. Note that the formatting in the style definitions is not 
consistent there so it is easy to get confused with the braces.

Thanks.

<:-)

-- 
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/4ccf421e-3b2d-42a3-a8c2-86248359365bo%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-07-03 Thread David Gifford
Simpler solution: delete $:/.giffmex/.../EditTemplate. Sorry, writing from
the hospital, don't remember the middle part.

On Fri, Jul 3, 2020, 9:31 AM Kai Xu  wrote:

> Hi both Alex and David,
>
> I was going through the chat also trying to make my Stroll stop
> auto-creating tiddlers. Following above works and many many thanks for the
> info!
>
> Just so for this last point on changing the style of titles for missing
> tiddlers, I did something different to make things work. Just pasting here
> in case people find it useful.
>
> I changed the line (in the file mentioned by Alex) from
>
> .tc-tiddler-missing .tc-title { font-style: normal; font-weight: bold; }
>
> to
>
> .tc-tiddler-missing .tc-title { text-decoration: none; background-color:#ffd; 
> color:#66f; font-style: normal;font-weight: normal; }
>
> instead of following Alex exactly.
>
> On Wednesday, 27 May 2020 01:45:32 UTC+1, Alexander Zelenukhin wrote:
>>
>> Peeped in TiddlyBlink:
>> $:/. giffmex/.Stylesheet4Stroll
>>
>> add a line:
>> html body.tc-body a.tc-tiddlylink-missing {text-decoration: none;
>> background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}
>>
>> Correct?
>>
>> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin
>> wrote:
>>>
>>> When clicking on the link the missing tiddler is displayed:
>>> Missing tiddler "Test 5" – click  to create
>>> [image: tiddler 4.png]
>>> [image: tiddler 5.png]
>>>
>>>
>>>
>>> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow
>>> until I create it. How it was in TiddlyBlink and **TiddlyRoam*
>>>
>>> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:


> *Can you help me tell me what to edit in CSS so that missing tiddlers
> are indicate as in TiddlyBlink*
>

 *Since the step below worked, the missing tiddlers should appear as
 they do in TiddlyBlink. Correct? *

>>> --
> 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/FVAKcQ4aZzg/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/a2005f79-d175-4fb2-aba2-69245ccad55fo%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/CANE%3DBFJ%2BQNQvQa%2BpkNMRjyDXgKm79En4FxixLSQU145Ed5KTiQ%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-07-03 Thread Kai Xu
Hi both Alex and David,

I was going through the chat also trying to make my Stroll stop 
auto-creating tiddlers. Following above works and many many thanks for the 
info!

Just so for this last point on changing the style of titles for missing 
tiddlers, I did something different to make things work. Just pasting here 
in case people find it useful.

I changed the line (in the file mentioned by Alex) from

.tc-tiddler-missing .tc-title { font-style: normal; font-weight: bold; }

to

.tc-tiddler-missing .tc-title { text-decoration: none; background-color:#ffd; 
color:#66f; font-style: normal;font-weight: normal; }

instead of following Alex exactly.

On Wednesday, 27 May 2020 01:45:32 UTC+1, Alexander Zelenukhin wrote:
>
> Peeped in TiddlyBlink:
> $:/. giffmex/.Stylesheet4Stroll
>
> add a line:
> html body.tc-body a.tc-tiddlylink-missing {text-decoration: none; 
> background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}
>
> Correct?
>
> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin wrote:
>>
>> When clicking on the link the missing tiddler is displayed:
>> Missing tiddler "Test 5" – click  to create
>> [image: tiddler 4.png]
>> [image: tiddler 5.png]
>>
>>
>>
>> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow 
>> until I create it. How it was in TiddlyBlink and **TiddlyRoam* 
>>
>> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>>
>>>
 *Can you help me tell me what to edit in CSS so that missing tiddlers 
 are indicate as in TiddlyBlink*

>>>  
>>> *Since the step below worked, the missing tiddlers should appear as they 
>>> do in TiddlyBlink. Correct? *
>>>
>>

-- 
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/a2005f79-d175-4fb2-aba2-69245ccad55fo%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-29 Thread David Gifford
You are welcome, Mr. Wooten!


On Thu, May 28, 2020 at 10:41 PM Stephen Wooten II 
wrote:

> Mr. Gifford,
>
> Thank you *very much* for the assistance.  This worked absolutely
> nominally.
>
> Thank you for your contributions on the toolmap, as well, if you do not
> mind my saying!
>
> On Thursday, May 28, 2020 at 11:14:27 PM UTC-4, David Gifford wrote:
>>
>> Yes. Just delete these two tiddlers, found in sidebar > more tab > system
>> tab
>>
>>
>> 
>> $:/.giffmex/ui/EditTemplate
>> 
>> $:/config/ui/EditTemplate
>>
>>
>>
>>
>> On Thu, May 28, 2020 at 7:49 PM Stephen Wooten II 
>> wrote:
>>
>>> Pardon me, is it possible to disable Stroll auto-creating missing
>>> tiddlers?  I would like to use the Missing tab almost as a "to-do" list of
>>> sorts.
>>>
>>> On Wednesday, May 27, 2020 at 7:27:38 AM UTC-4, David Gifford wrote:

 Yes, that should be it.




 On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin <
 alexander...@gmail.com> wrote:

> Peeped in TiddlyBlink:
> $:/. giffmex/.Stylesheet4Stroll
>
> add a line:
> html body.tc-body a.tc-tiddlylink {text-decoration: none;
> background-color:#ffd; color:#66f; font-style: normal;font-weight: 
> normal;}
>
> Correct?
>
> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin
> wrote:
>>
>> When clicking on the link the missing tiddler is displayed:
>> Missing tiddler "Test 5" – click  to create
>> [image: tiddler 4.png]
>> [image: tiddler 5.png]
>>
>>
>>
>> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow
>> until I create it. How it was in TiddlyBlink and **TiddlyRoam*
>>
>> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>>
>>>
>>>
>>> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
>>> alexander...@gmail.com> wrote:
>>>


 среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford
 написал:
>
>
>> That is correct, Stroll automatically creates tiddlers from links
> when saving edits to a tiddler. TiddlyBlink did this, too, but I 
> think when
> I upgraded it at some point I failed to update the edittemplate. I 
> will
> need to fix that on TiddlyBlink. It is meant to imitate Roam, which  
> The
> yellow you are seeing from TiddlyRoam and TiddlyBlink is CSS to 
> indicate
> missing tiddlers.
>

 *Can you help me tell me what to edit in CSS so that missing
 tiddlers are indicate as in TiddlyBlink*

>>>
>>> *Since the step below worked, the missing tiddlers should appear as
>>> they do in TiddlyBlink. Correct? *
>>>
>> --
> 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/FVAKcQ4aZzg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddl...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%40googlegroups.com
> 
> .
>
 --
>>> 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/FVAKcQ4aZzg/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> tiddl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/5520f633-b9eb-441e-9a9c-6b8bbe25973d%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/FVAKcQ4aZzg/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/9dd0e579-bfca-4175-abdc-47c50b334fd8%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.

Re: [tw5] Re: Stroll updates

2020-05-28 Thread Stephen Wooten II
Mr. Gifford,

Thank you *very much* for the assistance.  This worked absolutely 
nominally.  

Thank you for your contributions on the toolmap, as well, if you do not 
mind my saying!

On Thursday, May 28, 2020 at 11:14:27 PM UTC-4, David Gifford wrote:
>
> Yes. Just delete these two tiddlers, found in sidebar > more tab > system 
> tab
>
>
> 
> $:/.giffmex/ui/EditTemplate 
> 
>  
> $:/config/ui/EditTemplate 
>
>
>
>
> On Thu, May 28, 2020 at 7:49 PM Stephen Wooten II  > wrote:
>
>> Pardon me, is it possible to disable Stroll auto-creating missing 
>> tiddlers?  I would like to use the Missing tab almost as a "to-do" list of 
>> sorts.
>>
>> On Wednesday, May 27, 2020 at 7:27:38 AM UTC-4, David Gifford wrote:
>>>
>>> Yes, that should be it.
>>>
>>>
>>>
>>>
>>> On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin <
>>> alexander...@gmail.com> wrote:
>>>
 Peeped in TiddlyBlink:
 $:/. giffmex/.Stylesheet4Stroll

 add a line:
 html body.tc-body a.tc-tiddlylink {text-decoration: none; 
 background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}

 Correct?

 On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin 
 wrote:
>
> When clicking on the link the missing tiddler is displayed:
> Missing tiddler "Test 5" – click  to create
> [image: tiddler 4.png]
> [image: tiddler 5.png]
>
>
>
> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow 
> until I create it. How it was in TiddlyBlink and **TiddlyRoam* 
>
> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>
>>
>>
>> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
>> alexander...@gmail.com> wrote:
>>
>>>
>>>
>>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford 
>>> написал:


> That is correct, Stroll automatically creates tiddlers from links 
 when saving edits to a tiddler. TiddlyBlink did this, too, but I think 
 when 
 I upgraded it at some point I failed to update the edittemplate. I 
 will 
 need to fix that on TiddlyBlink. It is meant to imitate Roam, which  
 The 
 yellow you are seeing from TiddlyRoam and TiddlyBlink is CSS to 
 indicate 
 missing tiddlers.

>>>
>>> *Can you help me tell me what to edit in CSS so that missing 
>>> tiddlers are indicate as in TiddlyBlink*
>>>
>>  
>> *Since the step below worked, the missing tiddlers should appear as 
>> they do in TiddlyBlink. Correct? *
>>
> -- 
 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/FVAKcQ4aZzg/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddl...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%40googlegroups.com
  
 
 .

>>> -- 
>> 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/FVAKcQ4aZzg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/5520f633-b9eb-441e-9a9c-6b8bbe25973d%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/9dd0e579-bfca-4175-abdc-47c50b334fd8%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-28 Thread David Gifford
Yes. Just delete these two tiddlers, found in sidebar > more tab > system
tab


$:/.giffmex/ui/EditTemplate

$:/config/ui/EditTemplate




On Thu, May 28, 2020 at 7:49 PM Stephen Wooten II 
wrote:

> Pardon me, is it possible to disable Stroll auto-creating missing
> tiddlers?  I would like to use the Missing tab almost as a "to-do" list of
> sorts.
>
> On Wednesday, May 27, 2020 at 7:27:38 AM UTC-4, David Gifford wrote:
>>
>> Yes, that should be it.
>>
>>
>>
>>
>> On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin <
>> alexander...@gmail.com> wrote:
>>
>>> Peeped in TiddlyBlink:
>>> $:/. giffmex/.Stylesheet4Stroll
>>>
>>> add a line:
>>> html body.tc-body a.tc-tiddlylink {text-decoration: none;
>>> background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}
>>>
>>> Correct?
>>>
>>> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin
>>> wrote:

 When clicking on the link the missing tiddler is displayed:
 Missing tiddler "Test 5" – click  to create
 [image: tiddler 4.png]
 [image: tiddler 5.png]



 *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow
 until I create it. How it was in TiddlyBlink and **TiddlyRoam*

 On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>
>
>
> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
> alexander...@gmail.com> wrote:
>
>>
>>
>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford
>> написал:
>>>
>>>
 That is correct, Stroll automatically creates tiddlers from links
>>> when saving edits to a tiddler. TiddlyBlink did this, too, but I think 
>>> when
>>> I upgraded it at some point I failed to update the edittemplate. I will
>>> need to fix that on TiddlyBlink. It is meant to imitate Roam, which  The
>>> yellow you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate
>>> missing tiddlers.
>>>
>>
>> *Can you help me tell me what to edit in CSS so that missing tiddlers
>> are indicate as in TiddlyBlink*
>>
>
> *Since the step below worked, the missing tiddlers should appear as
> they do in TiddlyBlink. Correct? *
>
 --
>>> 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/FVAKcQ4aZzg/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> tiddl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/FVAKcQ4aZzg/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/5520f633-b9eb-441e-9a9c-6b8bbe25973d%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/CANE%3DBFJRT3UwopJC2%2BPvZnK7tADNEb_Qy95q%2Bs_cxZKhG-dtog%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-28 Thread Stephen Wooten II
Pardon me, is it possible to disable Stroll auto-creating missing 
tiddlers?  I would like to use the Missing tab almost as a "to-do" list of 
sorts.

On Wednesday, May 27, 2020 at 7:27:38 AM UTC-4, David Gifford wrote:
>
> Yes, that should be it.
>
>
>
>
> On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin <
> alexander...@gmail.com > wrote:
>
>> Peeped in TiddlyBlink:
>> $:/. giffmex/.Stylesheet4Stroll
>>
>> add a line:
>> html body.tc-body a.tc-tiddlylink {text-decoration: none; 
>> background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}
>>
>> Correct?
>>
>> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin 
>> wrote:
>>>
>>> When clicking on the link the missing tiddler is displayed:
>>> Missing tiddler "Test 5" – click  to create
>>> [image: tiddler 4.png]
>>> [image: tiddler 5.png]
>>>
>>>
>>>
>>> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow 
>>> until I create it. How it was in TiddlyBlink and **TiddlyRoam* 
>>>
>>> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:



 On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
 alexander...@gmail.com> wrote:

>
>
> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford 
> написал:
>>
>>
>>> That is correct, Stroll automatically creates tiddlers from links 
>> when saving edits to a tiddler. TiddlyBlink did this, too, but I think 
>> when 
>> I upgraded it at some point I failed to update the edittemplate. I will 
>> need to fix that on TiddlyBlink. It is meant to imitate Roam, which  The 
>> yellow you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate 
>> missing tiddlers.
>>
>
> *Can you help me tell me what to edit in CSS so that missing tiddlers 
> are indicate as in TiddlyBlink*
>
  
 *Since the step below worked, the missing tiddlers should appear as 
 they do in TiddlyBlink. Correct? *

>>> -- 
>> 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/FVAKcQ4aZzg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%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/5520f633-b9eb-441e-9a9c-6b8bbe25973d%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Yes @David Gifford, into the "Markdown" seciton just below the existing 
hint "Autocompletion for linking doesn't work in my Markdown tiddlers!". 
Thanks. Petr

On Wednesday, May 27, 2020 at 5:41:50 PM UTC+2, David Gifford wrote:
>
> I just want to be clear before I add these instructions: this change to 
> the markdown instructions would be in addition to the currently existing 
> instructions at https://giffmex.org/stroll/stroll.html#Troubleshooting, 
> correct?
>
>
>
>
> On Wed, May 27, 2020 at 10:35 AM Brady77 > 
> wrote:
>
>> Hi @Saq Imtiaz
>>
>> Now the link renders correctly! @David Gifford It would be nice if you 
>> add this note to the Stroll instructions (to edit the shadow tidder as 
>> well). Thank you all for your help. 
>>
>> On Wednesday, May 27, 2020 at 5:20:22 PM UTC+2, Saq Imtiaz wrote:
>>>
>>> @Brady77 the problem is that [[..]] is not valid markdown syntax for a 
>>> link.
>>>
>>> To enable that format for a link follow these steps:
>>>
>>> edit the following shadow tiddler:
>>> $:/config/markdown/renderWikiTextPragma
>>>
>>> and replace the text with:
>>>
>>> \rules only html image macrocallinline syslink transcludeinline 
>>> wikilink filteredtranscludeblock macrocallblock transcludeblock prettylink
>>>
>>> This is a list of rules as to what wikisyntax should be parsed from 
>>> markdown tiddlers after the markdown parser has gone through it. Note the 
>>> last one, prettylink. That is what you want and is not enabled by default.
>>>
>>> @David would it be worth it to offer a markdown ready version of Stroll?
>>>
>> -- 
>> 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/FVAKcQ4aZzg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/f0ef6655-9cec-49f6-a128-076368e9cb76%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/b6f77cae-fd24-43b3-a915-7893b82ba9fa%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Here is the text I am considering to update the troubleshooting tiddler
regarding Markdown. Is this clear or does this need to be made more clear
in any way?

''I have the markdown plugin, but autocompletion for linking doesn't work
in my Markdown tiddlers!''



The autocompletion of links with double brackets `[[link]]` is controlled
by the comptext plugin. Users of Markdown have noticed that they can't use
the autocomplete in their Markdown tiddlers. To make autocompletion
compatible with formatting in Markdown tiddlers, create a tiddler with the
title `$:/config/EditorTypeMappings/text/x-markdown` and put this in the
text field: `comptext`

Then, to enable the `[[]]` format for a link, open the following shadow
tiddler: $:/config/markdown/renderWikiTextPragma and replace the text with:
`\rules only html image macrocallinline syslink transcludeinline wikilink
filteredtranscludeblock macrocallblock transcludeblock prettylink`




David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org



On Wed, May 27, 2020 at 10:20 AM Saq Imtiaz  wrote:

> @Brady77 the problem is that [[..]] is not valid markdown syntax for a
> link.
>
> To enable that format for a link follow these steps:
>
> edit the following shadow tiddler:
> $:/config/markdown/renderWikiTextPragma
>
> and replace the text with:
>
> \rules only html image macrocallinline syslink transcludeinline wikilink
> filteredtranscludeblock macrocallblock transcludeblock prettylink
>
> This is a list of rules as to what wikisyntax should be parsed from
> markdown tiddlers after the markdown parser has gone through it. Note the
> last one, prettylink. That is what you want and is not enabled by default.
>
> @David would it be worth it to offer a markdown ready version of Stroll?
>
> On Wednesday, May 27, 2020 at 4:54:13 PM UTC+2, Brady77 wrote:
>>
>> Hi David,
>>
>> thanks for your release. I have a problem with the official Markdown
>> plugin and links. Following your instructions I made a system tiddler $:/
>> config/EditorTypeMappings/text/x-markdown, autocomplete works, but the
>> link does not render correctly (see the screenshot). Any suggestions?
>>
>> Thanks.
>>
>> Petr
>>
>> [image: 2020-05-27 16_47_10.png]
>>
>> --
> 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/FVAKcQ4aZzg/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/54674698-864f-4e2e-aec2-1f5151eb2569%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/CANE%3DBFJqgRuuQw9NyNn1GMHfqAs3H%2B4Vbn%2Bc0BHau66jL_FWtA%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
I just want to be clear before I add these instructions: this change to the
markdown instructions would be in addition to the currently existing
instructions at https://giffmex.org/stroll/stroll.html#Troubleshooting,
correct?




On Wed, May 27, 2020 at 10:35 AM Brady77  wrote:

> Hi @Saq Imtiaz
>
> Now the link renders correctly! @David Gifford It would be nice if you add
> this note to the Stroll instructions (to edit the shadow tidder as well).
> Thank you all for your help.
>
> On Wednesday, May 27, 2020 at 5:20:22 PM UTC+2, Saq Imtiaz wrote:
>>
>> @Brady77 the problem is that [[..]] is not valid markdown syntax for a
>> link.
>>
>> To enable that format for a link follow these steps:
>>
>> edit the following shadow tiddler:
>> $:/config/markdown/renderWikiTextPragma
>>
>> and replace the text with:
>>
>> \rules only html image macrocallinline syslink transcludeinline wikilink
>> filteredtranscludeblock macrocallblock transcludeblock prettylink
>>
>> This is a list of rules as to what wikisyntax should be parsed from
>> markdown tiddlers after the markdown parser has gone through it. Note the
>> last one, prettylink. That is what you want and is not enabled by default.
>>
>> @David would it be worth it to offer a markdown ready version of Stroll?
>>
> --
> 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/FVAKcQ4aZzg/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/f0ef6655-9cec-49f6-a128-076368e9cb76%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/CANE%3DBFJoqqGiD_pxS_pTXYrV42%3DP0VPG2%3D8edE7vVS%2BL3yf-hA%40mail.gmail.com.


[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Hi @Saq Imtiaz

Now the link renders correctly! @David Gifford It would be nice if you add 
this note to the Stroll instructions (to edit the shadow tidder as well). 
Thank you all for your help. 

On Wednesday, May 27, 2020 at 5:20:22 PM UTC+2, Saq Imtiaz wrote:
>
> @Brady77 the problem is that [[..]] is not valid markdown syntax for a 
> link.
>
> To enable that format for a link follow these steps:
>
> edit the following shadow tiddler:
> $:/config/markdown/renderWikiTextPragma
>
> and replace the text with:
>
> \rules only html image macrocallinline syslink transcludeinline wikilink 
> filteredtranscludeblock macrocallblock transcludeblock prettylink
>
> This is a list of rules as to what wikisyntax should be parsed from 
> markdown tiddlers after the markdown parser has gone through it. Note the 
> last one, prettylink. That is what you want and is not enabled by default.
>
> @David would it be worth it to offer a markdown ready version of Stroll?
>

-- 
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/f0ef6655-9cec-49f6-a128-076368e9cb76%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread Saq Imtiaz
@Brady77 the problem is that [[..]] is not valid markdown syntax for a link.

To enable that format for a link follow these steps:

edit the following shadow tiddler:
$:/config/markdown/renderWikiTextPragma

and replace the text with:

\rules only html image macrocallinline syslink transcludeinline wikilink 
filteredtranscludeblock macrocallblock transcludeblock prettylink

This is a list of rules as to what wikisyntax should be parsed from 
markdown tiddlers after the markdown parser has gone through it. Note the 
last one, prettylink. That is what you want and is not enabled by default.

@David would it be worth it to offer a markdown ready version of Stroll?

On Wednesday, May 27, 2020 at 4:54:13 PM UTC+2, Brady77 wrote:
>
> Hi David,
>
> thanks for your release. I have a problem with the official Markdown 
> plugin and links. Following your instructions I made a system tiddler $:/
> config/EditorTypeMappings/text/x-markdown, autocomplete works, but the 
> link does not render correctly (see the screenshot). Any suggestions?
>
> Thanks.
>
> Petr
>
> [image: 2020-05-27 16_47_10.png]
>
>

-- 
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/54674698-864f-4e2e-aec2-1f5151eb2569%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Brady77

1) Do you have the Markdown plugin? The troubleshooting was for people who 
have that plugin installed and are having problems. 
https://tiddlywiki.com/plugins/tiddlywiki/markdown/

2) Did you refresh your browser after creating the shadow tiddler?

On Wednesday, May 27, 2020 at 10:06:28 AM UTC-5, Brady77 wrote:
>
> Sorry, just edited my previous post.
>
> P
>
> On Wednesday, May 27, 2020 at 5:01:41 PM UTC+2, David Gifford wrote:
>>
>> no screenshot?
>>
>>

-- 
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/4aa2c1bb-96bf-4508-9ebf-472b604600c1%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Well, I do think so. Saved and reloaded. Not sure if "refresh" means 
something else...

Thanks.

On Wednesday, May 27, 2020 at 5:05:06 PM UTC+2, David Gifford wrote:
>
> Hi Petr
>
> Did you refresh your file? That is a plugin change. I may need to make the 
> instructions clearer. Does refreshing your file work?
>
>
>

-- 
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/9f81eb58-f599-4f77-91fa-d5f659d04e95%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Sorry, just edited my previous post.

P

On Wednesday, May 27, 2020 at 5:01:41 PM UTC+2, David Gifford wrote:
>
> no screenshot?
>
>

-- 
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/edfd4775-4e07-4c99-8322-f58446953863%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Petr

Did you refresh your file? That is a plugin change. I may need to make the 
instructions clearer. Does refreshing your file work?

On Wednesday, May 27, 2020 at 10:01:41 AM UTC-5, David Gifford wrote:

> no screenshot?
>
> On Wednesday, May 27, 2020 at 9:54:13 AM UTC-5, Brady77 wrote:
>>
>> Hi David,
>>
>> thanks for your release. I have a problem with the official Markdown 
>> plugin and links. Following your instructions I made a system tiddler $:/
>> config/EditorTypeMappings/text/x-markdown, autocomplete works, but the 
>> link does not render correctly (see the screenshot). Any suggestions?
>>
>> Thanks.
>>
>> Petr
>>
>

-- 
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/ee7a9d93-55e1-4817-9d7b-3a643abfb034%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
no screenshot?

On Wednesday, May 27, 2020 at 9:54:13 AM UTC-5, Brady77 wrote:
>
> Hi David,
>
> thanks for your release. I have a problem with the official Markdown 
> plugin and links. Following your instructions I made a system tiddler $:/
> config/EditorTypeMappings/text/x-markdown, autocomplete works, but the 
> link does not render correctly (see the screenshot). Any suggestions?
>
> Thanks.
>
> Petr
>

-- 
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/5fdb2760-9184-4083-ae7d-17c319bddff6%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Hi David,

thanks for your release. I have a problem with the official Markdown plugin 
and links. Following your instructions I made a system tiddler $:/
config/EditorTypeMappings/text/x-markdown, autocomplete works, but the link 
does not render correctly (see the screenshot). Any suggestions?

Thanks.

Petr

-- 
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/03f58940-c0e6-4225-9215-e8c541e6a44b%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread Reet Pandher
Hi Dave,

No issues. For now whenever i need that TiddlyMap feature i just import all 
my tiddlers into an empty tiddlywiki file with tiddlymap and just work from 
there. 
Having it work in Stroll would just be a bonus addition :)

Thanks

On Wednesday, May 27, 2020 at 5:34:38 PM UTC+5:30, David Gifford wrote:
>
> Hi Reet,
>
> Okay, yes, I am reproducing the error. I don't have the technical 
> expertise to figure this error out, but here is a workaround:
>
> 1. Install the link-to-tabs plugin from 
> https://wikilabs.github.io/editions/link-to-tabs/ and save and refresh.
> 2. Click the link icon over the Map tab (visible on clicking that tab). 
> This will open TiddlyMap as a tiddler, and doubleclicking a node will open 
> the tidder in the story river.
>
> If this is not an acceptable workaround for you, then please at this point 
> use TiddlyBlink or TiddlyRoam of Drift. I will post about this on the 
> Stroll site. and I will post there, and here in the Google Group, if we get 
> this sorted out. 
>
>
>
> On Wed, May 27, 2020 at 6:42 AM Reet Pandher  > wrote:
>
>> Hi Dave,
>> Sorry to bother you again but i have noticed a bug with TiddlyMap that 
>> exists in strollwiki but not in tiddlywiki.
>> When you enter fullscreen mode in TiddlyMap in strollwiki and double 
>> click on a node it displays the following error:
>> Internal JavaScript Error
>> Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
>> by refreshing your browser
>> Uncaught TypeError: Cannot read property 'shiftKey' of undefined
>>
>> Normal behaviour for this action is that tiddlymap will open the 
>> corresponding tiddler inside the map itself (which is a pretty handy 
>> feature when reviewing multiple tiddlers for exams).
>>
>> I have tested this on an empty strollwiki file as well so it is not 
>> caused by any plugins.  Also, i didn't apply the tiddlymap fix for stroll 
>> either; tiddlymap was used as in it's original unaltered state.
>>
>> If possible please look into it.
>>
>> Thanks
>>
>> -- 
>> 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/FVAKcQ4aZzg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/2f279c68-3a9e-4369-8dea-97bcb31f020f%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/19a800c3-cb7f-4268-9153-5c90498cf8da%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Reet,

Okay, yes, I am reproducing the error. I don't have the technical expertise
to figure this error out, but here is a workaround:

1. Install the link-to-tabs plugin from
https://wikilabs.github.io/editions/link-to-tabs/ and save and refresh.
2. Click the link icon over the Map tab (visible on clicking that tab).
This will open TiddlyMap as a tiddler, and doubleclicking a node will open
the tidder in the story river.

If this is not an acceptable workaround for you, then please at this point
use TiddlyBlink or TiddlyRoam of Drift. I will post about this on the
Stroll site. and I will post there, and here in the Google Group, if we get
this sorted out.



On Wed, May 27, 2020 at 6:42 AM Reet Pandher 
wrote:

> Hi Dave,
> Sorry to bother you again but i have noticed a bug with TiddlyMap that
> exists in strollwiki but not in tiddlywiki.
> When you enter fullscreen mode in TiddlyMap in strollwiki and double click
> on a node it displays the following error:
> Internal JavaScript Error
> Well, this is embarrassing. It is recommended that you restart TiddlyWiki
> by refreshing your browser
> Uncaught TypeError: Cannot read property 'shiftKey' of undefined
>
> Normal behaviour for this action is that tiddlymap will open the
> corresponding tiddler inside the map itself (which is a pretty handy
> feature when reviewing multiple tiddlers for exams).
>
> I have tested this on an empty strollwiki file as well so it is not caused
> by any plugins.  Also, i didn't apply the tiddlymap fix for stroll either;
> tiddlymap was used as in it's original unaltered state.
>
> If possible please look into it.
>
> Thanks
>
> --
> 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/FVAKcQ4aZzg/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/2f279c68-3a9e-4369-8dea-97bcb31f020f%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/CANE%3DBF%2BXBSN6smmDLNoP2YacEfF8DGObErcf-CzxQo73BpgrLw%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread Reet Pandher
Hi Dave,
Sorry to bother you again but i have noticed a bug with TiddlyMap that 
exists in strollwiki but not in tiddlywiki.
When you enter fullscreen mode in TiddlyMap in strollwiki and double click 
on a node it displays the following error:
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki by 
refreshing your browser
Uncaught TypeError: Cannot read property 'shiftKey' of undefined

Normal behaviour for this action is that tiddlymap will open the 
corresponding tiddler inside the map itself (which is a pretty handy 
feature when reviewing multiple tiddlers for exams).

I have tested this on an empty strollwiki file as well so it is not caused 
by any plugins.  Also, i didn't apply the tiddlymap fix for stroll either; 
tiddlymap was used as in it's original unaltered state.

If possible please look into it.

Thanks

-- 
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/2f279c68-3a9e-4369-8dea-97bcb31f020f%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Yes, that should be it.




On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin <
alexander.zelenuk...@gmail.com> wrote:

> Peeped in TiddlyBlink:
> $:/. giffmex/.Stylesheet4Stroll
>
> add a line:
> html body.tc-body a.tc-tiddlylink {text-decoration: none;
> background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}
>
> Correct?
>
> On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin wrote:
>>
>> When clicking on the link the missing tiddler is displayed:
>> Missing tiddler "Test 5" – click  to create
>> [image: tiddler 4.png]
>> [image: tiddler 5.png]
>>
>>
>>
>> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow
>> until I create it. How it was in TiddlyBlink and **TiddlyRoam*
>>
>> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>>
>>>
>>>
>>> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
>>> alexander...@gmail.com> wrote:
>>>


 среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>
>
>> That is correct, Stroll automatically creates tiddlers from links
> when saving edits to a tiddler. TiddlyBlink did this, too, but I think 
> when
> I upgraded it at some point I failed to update the edittemplate. I will
> need to fix that on TiddlyBlink. It is meant to imitate Roam, which  The
> yellow you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate
> missing tiddlers.
>

 *Can you help me tell me what to edit in CSS so that missing tiddlers
 are indicate as in TiddlyBlink*

>>>
>>> *Since the step below worked, the missing tiddlers should appear as they
>>> do in TiddlyBlink. Correct? *
>>>
>> --
> 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/FVAKcQ4aZzg/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/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%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/CANE%3DBFKrvcErmJg07yCbU7VWRvE108DjBBrm2kfnp4XwHnV0CA%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
Peeped in TiddlyBlink:
$:/. giffmex/.Stylesheet4Stroll

add a line:
html body.tc-body a.tc-tiddlylink {text-decoration: none; 
background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;}

Correct?

On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin wrote:
>
> When clicking on the link the missing tiddler is displayed:
> Missing tiddler "Test 5" – click  to create
> [image: tiddler 4.png]
> [image: tiddler 5.png]
>
>
>
> *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow until 
> I create it. How it was in TiddlyBlink and **TiddlyRoam* 
>
> On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>>
>>
>>
>> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
>> alexander...@gmail.com> wrote:
>>
>>>
>>>
>>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:


> That is correct, Stroll automatically creates tiddlers from links when 
 saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
 upgraded it at some point I failed to update the edittemplate. I will need 
 to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
 you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
 tiddlers.

>>>
>>> *Can you help me tell me what to edit in CSS so that missing tiddlers 
>>> are indicate as in TiddlyBlink*
>>>
>>  
>> *Since the step below worked, the missing tiddlers should appear as they 
>> do in TiddlyBlink. Correct? *
>>
>

-- 
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/3f9098c7-f0c0-4e29-a1fd-0587c3e50399%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed:
Missing tiddler "Test 5" – click  to create
[image: tiddler 4.png]
[image: tiddler 5.png]


*I need Test 5 link in "New Tiddler 4" text to be highlighted yellow until 
I create it. How it was in TiddlyBlink and **TiddlyRoam* 

On Wednesday, May 27, 2020 at 2:46:03 AM UTC+3, David Gifford wrote:
>
>
>
> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
> alexander...@gmail.com > wrote:
>
>>
>>
>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>>
>>>
 That is correct, Stroll automatically creates tiddlers from links when 
>>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
>>> upgraded it at some point I failed to update the edittemplate. I will need 
>>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
>>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
>>> tiddlers.
>>>
>>
>> *Can you help me tell me what to edit in CSS so that missing tiddlers are 
>> indicate as in TiddlyBlink*
>>
>  
> *Since the step below worked, the missing tiddlers should appear as they 
> do in TiddlyBlink. Correct? *
>

-- 
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/766a41a7-725c-4d64-9e22-990ab1c42d26%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed:
Missing tiddler "Test 5" – click  to create


среда, 27 мая 2020 г., 2:46:03 UTC+3 пользователь David Gifford написал:
>
>
>
> On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
> alexander...@gmail.com > wrote:
>
>>
>>
>> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>>
>>>
 That is correct, Stroll automatically creates tiddlers from links when 
>>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
>>> upgraded it at some point I failed to update the edittemplate. I will need 
>>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
>>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
>>> tiddlers.
>>>
>>
>> *Can you help me tell me what to edit in CSS so that missing tiddlers are 
>> indicate as in TiddlyBlink*
>>
>  
> *Since the step below worked, the missing tiddlers should appear as they 
> do in TiddlyBlink. Correct? *
>

-- 
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/e58d60d7-a8c2-4c05-889c-02b9024f892d%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread David Gifford
On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin <
alexander.zelenuk...@gmail.com> wrote:

>
>
> среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>>
>>
>>> That is correct, Stroll automatically creates tiddlers from links when
>> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I
>> upgraded it at some point I failed to update the edittemplate. I will need
>> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow
>> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing
>> tiddlers.
>>
>
> *Can you help me tell me what to edit in CSS so that missing tiddlers are
> indicate as in TiddlyBlink*
>

*Since the step below worked, the missing tiddlers should appear as they do
in TiddlyBlink. Correct? *

>
>
>
>> *Try this: use the magnifying glass icon next to the search window to
>> open $:/AdvancedSearch. Search for, and delete,
>> $:/.giffmex/ui/EditTemplate,  and $:/config/ui/EditTemplate. Then see if
>> you have the same problem. These are the two tiddlers that create missing
>> tiddlers from links. If that works, good. If not, then contact TiddlyMap.
>> If you ever want those two tiddlers back, you can grab them from the Stroll
>> site.*
>>
>
>  Yes, it helped! Thanks!!!
>
> --
> 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/FVAKcQ4aZzg/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/76d6a1d4-b975-4a90-9d2c-f5329c6fa7d0%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/CANE%3DBF%2Bvw3gRkxVLU82J77a1ezxBw7e2O%3DD-jkuUM3iqpJ_9Mw%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin


среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал:
>
>
>> That is correct, Stroll automatically creates tiddlers from links when 
> saving edits to a tiddler. TiddlyBlink did this, too, but I think when I 
> upgraded it at some point I failed to update the edittemplate. I will need 
> to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow 
> you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing 
> tiddlers.
>

*Can you help me tell me what to edit in CSS so that missing tiddlers are 
indicate as in TiddlyBlink*
 

> *Try this: use the magnifying glass icon next to the search window to open 
> $:/AdvancedSearch. Search for, and delete, $:/.giffmex/ui/EditTemplate,  
> and $:/config/ui/EditTemplate. Then see if you have the same problem. These 
> are the two tiddlers that create missing tiddlers from links. If that 
> works, good. If not, then contact TiddlyMap. If you ever want those two 
> tiddlers back, you can grab them from the Stroll site.*
>

 Yes, it helped! Thanks!!!

-- 
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/76d6a1d4-b975-4a90-9d2c-f5329c6fa7d0%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-26 Thread David Gifford
On Tue, May 26, 2020 at 4:47 PM Alexander Zelenukhin <
alexander.zelenuk...@gmail.com> wrote:

> I encountered a problem when using Stroll.
> Before that, I tested TiddlyRoam and in it if you set [[name of a
> non-existing tiddler]] in the editor, when saving this link, it was
> highlighted in yellow.
> In Stroll, it is saved, but it does not indicate that a tiddler needs to
> be created.
>

*That is correct, Stroll automatically creates tiddlers from links when
saving edits to a tiddler. TiddlyBlink did this, too, but I think when I
upgraded it at some point I failed to update the edittemplate. I will need
to fix that on TiddlyBlink. It is meant to imitate Roam, which  The yellow
you are seeing from TiddlyRoam and TiddlyBlink is CSS to indicate missing
tiddlers.*

> In addition, I have TiddlyMap installed and when creating [[name of a
> non-existing tiddler]] in the editor and trying to save it, it throws a
> JavaScript error:
> Internal JavaScript Error
> Well, this is embarrassing. It is recommended that you restart TiddlyWiki
> by refreshing your browser
> Uncaught Cannot group by property to
> You have to click OK and click save again. In addition, a duplicate
> "tiddler 1" is often created in addition to the main "tiddler".
> TiddlyRoam doesn't have this problem, and TiddlyMap doesn't issue any
> errors.
>


*I have an empty Stroll file with TiddlyMap installed on it. I created a
link to a nonexistent tiddler and saved changes, and I could not replicate
the problem you are seeing. The new tiddler was created and the tiddler
containing the link saved with no problem, and there were no error
messages. I am at a loss for what to tell you. *

*Try this: use the magnifying glass icon next to the search window to open
$:/AdvancedSearch. Search for, and delete, $:/.giffmex/ui/EditTemplate,
and $:/config/ui/EditTemplate. Then see if you have the same problem. These
are the two tiddlers that create missing tiddlers from links. If that
works, good. If not, then contact TiddlyMap. If you ever want those two
tiddlers back, you can grab them from the Stroll site.*

-- 
> 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/FVAKcQ4aZzg/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/3924380e-6c57-40dd-adf9-433d3616a02b%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/CANE%3DBFLzs_3vEFCa1%2BEJyFyrR%2B_1FAaXev%3DR9zVTMB8KzTWXxQ%40mail.gmail.com.


[tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
I encountered a problem when using Stroll.
Before that, I tested TiddlyRoam and in it if you set [[name of a 
non-existing tiddler]] in the editor, when saving this link, it was 
highlighted in yellow. 
In Stroll, it is saved, but it does not indicate that a tiddler needs to be 
created.
In addition, I have TiddlyMap installed and when creating [[name of a 
non-existing tiddler]] in the editor and trying to save it, it throws a 
JavaScript error: 
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
by refreshing your browser
Uncaught Cannot group by property to
You have to click OK and click save again. In addition, a duplicate 
"tiddler 1" is often created in addition to the main "tiddler".
TiddlyRoam doesn't have this problem, and TiddlyMap doesn't issue any 
errors.

-- 
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/3924380e-6c57-40dd-adf9-433d3616a02b%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-23 Thread Reet Pandher
I ran into the same problem as you:
Here is how to setup tiddlymap to view all tiddlers:

1. Click on the 3 horizontal bars on the right of the view tab.
2. Create new view
3. Enter the following code and hit OK :

<$tmap view="All" editor="advanced" >

4. Click on the bars again and rename it to *All*
5. Click on the bars and Configure View
6. Paste the following code in the Node Filter column under Edit Filters 
tab:

[!is[system]]
+[limit[100]]

7. Select Floating Nodes under Layouts tab and hit OK.
8. Go back to the configure view and uncheck Floating Nodes Layout.




On Friday, May 22, 2020 at 8:21:55 PM UTC+5:30, t wrote:
>
> Hey David! Thank you so much for your work, Stroll has truly been a 
> pleasure to move my notes and life into.
>
> I have a question about possible functionalities of the map, if you don't 
> mind me asking. Proactive disclaimer: I get easily overwhelmed with code, 
> so forgive me if some of what I'm asking is obvious or seems downright 
> stupid
>
> Do you know of any way it's possible to modify TiddlyMap so as to show all 
> notes and their connections to one another, ala Obsidian and Roam? And/or 
> show connections based on tags? Live View with the connections bumped to 
> unlimited is close, but not quite there.
>
>
> On Thursday, May 21, 2020 at 3:56:44 PM UTC-5, David Gifford wrote:
>>
>> 5-21, part two
>>
>> Okay, I messed up. I got too eager and pushed changes before sufficiently 
>> testing the three files. I *think* it is all fixed now:
>>
>> 1) The new edittemplate section had the bigeditarea tag, but not the 
>> stroll tag. Now it has both, and dragging the $:/giffmex/stroll tag should 
>> also add the new edittemplate feature.
>>
>> 2) I did not update the goodies page sufficiently. I have now added and 
>> changed the tags necessary for them to work with the updated tags for 
>> Stroll. That is, $:/giffmex/subrefs, $:/giffmex/giffcolors, 
>> $:/giffmex/tbtabs, $:/giffmex/ideastew, and updated the tag pills in the 
>> instruction pages, and the tiddlers that depended on those tags. I also 
>> deleted unnecessary tags from plugins and my tiddlers so that adding the 
>> goodies will not add non-system tags to the user's tag list.
>>
>> Thank you all for your patience and feedback!
>>
>> On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>>>
>>> Hi everyone
>>>
>>> 5-16:
>>>
>>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>>> https://giffmex.org/stroll/stroll.html
>>>
>>> Also see the recent additions to the Goodies for Stroll page: 
>>> https://giffmex.org/stroll/goodies.html
>>>
>>

-- 
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/020b79cc-c81f-4250-babe-77022ec402f8%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-23 Thread Osin
Thanks David, it looks like the setup is fairly modular and I shouldn't get 
"stuck", I'll just need to learn a bit more about TW and its back-end.

On Friday, May 22, 2020 at 10:01:34 PM UTC-3, David Gifford wrote:
>
> Hi Osin
>
> Deleting Stroll is the same as deleting TiddlyBlink: go to 
> $:/AdvancedSearch 
>  in your 
> file, paste [is[system]tag[$:/giffmex/stroll]] in the search box to 
> search for that string, and click the garbage can icon to delete the 
> tiddlers. 
>

-- 
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/464a7345-c4fe-4a5a-8f19-bcf9c56ac1f2%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-22 Thread David Gifford
Yes, Birthe, I think the people asking for plugins are either people with a 
long history of TiddlyWiki, who are kind of locked into plugins as their 
default way of thinking, and those who use GitHub.

This is an *adaptation* of TiddlyWiki that combines many plugins. There is 
someone helping me to package the Stroll parts as a plugin, but it still 
needs the other plugins to work. I am still not sure that Stroll will 
benefit from being a plugin. People who only want parts of it will not be 
satisfied that everything is packaged together. Some people might get 
confused and think it will work without the other plugins. But since so 
many people are asking for it, I am fine with it becoming a plugin and 
hosting it on Github. To each his or her own. But I see it as an adaptation 
or an extra-official 'edition'.

On Friday, May 22, 2020 at 8:17:11 PM UTC-5, Birthe C wrote:
>
> David,
>
> Exactly. You have created a very modular system. Everyone can have exactly 
> what they want and nothing they do not want. At the same time it shows the 
> strength of tags. Tagpill drag and drop import, easy filtering for deleting 
> and so on.
> That is why I find it strange that so many has asked you to make it into a 
> plugin.
>
>
> Birthe
>

-- 
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/2fe9b607-99fe-49cd-b5e9-727607add00b%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-22 Thread Birthe C
David,

Exactly. You have created a very modular system. Everyone can have exactly 
what they want and nothing they do not want. At the same time it shows the 
strength of tags. Tagpill drag and drop import, easy filtering for deleting 
and so on.
That is why I find it strange that so many has asked you to make it into a 
plugin.


Birthe

-- 
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/b03787aa-dcf2-4808-8256-ba2fac0d9e0c%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-22 Thread David Gifford
Hi Osin

Deleting Stroll is the same as deleting TiddlyBlink: go to $:/AdvancedSearch
 in your
file, paste [is[system]tag[$:/giffmex/stroll]] in the search box to search
for that string, and click the garbage can icon to delete the tiddlers.

-- 
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/CANE%3DBFJXSTUs%2Bpnk%2B2tuaiU2drdAR%3DJexV6sUtOjb8moRC8R9w%40mail.gmail.com.


Re: [tw5] Re: Stroll updates

2020-05-22 Thread Osin
Hi David,
This looks great. I have used TiddlyWiki on and off and I've been looking 
into giving it a more serious shot, after hearing about Roam and diving 
back into note taking in general. What you built here looks like it might 
fit the bill, as long as I come up with a system.

Because Scroll is fairly new, say you hypothetically stopped developing it 
alongside the official TW releases, would there's a way to "revert" it to 
the official TW? I see it's possible to add it to an existing TW and it's 
possible to uninstall TiddlyBlink, but is it possible to easily uninstall 
Stroll or disassociate it from TW should there be a need?

Thanks

-- 
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/d0822278-d111-4489-a4ef-a29048eea905%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-22 Thread Birthe C
t,

Have you looked at tiddlymap demo site  There are 
several examples, may be some of them could help you.


Birthe

-- 
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/2dbdb741-8028-4bbb-9b9b-54bccc73985d%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-22 Thread David Gifford
Hi Travis,

Sorry I can't be of much help. TiddlyMap is not a native part of Stroll,
and I am not very familiar with it. Hopefully the maker of that plugin can
respond here to help you.


On Fri, May 22, 2020 at 9:52 AM t  wrote:

> Hey David! Thank you so much for your work, Stroll has truly been a
> pleasure to move my notes and life into.
>
> I have a question about possible functionalities of the map, if you don't
> mind me asking. Proactive disclaimer: I get easily overwhelmed with code,
> so forgive me if some of what I'm asking is obvious or seems downright
> stupid
>
> Do you know of any way it's possible to modify TiddlyMap so as to show all
> notes and their connections to one another, ala Obsidian and Roam? And/or
> show connections based on tags? Live View with the connections bumped to
> unlimited is close, but not quite there.
>
>
> On Thursday, May 21, 2020 at 3:56:44 PM UTC-5, David Gifford wrote:
>>
>> 5-21, part two
>>
>> Okay, I messed up. I got too eager and pushed changes before sufficiently
>> testing the three files. I *think* it is all fixed now:
>>
>> 1) The new edittemplate section had the bigeditarea tag, but not the
>> stroll tag. Now it has both, and dragging the $:/giffmex/stroll tag should
>> also add the new edittemplate feature.
>>
>> 2) I did not update the goodies page sufficiently. I have now added and
>> changed the tags necessary for them to work with the updated tags for
>> Stroll. That is, $:/giffmex/subrefs, $:/giffmex/giffcolors,
>> $:/giffmex/tbtabs, $:/giffmex/ideastew, and updated the tag pills in the
>> instruction pages, and the tiddlers that depended on those tags. I also
>> deleted unnecessary tags from plugins and my tiddlers so that adding the
>> goodies will not add non-system tags to the user's tag list.
>>
>> Thank you all for your patience and feedback!
>>
>> On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>>>
>>> Hi everyone
>>>
>>> 5-16:
>>>
>>> I added a Troubleshooting page to the Stroll tutorial tabs:
>>> https://giffmex.org/stroll/stroll.html
>>>
>>> Also see the recent additions to the Goodies for Stroll page:
>>> https://giffmex.org/stroll/goodies.html
>>>
>> --
> 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/FVAKcQ4aZzg/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/4163ab6e-efa1-42b9-a0ae-6f23092901d1%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/CANE%3DBFKDadtEPvVXVcwLCeCbrLYwdLJ7xu5PxO4ofbvu6zNUQw%40mail.gmail.com.


[tw5] Re: Stroll updates

2020-05-22 Thread t
Hey David! Thank you so much for your work, Stroll has truly been a 
pleasure to move my notes and life into.

I have a question about possible functionalities of the map, if you don't 
mind me asking. Proactive disclaimer: I get easily overwhelmed with code, 
so forgive me if some of what I'm asking is obvious or seems downright 
stupid

Do you know of any way it's possible to modify TiddlyMap so as to show all 
notes and their connections to one another, ala Obsidian and Roam? And/or 
show connections based on tags? Live View with the connections bumped to 
unlimited is close, but not quite there.


On Thursday, May 21, 2020 at 3:56:44 PM UTC-5, David Gifford wrote:
>
> 5-21, part two
>
> Okay, I messed up. I got too eager and pushed changes before sufficiently 
> testing the three files. I *think* it is all fixed now:
>
> 1) The new edittemplate section had the bigeditarea tag, but not the 
> stroll tag. Now it has both, and dragging the $:/giffmex/stroll tag should 
> also add the new edittemplate feature.
>
> 2) I did not update the goodies page sufficiently. I have now added and 
> changed the tags necessary for them to work with the updated tags for 
> Stroll. That is, $:/giffmex/subrefs, $:/giffmex/giffcolors, 
> $:/giffmex/tbtabs, $:/giffmex/ideastew, and updated the tag pills in the 
> instruction pages, and the tiddlers that depended on those tags. I also 
> deleted unnecessary tags from plugins and my tiddlers so that adding the 
> goodies will not add non-system tags to the user's tag list.
>
> Thank you all for your patience and feedback!
>
> On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>>
>> Hi everyone
>>
>> 5-16:
>>
>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>> https://giffmex.org/stroll/stroll.html
>>
>> Also see the recent additions to the Goodies for Stroll page: 
>> https://giffmex.org/stroll/goodies.html
>>
>

-- 
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/4163ab6e-efa1-42b9-a0ae-6f23092901d1%40googlegroups.com.


Re: [tw5] Re: Stroll updates

2020-05-21 Thread David Gifford
Hi Samhan

Following the instructions at
https://giffmex.org/stroll/stroll.html#Welcome%20to%20Stroll should work
fine. This will add new system tiddlers and overwrite old system tiddlers
from the previous version of Stroll, but will not delete any of your
tiddlers. The only thing it will overwrite of yours is if you made changes
to Stroll's tiddlers themselves. But if you have any doubt, make a backup
copy of your Stroll file before updating, to be safe.


On Thu, May 21, 2020 at 3:48 PM Samhan Salahuddin 
wrote:

> Dumb question ? How do I get the new updates while preserving my data ?
>
> --
> 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/FVAKcQ4aZzg/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/623a7a14-b493-4194-80cf-0499434bccf8%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/CANE%3DBFKBG%2Bva-2x3ewq3wp0vxzmZZo4o8QRxAU3yqKCfbXjuqg%40mail.gmail.com.


[tw5] Re: Stroll updates

2020-05-21 Thread David Gifford
5-21, part two

Okay, I messed up. I got too eager and pushed changes before sufficiently 
testing the three files. I *think* it is all fixed now:

1) The new edittemplate section had the bigeditarea tag, but not the stroll 
tag. Now it has both, and dragging the $:/giffmex/stroll tag should also 
add the new edittemplate feature.

2) I did not update the goodies page sufficiently. I have now added and 
changed the tags necessary for them to work with the updated tags for 
Stroll. That is, $:/giffmex/subrefs, $:/giffmex/giffcolors, 
$:/giffmex/tbtabs, $:/giffmex/ideastew, and updated the tag pills in the 
instruction pages, and the tiddlers that depended on those tags. I also 
deleted unnecessary tags from plugins and my tiddlers so that adding the 
goodies will not add non-system tags to the user's tag list.

Thank you all for your patience and feedback!

On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>
> Hi everyone
>
> 5-16:
>
> I added a Troubleshooting page to the Stroll tutorial tabs: 
> https://giffmex.org/stroll/stroll.html
>
> Also see the recent additions to the Goodies for Stroll page: 
> https://giffmex.org/stroll/goodies.html
>

-- 
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/a320e866-9b16-4a75-838d-6586f7709cf8%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread Samhan Salahuddin
Dumb question ? How do I get the new updates while preserving my data ?

-- 
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/623a7a14-b493-4194-80cf-0499434bccf8%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread David Gifford
In the mean time you can give it the tag $:/giffmex/refs and it should work

On Thursday, May 21, 2020 at 3:29:28 PM UTC-5, David Gifford wrote:
>
> oh! Thanks Mark, I forgot to update that tiddler. I will fixe that today.
>
> On Thursday, May 21, 2020 at 3:20:27 PM UTC-5, Mark S. wrote:
>>
>> Re "goodies", dragging and dropping "subrefs" tag doesn't seem to add new 
>> option under red eye.
>>
>> On Saturday, May 16, 2020 at 8:34:46 AM UTC-7, David Gifford wrote:
>>>
>>> Hi everyone
>>>
>>> 5-16:
>>>
>>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>>> https://giffmex.org/stroll/stroll.html
>>>
>>> Also see the recent additions to the Goodies for Stroll page: 
>>> https://giffmex.org/stroll/goodies.html
>>>
>>

-- 
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/6cf37f7b-9eb1-49de-9894-d3a0cad9f5c0%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread David Gifford
oh! Thanks Mark, I forgot to update that tiddler. I will fixe that today.

On Thursday, May 21, 2020 at 3:20:27 PM UTC-5, Mark S. wrote:
>
> Re "goodies", dragging and dropping "subrefs" tag doesn't seem to add new 
> option under red eye.
>
> On Saturday, May 16, 2020 at 8:34:46 AM UTC-7, David Gifford wrote:
>>
>> Hi everyone
>>
>> 5-16:
>>
>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>> https://giffmex.org/stroll/stroll.html
>>
>> Also see the recent additions to the Goodies for Stroll page: 
>> https://giffmex.org/stroll/goodies.html
>>
>

-- 
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/85711bcc-b572-4b63-9e37-141498f5a425%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread 'Mark S.' via TiddlyWiki
Re "goodies", dragging and dropping "subrefs" tag doesn't seem to add new 
option under red eye.

On Saturday, May 16, 2020 at 8:34:46 AM UTC-7, David Gifford wrote:
>
> Hi everyone
>
> 5-16:
>
> I added a Troubleshooting page to the Stroll tutorial tabs: 
> https://giffmex.org/stroll/stroll.html
>
> Also see the recent additions to the Goodies for Stroll page: 
> https://giffmex.org/stroll/goodies.html
>

-- 
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/456feeae-6611-4911-a058-275ed71bb0b3%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread 'Mark S.' via TiddlyWiki

I attempted to update my existing Stroll. Unfortunately, it did not add the 
new edit template option. Is there any additional steps for that to happen?

Thanks!

On Thursday, May 21, 2020 at 11:30:48 AM UTC-7, David Gifford wrote:
>
> *5-21*
>
> Big update to Stroll (https://giffmex.org/stroll/stroll.html)
>
> 1) The dropdown to customize the edittemplate is finished, and is no 
> longer just a goodie, but a part of the main Stroll site and the empty 
> file. There is also a way to add it to your file even if you don't want 
> Stroll itself. Thanks to Birthe, Mat and others who helped me with this.
>
> 2) I have either deleted or converted the non-system tags in Stroll to 
> system tags, so that new users get a clean tag dropdown. 
>
> 3) Related tutorial changes, esp the Advanced stuff and Add Stroll to your 
> TW tabs.
>
> Enjoy!
>
> On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>>
>> Hi everyone
>>
>> 5-16:
>>
>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>> https://giffmex.org/stroll/stroll.html
>>
>> Also see the recent additions to the Goodies for Stroll page: 
>> https://giffmex.org/stroll/goodies.html
>>
>

-- 
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/1faf312f-3f0a-4d6c-8636-60cd076ccb68%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread Nick
1) is terrific thank you

On Thursday, 21 May 2020 19:30:48 UTC+1, David Gifford wrote:
>
> *5-21*
>
> Big update to Stroll (https://giffmex.org/stroll/stroll.html)
>
> 1) The dropdown to customize the edittemplate is finished, and is no 
> longer just a goodie, but a part of the main Stroll site and the empty 
> file. There is also a way to add it to your file even if you don't want 
> Stroll itself. Thanks to Birthe, Mat and others who helped me with this.
>
> 2) I have either deleted or converted the non-system tags in Stroll to 
> system tags, so that new users get a clean tag dropdown. 
>
> 3) Related tutorial changes, esp the Advanced stuff and Add Stroll to your 
> TW tabs.
>
> Enjoy!
>
> On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>>
>> Hi everyone
>>
>> 5-16:
>>
>> I added a Troubleshooting page to the Stroll tutorial tabs: 
>> https://giffmex.org/stroll/stroll.html
>>
>> Also see the recent additions to the Goodies for Stroll page: 
>> https://giffmex.org/stroll/goodies.html
>>
>

-- 
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/70b58880-1971-413a-975d-26b5b039858a%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-21 Thread David Gifford
*5-21*

Big update to Stroll (https://giffmex.org/stroll/stroll.html)

1) The dropdown to customize the edittemplate is finished, and is no longer 
just a goodie, but a part of the main Stroll site and the empty file. There 
is also a way to add it to your file even if you don't want Stroll itself. 
Thanks to Birthe, Mat and others who helped me with this.

2) I have either deleted or converted the non-system tags in Stroll to 
system tags, so that new users get a clean tag dropdown. 

3) Related tutorial changes, esp the Advanced stuff and Add Stroll to your 
TW tabs.

Enjoy!

On Saturday, May 16, 2020 at 10:34:46 AM UTC-5, David Gifford wrote:
>
> Hi everyone
>
> 5-16:
>
> I added a Troubleshooting page to the Stroll tutorial tabs: 
> https://giffmex.org/stroll/stroll.html
>
> Also see the recent additions to the Goodies for Stroll page: 
> https://giffmex.org/stroll/goodies.html
>

-- 
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/3b10aa36-40e1-4615-9f69-5ed7cc5a355d%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-18 Thread Reet Pandher
Yes!!! Thank you so much Dave!!!

-- 
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/b77c62bc-bfbe-48bf-aebc-471eb5c76353%40googlegroups.com.


[tw5] Re: Stroll updates

2020-05-18 Thread David Gifford
*5-18:*

Per request, I added a Stroll add-on to the Goodies page 
: View the references section as 
highlighted search results in context, but hidden under sliders.

I also added tabs to the goodies page, since the list of goodies was 
getting too long.

-- 
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/7c9aaa95-0337-4c53-a806-5ae6242dff58%40googlegroups.com.