Re: [Zim-wiki] How user can see completed tasks in the task list?

2020-06-18 Thread Murat Güven

Hi,

currently I have no plans to port it to the latest version of ZIM as 
there were major changes in ZIM and

a simple porting will not be possible, I'm afraid.

If there are more than let's say 10+ people being interested and Jaap 
could imagine taking the "new" tasklist into the major release,
I might take the effort and try to add the additions into the new task 
list plugin.


If you want to give it a try, then open an issue as "[Feature request]" 
at github and see what happens:

https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues


Regards
Murat


On 17.06.2020 17:58, Николай А Кузнецов wrote:

Hello!

I enter the planned webinars in the to-do list (each entry on the 
preparation page for the corresponding webinar) and after its 
completion I would like to see their list with dates and topics.

A to-do list is best for this.

17.06.2020 18:42, Murat Güven wrote:

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


Do you plan to ported it to the latest Zim version?


On 17.06.2020 17:02, Yahoo wrote:



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.


I’m doing something like this now.


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.


This is in my opinion too complicated - you have to use another program.
And I need to see exactly the list of completed cases - with their 
contents and dates in order to sort and compare among themselves.


Thank`s,


___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] How user can see completed tasks in the task list?

2020-06-17 Thread Yahoo
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 : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] How user can see completed tasks in the task list?

2020-06-17 Thread Николай А Кузнецов

Hello!

I enter the planned webinars in the to-do list (each entry on the 
preparation page for the corresponding webinar) and after its completion 
I would like to see their list with dates and topics.

A to-do list is best for this.

17.06.2020 18:42, Murat Güven wrote:

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


Do you plan to ported it to the latest Zim version?


On 17.06.2020 17:02, Yahoo wrote:



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.


I’m doing something like this now.


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.


This is in my opinion too complicated - you have to use another program.
And I need to see exactly the list of completed cases - with their 
contents and dates in order to sort and compare among themselves.


Thank`s,
--
Nick

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] How user can see completed tasks in the task list?

2020-06-17 Thread Murat Güven

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 : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp