Discussion:
[tw5] [TW5] The TWederBob plugin and demo (TWederation, with Bob)
Jed Carty
2018-08-26 07:39:11 UTC
Permalink
With the TWederBob plugin I have the first working parts of TWederation set
up to work with Bob.

You can now configure Bob servers to enable pushing and fetching tiddlers
from wikis served with Bob. I also added this to the online version that I
made. I am hopefully going to be making the server component of that
publicly available in the next few days.

What all of this means right now is that you can use the TWederBob plugin
to push or pull tiddlers to/from your Bob wikis from other wikis. The
online demo only allows fetching tiddlers from the public wikis because
none of the wikis are editable without authentication and no one outside
ooktech has a login, but it is possible to log into a remote server using
the Login plugin and pushing or fetching tiddlers from private wikis works
if you have the required permissions.

Instructions for the demo are here:
https://www.ooktech.xyz:8443/Public#Federation%20Demo

The TWederBob plugin is available on GitHub
here https://github.com/OokTech/TW5-TWederBob
--
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 post to this group, send email to ***@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/dfdfcdb6-3f85-412d-b3b5-3146c5a434c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mohammad
2018-08-26 10:04:41 UTC
Permalink
Great step!

Thank you Jed!

/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+***@googlegroups.com.
To post to this group, send email to ***@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/f84c221e-b51e-4eb8-99b5-fd95da3fb60b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-26 10:23:55 UTC
Permalink
This is all incredibly exciting.

It is also, so far, very complex so I will provoke you with some questions
with the intention of formulating an as-simple-as-possible step-by-step
instruction as well as a "why everyone really should care" description.
I'll do this by first attempting to install everything from scratch.
Prepare for bombardement with stupid questions. You have been warned ;-)
;-) ;-)

Now, as a first step I'm attempting to use the TWederBob Fetch Demo
<https://www.ooktech.xyz:8443/Public#TWederBob%20Fetch%20Demo>, at that
site, to fetch "mu cat.png" from the advised wiki but nothing seems to
happen. Am I misunderstanding sth? I tried all of filters "mu cat.png" and
[[mu cat.png]] and mu cat.png - but there is no result and no feedback
AFAICT.

<:-)
--
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 post to this group, send email to ***@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/c9972a1a-9d00-415c-a4c2-6c064a8b03f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ste Wilson
2018-08-26 11:14:51 UTC
Permalink
YAY!
(I may actually get time to get Bob on my pi sorted soon)

Is Bobtewd comparable with plain twed?
--
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 post to this group, send email to ***@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/4628d415-c1e0-432f-8a56-8689db71b79b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-08-26 11:36:15 UTC
Permalink
Mat,

Thank you for doing that! I will try to answer the questions. The filters
are normal filters so the filter would be [[mu cat.png]]

Did you just click on the button in the public wiki? Because that would
fetch the tiddler from itself and there wouldn't be any visible change. If
you put the plugin into a single file wiki than you need to do something to
let things loaded on file:/// uris use cross-site requests. This has to be
done by you and I can't write anything that would automatically allow it.

In safari:

-you need to turn on the developer menu first by opening the menus
Safari->preferences->Advanced, then at the bottom of the advanced menu you
check 'Show Develop Menu in Menu Toolbar'
-Then in the Develop menu that appears check 'Disable Local File
Restrictions'

In firefox:

-I think it may work out of the box without any changes. Or I have
unknowingly changed things on all of my computers and don't remember. So if
anyone has trouble let me know so we can figure out how to get around it.

In Chrome, edge, IE, whatever:

