Hi Chris or any other TiddlyWebists,
Is there a way to save tiddlers in TiddlyWeb?
Sorry if it was mentioned before, but I tried searching and didn't
find it.
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.
Also, even though I was to view my own tiddlers, I was not able to get
the demo.py working.
reading the docs/COOKBOOK
I didn't find tiddlyweb-0.2/lib/
{TiddlyWebAdaptorPlugin,TiddlyWebAutoSavePlugin} which i assumed was
the saving mechanism for TiddlyWeb
So i searched and found the js files, but when I tried to import those
singly, I could not.
Then I checked importing basic content other that the input file in
the instructions which seems to be a 1 time event.
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.
$ twanager tiddler TestTiddler2 my_stuff < input
I get this error:
Traceback (most recent call last):
File "/usr/bin/twanager", line 5, in <module>
pkg_resources.run_script('tiddlyweb==0.2', 'twanager')
File "/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/
pkg_resources.py", line 448, in run_script
File "/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/
pkg_resources.py", line 1173, in run_script
File "/usr/bin/twanager", line 11, in <module>
File "build/bdist.cygwin-1.5.25-i686/egg/tiddlyweb/manage.py", line
198, in handle
File "build/bdist.cygwin-1.5.25-i686/egg/tiddlyweb/manage.py", line
160, in tiddler
File "build/bdist.cygwin-1.5.25-i686/egg/tiddlyweb/serializer.py",
line 71, in from_string
File "build/bdist.cygwin-1.5.25-i686/egg/tiddlyweb/serializations/
text.py", line 122, in as_tiddler
ValueError: need more than 1 value to unpack
so then I thought, let's try importing the 2 plugins from an
empty.html
I added TiddlyWebAdaptorPlugin,TiddlyWebAutoSavePlugin into an empty
the old static way and tagged them systemConfig
then I imported the empty.html into my_stuff bag
$ twanager imwiki empty.html my_stuff
I start the server
$ twanager server 127.0.0.1 8080
Starting CherryPy
and see in my empty.html that both plugins are there:
v0.0.1 http://127.0.0.1:8080/bags/my_stuff/tiddlers.wiki#TiddlyWebAdaptorPlugin
v0.0.5 http://127.0.0.1:8080/bags/my_stuff/tiddlers.wiki#TiddlyWebAutoSavePlugin
When i hit 'Save Changes' I get that dialog:
'You need to save this TiddlyWiki file before you can save changes'
in docs/RUN, there is a mention of a recipe in the demo: AutoTiddlyWeb
But my new store has no recipes.
Any tips on how to save or is there some config/plugin I'm missing?
Thank you,
tony
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---