Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-08 Thread ludwa6
Of course you are right, @Mohammad : it works on a clean install of current 
version from tiddlywiki.com... Even when loaded in TiddlyDesktop browser, 
which is my default.  I had thought TD might have been the culprit, but 
no... So i am left w/o any theory of cause, and having to rebuild my wiki 
on this new foundation, in order to enjoy Shiraz in all its glory.  
(wouldn't do this for just any plugin, but i'll make an exception in this 
case, because Shiraz is pretty amazing, Mohammad -kudos to you!)

/walt


On Sunday, August 8, 2021 at 4:53:19 AM UTC+1 Mohammad wrote:

> Walt,
>  No there is nothing else! I recommend checking this on the new empty 
> Tiddlywiki to see if the issue is related to Shiraz or your Tiddlywiki!
>  My test shows Shiraz works as expected! 
>
> Best wishes
> Mohammad
>
>
> On Sun, Aug 8, 2021 at 12:48 AM ludwa6  wrote:
>
>> The "Switch Colours" button was already activated, @Mohammad... So i 
>> cycled it off and on again, but still it has made no difference. 
>> Is there anything else i might try to activate the feature?
>>
>> /walt
>>
>> On Saturday, August 7, 2021 at 7:47:59 PM UTC+1 Mohammad wrote:
>>
>>> Hi Walt,
>>>  Make sure that: The Switch Colours button in the sidebar/Tools is 
>>> selected!
>>>
>>>
>>> (side note: I should use the same caption for the same button in 
>>> different location! ;-) )
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Sat, Aug 7, 2021 at 5:43 PM ludwa6  wrote:
>>>
 Having just upgraded from v2.2.2 of Shiraz to latest 2.3.4 (/note to 
 self: keep more abreast of news from @Mohammad!), i am keen to enjoy all 
 the benefits... But, following the excellent tutorial 
 , it seems that 
 the last option in Shiraz configuration control panel- "*Show switch 
 palette on page controls*" -is missing from my installation.  Have 
 saved and restarted my TW  instance (a single-file version) several times, 
 but it makes no difference.   Can anyone can suggest a fix or plausible 
 theory of cause?

 /walt
 ...

>>>

-- 
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/6ed68c74-22ef-4bef-b67f-cc9221c96913n%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-07 Thread Mohammad Rahmani
Walt,
 No there is nothing else! I recommend checking this on the new empty
Tiddlywiki to see if the issue is related to Shiraz or your Tiddlywiki!
 My test shows Shiraz works as expected!

Best wishes
Mohammad


On Sun, Aug 8, 2021 at 12:48 AM ludwa6  wrote:

> The "Switch Colours" button was already activated, @Mohammad... So i
> cycled it off and on again, but still it has made no difference.
> Is there anything else i might try to activate the feature?
>
> /walt
>
> On Saturday, August 7, 2021 at 7:47:59 PM UTC+1 Mohammad wrote:
>
>> Hi Walt,
>>  Make sure that: The Switch Colours button in the sidebar/Tools is
>> selected!
>>
>>
>> (side note: I should use the same caption for the same button in
>> different location! ;-) )
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Sat, Aug 7, 2021 at 5:43 PM ludwa6  wrote:
>>
>>> Having just upgraded from v2.2.2 of Shiraz to latest 2.3.4 (/note to
>>> self: keep more abreast of news from @Mohammad!), i am keen to enjoy all
>>> the benefits... But, following the excellent tutorial
>>> , it seems that
>>> the last option in Shiraz configuration control panel- "*Show switch
>>> palette on page controls*" -is missing from my installation.  Have
>>> saved and restarted my TW  instance (a single-file version) several times,
>>> but it makes no difference.   Can anyone can suggest a fix or plausible
>>> theory of cause?
>>>
>>> /walt
>>>
>>> On Wednesday, August 4, 2021 at 6:17:14 PM UTC+1 Mohammad wrote:
>>>
 Yes, it is possible!

 hack the $:/plugins/kookma/viewtemplates/node-explorer
 and search the fields containing the links (use regexp)! Note that
 right now the dynamic table cannot display a correct type for links in the
 fields, but you may hide the type!

 I myself like simplicity, so for me the text field is enough to be
 scanned!


 Best wishes
 Mohammad


 On Wed, Aug 4, 2021 at 9:24 PM Paul Hampshire 
 wrote:

> Is there a way to have Node Explorer include links that are in custom
> fields in tiddlers?
>
> On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:
>
>> >>> Yes! Thereis a solution by  pubmania   here: https://git
>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>>
>> Thanks!
>>
>> On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:
>>
>>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>>
 Great stuff, thanks Mohammad. I will have to spend some time
 playing with column templates to see how they work.

 Unrelated question: Is there a way to change the orientation of
 dynamic table? I.e. list the fields as rows instead of columns.

