>
> the part that I am lacking right now is whatever gets the save hook from
> the wiki so that I can make it send the message to save the files on the
> file system.


Listen for the change event on the client is what I think you want.

In the gatekeeper, why don't you just save the updated tiddler to the
server tiddler store instead of pushing it directly to the client?

If I am understanding you correctly, you want to send a message to the
server with the updated tiddler which will then get pushed to the other
browser instances and also gets pushed to the file system directly. Isn't
that a sync adapter? :D

If all I wanted to do was load changes into the browser, I would hook onto
the server change event and send a message to all browsers to fire the
"tm-server-refresh" message which would cause the sync adapter on the
client to pull the skinny tiddler list from the server immediately. That is
a feature we also need, but apparently you are trying to accomplish
something more complex.

I hope you get it figured out :)
Arlen

On Sat, Nov 4, 2017 at 6:50 PM, Jed Carty <inmyso...@gmail.com> wrote:

> Yes, I understand the structure of the program. I have it working and I
> can do what you are describing without trouble. That isn't the problem. I
> will try and figure this out since I am apparently not describing it well.
>
> --
> 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/ms
> gid/tiddlywiki/07ac45c9-dd52-485a-8e17-708297a8d074%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/07ac45c9-dd52-485a-8e17-708297a8d074%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> 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/CAJ1vdSQaGwMdzgxqdxRqQp4wYg6tQp6Ofw38Krzzh-mzCHro2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to