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 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


Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Murat Güven

Hi,

you may want to try this:

--> within the plugins/tasklist/ folder open the file __init__.py

--> go to line 153

--> replace this:

@action(_('Task List'), stock='zim-task-list', readonly=True) # T: menu item

--> with this:

@action(_('Task List'), stock='zim-task-list', accelerator='t', 
readonly=True) # T: menu item


Then the task list plugin should start when you press  t

Regards,

Murat




On 18.05.2017 15:22, Alessia Moretti wrote:
Sorry to intrude but this interest me too. I recently upgrade to the 
ppa 0.67 rc and there's no way to open the tasklist from the menu 
(there's no menu item about tasklist)


Thanks and regards

Il 18/Mag/2017 14:56, "OpenMailBox" <renaudleves...@openmailbox.org 
<mailto:renaudleves...@openmailbox.org>> ha scritto:


I meant defining a function key or a key sequence to call the
tasklist.
Would be nice if we could configure it in the plugin options.

Thanks

Renaud


Le 18/05/2017 à 06:33, Murat Güven a écrit :
> Hi,
>
> could you be more specific? Where do you need this shortcut?
>
> Regards,
> Murat
>
>
> On 18.05.2017 02:14, OpenMailBox wrote:
>> Hi everyone,
>>
>> I'm a new one on this team, so maybe this is not the right
place to ask
>> it, but I would like to know how to configure a shortcut to the
tasklist
>> button.
>>
>> Thanks
>> --
>> Renaud
>> Thunderbird / Linux
>>
>> ___
>> Mailing list: https://launchpad.net/~zim-wiki
<https://launchpad.net/%7Ezim-wiki>
>> Post to : zim-wiki@lists.launchpad.net
<mailto:zim-wiki@lists.launchpad.net>
>> Unsubscribe : https://launchpad.net/~zim-wiki
<https://launchpad.net/%7Ezim-wiki>
>> More help   : https://help.launchpad.net/ListHelp
<https://help.launchpad.net/ListHelp>
>


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


Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Murat Güven

Hi,

could you be more specific? Where do you need this shortcut?

Regards,
Murat


On 18.05.2017 02:14, OpenMailBox wrote:

Hi everyone,

I'm a new one on this team, so maybe this is not the right place to ask
it, but I would like to know how to configure a shortcut to the tasklist
button.

Thanks
--
Renaud
Thunderbird / Linux

___
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


Re: [Zim-wiki] New web site for Windows installer; found new energy to work on Windows installer

2017-05-16 Thread Murat Güven

Hi Brendan,

thank you for your great work.

When you work on the new package, could you please double check, if 
there is anything added to make

the installer choose something like following for the index path?

%appdata%\Local\Microsoft\Windows\Inetcache\zim\zim\

I'm running Window 10 64bit with a user having local admin rights.
Could others please check this path as well, please?

Thank you and Regards,
Murat


On 16.05.2017 09:43, Brendan Kidwell wrote:

I got a little sick of my WordPress custom post types that I was using
to host the Zim installer packages for Windows on my web site. I spent
tonight building a new web site using ProcessWire CMS. (I highly
recommend ProcessWire for rapid prototyping and small web content
projects.)

The new URL for Zim installers for Windows is:
https://zim.glump.net/windows/

Please subscribe to this RSS feed to get notified immediately when I
publish new installer packages or have other Windows-related Zim news:
https://zim.glump.net/windows/news/?format=rss

The old URLs will redirect to the new home page for at least 2 years.
Jaap, you can update the URL listed at
http://zim-wiki.org/downloads.html whenever you get around to it.



Additionally, I was thinking about all the Windows-related trouble we've
had with the 0.66 release -- the two big issues I'm aware of are that
what's in the installer package doesn't work on Windows 10, and
VirusTotal reports that Baidu and at least 1 other antivirus tool don't
want to say that my installer packages are clean.

The current install package building process relies on py2exe which
hasn't been maintained for 7 years. Additionally, when I created this
building process, Python's "setuptools" package (used by Zim) probably
did not have a Windows Zip and MSI package builder function; now it does
have those functions, and Nullsoft Installer System is no longer needed.

In the next few weeks, I'm going to start a branch off of the 0.66
source code release to try to resolve these issues. First I need to
update my Windows 7, 8.1 and 10 development virtual machine templates to
provide a testing platform; then I will work on removing the NSIS
dependency and resolving whatever issues remain.

I'll give you an update around the middle of June if I haven't finished
this work I'm planning, and I'll announce new installer packages here
when I'm satisfied with the result. The new packages will be based on
whatever is the current "stable" source code release at that time.

In the mean time, I recommend Windows users either stick with the 0.65
installer packages or install a complete Python and PyGTK environment on
your system and run Zim from the source code.

Thanks for your patience.


Brendan Kidwell

___
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


Re: [Zim-wiki] make task disappear from list before start date?

2017-05-15 Thread Murat Güven

Hi Christoph,

it's great to hear that you are using my plugins :)

I'm working on them already to work with zim 0.66.

As the original task list plugin has been reworked by Jaap, I will 
provide my plugins as separate plugins again.


 * The tag auto completion plugin has been completly re-designed and
   finally works with the @ key as activator. Release pending.
 * The due date plugin update is almost finished. As the due date
   format has been changed, I need to make a decision
   whether I want to re-use the format of an existing due date, or
   change that to a pre-configured due date format.
   What do you think?
 * The task comment plugin is pending as I'm waiting for Jaap's
   decision to add ">" as another bullet type or support quoted paragraphs.
 * The additional features I added to the task list plugin are also
   pending, as I want to wait for a stable 0.67 release.

Thank you and Regards,
Murat




On 15.05.2017 15:04, Christoph Held wrote:
I get that as well but previously there used to be a manually 
installable “due date plugin” that popped up when hitting CTL-. that 
offered


- a configurable offset of X days into the future
- it would display the day of the week as well as the date of the 
chosen day (i.e. today plus two days would be May 17 Wednesday)

- hitting up arrow or down arrow would increase or decrease
- hitting return would insert a correctly formatted due date, e.g. [d: 
2017-05-19]


There was also a mini calendar view.

The plugin was hosted here 
https://github.com/jaap-karssenberg/zim-wiki/wiki/Due-date-Plugin
but now simply reads: This plugin is now integrated into theTask list 
plugin 



I just cannot get any of the old functions to work hence my asking.



On 15. May 2017, at 14:12, Joseph Reagle > wrote:


On 5/15/17 5:04 AM, Christoph Held wrote:

Now that the Due date plugin is included in the task plugin, I am
missing the useful little popup window to set due dates. Hitting
CTL-. (period) used to work but doesn’t now. Is that the expected
behaviour on a Mac?


I'm not sure what you mean about "Due date plugin is included in the 
task plugin" but when I hit super+d I get the "Insert Date and Time" 
pop-up.




___
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


Re: [Zim-wiki] ONCE MORE: Windows 7 Professional, 64 Bit: Copy via [Ctrl+c] from Zim not reliable

2017-04-26 Thread Murat Güven

just my 2 cents on this topic. May be it helps solving the issue.

Within my plugin "Convert2tags2mail" I provide a method to send the note 
text as a mail to the selected tags.


For this, I use :
mail_body = ''.join(self.window.pageview.page.dump(format='plain'))

Many times, the mail_body is truncated (say: not complete) or empty.

My workaround is then to select the whole note text within Zim, right 
click and select "copy as" and then paste into the new (Outlook) mail 
window.


This issue happens with all Windows versions, no matter of 32 bit or 64 bit.

So I suspect, it's not the clipboard but the the page dumper method 
which does not work properly.


Regards,
Murat



On 25.04.2017 03:14, Marcio Tibirica wrote:
As we can see from the answers to my question, some users are very 
happy on Zim running on Windows 64-bit, but some others don't. The 
copy-paste problem seems to be restrict to a group of users. Why? What 
are the differences between them?


Maybe there is a flaw in the way GTK2 interacts with windows 64-bit 
clipboard, but maybe GTK2 is not the only culprit for this problem. 
Chances are that a detail in system configuration, or maybe a 3rd 
party application, which is not present in all systems, is conflicting 
with Zim's clipboard operation.


As a debug procedure I would suggest closing all 3rd party 
applications running in background in search of possible source of 
conflict with Zim's copy and paste operation. Applications such as 
memory optimizers and performance boosters are potential suspicious, 
but any other silly application can be the bandit.
Also consider checking plugins, add-ons and extensions of other main 
applications. Disable all and re-enable them one by one.


I know this is a bit tedious and time consuming task, but if you find 
the culprit that will be your passport to heaven after years living in 
hell.


Just to illustrate my point, maybe 2 years ago, I reported a bug on 
Zim's Ctrl+D shortcut which sometimes failed. Maybe Jaap remembers the 
case. By that time I was absolutely sure that there was a bug in Zim 
code. But, after a week or two, just by chance, I found a conflict 
between Zim and a dictionary which had a shortcut Ctrl+D+D.
Running each application in separate, Zim or dictionary, they 
performed well, but running both applications together, the dictionary 
interfered in Zim's behavior. In that case, the solution was just 
change the dictionary shortcut to Ctrl+C+D.


mtibbi
===





___
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] Tasklist update