>>> Yes! Thereis a solution by  pubmania   here: https://git
>>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>>>
>>> [image: image.png]
>>>
>>>
>>>
>>>
 On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:

> A Node Explorer is a dynamic table that appears at the bottom of
> the current tiddler, displaying links, backlinks and tagging of
> that tiddler. This is based on the Zettelkasten method
> recently implemented in
> Tiddlywiki by Soren Bjornstad (see
> https://zettelkasten.sorenbjornstad.com/)
>
> The new update of Shiraz 2.3.1 adds a new template to its
> collection of dynamic table templates, let's use it for creating a 
> Node
> Explorer to show links/backlinks/tagging of current tiddler.
> For details see
> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
> You can also use details/slider macro in Shiraz to hide the Node
> Explorer on demand!
>
>
> *Code and demo*
>
>
>- Demo: https://kookma.github.io/TW-Shiraz
>- Code: https://github.com/kookma/TW-Shiraz
>
>
> It is highly recommended to backup your data before trying any new
> plugin! Do it before installing shiraz.
>
>
> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>
>
> [image: img_174_chrome.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+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%40googlegroups.com
 
 .

>>> --
> You 

Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-07 Thread ludwa6
The "Switch Colours" button was already activated, @Mohammad... So i cycled 
it off and on again, but still it has made no difference. 
Is there anything else i might try to activate the feature?

/walt

On Saturday, August 7, 2021 at 7:47:59 PM UTC+1 Mohammad wrote:

> Hi Walt,
>  Make sure that: The Switch Colours button in the sidebar/Tools is 
> selected!
>
>
> (side note: I should use the same caption for the same button in different 
> location! ;-) )
>
>
> Best wishes
> Mohammad
>
>
> On Sat, Aug 7, 2021 at 5:43 PM ludwa6  wrote:
>
>> Having just upgraded from v2.2.2 of Shiraz to latest 2.3.4 (/note to 
>> self: keep more abreast of news from @Mohammad!), i am keen to enjoy all 
>> the benefits... But, following the excellent tutorial 
>> , it seems that 
>> the last option in Shiraz configuration control panel- "*Show switch 
>> palette on page controls*" -is missing from my installation.  Have saved 
>> and restarted my TW  instance (a single-file version) several times, but it 
>> makes no difference.   Can anyone can suggest a fix or plausible theory of 
>> cause?
>>
>> /walt
>>
>> On Wednesday, August 4, 2021 at 6:17:14 PM UTC+1 Mohammad wrote:
>>
>>> Yes, it is possible!
>>>
>>> hack the $:/plugins/kookma/viewtemplates/node-explorer
>>> and search the fields containing the links (use regexp)! Note that right 
>>> now the dynamic table cannot display a correct type for links in the 
>>> fields, but you may hide the type!
>>>
>>> I myself like simplicity, so for me the text field is enough to be 
>>> scanned!
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Aug 4, 2021 at 9:24 PM Paul Hampshire  
>>> wrote:
>>>
 Is there a way to have Node Explorer include links that are in custom 
 fields in tiddlers? 

 On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:

> >>> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084  
>
> Thanks!
>
> On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:
>
>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>
>>> Great stuff, thanks Mohammad. I will have to spend some time playing 
>>> with column templates to see how they work.
>>>
>>> Unrelated question: Is there a way to change the orientation of 
>>> dynamic table? I.e. list the fields as rows instead of columns.
>>>
>> Yes! Thereis a solution by  pubmania   here: https://git
>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 
>>
>> [image: image.png]
>>
>>
>>
>>
>>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>>
 A Node Explorer is a dynamic table that appears at the bottom of 
 the current tiddler, displaying links, backlinks and tagging of 
 that tiddler. This is based on the Zettelkasten method  
 recently implemented in 
 Tiddlywiki by Soren Bjornstad (see 
 https://zettelkasten.sorenbjornstad.com/)

 The new update of Shiraz 2.3.1 adds a new template to its 
 collection of dynamic table templates, let's use it for creating a 
 Node 
 Explorer to show links/backlinks/tagging of current tiddler.
 For details see 
 https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
 You can also use details/slider macro in Shiraz to hide the Node 
 Explorer on demand!


 *Code and demo*


- Demo: https://kookma.github.io/TW-Shiraz
- Code: https://github.com/kookma/TW-Shiraz


 It is highly recommended to backup your data before trying any new 
 plugin! Do it before installing shiraz.


 If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz


 [image: img_174_chrome.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+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.

>>> To view this discussion on the web visit 
 

Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-07 Thread Mohammad Rahmani
Hi Walt,
 Make sure that: The Switch Colours button in the sidebar/Tools is selected!


(side note: I should use the same caption for the same button in different
location! ;-) )


Best wishes
Mohammad


On Sat, Aug 7, 2021 at 5:43 PM ludwa6  wrote:

> Having just upgraded from v2.2.2 of Shiraz to latest 2.3.4 (/note to self:
> keep more abreast of news from @Mohammad!), i am keen to enjoy all the
> benefits... But, following the excellent tutorial
> , it seems that
> the last option in Shiraz configuration control panel- "*Show switch
> palette on page controls*" -is missing from my installation.  Have saved
> and restarted my TW  instance (a single-file version) several times, but it
> makes no difference.   Can anyone can suggest a fix or plausible theory of
> cause?
>
> /walt
>
> On Wednesday, August 4, 2021 at 6:17:14 PM UTC+1 Mohammad wrote:
>
>> Yes, it is possible!
>>
>> hack the $:/plugins/kookma/viewtemplates/node-explorer
>> and search the fields containing the links (use regexp)! Note that right
>> now the dynamic table cannot display a correct type for links in the
>> fields, but you may hide the type!
>>
>> I myself like simplicity, so for me the text field is enough to be
>> scanned!
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Aug 4, 2021 at 9:24 PM Paul Hampshire  wrote:
>>
>>> Is there a way to have Node Explorer include links that are in custom
>>> fields in tiddlers?
>>>
>>> On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:
>>>
 >>> Yes! Thereis a solution by  pubmania   here: https://git
 hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084

 Thanks!

 On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:

> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>
>> Great stuff, thanks Mohammad. I will have to spend some time playing
>> with column templates to see how they work.
>>
>> Unrelated question: Is there a way to change the orientation of
>> dynamic table? I.e. list the fields as rows instead of columns.
>>
> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>
> [image: image.png]
>
>
>
>
>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>
>>> A Node Explorer is a dynamic table that appears at the bottom of
>>> the current tiddler, displaying links, backlinks and tagging of
>>> that tiddler. This is based on the Zettelkasten method
>>> recently implemented in
>>> Tiddlywiki by Soren Bjornstad (see
>>> https://zettelkasten.sorenbjornstad.com/)
>>>
>>> The new update of Shiraz 2.3.1 adds a new template to its collection
>>> of dynamic table templates, let's use it for creating a Node Explorer to
>>> show links/backlinks/tagging of current tiddler.
>>> For details see
>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>>> You can also use details/slider macro in Shiraz to hide the Node
>>> Explorer on demand!
>>>
>>>
>>> *Code and demo*
>>>
>>>
>>>- Demo: https://kookma.github.io/TW-Shiraz
>>>- Code: https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> It is highly recommended to backup your data before trying any new
>>> plugin! Do it before installing shiraz.
>>>
>>>
>>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> [image: img_174_chrome.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+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/3019ef41-bbc0-4982-b21f-567f5ec27b2bn%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
> 

Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-07 Thread ludwa6
Having just upgraded from v2.2.2 of Shiraz to latest 2.3.4 (/note to self: 
keep more abreast of news from @Mohammad!), i am keen to enjoy all the 
benefits... But, following the excellent tutorial 
, it seems that the 
last option in Shiraz configuration control panel- "*Show switch palette on 
page controls*" -is missing from my installation.  Have saved and restarted 
my TW  instance (a single-file version) several times, but it makes no 
difference.   Can anyone can suggest a fix or plausible theory of cause?

/walt

On Wednesday, August 4, 2021 at 6:17:14 PM UTC+1 Mohammad wrote:

> Yes, it is possible!
>
> hack the $:/plugins/kookma/viewtemplates/node-explorer
> and search the fields containing the links (use regexp)! Note that right 
> now the dynamic table cannot display a correct type for links in the 
> fields, but you may hide the type!
>
> I myself like simplicity, so for me the text field is enough to be scanned!
>
>
> Best wishes
> Mohammad
>
>
> On Wed, Aug 4, 2021 at 9:24 PM Paul Hampshire  wrote:
>
>> Is there a way to have Node Explorer include links that are in custom 
>> fields in tiddlers? 
>>
>> On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:
>>
>>> >>> Yes! Thereis a solution by  pubmania   here: https://git
>>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084  
>>>
>>> Thanks!
>>>
>>> On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:
>>>
 On Thu, May 20, 2021 at 1:25 AM si  wrote:

> Great stuff, thanks Mohammad. I will have to spend some time playing 
> with column templates to see how they work.
>
> Unrelated question: Is there a way to change the orientation of 
> dynamic table? I.e. list the fields as rows instead of columns.
>
 Yes! Thereis a solution by  pubmania   here: https://git
 hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 

 [image: image.png]




> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>
>> A Node Explorer is a dynamic table that appears at the bottom of the 
>> current tiddler, displaying links, backlinks and tagging of that 
>> tiddler. This is based on the Zettelkasten method  
>> recently implemented in 
>> Tiddlywiki by Soren Bjornstad (see 
>> https://zettelkasten.sorenbjornstad.com/)
>>
>> The new update of Shiraz 2.3.1 adds a new template to its collection 
>> of dynamic table templates, let's use it for creating a Node Explorer to 
>> show links/backlinks/tagging of current tiddler.
>> For details see 
>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>> You can also use details/slider macro in Shiraz to hide the Node 
>> Explorer on demand!
>>
>>
>> *Code and demo*
>>
>>
>>- Demo: https://kookma.github.io/TW-Shiraz
>>- Code: https://github.com/kookma/TW-Shiraz
>>
>>
>> It is highly recommended to backup your data before trying any new 
>> plugin! Do it before installing shiraz.
>>
>>
>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>
>>
>> [image: img_174_chrome.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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/3019ef41-bbc0-4982-b21f-567f5ec27b2bn%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/2ea43946-3798-4610-8681-292768e5597cn%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-04 Thread Mohammad Rahmani
Yes, it is possible!

hack the $:/plugins/kookma/viewtemplates/node-explorer
and search the fields containing the links (use regexp)! Note that right
now the dynamic table cannot display a correct type for links in the
fields, but you may hide the type!

I myself like simplicity, so for me the text field is enough to be scanned!


Best wishes
Mohammad


On Wed, Aug 4, 2021 at 9:24 PM Paul Hampshire  wrote:

> Is there a way to have Node Explorer include links that are in custom
> fields in tiddlers?
>
> On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:
>
>> >>> Yes! Thereis a solution by  pubmania   here: https://git
>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>>
>> Thanks!
>>
>> On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:
>>
>>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>>
 Great stuff, thanks Mohammad. I will have to spend some time playing
 with column templates to see how they work.

 Unrelated question: Is there a way to change the orientation of dynamic
 table? I.e. list the fields as rows instead of columns.

>>> Yes! Thereis a solution by  pubmania   here: https://git
>>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>>>
>>> [image: image.png]
>>>
>>>
>>>
>>>
 On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:

> A Node Explorer is a dynamic table that appears at the bottom of the
> current tiddler, displaying links, backlinks and tagging of that
> tiddler. This is based on the Zettelkasten method
> recently implemented in
> Tiddlywiki by Soren Bjornstad (see
> https://zettelkasten.sorenbjornstad.com/)
>
> The new update of Shiraz 2.3.1 adds a new template to its collection
> of dynamic table templates, let's use it for creating a Node Explorer to
> show links/backlinks/tagging of current tiddler.
> For details see
> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
> You can also use details/slider macro in Shiraz to hide the Node
> Explorer on demand!
>
>
> *Code and demo*
>
>
>- Demo: https://kookma.github.io/TW-Shiraz
>- Code: https://github.com/kookma/TW-Shiraz
>
>
> It is highly recommended to backup your data before trying any new
> plugin! Do it before installing shiraz.
>
>
> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>
>
> [image: img_174_chrome.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+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/3019ef41-bbc0-4982-b21f-567f5ec27b2bn%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/CAAV1gMBJV5JYiw43x4TzV1i5AQbNXqbHLn0JmmTNyJ%3DwduytvA%40mail.gmail.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-08-04 Thread Paul Hampshire
Is there a way to have Node Explorer include links that are in custom 
fields in tiddlers? 

On Thursday, May 20, 2021 at 12:02:11 PM UTC-4 si wrote:

> >>> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084  
>
> Thanks!
>
> On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:
>
>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>
>>> Great stuff, thanks Mohammad. I will have to spend some time playing 
>>> with column templates to see how they work.
>>>
>>> Unrelated question: Is there a way to change the orientation of dynamic 
>>> table? I.e. list the fields as rows instead of columns.
>>>
>> Yes! Thereis a solution by  pubmania   here: https://git
>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 
>>
>> [image: image.png]
>>
>>
>>
>>
>>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>>
 A Node Explorer is a dynamic table that appears at the bottom of the 
 current tiddler, displaying links, backlinks and tagging of that 
 tiddler. This is based on the Zettelkasten method  
 recently implemented in 
 Tiddlywiki by Soren Bjornstad (see 
 https://zettelkasten.sorenbjornstad.com/)

 The new update of Shiraz 2.3.1 adds a new template to its collection of 
 dynamic table templates, let's use it for creating a Node Explorer to show 
 links/backlinks/tagging of current tiddler.
 For details see 
 https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
 You can also use details/slider macro in Shiraz to hide the Node 
 Explorer on demand!


 *Code and demo*


- Demo: https://kookma.github.io/TW-Shiraz
- Code: https://github.com/kookma/TW-Shiraz


 It is highly recommended to backup your data before trying any new 
 plugin! Do it before installing shiraz.


 If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz


 [image: img_174_chrome.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+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/3019ef41-bbc0-4982-b21f-567f5ec27b2bn%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread si
>>> Yes! Thereis a solution by  pubmania   here: https://git
hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084  

Thanks!

On Thursday, 20 May 2021 at 04:36:11 UTC+1 Mohammad wrote:

> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>
>> Great stuff, thanks Mohammad. I will have to spend some time playing with 
>> column templates to see how they work.
>>
>> Unrelated question: Is there a way to change the orientation of dynamic 
>> table? I.e. list the fields as rows instead of columns.
>>
> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 
>
> [image: image.png]
>
>
>
>
>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>
>>> A Node Explorer is a dynamic table that appears at the bottom of the 
>>> current tiddler, displaying links, backlinks and tagging of that 
>>> tiddler. This is based on the Zettelkasten method  
>>> recently implemented in 
>>> Tiddlywiki by Soren Bjornstad (see 
>>> https://zettelkasten.sorenbjornstad.com/)
>>>
>>> The new update of Shiraz 2.3.1 adds a new template to its collection of 
>>> dynamic table templates, let's use it for creating a Node Explorer to show 
>>> links/backlinks/tagging of current tiddler.
>>> For details see 
>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>>> You can also use details/slider macro in Shiraz to hide the Node 
>>> Explorer on demand!
>>>
>>>
>>> *Code and demo*
>>>
>>>
>>>- Demo: https://kookma.github.io/TW-Shiraz
>>>- Code: https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> It is highly recommended to backup your data before trying any new 
>>> plugin! Do it before installing shiraz.
>>>
>>>
>>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> [image: img_174_chrome.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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/055cde91-9579-4356-89e4-8a1f71bd7b01n%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread Mohammad Rahmani
Hi Odin,
 If you copy paste from TW itself or another editor, Google group will keep
the formatting!


Best wishes
Mohammad


On Thu, May 20, 2021 at 7:26 PM Odin  wrote:

> @Mohammad,
>
> How did you include that codeblock with coloring inside your post like
> that!?
> Google groups does have some text styling options, but it is missing
> codeblocks for me.
>
> Op donderdag 20 mei 2021 om 11:16:43 UTC+2 schreef 謝佩琪:
>
>> It's work!
>>
>> I'm not good at macro & filter ️
>> Thanks for your help!
>>
>> Mohammad 在 2021年5月20日 星期四下午3:42:50 [UTC+8] 的信中寫道:
>>
>>> Sure, use the attached viewtemplate which
>>>
>>> 1. uses a background color (alert-secondary) change if you do not like
>>> it or remove the class to use plain form
>>> 2. show on demand (by default it is hidden, use status parameter of
>>> details macro to change initial status)
>>>
>>> NOTE: The hide/show content uses details macro from Shiraz! It is highly
>>> customizable! Customize feel and look! Use any Shiraz classes!
>>>
>>> <$macrocall
>>>   $name=details
>>>   label="Node Explorer"
>>>   status=""
>>>   labelClass="alert alert-secondary py-1 my-2"
>>>   srcClass  ="alert border-secondary py-0"
>>>   src=<>
>>>   />
>>>
>>>
>>> [image: img_180_%pn.gif]
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Thu, May 20, 2021 at 11:34 AM 謝佩琪  wrote:
>>>
 Great feature!
 Thank you very much!


 Is there any way to hide and show the list?
 Because some tiddlers have many links, and it is very long

 Thanks!
 Mohammad 在 2021年5月20日 星期四上午11:36:11 [UTC+8] 的信中寫道:

> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>
>> Great stuff, thanks Mohammad. I will have to spend some time playing
>> with column templates to see how they work.
>>
>> Unrelated question: Is there a way to change the orientation of
>> dynamic table? I.e. list the fields as rows instead of columns.
>>
> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>
> [image: image.png]
>
>
>
>
>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>
>>> A Node Explorer is a dynamic table that appears at the bottom of
>>> the current tiddler, displaying links, backlinks and tagging of
>>> that tiddler. This is based on the Zettelkasten method
>>> recently implemented in
>>> Tiddlywiki by Soren Bjornstad (see
>>> https://zettelkasten.sorenbjornstad.com/)
>>>
>>> The new update of Shiraz 2.3.1 adds a new template to its collection
>>> of dynamic table templates, let's use it for creating a Node Explorer to
>>> show links/backlinks/tagging of current tiddler.
>>> For details see
>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>>> You can also use details/slider macro in Shiraz to hide the Node
>>> Explorer on demand!
>>>
>>>
>>> *Code and demo*
>>>
>>>
>>>- Demo: https://kookma.github.io/TW-Shiraz
>>>- Code: https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> It is highly recommended to backup your data before trying any new
>>> plugin! Do it before installing shiraz.
>>>
>>>
>>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> [image: img_174_chrome.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+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.

>>> To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/e8ed3ada-dadd-4cca-8ce9-bd91efbdbae2n%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/8434b91b-0afb-4db7-82eb-3ed6c7a1321dn%40googlegroups.com
> 

Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread Odin
@Mohammad,

How did you include that codeblock with coloring inside your post like 
that!?
Google groups does have some text styling options, but it is missing 
codeblocks for me.

Op donderdag 20 mei 2021 om 11:16:43 UTC+2 schreef 謝佩琪:

> It's work!
>
> I'm not good at macro & filter ️
> Thanks for your help!
>
> Mohammad 在 2021年5月20日 星期四下午3:42:50 [UTC+8] 的信中寫道:
>
>> Sure, use the attached viewtemplate which
>>
>> 1. uses a background color (alert-secondary) change if you do not like it 
>> or remove the class to use plain form
>> 2. show on demand (by default it is hidden, use status parameter of 
>> details macro to change initial status)
>>
>> NOTE: The hide/show content uses details macro from Shiraz! It is highly 
>> customizable! Customize feel and look! Use any Shiraz classes!
>>
>> <$macrocall 
>>   $name=details 
>>   label="Node Explorer"
>>   status=""
>>   labelClass="alert alert-secondary py-1 my-2"
>>   srcClass  ="alert border-secondary py-0"
>>   src=<>
>>   />
>>
>>
>> [image: img_180_%pn.gif]
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Thu, May 20, 2021 at 11:34 AM 謝佩琪  wrote:
>>
>>> Great feature!
>>> Thank you very much!
>>>
>>>
>>> Is there any way to hide and show the list?
>>> Because some tiddlers have many links, and it is very long
>>>
>>> Thanks!
>>> Mohammad 在 2021年5月20日 星期四上午11:36:11 [UTC+8] 的信中寫道:
>>>
 On Thu, May 20, 2021 at 1:25 AM si  wrote:

> Great stuff, thanks Mohammad. I will have to spend some time playing 
> with column templates to see how they work.
>
> Unrelated question: Is there a way to change the orientation of 
> dynamic table? I.e. list the fields as rows instead of columns.
>
 Yes! Thereis a solution by  pubmania   here: https://git
 hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 

 [image: image.png]




> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>
>> A Node Explorer is a dynamic table that appears at the bottom of the 
>> current tiddler, displaying links, backlinks and tagging of that 
>> tiddler. This is based on the Zettelkasten method  
>> recently implemented in 
>> Tiddlywiki by Soren Bjornstad (see 
>> https://zettelkasten.sorenbjornstad.com/)
>>
>> The new update of Shiraz 2.3.1 adds a new template to its collection 
>> of dynamic table templates, let's use it for creating a Node Explorer to 
>> show links/backlinks/tagging of current tiddler.
>> For details see 
>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>> You can also use details/slider macro in Shiraz to hide the Node 
>> Explorer on demand!
>>
>>
>> *Code and demo*
>>
>>
>>- Demo: https://kookma.github.io/TW-Shiraz
>>- Code: https://github.com/kookma/TW-Shiraz
>>
>>
>> It is highly recommended to backup your data before trying any new 
>> plugin! Do it before installing shiraz.
>>
>>
>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>
>>
>> [image: img_174_chrome.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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/e8ed3ada-dadd-4cca-8ce9-bd91efbdbae2n%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/8434b91b-0afb-4db7-82eb-3ed6c7a1321dn%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread 謝佩琪
It's work!

I'm not good at macro & filter ️
Thanks for your help!

Mohammad 在 2021年5月20日 星期四下午3:42:50 [UTC+8] 的信中寫道:

> Sure, use the attached viewtemplate which
>
> 1. uses a background color (alert-secondary) change if you do not like it 
> or remove the class to use plain form
> 2. show on demand (by default it is hidden, use status parameter of 
> details macro to change initial status)
>
> NOTE: The hide/show content uses details macro from Shiraz! It is highly 
> customizable! Customize feel and look! Use any Shiraz classes!
>
> <$macrocall 
>   $name=details 
>   label="Node Explorer"
>   status=""
>   labelClass="alert alert-secondary py-1 my-2"
>   srcClass  ="alert border-secondary py-0"
>   src=<>
>   />
>
>
> [image: img_180_%pn.gif]
>
>
> Best wishes
> Mohammad
>
>
> On Thu, May 20, 2021 at 11:34 AM 謝佩琪  wrote:
>
>> Great feature!
>> Thank you very much!
>>
>>
>> Is there any way to hide and show the list?
>> Because some tiddlers have many links, and it is very long
>>
>> Thanks!
>> Mohammad 在 2021年5月20日 星期四上午11:36:11 [UTC+8] 的信中寫道:
>>
>>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>>
 Great stuff, thanks Mohammad. I will have to spend some time playing 
 with column templates to see how they work.

 Unrelated question: Is there a way to change the orientation of dynamic 
 table? I.e. list the fields as rows instead of columns.

>>> Yes! Thereis a solution by  pubmania   here: https://git
>>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 
>>>
>>> [image: image.png]
>>>
>>>
>>>
>>>
 On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:

> A Node Explorer is a dynamic table that appears at the bottom of the 
> current tiddler, displaying links, backlinks and tagging of that 
> tiddler. This is based on the Zettelkasten method  
> recently implemented in 
> Tiddlywiki by Soren Bjornstad (see 
> https://zettelkasten.sorenbjornstad.com/)
>
> The new update of Shiraz 2.3.1 adds a new template to its collection 
> of dynamic table templates, let's use it for creating a Node Explorer to 
> show links/backlinks/tagging of current tiddler.
> For details see 
> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
> You can also use details/slider macro in Shiraz to hide the Node 
> Explorer on demand!
>
>
> *Code and demo*
>
>
>- Demo: https://kookma.github.io/TW-Shiraz
>- Code: https://github.com/kookma/TW-Shiraz
>
>
> It is highly recommended to backup your data before trying any new 
> plugin! Do it before installing shiraz.
>
>
> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>
>
> [image: img_174_chrome.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+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/e8ed3ada-dadd-4cca-8ce9-bd91efbdbae2n%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/2ebc0556-8352-4fb4-b27b-b831c826bf81n%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread Mohammad Rahmani
Sure, use the attached viewtemplate which

1. uses a background color (alert-secondary) change if you do not like it
or remove the class to use plain form
2. show on demand (by default it is hidden, use status parameter of details
macro to change initial status)

NOTE: The hide/show content uses details macro from Shiraz! It is highly
customizable! Customize feel and look! Use any Shiraz classes!

<$macrocall
  $name=details
  label="Node Explorer"
  status=""
  labelClass="alert alert-secondary py-1 my-2"
  srcClass  ="alert border-secondary py-0"
  src=<>
  />


[image: img_180_%pn.gif]


Best wishes
Mohammad


On Thu, May 20, 2021 at 11:34 AM 謝佩琪  wrote:

> Great feature!
> Thank you very much!
>
>
> Is there any way to hide and show the list?
> Because some tiddlers have many links, and it is very long
>
> Thanks!
> Mohammad 在 2021年5月20日 星期四上午11:36:11 [UTC+8] 的信中寫道:
>
>> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>>
>>> Great stuff, thanks Mohammad. I will have to spend some time playing
>>> with column templates to see how they work.
>>>
>>> Unrelated question: Is there a way to change the orientation of dynamic
>>> table? I.e. list the fields as rows instead of columns.
>>>
>> Yes! Thereis a solution by  pubmania   here: https://git
>> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084
>>
>> [image: image.png]
>>
>>
>>
>>
>>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>>
 A Node Explorer is a dynamic table that appears at the bottom of the
 current tiddler, displaying links, backlinks and tagging of that
 tiddler. This is based on the Zettelkasten method
 recently implemented in
 Tiddlywiki by Soren Bjornstad (see
 https://zettelkasten.sorenbjornstad.com/)

 The new update of Shiraz 2.3.1 adds a new template to its collection of
 dynamic table templates, let's use it for creating a Node Explorer to show
 links/backlinks/tagging of current tiddler.
 For details see
 https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
 You can also use details/slider macro in Shiraz to hide the Node
 Explorer on demand!


 *Code and demo*


- Demo: https://kookma.github.io/TW-Shiraz
- Code: https://github.com/kookma/TW-Shiraz


 It is highly recommended to backup your data before trying any new
 plugin! Do it before installing shiraz.


 If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz


 [image: img_174_chrome.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+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/e8ed3ada-dadd-4cca-8ce9-bd91efbdbae2n%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/CAAV1gMDhy%2Bv4gG_7FLt3Ox2EcTRO3y04erP9OP%3D6eugjO8Sj_A%40mail.gmail.com.


$__plugins_kookma_viewtemplates_node-explorer.json
Description: application/json


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-20 Thread 謝佩琪
Great feature!
Thank you very much!


Is there any way to hide and show the list?
Because some tiddlers have many links, and it is very long

Thanks!
Mohammad 在 2021年5月20日 星期四上午11:36:11 [UTC+8] 的信中寫道:

> On Thu, May 20, 2021 at 1:25 AM si  wrote:
>
>> Great stuff, thanks Mohammad. I will have to spend some time playing with 
>> column templates to see how they work.
>>
>> Unrelated question: Is there a way to change the orientation of dynamic 
>> table? I.e. list the fields as rows instead of columns.
>>
> Yes! Thereis a solution by  pubmania   here: https://git
> hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084 
>
> [image: image.png]
>
>
>
>
>> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>>
>>> A Node Explorer is a dynamic table that appears at the bottom of the 
>>> current tiddler, displaying links, backlinks and tagging of that 
>>> tiddler. This is based on the Zettelkasten method  
>>> recently implemented in 
>>> Tiddlywiki by Soren Bjornstad (see 
>>> https://zettelkasten.sorenbjornstad.com/)
>>>
>>> The new update of Shiraz 2.3.1 adds a new template to its collection of 
>>> dynamic table templates, let's use it for creating a Node Explorer to show 
>>> links/backlinks/tagging of current tiddler.
>>> For details see 
>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>>> You can also use details/slider macro in Shiraz to hide the Node 
>>> Explorer on demand!
>>>
>>>
>>> *Code and demo*
>>>
>>>
>>>- Demo: https://kookma.github.io/TW-Shiraz
>>>- Code: https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> It is highly recommended to backup your data before trying any new 
>>> plugin! Do it before installing shiraz.
>>>
>>>
>>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>>
>>>
>>> [image: img_174_chrome.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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/e8ed3ada-dadd-4cca-8ce9-bd91efbdbae2n%40googlegroups.com.


Re: [tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-19 Thread Mohammad Rahmani
On Thu, May 20, 2021 at 1:25 AM si  wrote:

> Great stuff, thanks Mohammad. I will have to spend some time playing with
> column templates to see how they work.
>
> Unrelated question: Is there a way to change the orientation of dynamic
> table? I.e. list the fields as rows instead of columns.
>
Yes! Thereis a solution by  pubmania   here: https://git
hub.com/kookma/TW-Shiraz/issues/8#issuecomment-652531084

[image: image.png]




> On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:
>
>> A Node Explorer is a dynamic table that appears at the bottom of the
>> current tiddler, displaying links, backlinks and tagging of that
>> tiddler. This is based on the Zettelkasten method
>> recently implemented in
>> Tiddlywiki by Soren Bjornstad (see
>> https://zettelkasten.sorenbjornstad.com/)
>>
>> The new update of Shiraz 2.3.1 adds a new template to its collection of
>> dynamic table templates, let's use it for creating a Node Explorer to show
>> links/backlinks/tagging of current tiddler.
>> For details see
>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
>> You can also use details/slider macro in Shiraz to hide the Node Explorer
>> on demand!
>>
>>
>> *Code and demo*
>>
>>
>>- Demo: https://kookma.github.io/TW-Shiraz
>>- Code: https://github.com/kookma/TW-Shiraz
>>
>>
>> It is highly recommended to backup your data before trying any new
>> plugin! Do it before installing shiraz.
>>
>>
>> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>>
>>
>> [image: img_174_chrome.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/54e5cbcc-b0d3-439a-af54-02e11055a704n%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/CAAV1gMCbGQx6XP4-AtHPviZAkVBMEvyZF0YQRK%3D8-rrgiS6bHw%40mail.gmail.com.


[tw5] Re: Shiraz 2.3.1 new update supports Node Explorer (bidirectional links)

2021-05-19 Thread si
Great stuff, thanks Mohammad. I will have to spend some time playing with 
column templates to see how they work.

Unrelated question: Is there a way to change the orientation of dynamic 
table? I.e. list the fields as rows instead of columns.

On Wednesday, 19 May 2021 at 19:43:32 UTC+1 Mohammad wrote:

> A Node Explorer is a dynamic table that appears at the bottom of the 
> current tiddler, displaying links, backlinks and tagging of that tiddler. 
> This is based on the Zettelkasten method  
> recently implemented in 
> Tiddlywiki by Soren Bjornstad (see 
> https://zettelkasten.sorenbjornstad.com/)
>
> The new update of Shiraz 2.3.1 adds a new template to its collection of 
> dynamic table templates, let's use it for creating a Node Explorer to show 
> links/backlinks/tagging of current tiddler.
> For details see 
> https://kookma.github.io/TW-Shiraz/#Tutorial%20Advanced%20Node%20Explorer
> You can also use details/slider macro in Shiraz to hide the Node Explorer 
> on demand!
>
>
> *Code and demo*
>
>
>- Demo: https://kookma.github.io/TW-Shiraz
>- Code: https://github.com/kookma/TW-Shiraz
>
>
> It is highly recommended to backup your data before trying any new plugin! 
> Do it before installing shiraz.
>
>
> If you like Shiraz star it at  https://github.com/kookma/TW-Shiraz
>
>
> [image: img_174_chrome.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/54e5cbcc-b0d3-439a-af54-02e11055a704n%40googlegroups.com.