Don't know how it works this nice thing, but I made a tiddler similar in
concept:
http://tiziano.tiddlyspot.com/#ToDoTiddler
it's essential in his structure, suggestions are welcome.
regards
--
tiziano de togni
______________________________________
http://digilander.libero.it/tizzziano/
http://tiziano.tiddlyspot.com
This happens because you have the HTMLFormattingPlugin from tiddlytools
installed, I suppose.
>
> I would like to be able to open the ToDo tiddler from another place in
> the Tw - ie the top/main or sidebar menu - It isn't possible at the
> moment - could this be accomplished?
Certainly, but it's not so easy. I'll think about that.
> I'd really like the "add" slider to close when I click "add" - is this
> also doable?
Done, this was trivial.
> Anyway - it's working well as it is :-)
> Thanks for sharing - it's very usefull indeed!
Thanks for your appreciacion.
> Neat! Would be great if;
> CamelCase and [[links]] to other tiddlers, were possible
> and
To obtain this behaviour, just install this plugin:
http://www.tiddlytools.com/#HTMLFormattingPlugin
> a nice feature in his version is the possibility to drag'n drop items
> up or down.
I'll add it to my "maybe some day" list :-)
Indeed I have in mind a refactoring in this direction.
Looking around i see that about everything could/should be done using lists.
> Stripping down the UI library that it only supports drag and drop
> sorting it will need about 80k.
> Is it worth to add this amount of size?
Maybe a jQuery plugin could be the right way.
Actually, for another tiddler miniapplication that require moving some
objects, I'm going to try this:
http://threedubmedia.com/code/event/drag
> Inspired by AAA I tried your tiddler in a tabbed interface - one "Todo
> do" tiddler per tab - but that does not work.
> I get a TypeError: Form is undefined.
>
> Do you think it is possible to modify your "To do" tiddler so that it
> works in a tabbed interface?
Yes, I'm working to allow the tiddler to be included with tiddler,
slider and also tabs macros.
It's not ready yet, but look for my next post, when I'll post the link
for the new version.
other improvements included:
lock/unlock the input form;
actions for remove, edit, move items;
items stored as unordered list;
automatic recognition of internal links;
code cleanup;
regards