Has anyone already done something like this?
If not I would like to attempt it for a project. . .
Mike
simon mcmanus did a <<TableOfContent>> [1] plugin for a different type
of sorting tiddler titles.
He stores the content of the TOC inside a tiddler as a json
structure.
I did a jQSorterPlugin [2] which uses drag and drop for sorting TW
stories. But I am using widgets and parts of the jQueryUI. The
original post is link [3]. I am storing the result in a tiddler tagged
story. It contains a list of TW links eg: [[tid1]] [[tid3]] [[tid2]]
There is a Kanban Board [4] out there which looks similar to the edit-
in-space project. But I think they still have the problem that they
are not able to save it.
The above projects are similar but not the same.
At the edit-in-space project I like "list4" very much, where you have
the dnd-handle and the direct input. Entering edit mode I'd prefere
the double click. (This is a user request q:)
have fun!
Mario
[1] http://groups.google.com/group/tiddlyweb/browse_thread/thread/3787ae0bb41866dc?hl=en
[2] http://a-pm-experimental.tiddlyspot.com/
[3] http://groups.google.com/group/tiddlywiki/browse_thread/thread/2b356a28ff09e56a?hl=en#
[4] http://www.simple-kanban.com/download/Simple_Kanban_App_1.0RC1.html
Will check out the links, still putting a plan together in my head
Thanks for the feedback !
Mike
On Apr 13, 11:10 am, PMario <pmari...@gmail.com> wrote:
> Hi Mike,
>
> simon mcmanus did a <<TableOfContent>> [1] plugin for a different type
> of sorting tiddler titles.
> He stores the content of the TOC inside a tiddler as a json
> structure.
>
> I did a jQSorterPlugin [2] which uses drag and drop for sorting TW
> stories. But I am using widgets and parts of the jQueryUI. The
> original post is link [3]. I am storing the result in a tiddler tagged
> story. It contains a list of TW links eg: [[tid1]] [[tid3]] [[tid2]]
>
> There is a Kanban Board [4] out there which looks similar to the edit-
> in-space project. But I think they still have the problem that they
> are not able to save it.
>
> The above projects are similar but not the same.
>
> At the edit-in-space project I like "list4" very much, where you have
> the dnd-handle and the direct input. Entering edit mode I'd prefere
> the double click. (This is a user request q:)
>
> have fun!
> Mario
> [1]http://groups.google.com/group/tiddlyweb/browse_thread/thread/3787ae0...
> [2]http://a-pm-experimental.tiddlyspot.com/
> [3]http://groups.google.com/group/tiddlywiki/browse_thread/thread/2b356a...
Hopefully with all of these resources I will be able to put something
together without to many questions :P
jQSorterPlugin is very close to what I am looking at.
Mike