News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

To-Do List RFC

Started by kelo81, August 31, 2006, 03:31:08 PM

Previous topic - Next topic

kelo81

Hello everybody. I was testing the To-Do list and I find it really nice.
I just think that it will be really amazing if the plugin would be able you to save the list into a *.txt file. With this feature, It might be possible to have a quick report of the pending items readable from a normal "todo.txt" file.
What do you think about this RFC?  :)
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

killerbot


sethjackson


David Perfors

OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Michael

Hello,

The idea is good.

May be other than the txt format, the XML format could be used.

All the best,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

takeshimiya

Quote from: Michael on August 31, 2006, 10:47:22 PM
May be other than the txt format, the XML format could be used.
Actually a user-string format will be much better:

Default TODO.xml format:
Code (xml) Select
<?xml version="1.0" encoding="UTF-8" ?>
<todolist>
    $(BEGIN)
    <todo>
        <type>$(TYPE)</type>
        <user>$(USER)</user>
        <prio>$(PRIO)</prio>
        <line>$(LINE)</line>
        <file>$(FILE)</line>
        <text>$(TEXT)</text>
    </todo>
    $(END)
</todolist>


Default TODO.txt format:
Code (bash) Select

This is my ToDo list:

$(BEGIN)
* $(TYPE): $(TEXT)
$(END)


Along with checkboxes for:
[ ] Escape XML entities
[ ] Order by priority
[ ] Order by type


What do you think?

kelo81

Quote
Actually a user-string format will be much better:

Default TODO.xml format:

Code
<?xml version="1.0" encoding="UTF-8" ?><todolist>    $(BEGIN)    <todo>        <type>$(TYPE)</type>        <user>$(USER)</user>        <prio>$(PRIO)</prio>        <line>$(LINE)</line>        <file>$(FILE)</line>        <text>$(TEXT)</text>    </todo>    $(END)</todolist>
Default TODO.txt format:

Code
This is my ToDo list: $(BEGIN) * $(TYPE): $(TEXT)$(END)
Along with checkboxes for:
[ ] Escape XML entities
[ ] Order by priority
[ ] Order by type

What do you think?

I like it!!! It's even better than my original Idea, and more powerfull!!

Yiannis, would it be possible to work on the already existing plugin? (I mean, you are the one who created it, so you may know the possibilities), I think it doesn't make sense to rewrite the entire plugin, I mean, it is an amazing plugin as is; and nobody will do it better, just adding this feature will be enought...
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

mandrav

QuoteYiannis, would it be possible to work on the already existing plugin?

Of course it is. If someone wants to work on it, I 'm here to answer any questions.
Be patient!
This bug will be fixed soon...