
NowDoThis
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Super simple todo list. Inspired by nowdothis.com.
Only one todo item to shown at a time. When finished with a task, click done. If you want to edit the list, click edit. Text editor comes up (currently, defaults to kate, and not configurable). Tasks are done first come first serve (e.g. only the first task on the list is ever displayed).
The todo file is saved in ~/.nowdothis/todos so todo data is easily accessible.
Editor will be /usr/bin/kate unless VISUAL is defined.
11 years ago
0.1 Initial Release
0.2 Support for UTF-8
0.2.1 Fixed problem QVariant
0.2.2 Use VISUAL for editor
Don't force resize
11 years ago
0.1 Initial Release
0.2 Support for UTF-8
0.2.1 Fixed problem QVariant
0.2.2 Use VISUAL for editor
Don't force resize
daks
11 years ago
$ uname -a
Linux admin1_lin-nl12 2.6.30-gentoo-r6-fb #9 SMP Tue Oct 13 19:47:27 EEST 2009 i686 Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz GenuineIntel GNU/Linux
$ kde4-config --version
Qt: 4.5.1
KDE: 4.3.2 (KDE 4.3.2)
kde4-config: 1.0
Plasmoid installed via
$ plasmapkg -i ./104459-nowdothis.plasmoid
Add it into the desktop, buttons "Done" and "Edit" are clickable, but doing nothing :( Say, what additional information you need to find out error. May this error occurs because of my
$ locale
LANG=ru_RU.UTF-8
P.s. sorry 4 poor english ^_^
Report
zhaoz
11 years ago
I don't think it has to do with your locale.
Can you try doing this?
`echo -e "a\nb\c" >> ~/.nowdothis/todos`
remove nowdothis and add it again
Try clicking done.
If done works, then it's pretty obvious that it's just edit that doesn't work. Edit is very fragile right now, and depends on kate. I'll change that to use $VISUAL and $EDITOR at some point (hopefully soon).
Report
janet
10 years ago
~/.nowdothis is there, inside 0 byte todos file.
Wanted to do a first edit, edit button does nothing. So I opened the file in kate by hand, added some tasks, closed the applet and re-added it to the desktop. Done-button works, edit-button not.
And german umlauts are not displayed correctly. Doesn't your applet understand UTF-8?
Report
zhaoz
10 years ago
Also, the plasmoid currently has no configuration interface, although it can look at your environmental variable for VISUAL, if that is set, it will attempt to use that as it's editor, otherwise, it will try to run /usr/bin/kate. If it's not there or your VISUAL is set to something that it can't open... then it will break.
Try doing `echo $VISUAL` in the CLI and see what it's set to.
Report
janet
10 years ago
My todos-file contains words like Wäsche, Müll, Küche, aufräumen... The same here: It does work in KDE 4.4 but doesn't in KDE 4.3, both UTF-8.
So I guess the widget just isn't compatible with KDE 4.3 and I have to patiently wait until KDE 4.4 hits Debian Sid...
Report
zhaoz
11 years ago
Report
gilan
11 years ago
i am using ubuntu karmic koala..
how to install this plasmoid?
Report
zhaoz
11 years ago
plasmapkg -i /path/to/nowdothis.plasmoid
You should also be able to do it from the "Add Widgets" window by selecting Install New Widget followed by "Install from local file"
Report
duaneh
11 years ago
Report
zhaoz
11 years ago
Report
pvt14
11 years ago
Report
zhaoz
11 years ago
Report
janet
10 years ago
Report
pvt14
11 years ago
Report