2017-04-12 Thread Murat Güven

Hi Svenn,

I'm not sure which version of zim that is, but the tasklist needs zim V0.65.

Jaap made some changes with the latest dev version which make my plugins 
not functional at the moment.


Regards,
Murat



On 11.04.2017 11:29, Svenn Are Bjerkem wrote:

On 11 April 2017 at 01:00, Murat Güven <mur...@online.de> wrote:

Hi Svenn,

could you check which version of zim and which version of the plugin you are
using?

https://github.com/jaap-karssenberg/zim-wiki/wiki/Tasklist-plugin-with-tag-autocompletion

zim: b1755b868333c5f7637a2a5bab5a1ba45acc93d7 (master on github)
tasklist: 
https://bugs.launchpad.net/zim/+bug/1349906/+attachment/4844571/+files/tasklist.py
(the link on the plugin wiki page)



___
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] Tasklist update

2017-04-10 Thread Murat Güven

Hi Svenn,

could you check which version of zim and which version of the plugin you 
are using?


https://github.com/jaap-karssenberg/zim-wiki/wiki/Tasklist-plugin-with-tag-autocompletion

Regards,
Murat



On 11.04.2017 00:16, Svenn Are Bjerkem wrote:

On 23 March 2017 at 21:41, Murat Güven <mur...@online.de> wrote:

Hi,

please note that if you are using the tasklist plugin already and want to
update to the new version:

After copying the new file to the plugins directory and after restart of
Zim, you need to de-activate
and then activate again the tasklist plugin in Zim preferences to initiate
an index rebuild.

I put tasklist.py into $HOME/.local/share/zim/plugins and I am not
able to rebuild an index which recognize this plugin.

DEBUG: Unloading plugin tasklist
DEBUG: Loading description for plugin: tasklist
DEBUG: Loading plugin: tasklist
ERROR: Exception in plugin: tasklist
Traceback (most recent call last):
   File "/usr/local/lib/python2.7/dist-packages/zim/plugins/__init__.py",
line 258, in load_plugin
 plugin.extend(obj)
   File "/home/svennb/.local/share/zim/plugins/tasklist.py", line 234, in extend
 i_ext = self.get_extension(IndexExtension, index=index)
TypeError: get_extension() got an unexpected keyword argument 'index'

I delete the complete cache in $HOME/.cache and restart zim with -D.
and the 'index' error follows me no matter what I do.

I have completely cleaned the old bzr versions of zim from /usr/local
and installed the github version.

Need some advice



___
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] Tasklist update

2017-03-24 Thread Murat Güven

Dear Dimitrij,

thank you for your feedback.

1. Thank you for using the tag autocompletion plugin. I merged this into 
the tasklist plugin, but you won't really see a difference as you can 
use autocompletion without
starting the tasklist. You just need to activate the tasklist plugin 
within the plugin preferences. Please make sure that the autocompletion 
plugin is deactivated, as

the same keyboard shortcut is being used. Does this satisfy you?

2. I reviewed my code and tried to find a way to cycle through the list 
of tags with the tab key, but unfortunately the completion method does 
not support this out of the box.
There might be a way to handle this, but this is currently out of my 
knowledge. But you can use the tab key instead of the return key as well 
with the new version now.


3. Yes, this is an excellent idea. I implemented this into the new 
version. I hope it's ok that you can just double click a tag which you 
want to replace ;)


4. I'm not sure if you have changed the keyboard bindings? I chose ALT + 
q for the plugin activation due to the issues I had with ALT GR + @. 
Please review your bindings and get

back to me.

Regards,
Murat



On 22.03.2017 22:19, Dimitrij Lisov wrote:

