[tw5] Re: Global Shortcuts and action Macro defined in other tiddlers

2019-06-18 Thread TonyM
Mohammad,

As I read it this is what it should read to be clearer.

*Macros* defined *outside* a global keyboard-shortcut (*ie NOT *through a 
tiddler tagged $:/tags/Macro) need to be *imported* in order to be 
accessible.

Your hunch is correct.

Regards
Tony



On Wednesday, June 19, 2019 at 2:29:23 PM UTC+10, Mohammad wrote:
>
>
>
> In 
> https://tiddlywiki.com/prerelease/#How%20to%20create%20keyboard%20shortcuts 
> it 
> describes
>
>
> *Macros* defined *outside* a global keyboard-shortcut (through a tiddler 
> tagged $:/tags/Macro) need to be *imported* in order to be accessible. 
> The import pragma  can be used 
> for that
>
> \import $:/core/ui/PageMacros 
> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>
> If the tiddler that contains the macro definition is known and - for 
> example - titled my-macro-tiddler
>
> \import my-macro-tiddler
>
>
>
> But it does not work!
> Furthermore if a macro definea in a tiddler tagged with $:/tags/Macro why 
> they should again imported using \import pragma?
> What will be happened if the $:/tags/Macro removed and only \Pragma used?
>
> Is there any example to give a try on this?
>
>
> --Mohammad
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f232833-450d-4fc2-a23c-b7328596fcfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Global Shortcuts and action Macro defined in other tiddlers

2019-06-18 Thread Mohammad


In 
https://tiddlywiki.com/prerelease/#How%20to%20create%20keyboard%20shortcuts it 
describes


*Macros* defined *outside* a global keyboard-shortcut (through a tiddler 
tagged $:/tags/Macro) need to be *imported* in order to be accessible. The 
import 
pragma  can be used for that

\import $:/core/ui/PageMacros 
[all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

If the tiddler that contains the macro definition is known and - for 
example - titled my-macro-tiddler

\import my-macro-tiddler



But it does not work!
Furthermore if a macro definea in a tiddler tagged with $:/tags/Macro why 
they should again imported using \import pragma?
What will be happened if the $:/tags/Macro removed and only \Pragma used?

Is there any example to give a try on this?


--Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e95bb451-d6a4-444e-a16c-86ce8f672c84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: menu item linking directly to a tiddler

2019-06-18 Thread TonyM
Eric,

It sounds like you answer relates to Ton Gerner's plugins. To get others to 
assist you I suggest linking to the demo for the plugins you are using and 
tell us something about how you use them, even better share a link to a 
wiki.

My own my menus plugin site has a lot of examples of how to code menu 
items, you may find some ideas there.

Regards
Tony

On Wednesday, June 19, 2019 at 6:30:12 AM UTC+10, Eric Kofoid wrote:
>
> I have used Ton Gerner's excellent plugins to create a menubar with 
> several drop-down menus linking to tiddlers of interest. 
>
> I would also like a couple of items in the menubar which link directly to 
> specific tiddlers. For instance, I would like an item "About" which, when 
> clicked, will immediately call up the corresponding tiddler without the 
> intervention of a drop-down list.
>
> Also, I would like to embed a small image of a vertical bar in the menu 
> bar to separate drop-down items on the left from specific links on the 
> right. If clicked, it would elicit no response. 
>
> Any help would be greatly appreciated.
>
> Cheers,
>
> Eric
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7a8be673-7238-4825-a184-37b857d12c3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] menu item linking directly to a tiddler

2019-06-18 Thread Eric Kofoid
I have used Ton Gerner's excellent plugins to create a menubar with several 
drop-down menus linking to tiddlers of interest. 

I would also like a couple of items in the menubar which link directly to 
specific tiddlers. For instance, I would like an item "About" which, when 
clicked, will immediately call up the corresponding tiddler without the 
intervention of a drop-down list.

Also, I would like to embed a small image of a vertical bar in the menu bar 
to separate drop-down items on the left from specific links on the right. 
If clicked, it would elicit no response. 

Any help would be greatly appreciated.

Cheers,

Eric

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/997c6c6d-dbaf-413b-ab02-eaaede83a5a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: pack and unpack few tiddlers internally: A Theme switcher

2019-06-18 Thread Mohammad
Hi BJ

Many thanks for your help. I go through them and will notify you if  I 
could not use them.

Best
Mohammad

