On Oct 23, 8:33 pm, ccahua <[EMAIL PROTECTED]> wrote:
> Hi Chris or any other TiddlyWebists,
>
> Is there a way to save tiddlers in TiddlyWeb?

There is, but the code you've got is not quite up to date with how to
do it. The instructions are incomplete. I did some work yesterday to
update them. See

  
http://svn.tiddlywiki.org/Trunk/association/serversides/tiddlyweb/core/docs/COOKBOOK

for an updated version that uses twanager and describes a way to get
the two plugins installed.

> Under tiddlyweb-0.2 distro, I can make bags and import my tiddlers
> into those bags for viewing but I could not get any modifications to
> save/sync back to my local TiddlyWeb server.

Yeah, this is because of the lack of the two plugins you found.

> So i searched and found the js files, but when I tried to import those
> singly, I could not.

They are in a different format from how the tiddler command is
expecting data, which is why the new instructions in the cookbook.
There is a plugin to twanager that allows one to get plugins from the
TiddlyWiki svn repository[1], but since that is not built in, the
cookbook doesn't explain that method.

> When I attempt a single tiddler import into my bag, ie
>
> $ cat input
> modifier:Tony
>
> This is a test of importing a single tiddler. Tony is here.

There's two things that might be wrong here. One is that you may need
a space after the : after modifier. Try that, if that fixes it, then
that's it.

The other may be that the importer is confused by your Windows style
line endings, in which case I'll need to make some changes to the
code. In either case let me know and I can fix things, or feel free to
make a ticket at http://trac.tiddlywiki.org/

> When i hit 'Save Changes'  I get that dialog:
> 'You need to save this TiddlyWiki file before you can save changes'

Yes, instead of saving changes you either need to use 'sync'

> in docs/RUN, there is a mention of a recipe in the demo: AutoTiddlyWeb

demo.py uses a different store, called docstore, which I think was not
included in the original tarball. There is a new one, with better docs
and the docstore at http://peermore.com/tiddlyweb/dist/tiddlyweb-0.2.tar.gz
(yes same version number for now).

> Any tips on how to save or is there some config/plugin I'm missing?

Let me know if after any of the above you are still stuck. Thank you
very much for working with this stuff. With help from you and others
we should be able to make the process seamless.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to