Dear Murat,

thank you for your great work!

I have some proposals regarding the tag autocompletion plugin:

1. Please make it a standalone plugin again. The autocompletion of 
tags is also very useful without the tasklist plugin. I tag a lot of 
my pages and the autocompletion makes this process very convenient. 
I'm sure, that most Zim users share my point of view.


2. In addition to "arrow up and down" respectively, also "tab" should 
cycle through the suggested tags in the autocompletion pop-up. This 
just feels more intuitive. The "tab" key is also used in other 
programs to complete a suggestion or cycle through them.


3. When a whole word is marked (f.i. by double-clicking on it) while 
opening the autocompletion pop-up, the selected tag doesn't replace 
the initial marked word, but is placed before the word. It would make 
more sense, when the initial word would be completely replaced by the tag.


4. Found the following bug: After invoking the search (Ctrl+F) it's 
not possible to write an "@" there, when the autocompletion plugin is 
enabled.


Wishing you all the best!

Murat Güven <mur...@online.de <mailto:mur...@online.de>> schrieb am 
Di., 21. März 2017 um 13:06 Uhr:


Dear zim community,

please join me in improving the task list plugin. I have
implemented some additional functionality,
which you may find useful.

What is new?

  * The comments which are added to a task (via the task comment
plugin) are now collected together with the tasks and are
displayed in an additional column.
  * The tags within a task are now displayed in a separate column
  * You can now tick a task directly within the dialog. As the
core task ticking functionality of zim is used for this, zim
switches to the page of the task to be ticked.
Due to the sorting of the displayed tasks, ticked tasks are
sorted at the end of the list before they are removed after
index refresh (within seconds)
  * The dialog is now split into 2 task trees. The second tree
displays the history of ticked tasks
  * When a task is ticked within the dialog, the tick date is
stored within the index. This tick date is also displayed
within the task history tree.
In addition, I updated the pageview module. With this update
the tick date is added / removed directly to / from the task
within your note.
This date is also collected from the task list plugin and is
displayed within the task history tree.
  * The print functionality now displays the open tasks with more
information as well.

I also included / updated following plugins into the task list plugin:

  * Tag auto completion (Shortcut: ALT + q)
--> Supports you in adding tags by suggesting existing tags
--> Removed unwanted frame around the tag entry (within Windows)
  * Task due date (Shortcut: ALT + period)
--> Supports you in adding a due date to a tag (either plain
within the text, or with additional entries or as a calendar)
  * Task comment (Shortcut: CTRL + SHIFT + >)
--> The task can now be commented (together with the date /
time of the comment)
--> The task comments string is added in superstring format,
so it does not stand out so much

You should deactive / delete the separate plugins if you already
use them. I will maintain them only within the task list plugin.

*Direct links:*
https://launchpadlibrarian.net/311490871/pageview.py

https://launchpadlibrarian.net/311658520/tasklist.py

*Link to the online plugins:*


http

Re: [Zim-wiki] Tasklist update

2017-03-23 Thread Murat Güven

Hi,

please note that if you are using the tasklist plugin _already _and want 
to update to the new version:


After copying the new file to the plugins directory and after restart of 
Zim, you need to de-activate
and then activate again the tasklist plugin in Zim preferences to 
initiate an index rebuild.


This is necessary as I have added an additional table to the index. 
Otherwise you will see a 'key error' message.


I will see if I can initiate the rebuild programmatically.

Regards,
Murat

___
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


[Zim-wiki] Tasklist update

2017-03-21 Thread Murat Güven

Dear zim community,

please join me in improving the task list plugin. I have implemented 
some additional functionality,

which you may find useful.

What is new?

 * The comments which are added to a task (via the task comment plugin)
   are now collected together with the tasks and are displayed in an
   additional column.
 * The tags within a task are now displayed in a separate column
 * You can now tick a task directly within the dialog. As the core task
   ticking functionality of zim is used for this, zim switches to the
   page of the task to be ticked.
   Due to the sorting of the displayed tasks, ticked tasks are sorted
   at the end of the list before they are removed after index refresh
   (within seconds)
 * The dialog is now split into 2 task trees. The second tree displays
   the history of ticked tasks
 * When a task is ticked within the dialog, the tick date is stored
   within the index. This tick date is also displayed within the task
   history tree.
   In addition, I updated the pageview module. With this update the
   tick date is added / removed directly to / from the task within your
   note.
   This date is also collected from the task list plugin and is
   displayed within the task history tree.
 * The print functionality now displays the open tasks with more
   information as well.