On Monday, June 17, 2019 at 11:53:10 PM UTC+4:30, BJ wrote:
>
> you can see how the switcher is used in
>
> $:/snippets/minithemeswitcher
>
> On Monday, June 17, 2019 at 8:16:51 PM UTC+2, Mohammad wrote:
>>
>> Hi BJ,
>>
>>  Thanks, I failed to produce an example!
>>
>> Best
>> Mohammad
>>
>>
>>
>> On Monday, June 17, 2019 at 1:19:18 AM UTC+4:30, BJ wrote:
>>>
>>> maybe you can use the plugin switcher in the core:
>>>
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/pluginswitcher.js
>>>
>>> On Sunday, June 16, 2019 at 7:38:51 PM UTC+2, Mohammad wrote:

 I am working on Tiddlyshow to finalize it as a plugin!
 I have several themes for slideshow. I want to apply themes by a theme 
 switcher!
 What I do now is to apply the $:/tags/Stylesheet to bundle of tiddlers 
 in selected theme and remove $:/tags/Stylesheet  tag
 from previous theme tiddlers (each theme has 5 to 10 tiddlers)

 I thought I can use the mechanism by TW itself! so I need a macro/tool 
 to let me unload a theme (by packing internally into a JSON tiddler)
 and unpack (load) the new selected one!

 How can I do this? I am insisted to not add extra third party plugins 
 to restrict any dependencies!


 Mohammad

>>>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f9a60801-52ef-45ab-86cb-5d9e02147958%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Switch between zoomin and classic story view and keep the same tiddler in focus

2019-06-18 Thread Mohammad
I tried to implement a small script to switch between two story view, the 
zoomin and classic and keep open the same tiddler
in focus in both view.

The example is available at: http://hirad.tiddlyspot.com/
The code is in Test tiddler and can be seen in the sidebar.

as you see below, when the story view switched to classic, a macro  
lastseen is called it that
the widget action-navigator is called to open and scroll the tiddler last 
seen (was in focused in zoomin view).

Unfortunately the lastseen does not work! What other solution you propose?

\define lastSeen()
<$action-navigate to={{$:/HistoryList!!current-tiddler}}  $scroll="yes" />
\end

<$reveal type="nomatch" state="$:/state/SampleReveal1" text="classic">
<$button set="$:/state/SampleReveal1" setTo="classic">Classic
  <$action-setfield $tiddler="$:/view" text="classic"/>
<>




<$reveal type="nomatch" state="$:/state/SampleReveal1" text="zoomin">
<$button set="$:/state/SampleReveal1" setTo="zoomin">Zoomin
  <$action-setfield $tiddler="$:/view" text="zoomin"/>






-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7126910e-5fa4-4b6c-808a-d80a1b9b0a56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread @TiddlyTweeter
Jeremy

Good observation on the "The" ... I agree with Joe. Part of the issue is 
software nomenclature got in habit of avoiding it. It may be as simple as 
indexing why it's NOT found for most any software. 

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb8422eb-6e29-47aa-8ff5-b73436353107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread K500 L501
As tonyM rightly pointed out, it depends on which universe you improbably
don't look at

On Tue, Jun 18, 2019 at 12:09 PM Mat  wrote:

> K500 L501 wrote:
>>
>> That would imply there is only one *singular *nonexistance.
>>
>
> So wikis don't don't exist?
>
> <:-)
>
> --
> 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 post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/5c852de4-769d-4f08-971f-f75712c10395%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ-A%2BueR48hpu%2BVrZ4xbziLuCWiYD%3DhusW%3DvK4G6Sh%3Dm7Q4M4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread @TiddlyTweeter
English, as far as I know, is the only foreign language within itself.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/df2b75f0-4544-4da2-8985-94a2e8ab042c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread @TiddlyTweeter
*sends Sensible Sheperd to your area*

(Protecting "moose" from becoming "meese")

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6574e462-53d3-4d28-89ff-66f66729c172%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread Mat
You are all wrong!

As you know, the plural form of *cactus* is *cacti* and *focus* is *foci*.

Evidently "wiki" is *already* in plural form, for the singular *wikus*. As 
in TiddlyWikus. 

Now heading over to Github to correct the docs. Jeremy just taught 
 me how to create new 
docs there so he will be thrilled.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b075f478-ccf0-4476-9880-71a7bd3ebecd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread Ste Wilson
Waithold on.the plural of Sheep is Sheeps!

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/36c57def-e050-4316-92f9-584e0fa6faf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread Mat
K500 L501 wrote:
>
> That would imply there is only one *singular *nonexistance.
>

So wikis don't don't exist?

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c852de4-769d-4f08-971f-f75712c10395%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread Jeremy Ruston
A related linguistic question is whether “TiddlyWiki" should have the definite 
article. Joe Armstrong always referred to it as “the TiddlyWiki”, which I 
rather liked.

Best wishes

Jeremy