I don't know, I don't have any other browsers on my computers.
--
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 post to this group, send email to ***@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/1e163000-7b42-4232-8bdf-e07413ee7510%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-27 15:14:02 UTC
Permalink
OK, so
Post by Jed Carty
Did you just click on the button in the public wiki? Because that would
fetch the tiddler from itself and there wouldn't be any visible change. If
you put the plugin into a single file wiki than you need to do something to
let things loaded on file:/// uris use cross-site requests. This has to be
done by you and I can't write anything that would automatically allow it.
-you need to turn on the developer menu first by opening the menus
Safari->preferences->Advanced, then at the bottom of the advanced menu you
check 'Show Develop Menu in Menu Toolbar'
-Then in the Develop menu that appears check 'Disable Local File
Restrictions'
-I think it may work out of the box without any changes. Or I have
unknowingly changed things on all of my computers and don't remember. So if
anyone has trouble let me know so we can figure out how to get around it.
I don't know, I don't have any other browsers on my computers.
--
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 post to this group, send email to ***@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/1b9318f2-8d2e-45af-93c2-ac6a5c19dbb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-27 15:22:44 UTC
Permalink
(sorry for premature post here above)

WOW! I was really expecting a lot of messing around with *Chrome in Win*
but.. nope, to an otherwise empty TW, I pulled over;

- TWederBob plugin <$:/plugins/OokTech/TWederBob>
...and that minitest:
- TWederBob Fetch Demo
<https://www.ooktech.xyz:8443/Public#TWederBob%20Fetch%20Demo>

I was really prepared for a battle with Chrome but, nope, right away: into
that Fetch Demo I type in

[[mu cat.png]]


..and click the button AND IMMEDIATELY I GOT THE TIDDLER! No fuss
whatsoever!

WOW it was so slick. Will now test more stuff.

<:-)
--
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 post to this group, send email to ***@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/5f3d8aed-e322-48c5-8dd8-b014481ec810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-27 16:25:01 UTC
Permalink
@Jed

In the tiddler What is this?
<https://ooktech.xyz:8443/Public#What%20is%20this%3F>, under the heading
"Federation", I would like also a link to "Setup any TiddlyWiki for
Federation"

IMO it would also make sense to use tags for drag'n droping these things
instead of links. As you know, tags has the advantage of allowing deletable
tiddlers to be batch imported so, for example, a "drag tag" named "Setup
any TiddlyWiki for Federation" could include both the "TWederBob plugin"
and the "TWederBob Fetch Demo" and when the user got tired of the latter
he'd just delete it.

BTW, I would like to use your creations to discuss these things and come
with proposals like these but in an implemented form so you can just
"install" a proposal if you like it. We attempted this in the first
rendition of TWederation and that is also how we discovered the problems
with it. Hopefully things would go smoother this time around. Is that
possible? I.e could you and I and others interested in supporting the dev
do this via TWederBob and your server?

<:-)
--
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 post to this group, send email to ***@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/4581681b-4d01-4de6-9064-c63fa301edb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-08-26 11:40:03 UTC
Permalink
Ste,

It doesn't use the same thing as old twederation, but there isn't any
reason that you couldn't have both in the same wiki. This new plugin only
interacts with a server so it can't pull from single file wikis but there
isn't any reason we couldn't have a hybrid setup that uses the older method
for single file wikis and this one for wikis with a server back-end.

At its base it is moving tiddlers between wikis so you can have a network
that is comprised of both the single file twederated wikis and the
server-based federated wikis.
--
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 post to this group, send email to ***@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/626eec1b-c3d1-4583-8271-8f10ca63eb6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-08-26 11:41:34 UTC
Permalink
Ste,

What problems are you running into with Bob on your pi? I have had it
running on mine since before I announced Bob here so it is possible.
--
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 post to this group, send email to ***@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/cd1a89d2-50d4-491f-99a7-92bc2d133acd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ste Wilson
2018-08-26 11:46:25 UTC
Permalink
As discussed before, you had typo in your set up instructions and I was missing a comma in my config. I just haven't had a spare evening and or energy to fire up ssh, wrestle withand the command line and get it sorted. Will report back when I do.
--
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 post to this group, send email to ***@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/835c87d8-e3f6-40fe-93df-3c38be040f0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-08-27 16:48:25 UTC
Permalink
Mat,

I am glad that it works. Safari is the only place I know where any
additional work is needed then. I have no idea about Edge or IE. I was a
bit worried when this didn't get much response.
--
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 post to this group, send email to ***@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/5ef9fd7e-b8f0-4734-8412-b2312cd8f505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@TiddlyTweeter
2018-08-27 17:08:59 UTC
Permalink
Jed, as I said before I think its low numbers, not lack of interest. I'm
still catching up with your previous. I need a bit of time.