I also included / updated following plugins into the task list plugin:

 * Tag auto completion (Shortcut: ALT + q)
   --> Supports you in adding tags by suggesting existing tags
   --> Removed unwanted frame around the tag entry (within Windows)
 * Task due date (Shortcut: ALT + period)
   --> Supports you in adding a due date to a tag (either plain within
   the text, or with additional entries or as a calendar)
 * Task comment (Shortcut: CTRL + SHIFT + >)
   --> The task can now be commented (together with the date / time of
   the comment)
   --> The task comments string is added in superstring format, so it
   does not stand out so much

You should deactive / delete the separate plugins if you already use 
them. I will maintain them only within the task list plugin.


*Direct links:*
https://launchpadlibrarian.net/311490871/pageview.py

https://launchpadlibrarian.net/311658520/tasklist.py

*Link to the online plugins:*

https://github.com/jaap-karssenberg/zim-wiki/wiki/Tasklist-plugin-with-tag-autocompletion

Feedback welcome!

Regards,
Murat



___
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] Search by time

2017-02-17 Thread Murat Güven

Hi Agus,

good to hear that. I attach the changed file again as it was not added 
to the zim-wiki list.


Regards,
Murat

On 17.02.2017 11:50, Agustin Lobo wrote:

Works great in 0.65
Thanks
Agus

On Thu, Feb 16, 2017 at 4:28 PM, Murat Güven <mu...@guven.de> wrote:

Hi,

it's within the search menu.. Not sure if it was implemented in 0.62
already.

I used the latest version 0.65. I suggest that you update your version.

Regards,
Murat
Am 16. Feb. 2017, um 16:24, Agustin Lobo <aloboa...@gmail.com> schrieb:

I've done as you say but cannot find the "Recent Changes Dialog" in
the zim menu. I'm using 0.62
Agus

On Thu, Feb 16, 2017 at 3:44 PM, "Murat Güven" <mu...@guven.de> wrote:

  Hi Agus,

  psa the quick patch for this function. You need to replace this with the
py
  file within the zim/gui folder.

  The standard view will display your pages from today - 60 days.
  I also switched the order of the columns to have the date visible right
away
  without the need to scroll the window to the right on large page names.

  I will most probably add a calendar selector for the date. Currently you
  need to type in the desired date in the given format.
  Please let me know if this works.

  Regards,
  Murat

  Gesendet: Dienstag, 14. Februar 2017 um 13:37 Uhr
  Von: "Agustin Lobo" <aloboa...@gmail.com>
  An: "Murat Güven" <mu...@guven.de>

  Cc: "zim-wiki@lists.launchpad.net" <zim-wiki@lists.launchpad.net>
  Betreff: Re: [Zim-wiki] Search by time
  Murat,
  Yes, being able to set the date range would be great, thanks
  Agus

  On Tue, Feb 14, 2017 at 1:03 PM, "Murat Güven" <mu...@guven.de> wrote:

  Hi,

  I had a look into recentchangesdialog.py and it seems as if the limit
is
  currently set to 50 entries.

  @Augustin:
  Is this what you were looking for? I thought about patching this
dialog,
  but
  I don't know if it makes sense to have
  a from / to field to select the date window?

  Regards,
  Murat



  Gesendet: Donnerstag, 09. Februar 2017 um 10:53 Uhr
  Von: "Jaap Karssenberg" <jaap.karssenb...@gmail.com>
  An: "Amir Baghban" <arbas...@gmail.com>, "Agustin Lobo"
  <aloboa...@gmail.com>
  Cc: "zim-wiki@lists.launchpad.net" <zim-wiki@lists.launchpad.net>
  Betreff: Re: [Zim-wiki] Search by time
  There is a "recent changes" dialog in the latest version - you can find
it
  in the "Search" menu.

  Currently it is limited to showing the last 20 pages, but I would
suggest
  patching that dialog if you want to add more functionality.

  -- Jaap

  On Thu, Feb 9, 2017 at 9:26 AM Amir Baghban <arbas...@gmail.com> wrote:


  I think this is a missing feature and it would be great sometime to
have
  a
  plugin for it. Such a plugin would sort the pages based on time in a