> On 18 Jun 2019, at 09:56, TonyM  wrote:
> 
> But then given the improbability drive perhaps wikis exist in every other 
> time and place you have not yet looked at.
> 
> Ps the hyperlink needed to proceed the wiki.
> 
> Tony
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/5c8fa9c8-026f-4a1b-8150-f60f91f55de2%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/648A713C-CC42-407B-BE55-06822E7179F7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread TonyM
But then given the improbability drive perhaps wikis exist in every other time 
and place you have not yet looked at.

Ps the hyperlink needed to proceed the wiki.

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c8fa9c8-026f-4a1b-8150-f60f91f55de2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] NodeJS, Bob, TiddlyServer, TiddlyDesktop Host on Named IP Address

2019-06-18 Thread Jeremy Ruston
Hi Tony

> All our tiddlywiki servers NodeJS, Bob, TiddlyServer, TiddlyDesktop provide 
> the option to host on the following;
> 127.0.0.1 to restrict access to the wiki to browsers on the same machine
> 0.0.0.0 to allow access on all network adaptors
> 
> However my experience is even if set to 0.0.0.0 they often continue to share 
> on 127.0.0.1 and its hard for me to keep 127.0.0.1 or the devices allocated 
> IP Address free for other servers

That sounds peculiar. I’d suggest focusing your testing on the simplest, 
bare-bones Node.js configuration and see if you can reliably duplicate the 
problem.

> 
> Also sharing on  0.0.0.0 will also bind to all IP Addresses on your 
> device/desktop/Server if it has more than one IP Address. 
> 
> I would of thought it correct to assume if I provide the IP Address eg  
> 192.168.1.80 they would use that address, rather than 0.0.0.0 or 127.0.0.1 
> however this is not consistently the case.
> This also goes for 192.168.1.80:8080 providing a port number

Listening on a specific IP 192.168.1.80:8080 should just listen on the 
corresponding network interface. Does it not work for you under Node.js?

Best wishes

Jeremy

> 
> Is my assumption incorrect?
> Can we get these implementations to honor this IP Address and stop sharing on 
> any other address, local or otherwise?
> Is there another way to specify this?
> Where shall I raise an issue to have this addressed?
> Regards
> Tony
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/b693ea63-4d81-4db8-8c01-442167353686%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/98E23542-06D9-44C7-97A1-CEF27DFC0CF4%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [meta] Is "Wiki" both singular & plural?

2019-06-18 Thread K500 L501
Encyclopedia Britannica https://www.britannica.com/topic/wiki says

"Wiki*s* can be dated to 1995,..."

Since the Hitchhiker's Guide contains no entry of Wiki, we must assume that
no such thing exists. That would imply there is only one *singular *
nonexistance.
It can be assumed the "Wiki" was lost during the construction of an
interstellar bypass.

Kilo

On Mon, Jun 17, 2019 at 10:41 PM @TiddlyTweeter 
wrote:

> Repeat for email ...
>
> On Monday, 17 June 2019 22:40:36 UTC+2, @TiddlyTweeter wrote:
>>
>> "Wiki", when I use it feels rather like "moose" and "sheep" -- both
>> singular & plural.
>>
>> Is there a rule somewhere on this?
>>
>> Best wishes
>> Josiah
>>
> --
> 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 post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2ac88f19-eed6-4c66-92a5-e8542ae2d174%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ-A%2Bud41QjThRQS6ySWPviWQNj2gwF7q15z3-PbJeEZnjs3cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] NodeJS, Bob, TiddlyServer, TiddlyDesktop Host on Named IP Address

2019-06-18 Thread TonyM
Folks,

All our tiddlywiki servers NodeJS, Bob, TiddlyServer, TiddlyDesktop provide 
the option to host on the following;
127.0.0.1 to restrict access to the wiki to browsers on the same machine
0.0.0.0 to allow access on all network adaptors

However my experience is even if set to 0.0.0.0 they often continue to 
share on 127.0.0.1 and its hard for me to keep 127.0.0.1 or the devices 
allocated IP Address free for other servers

Also sharing on  0.0.0.0 will also bind to all IP Addresses on your 
device/desktop/Server if it has more than one IP Address. 

I would of thought it correct to assume if I provide the IP Address eg  
192.168.1.80 
they would use that address, rather than 0.0.0.0 or 127.0.0.1 however this 
is not consistently the case.
This also goes for 192.168.1.80:8080 providing a port number


   - *Is my assumption incorrect?*
   - *Can we get these implementations to honor this IP Address and stop 
   sharing on any other address, local or otherwise?*
   - *Is there another way to specify this?*
   - *Where shall I raise an issue to have this addressed?*

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b693ea63-4d81-4db8-8c01-442167353686%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.