Josiah
... I was a bit worried when this didn't get much response.
--
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 post to this group, send email to ***@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/abaeaae6-185a-4d87-92aa-b051ec31f73b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-27 17:23:14 UTC
Permalink
Post by @TiddlyTweeter
Jed, as I said before I think its low numbers, not lack of interest. I'm
still catching up with your previous. I need a bit of time.
I agree but I also think it is "lack of interest from ignorance". When
people do eventually see what this brings they'll for sure be interested.
At this stage, part of the difficulty is to convey what this is all about.
I feel some responsibility in working with this aspect, given my evangelism
for federation.

<:-)
--
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 post to this group, send email to ***@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/88343ea3-3ff1-40b4-acf8-b0605454691a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@TiddlyTweeter
2018-09-08 10:57:10 UTC
Permalink
... When people do eventually see what this brings they'll for sure be
interested. At this stage, part of the difficulty is to convey what this is
all about. I feel some responsibility in working with this aspect, given my
evangelism for federation.
Yes. FWIW, for a user like me its hard to "man-up" unless I see lots of
examples. Not so much of how it works per se but what it works for. I think
if the demos could, over time, become richer it would help. For instance,
several example filters. Example of a one-push button e.g "Get all the
Demos." In time the applications of it should get a lot clearer and its
maybe that "end use" aspect that might matter quite a lot to uptake. Just
thoughts.

There are also several basic things I'm unclear about (as an idiot :) and
which I will ask about shortly.

J.
--
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 post to this group, send email to ***@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/1426c6e1-cc4f-460c-b4f2-beda7eb6ff23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TonyM
2018-09-08 12:32:15 UTC
Permalink
Can I respectfully say

One reason I think there is a lack of clarity on federation is it has not being accessible to the broader audience and those in the know have seen it around for ages and have a strong knowledge of it and know what it means.

It is now polarised to those who know (a small number of people) and those who dont.

The discussion needs to go back to basics for most of us and those in the know need to explain the state of play in simple language.

As I understand it it forshadows the next generation.

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+***@googlegroups.com.
To post to this group, send email to ***@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/ffa01912-8a9e-4ca3-a16c-4c10044a39bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mat
2018-08-27 17:19:19 UTC
Permalink
Post by Jed Carty
Mat,
I am glad that it works. Safari is the only place I know where any
additional work is needed then. I have no idea about Edge or IE. I was a
bit worried when this didn't get much response.
OK, windows 10:

Edge - RSOD erros msg: "Undefined error".

IE - RSOD translated error message: "It's not possible to get the property
getItem for a referece that is not defined or is null".
Note that when I open IE, before going to anything TW related, there's some
popup if I want to use recommended security settings for IE or customize. I
just dismissed this, but I guess individual settings in this could affect
TWederBob.


<:-)
--
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 post to this group, send email to ***@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/706d9764-9411-424a-8e8b-9d50c8ee6fe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@TiddlyTweeter
2018-09-08 10:42:34 UTC
Permalink
Ciao Jed

Very nice! Tested on FF Windows 52.9 using single file TW with the
TWederBob plugin. Tried ..

[[mu cat.png]]
[tag[Demos]]

Worked flawlessly first time.

I then deleted retrieved items, saved & refreshed and repeated. [[mu
cat.png]] came fine. The [tag[Demos]] didn't.

Could that be a latency issue?

I repeated the steps a third time and it all worked flawlessly again.

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+***@googlegroups.com.
To post to this group, send email to ***@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/2c9400fb-f116-4dbf-ad26-6fea5a1eb862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-09-08 11:04:16 UTC
Permalink
This is only interesting if there are people who care about using it.

If you want a comparison to something that already exists, it is an
alternate version of the plugin library that can get plugins from a wiki
you can view instead of just a list of plugin names.

It does the same thing with any tiddlers.