pane
  next to index pane.

  For now I have written a python script that I run it using "custom
tools"
  feature of zim. This script creates links to the last n page and
prints
  them
  in the open page.
  You can see it here:
  https://github.com/arbasli2/Zim-Scripts
  I have tested it on both Linux and windows.

  Best
  Amir

  On Wed, Feb 8, 2017 at 6:25 PM, Agustin Lobo <aloboa...@gmail.com>
wrote:


  Can I search my notes by time? For example, listing those notes
  modified in the last 3 months
  Thanks

  --
  Agustin Lobo
  aloboa...@gmail.com



  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



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




  --
  Agustin Lobo
  aloboa...@gmail.com



  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








# -*- coding: utf-8 -*-

# Copyright 2013 Jaap Karssenberg <jaap.karssenb...@gmail.com>
# 2017-02-16: patched with date entries by Murat Güven <mur...@online.de>

import gtk
import gobject
import logging

import zim.datetimetz as datetime

from zim.notebook import Path
from zim.gui.widgets import Dialog, BrowserTreeView, ScrolledWindow


logger = logging.getLogger('zim.gui.dialogs')


class RecentChangesDialog(Dialog):

def __init__(self, ui):
Dialog.__init__(self, ui, _('Recent Changes'), # T: Dialog title
   

Re: [Zim-wiki] Contributing to solve the problems of installing zim on MacOS

2016-04-05 Thread Murat Güven
Hi Agus, 

a colleague of mine tried to run Zim on a Mac and gave up. He is now running 
Zim on an Ubuntu installation on Virtualbox. 
Maybe you want to give this a try? 

Regards, 
Murat 

Am 05.04.2016 9:04 vorm. schrieb Agustin Lobo :

Installing and using zim on MacOS has some minor problems
that, having a Mac among the machines in which I use zim through dropbox,
I would like to see solved. In particular, I would like to have a
simple and smooth installation.
I'm often backwards on my zim version on Mac just because I worry of
having probelms
and not getting the newer version to work.
I've sometimes read that the main reason for these minor problems is that Jaap
has no access to a Mac machine to just tune the zim installation for MacOS.
If this is really the problem, I propose that Mac users contribute to pay for
renting a Mac for Jaap (or for whoever could do the job) whenever it
were needed.
Is this an option? Personally I would be ready to contribute as of now.

Regards,
Agus

-- 
Agustin Lobo
aloboa...@gmail.com

___
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


Re: [Zim-wiki] Change display sub and superscript

2016-02-04 Thread Murat Güven
Hi Paulo, 

I guess you need to go find a gtkrc file on your system and look around over 
config files in your theme to figure out the specific setting. 

Regards, 
Murat 

Am 04.02.2016 10:16 schrieb Paulo van Breugel <p.vanbreu...@gmail.com>:

Hi Murat,

Thanks, but unfortunately (well, only in this context, otherwise happy Linux 
user ;-)) I am on Linux

Cheers,

Paulo


On 04-02-16 10:00, Murat Güven wrote:

Hi Paulo, 

You may want to give my Theme Manager plugin a try, if you use Windows. 

Regards, 
Murat 

Am 04.02.2016 09:18 schrieb Paulo van Breugel <p.vanbreu...@gmail.com>:

Hi Jaap,

Where could I (if possible) change the default internal style?

Best wishes,

Paulo


On 02-02-16 22:05, Jaap Karssenberg wrote:

Looks like that won't work without a patch. You need to set "rise=7500" except 
that "rise" is not a keyword the config file recognizes.

Fixed in trunk that it will update the default style (and preserve the internal 
set "rise") instead of overwrite.

-- Jaap


On Sun, Jan 17, 2016 at 10:33 PM, Paulo van Breugel <p.vanbreu...@gmail.com> 
wrote:

In the GUI style config file ("~/.config/zim/style.conf") I can change the 
defaults on how styles are displayed. This works fine, except that I don't know 
how to change the sub- and superscript.

I would like to have the superscript slightly smaller and lower, to better fit 
the default in e.g. Libreoffice or Word. I know how to change the size:

[Tag sup]
scale=0.6

But this results in the character being aligned on the base line. So now I need 
to define the how height of the base of the character (how high it is placed 
compared to the baseline). Any idea how to do this?

Best

Paulo

___
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


Re: [Zim-wiki] Change display sub and superscript

2016-02-04 Thread Murat Güven
Hi Paulo, 

You may want to give my Theme Manager plugin a try, if you use Windows. 

Regards, 
Murat 

Am 04.02.2016 09:18 schrieb Paulo van Breugel :

Hi Jaap,

Where could I (if possible) change the default internal style?

Best wishes,

Paulo


On 02-02-16 22:05, Jaap Karssenberg wrote:

Looks like that won't work without a patch. You need to set "rise=7500" except 
that "rise" is not a keyword the config file recognizes.

Fixed in trunk that it will update the default style (and preserve the internal 
set "rise") instead of overwrite.

-- Jaap


On Sun, Jan 17, 2016 at 10:33 PM, Paulo van Breugel  
wrote:

In the GUI style config file ("~/.config/zim/style.conf") I can change the 
defaults on how styles are displayed. This works fine, except that I don't know 
how to change the sub- and superscript.

I would like to have the superscript slightly smaller and lower, to better fit 
the default in e.g. Libreoffice or Word. I know how to change the size:

[Tag sup]
scale=0.6

But this results in the character being aligned on the base line. So now I need 
to define the how height of the base of the character (how high it is placed 
compared to the baseline). Any idea how to do this?

Best

Paulo

___
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


Re: [Zim-wiki] Links to certain subtitles

2016-01-28 Thread Murat Güven
Hi Sebastian, 

basically you are saying that you would like to be able to set a link to any 
word within any page.  Is that correct? 

If I understood the Zim Index correctly, only pages are available for linking. 
There is no hashing of pages done. 

Regards, 
Murat 

Am 28.01.2016 00:24 schrieb s.span...@stud.uni-heidelberg.de:

Dear Zim-Team,

I'm wondering if it's possible to have links in the following way:
Considering two pages A and B, they both contain subpages A.a, A.b,  
etc. and subtitles A.1, A.2, etc.
To have a link "page A --> page B" and vice versa is obviously done easily.
Even links like "page A --> page B : subpage B.x" are working out quite well.

Now, I would like to have the links to be more specified, e.g. link  
"page A : *anywhere* --> page B : subtitle B.2" or "page A : subpage  
A.a : *anywhere* --> page B : *any subpage* : *anywhere*"  even "page  
A : subtitle A.x --> page A: subtitle A.y".


Is my request possible in the present syntax?


I actually got the idea from pdf's, in which it's possible to have  
references to equations and when clicking on those numbers (like: "see  
eq. [3]"), you get immediately to the corresponding equation (like eq.  
3).

I wish you a nice day!

Sebastian Spaniol


___
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


Re: [Zim-wiki] Zim and evernote?

2016-01-28 Thread Murat Güven
Hi Agus, 

You may want to try Zimdroid. I haven't had time to use it since it needs 
compilation and is not available ready to use. 

I'm not sure if development continues. 

Regards, 
Murat 

Am 28.01.2016 8:44 vorm. schrieb Agustin Lobo :

I understand some people in this list have actually migrated from Evernote to 
zim but I'm starting to be in desperate need to at least some of the zim 
functionality on Android devices. None of the suggestions I've seen so far in 
the list (I..e. Using a text editor) are really practical. 
I wonder if I could use the free (thus cloud) version of Evernote on Android 
and somehow get the information I input accessible by zim on Linux and Mac. 
Currently I have my zim notebook on Dropbox and use it from my Linux and Mac 
machines. It is more a question of saving info from Android to zim than the 
reverse. Any suggestion on this eventual Evernote to zim bridge? I have never 
used Evernote and do not want to try something that Evernote users know that is 
not worthwhile.
Obviously the real solution would be a zim app for Android but I think this not 
being developed.
Thanks
Agus

___
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] Vertical arrow?

2016-01-08 Thread Murat Güven
Hi, 

try

\down and SPACE key

The codes are stored in the symbols.list file. 

Regards, 
Murat 

Am 08.01.2016 1:27 nachm. schrieb Agustin Lobo :

I often need to make fast flow diagrams. I do not
want anything fancy, but something simple and fast.
Just things such as
step 1 (details) ==> step 2 (details)

but would need to do it in vertical also.

Any trick? I've tried with | and a triangle symbol on the next line
but does not really look as an arrow

Agus

-- 
Agustin Lobo
aloboa...@gmail.com

___
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