Sounds interesting - could you create a sample document on Tiddlyspot*?
That way it'll be easier to get a feel for it and provide feedback.
Thanks!
-- F.
When I add a new task in your demo, sometimes the new task is checked
off, and sometimes it isn't. Bit erratic..
;Daniel
--
Daniel Baird
/to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
...optimise your regexes, people!
I tend to agree.
Also, Paul and Tobias, we could set you up with a Subversion account and
get you a contributors directory:
http://trac.tiddlywiki.org/browser/Trunk/contributors
That might help you collaborate on development.
-- F.
I've added another option to the ToDoPlugin code. It's now possible
to display complete tasks interspersed with incomplete items or as a
separate list below the incomplete list. The option is selected by
opening the plugin tiddler and selecting the option.
Version 0.1.0 of the plugin is available from my tiddlyspot page:
http://kronenpj.tiddlyspot.com/
I welcome any comments or problem reports here or via email to my
gmail address.
Share & enjoy!
-Paul
(CC'd to TiddlyWiki group as a release announcement)
Paul Kronenwetter wrote:
> Tobias - Good point. I've fixed the TiddlySpot version. I was trying
> to reduce the number of times the code appeared in the source, not
> considering the iterative concequences :)
>
> Thanks!
> -Paul
>
> On Jun 30, 5:18�pm, Tobias Beer <beertob...@googlemail.com> wrote:
> > The reason why removing a task from the top of the list takes longer
> > actually is due to swapping items... yet, it wouldn't take that long
> > if you'd remove refreshJs from swapJs and instead put it into each of
> > the commands that require refreshing the tiddler display.
> >
> > Tobias.
I've added another option, when Eric's NestedSliders plugin is
present, to include an "edit" button between the delete task button
and the checkbox . When the feature is enabled, the task appears as
normal text and the edit button reveals a text entry box. This is the
concept I mentioned in the previous post on the Dev list. Thanks to
Eric's plugin, it was very easy to create.
I've also cleaned up the code as it was repetitive and pretty
embarrassing. In doing so, I've replaced the code that used the
CheckboxPlugin in the forms plugin with HTML and form handling used by
the JSON plugin. I am also preparing to merge these two into a single
plugin that handles both fields and JSON lists dynamically. I already
have a plan for implementing it, but I wanted to get this version in
the wild first.
They both should be backward compatible with any existing to do lists
created earlier so the upgrade should be safe. If you find otherwise,
or have any suggestions for improvements, I'd love to hear them!
-Paul
On Jul 6, 9:51 pm, Paul Kronenwetter <krone...@gmail.com> wrote:
> Xavier,
>
> Thanks for the praise... I'm thinking about making an "edit" mode
> where the incomplete items are also rendered in standard Wiki form,
> but I haven't quite figured out how I want to do it yet. :)
>
> Any other suggestions?
> -Paul
>
> On Jul 4, 3:54 am, Xavier Verges <xver...@gmail.com> wrote:
>
> > Cool! I've liked
> > * having links render as links when items are completed
> > * being able to specify the previsouly-too-narrow width
>
> > Nice work!
>
> > > (CC'd to TiddlyWiki group as a release announcement)
>
> > I'm not sure if it made it there.
>
> > -Xv