And in addition to that, if you have write access to the wiki, you can
submit your own plugins (or other tiddlers) to the wiki.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@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/17160eb2-61b5-4ec2-be41-c636e42a5e47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@TiddlyTweeter
2018-09-08 12:57:29 UTC
Permalink
Post by Jed Carty
If you want a comparison to something that already exists, it is an
alternate version of the plugin library that can get plugins from a wiki
you can view instead of just a list of plugin names.
... in addition to that, if you have write access to the wiki, you can
submit your own plugins (or other tiddlers) to the wiki.
Right. To give just one example: A Bob Online TWederation server could
seriously ease our current issues with finding and installing plugins. I
think being able to submit plugins to a dedicated Bob Plugin Repository is
a potential great step. I'm running ahead, but I think its important to
smell the coffee.
--
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 post to this group, send email to ***@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/42619579-49bd-4bb3-a515-2cf814a2e8fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@TiddlyTweeter
2018-09-08 13:13:08 UTC
Permalink
Okay, so here is one of my stupid questions (concerning TWederBob plugin in
standalone TW)

-- Can I fetch a Tiddler from any online TW? Or can that only be from a Bob
served wiki?

J.
--
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 post to this group, send email to ***@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/8956954d-5ef2-44a1-ac58-db14dcd5ffb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jed Carty
2018-09-08 13:16:48 UTC
Permalink
If you have a wiki (node, bob, tiddlyserver, single html file, it doesn't
matter) and you add the TWederBob plugin then you can pull tiddlers from
Bob servers and add a copy of the tiddler to your wiki. The demo for this
is on https://www.ooktech.xyz:8443/Public

If you are using Bob than you can also set up Bob so that you can push
tiddlers to a Bob wiki.

There are more details of how to set it up, but that is the general idea in
its entirety.


One of the things that you can do with this is create an alternate plugin
library setup. Because plugins are tiddlers you can pull plugins from Bob
servers, or if you wish you could add a plugin to a Bob server by pushing
the plugin to it.

The only things between what we have right now and a fully functioning
community library is:

Actual community interest and participation
a server to host it on
a URL for it
an interface

The interface could be the same as the current plugin library. It would
take a few hours to put together I think.
--
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 post to this group, send email to ***@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/5382d1ab-e3cf-4faf-9041-f965a770985f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TonyM
2018-09-09 04:39:03 UTC
Permalink
Jed,

Then we are almost there

Actual community interest and participation* I AM VERY interested as are
Others*
a server to host it on *If I can secure it I can now HOST nodeJS on the
Internet and happy to offer it*
a URL for it *We have a range of choices but tiddlywiki.colabteam.com is
readily available (even just under **colabteam.com )*
an interface *I am not sure what this is?*

I also have my own collected plugin library sitting on a current local bob
server (needs a little work)

Regards
Tony
Post by Jed Carty
If you have a wiki (node, bob, tiddlyserver, single html file, it doesn't
matter) and you add the TWederBob plugin then you can pull tiddlers from
Bob servers and add a copy of the tiddler to your wiki. The demo for this
is on https://www.ooktech.xyz:8443/Public
If you are using Bob than you can also set up Bob so that you can push
tiddlers to a Bob wiki.
There are more details of how to set it up, but that is the general idea
in its entirety.
One of the things that you can do with this is create an alternate plugin
library setup. Because plugins are tiddlers you can pull plugins from Bob
servers, or if you wish you could add a plugin to a Bob server by pushing
the plugin to it.
The only things between what we have right now and a fully functioning
Actual community interest and participation
a server to host it on
a URL for it
an interface
The interface could be the same as the current plugin library. It would
take a few hours to put together I think.
--
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 post to this group, send email to ***@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/ec0de423-718e-4539-98fd-a02edcfcce79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
HansWobbe
2018-09-09 13:26:08 UTC
Permalink
Jed:

FYI: I remain a heavy Bob* user and would embrace the ability to host TWs
in this manner.

Thanks for sharing all of your work.

Best regards,
Hans
--
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 post to this group, send email to ***@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/6a24147e-4eb6-478f-97e1-2c62b7d368ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...