Hi,
I implemented an extensive rework on the tasklist plugin for a previous
version of ZIM where you could
see the history of ticked items and also implemented a comment part for
each task.
But as no one was really interested, I gave it up and never ported it to
the new version of ZIM.
You can find it here:
https://gist.github.com/muguu/1d5910ef05259595fe49cde4c9db9d39
Regards
Murat
On 17.06.2020 17:02, Yahoo wrote:
Hi Nick
There could be a couple of ways to do it.
1. Simple, but not so elegant, is to use the Task List but never check
the boxes.
Instead, use a tag like @completed or @finished (but not both), so you
can filter tasks on those tags. This way, you could have @cancelled
also or @delayed or whatever you want.
Tags are very useful with tasks as you can mix them. For example, I
often put an estimated time in the form of a tag (@d2 for 2 days, @h3
for 3 hours, etc.), so I can again filter based on time.
2. Use Task List and check the boxes as usual.
Since Zim files are simple text files, you can seach them using tools
or commands.
For Windows, I know a tool called Copernic that can do this job, as it
indexes files and their content.
On Linux, DocFetcher does the same.
On Linux, for the current directory, the command "cat *txt | grep
"\[\*\]" will find all completed tasks, as "
cat *txt | grep "\[x\]" will give all cancelled ones.
Hope that helps.
--
Renaud Levesque
Le 20-06-16 à 14 h 02, Николай А Кузнецов a écrit :
Hello!
Can user see completed tasks in the task list?
Regards,
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp