[tw] Re: TiddlyTasks - needs volunteers

2009-06-12 Thread Simon McManus

Hi Nadav,


If your still having problems upgrading from ccTiddly 1.2 to 1.8 could
you please describe how you are attempting the import over on the
ccTiddly group (http://groups.google.com/group/ccTiddly) and I will
respond there.

Many thanks

Simon

On Jun 8, 2:29 pm, Nadav nad...@gmail.com wrote:
 HI,

 fromhttp://www.tiddlytasks.com/

 TiddlyTasks is a simple group task management based on TiddlyWiki the
 awesome single paged wiki.
 It combines the portability and dynamics of TiddlyWiki with a simple
 Todo list that can be assigned to users.

 hope you will find it usefull

 nadav
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Upoad.php with CCtiddlywiki

2009-05-31 Thread Simon McManus

Hi,

ccTiddly uses it's own version of uploads.php which can be found in
the /handle/ folder :

http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/handle/upload.php

the ccFile macro lets you see a list of the files you have
uploaded as well as providing a TiddlyWiki upload interface :

http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/tiddlers/plugins/002_ccFiles.js.

That stores the files in the /uploads/ folder on the server.

the reason for a standalone page is so it will load on mobile
browsers that don't support large pages

The seo and Skinny Tiddler plugins in ccTiddly could help out
here.

If your looking for ccTiddly specific support your best heading over
to the ccTiddly group: http://groups.google.com/group/ccTiddly

While your here it may worth investigating the potential of using
TiddlyWeb to store the images (it can store images in tiddlers). I
know they are looking at lazy loading at the moment.

Thanks

Simon


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tiddlydocs

2009-03-18 Thread Simon McManus



On Mar 16, 9:46 am, EduardWagner ugligats...@googlemail.com wrote:
 Hi,
 would like to play around a bit with the tiddlydocs plugin together
 with tiddlyweb,
 located 
 athttp://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trun...
 but i think it doesn't work with the latest release of tiddlywiki
 2.5.0.
 get an error like    1. Error while executing macro docOutline:
    2. TypeError: $ is not a function


ooo, ok.  Thats because TiddlyDocs requires the latest version of
TiddlyWiki with jQuery included.

If you get the latest TiddlyWiki file from  :  http://tiddlywiki.com/empty.html
And use that instead of the TiddlyWiki file being used by TiddlyWeb
that error should be resolved. I think TiddlyWeb stores the empty.html
in your temp directories.  I'm sure Chris can provide better
directions.

You will also need to set up FND's devtext tiddlyweb plugin.  The
devtext plugin allows TiddlyWeb to read .tid files from a conventional
folder structure (without revisions)

Its still very much in development, there are install instruction
here  :

http://tiddlyweb.peermore.com/wiki/#devtext

If I remember correctly you will need to set up a bag for each of the
TiddlyDocs folders.   Fred also suspects the devtext plugin will not
allow you to save.
















 If i use the plugin together with TiddlyWiki version: 2.5.0 (beta 1)
 it works proper. Seems to have a problem with the jQuery includes?

 Some help?

 Or should we wait for a first official releace of tiddlydocs?
 We don't want to produce heavy efforts!

 Thanks Edi
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tiddlydocs

2009-03-18 Thread Simon McManus

just to answer your other questions :



 - whats the current stadium of tiddlydocs?

in development, we are trying to be as open as possible.

Currently all code is being committed to the ccTiddly plugins
directory :

http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/plugins/TiddlyDocs/

This will eventually move to the verticals directory.

I have recently been putting together an introductory screencast:

http://www.vimeo.com/3718346

I am keeping a demo available at

tiddlydocs.com (formally wiki.osmosoft.com/TiddlyDocs)

It is generally the latest version of the code so may contain bugs.

If there is anything else I can do to keep you informed please let me
know.






 - will it be possible to run tiddlydocs within tiddlyweb?


absolutely. We eventually intend to deploy TiddlyDocs on TiddlyWeb.

 - would it be possible to integrate tiddlydocs into an existing
 tiddlywiki, and show the navigation bar within e.g. a hovering or
 moving tiddler?


should be, the Table of content is just a TiddlyWiki macro being
called from within the mainMenu.

The drag and drop functionality has not been made particularly re-
usable yet, but its something I want to do.  Does that answer your
question?

 - will there be something like a nestedtree navigation, maybe like a
 changeable viewmode for the left bar?

You mean you want to switch between the normal MainMenu tiddler and
the TiddlyDocs main menu?

TiddlyDocs just does this :

docOutline AliceInWonderLand

passing in the name of the document outline tiddler (its spec).  I am
not exactly sure why you would want to switch between the two views.
Can you provide an example?


 - is it possible to customize the format of the ordered lists level
 like e.g. 1., 1.1, 1.1.a) ?

At the moment It just adds a number for each level.  eg:

1
1.1
1.2
1.3
2
2.1
2.2

It would be quite easy to customise. What would you like to change?


 - will it be possible to integrate a table of contents into the
 preview of the document?

Yes, the print out (PDF) will eventually show the table of content on
the first page.

 - will it be possible to overtake the numbered tiddlertitles into the
 preview?

Could you clarify what you mean here pls.


 - will it be possible to edit more then one document within
 tiddlydocs?

Yes, the idea is that each document is actually just a tiddler
containing a list of the tiddler which make up the document.

This makes it possible to share and reuse sections between different
documents,

 so e.g. at first you have to create a document und afterwards you
 create sections within the document (each section has a tag with
 identifies the document), so the navigation root would be the document
 itself

 thanks very much for feedback
 Edi


Thanks for the questions Edi, please let me know if you we can help
any more.

Cheers

Simon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---