Re: [Zim-wiki] zim releases 0.70-rc3 and 0.69.1

2019-02-20 Thread Dimitrij Lisov
Marco, drag-and-drop from the index panel (and the tag panel as well) works
here with Zim 0.70-rc3 on Ubuntu 18.10.

Am Mi., 20. Feb. 2019 um 13:47 Uhr schrieb Marco Basso (Support) <
supp...@marcobasso.it>:

> Kind Jaap and all,
> I may have found a regression. I'm not able to drag-and-drop from the
> index side panel to the page content anymore. With previous version that
> handy action created a wiki internal link.
>
> Could someone check if this is common, or if it's only related to my GTK3
> settings?
>
> Thanks and regards.
> Marco.
>
> On 2/19/19 10:07 AM, Jaap Karssenberg wrote:
>
> Dear all,
>
> Yesterday evening I uploaded 2 releases: 0.70-rc3 and 0.69.1
>
> Release 0.70-rc3 is the third release candidate for the 0.70 Gtk3 based
> release. There quite a few small fixes compared to rc2 but also one
> critical fix for updating links on move page or rename page. I previous
> versions the update went wrong for floating links from the moved page(s)
> that were anchored at a higher level. Fixed it and increased test coverage
> to not let it slip back in.
>
> Sine the same critical issue is also present in the Gtk2 based 0.69
> release, I backported the fix and released as 0.69.1. I've added another
> point number to the version to not conflict with the 0.70 Gtk3 version.
>
> I would urge everyone to start using the 0.70 release candidate instead of
> the 0.69.1 version, but if you are stuck with Gtk2 you should upgrade from
> 0.69 to 0.69.1.
>
> Unless new (critical) issues are found I plan to make 0.70 final in
> another 2 to 3 weeks and complete the change to Gtk3 as the new stable
> release.
>
> Regards,
>
> Jaap
>
>
>
> ___
> 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


Re: [Zim-wiki] start page for zim

2018-05-03 Thread Dimitrij Lisov
In such a case it's better to open a ticket in Zim's GitHub
.

Joseph Reagle  schrieb am Di., 1. Mai 2018 um
22:19 Uhr:

> This problem is deeper than I expected and has to do with the state/cache:
> on_close_page ... self.save_uistate(). Here is my `notebook.zim`:
>
> ```
> [Notebook]
> disable_trash=False
> document_root=
> endofline=unix
> home=Home
> icon=
> interwiki=jp
> name=plan
> profile=
> shared=False
> ```
>
> Whether shared is True or False, it keeps state in `$HOME/.cache`
> directory:
>
> ```
> DEBUG: Running from a source dir: /Users/reagle/bin/zim-0.68
> DEBUG: Set XDG_DATA_HOME to /Users/reagle/.local/share
> DEBUG: Set XDG_DATA_DIRS to [, ]
> DEBUG: Set XDG_CONFIG_HOME to /Users/reagle/.config
> DEBUG: Set XDG_CONFIG_DIRS to []
> DEBUG: Set XDG_CACHE_HOME to /Users/reagle/.cache
> ```
>
> There, I deleted `notebook-Users_reagle_joseph_plan_zim/`. And hurray, I
> now start on the home page, but still the path state is never retained.
> After I browse a bunch of pages and quit, the state is:
>
> ```
> [History]
> list=[["Home",0,null]]
> recent=[["Home",0,null]]
> current=0
> ```
>
> Also (and I suspect this is the crux) as I browse the pages I get these
> errors:
>
> ```
> DEBUG: BackgroundCheck finished
> Traceback (most recent call last):
>   File "/Users/reagle/bin/zim-0.68/zim/gui/__init__.py", line 2411, in
> on_close_page
> self.save_uistate()
>   File "/Users/reagle/bin/zim-0.68/zim/gui/__init__.py", line 2363, in
> save_uistate
> self.uistate['windowpos'] = self.get_position()
>   File "/Users/reagle/bin/zim-0.68/zim/config/dicts.py", line 549, in
> __setitem__
> raise KeyError('Config key "%s" has not been defined' % k)
> KeyError: 'Config key "windowpos" has not been defined'
> INFO: Open page: Misc:Housing (Misc:Housing)
> DEBUG: BackgroundCheck started
> DEBUG: BackgroundCheck finished
> Traceback (most recent call last):
>   File "/Users/reagle/bin/zim-0.68/zim/gui/__init__.py", line 2411, in
> on_close_page
> self.save_uistate()
>   File "/Users/reagle/bin/zim-0.68/zim/gui/__init__.py", line 2363, in
> save_uistate
> self.uistate['windowpos'] = self.get_position()
>   File "/Users/reagle/bin/zim-0.68/zim/config/dicts.py", line 549, in
> __setitem__
> raise KeyError('Config key "%s" has not been defined' % k)
> KeyError: 'Config key "windowpos" has not been defined'
> INFO: Open page: Misc:Finance (Misc:Finance)
> ```
>
> ___
> 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] Date: how do I remove the date from new pages?

2018-05-03 Thread Dimitrij Lisov
My default.txt looks like this  - new
notes are created without a date.

Forums Email  schrieb am Do., 3. Mai 2018 um
11:48 Uhr:

> I really dislike this feature, even though I like Zim.
> I tried removing it from Default.txt but it still keeps appearing.
> ___
> 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] start page for zim

2018-05-01 Thread Dimitrij Lisov
You can set your preferable site under "Home Page". The help (normally F1)
describes it in detail, just search for "Properties".

Joseph Reagle <joseph.2...@reagle.org> schrieb am Di., 1. Mai 2018 um
14:45 Uhr:

> On 5/1/18 8:21 AM, Dimitrij Lisov wrote:
> > Have a look in file > settings/properties :)
>
> Ah, yes, but ":Home" is set...?
>
>
___
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] start page for zim

2018-05-01 Thread Dimitrij Lisov
Have a look in file > settings/properties :)

Joseph Reagle  schrieb am Di., 1. Mai 2018 um
14:12 Uhr:

> When I start zim, it's been opening on a page which I don't care much
> about. I'd prefer if it'd start with my Home page. Is this configured or
> saved somewhere?
>
> ___
> 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] search with keyboard

2017-11-20 Thread Dimitrij Lisov
Did you guys try https://github.com/e3rd/zim-plugin-instantsearch/ ?

Gergely K.  schrieb am Mo., 20. Nov. 2017 um 15:46 Uhr:

> Yes, mee too recently came across some "new" ways to take notes (cotoa.me,
> zettelkasten), where you produce a lot of small notes and then weave them
> to a network. So navigating between notes easily is crucial.
>
>
>
> ‌
>
> Mobile:(+36 20)356 9656 <+36%2020%20356%209656>
> "Olyan lángész vagyok, hogy poroltóval kellene járnom!"
>
> On Mon, Nov 20, 2017 at 3:09 PM, Stephen LARROQUE 
> wrote:
>
>> Agree, the search could be enhanced, because it is so clunky I seldom use
>> it in Zim, whereas I use it all the time in every other applications!
>>
>> I would add also that Enter should bring to the next matching item, as it
>> is custom for almost all applications, instead of writing the newline
>> character (and thus erasing the matched string)!
>>
>> Le ven. 17 nov. 2017 à 13:18, Charles Nepote  a
>> écrit :
>>
>>> Le 17/11/2017 à 13:04, Gergely K. wrote:
>>>
>>> Hi all!
>>>
>>> I have a minor expectation mismatch with the search dialog. Note, that
>>> recently I use IntelliJ idea a lot :)
>>>
>>> So, when the Search dialog appears, I'd expect Zim to refresh the page
>>> list as I type.
>>> I also expect Zim to navigate to the previous-next match whenever I
>>> press Up and Down keys.
>>>
>>> So instead of:
>>> * Ctrl + Shift + F – brings up dialog
>>> * typing search term – nothing happens
>>> * Press Enter – List appeared
>>> * Press Down Down – Page list is in focus
>>> * Press Space – first page match is displayed
>>> * Press Down, and then Space – second page match is displayed
>>>
>>> I'd imagin it like:
>>> * Ctrl + Shift + F – brings up dialog
>>> * typing search term –Search listconstantly updated
>>>
>>> The search list should be updated after the second or third character. I
>>> guess updating at first one would take time and bring back to many results.
>>> Except this detail, I agree with all the suggestions.
>>>
>>> Charles.
>>>
>>>
>>> * Press Enter – Jumped to first match (or even without pressing Enter)
>>> * Press Down – second page match is displayed
>>>
>>> On top of it, I can also imagine the search dialog like tags: as a side
>>> panel.
>>>
>>> What do you think?
>>>
>>> thanks
>>> Gergo
>>>
>>> Mobile:(+36 20)356 9656 <(20)%20356%209656>
>>> "Olyan lángész vagyok, hogy poroltóval kellene járnom!"
>>>
>>>
>>>
>>> ‌
>>>
>>>
>>> ___
>>> 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
>
___
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] Clearing check lists on a page

2017-07-21 Thread Dimitrij Lisov
The same could be achieved with selecting the desired entries and then
using the already implemented shortcut to clear all checkboxes.

Gordon Zano  schrieb am Mi., 5. Juli 2017 um
14:52 Uhr:

> If anyone has a need to repeatedly clear the check lists on a page without
> having to mouse click through them all, this may help.
>
> Set up a Custom Tool similar to:
> Command: //*clear-checkboxes-thisPage.sh %s*
>
>
> clear-checkboxes-thisPage.sh contains:
>
> #!/bin/bash
>
> # Zim clear checkboxes on current page. 2017-07-05
>
> # $1 input should be zim variable %s
>
> # Search for [*] and [x], and replace with [ ].
> sed --in-place -e  's/\[\*\]/\[ \]/g' -e 's/\[\x\]/\[ \]/g' $1
>
>
> If you just want to clear a selection on a page, then it may be useful
> with the other Zim parameter %T:  the selected text including wiki
> formatting.  But I have not tested this.
>
> --
> Gordon
> ___
> 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] Released 0.67-rc2

2017-06-15 Thread Dimitrij Lisov
Thank you very much, Jaap!

Paulo van Breugel  schrieb am Mi., 14. Juni 2017 um
07:52 Uhr:

> Great, thanks.
>
> On 6/13/17 10:19 AM, Jaap Karssenberg wrote:
>
> Hi all,
>
> Yesterday I uploaded a second release candidate for version 0.67. If no
> new critical bugs show up, I will turn this into a final 0.67 release in a
> couple of weeks.
>
> Main goal for these release candidates is to flush out bugs and hopefully
> make the final release a bit more stable. New features will have to wait
> for 0.68. The delta compared to 0.66 can be found here:
> https://github.com/jaap-karssenberg/zim-desktop-wiki/blob/master/CHANGELOG.txt
>
> PPA with packages for Ubuntu is up to date and I saw Brendan just beat me
> to it by announcing a new windows build :)
>
> There is a small update in the translation messages of about 10 strings to
> be translated. These can be found here:
> https://translations.launchpad.net/zim
>
> Cheers!
>
> Jaap
>
>
> ___
> 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


Re: [Zim-wiki] zim task list features

2017-05-07 Thread Dimitrij Lisov
Ural, you can move checkbox items with keyboard shortcuts in the new 0.66
version of Zim. It's part of the "line sorter" plugin. After activating the
plugin, look in the "edit" menu for "move line up" or "down" respectively.

Cheers!

Ural  schrieb am So., 7. Mai 2017 um 06:21 Uhr:

> Hello people.
> Zim is awesome. Before I created bunch of txt files in ~/Documents and
> it was very unusable.
> Many years I am trying to find a good task app. Before I did a txt with
> tree structure.
>
> I found that most usable task gui apps with features are TaskCoach and
> Korganizer from KDE. I tried both, and TaskCoach was buggy and too-long
> to add a task, KOrganizer the same.
>
> Now I am using checkboxes in ZIM. Of course I don't have recurring
> features, expires, notifications etc. But at least I can do it FAST.
>
> The main problem it is very hard to rearrange items by priority. I am
> cutting item to clipboard and pasting it elsewhere.
>
> Please add a very-easy-to-implement feature, to move checkbox items
> up/down by clicking some icon on right side.
>
> Also, please share your task management experience, which apps may help
> tasking FAST with recurring, expires, notifications and other features.
> Something like todoist maybe?
>
> Thanks for doing ZIM!
> Evernote and other proprietary software sucks!
>
> Please continue working on ZIM, I'll help as I can.
>
> I think we need more blog posts about zim, it is hard to find that app
> for common users, too many shitty alternatives. Nobody knows that zim is
> the best of these.
>
> Sincerely,
> Ural
>
> ___
> 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] How to do translations in github workflow

2017-05-04 Thread Dimitrij Lisov
The following translation websites offer free plans for open source
projects:

https://poeditor.com/pricing/ (seems for me the simplest one and would be
already sufficient)
https://crowdin.com/pricing (more elaborate than poeditor, but still very
user-friendly)
https://weblate.org/en/hosting/ (never used myself)
https://www.transifex.com/pricing/ (too advanced?)

Cheers!

Jaap Karssenberg  schrieb am Do., 4. Mai 2017
um 10:38 Uhr:

> While moving to github I see one service of the launchpad platform that I
> have no alternative for: the translations website:
> https://translations.launchpad.net/zim
>
> For now it is OK, since launchpad can sync from github, but I was
> wondering what the standard github workflow would be for translating
> applications. Does anyone have experience with this?
>
> Alternative to a website would be to just edit the ".po" files directly,
> but doesn't that raise an extra barrier for translators to easily
> contribute?
>
> Regards,
>
> Jaap
>
> ___
> 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] wishlist?

2017-04-29 Thread Dimitrij Lisov
I also think, that the GitHub reactions should be sufficient in conjunction
with an elaborated tag system, as described in the link posted by
Alessandro. A short explanation on how to use the tags properly and that
voting would have an impact on issues might be very useful. This
description should be present on the front page of this project or
mentioned in the wiki.

Gergely K. <pihent...@gmail.com> schrieb am Do., 27. Apr. 2017, 11:30:

> Yes, you can "react" to bugs.
>
> See eg.  https://github.com/marubinotto/Piggydb/issues/17
> <https://mailtrack.io/trace/link/9a0018d33c5e7ecf0b3326eb48adeb0fc415c28d?url=https%3A%2F%2Fgithub.com%2Fmarubinotto%2FPiggydb%2Fissues%2F17=1076783=69c7151f587af0b5>
>
> You can upvote bugs, and you can sort by reactions. Is that enough?
>
>
>
>   <https://mailtrack.io/> Sent with Mailtrack
> <https://mailtrack.io/install?source=signature=en=pihent...@gmail.com=22>
> <#m_-8775991085013470288_>
>
> Mobile:(+36 20)356 9656
> "Olyan lángész vagyok, hogy poroltóval kellene járnom!"
>
> On Thu, Apr 27, 2017 at 10:18 AM, Agustin Lobo <aloboa...@gmail.com>
> wrote:
>
>> Paulo,
>> would that have voting system? I think this is essential. I understand
>> developers have the right to do whatever they
>> want to (as they are not being paid for this), but the scores would at
>> least might have some influence on their decisions.
>> Agus
>>
>> On Wed, Apr 26, 2017 at 9:38 AM, Paulo van Breugel
>> <p.vanbreu...@gmail.com> wrote:
>> > Hi Jaap,
>> >
>> > The issue tracker at github let's you label tickets as amongst others
>> bug,
>> > enhancement, question, etc. You can also add your own labels, e.g., to
>> > separate between concrete actionable feature requests and ideas /
>> outlines
>> > that are not yet actionable. These should be sufficient to separate
>> feature
>> > requests and bug reports. The key to make this work (independent on the
>> > tool) lies i.m.h.o. in having one or more persons that monitor all
>> issues,
>> > and assign the appropriate label (or re-assign if the issue reporter
>> applied
>> > the wrong label).  I guess the most obvious persons would be the
>> > participating developers, as these would also know to whom to assign
>> tasks,
>> > but others could step in as well (I for one wouldn't mind helping in
>> this
>> > respect).
>> >
>> > Cheers,
>> >
>> > Paulo
>> >
>> >
>> > On 25-04-17 21:46, Jaap Karssenberg wrote:
>> >
>> > If we do use the issue tracker to also track feature requests, there is
>> a
>> > need for a process for those as well. More specifically a process to
>> ensure
>> > the quality of the open requests. What happened in the launchpad
>> tracker is
>> > that we have hundreds of requests, some which are actionable, some
>> which are
>> > just an idea or an outline of an idea. I haven;t been able to clean it
>> up,
>> > because we have no process to refine or close requests.
>> >
>> > -- Jaap
>> >
>> >
>> > On Tue, Apr 25, 2017 at 9:29 PM Dimitrij Lisov <dmt@gmail.com>
>> wrote:
>> >>
>> >> @Ale Great idea! I think it's quite easy to import the existing issues
>> >> from Launchpad into GitHub and label them appropriately to have a good
>> >> overview.
>> >>
>> >> Alessandro Sarretta <alessandro.sarre...@gmail.com> schrieb am Di.,
>> 25.
>> >> Apr. 2017 um 21:24 Uhr:
>> >>>
>> >>> On 25/04/2017 20:10, Jaap Karssenberg wrote:
>> >>>
>> >>> Not as such. We have captured a lot of wishlist requests in the bug
>> >>> tracker, but I'm afraid that that greatly diminished the usefulness
>> of the
>> >>> bug tracker for real bugs. My intention for the github branch is to
>> use the
>> >>> issue tracker purely for bugs and look elsewhere for keeping track of
>> >>> feature requests and discussion. Not decided yet how and where to do
>> that -
>> >>> for now they can keep on living in the launchpad tracker. Any
>> suggestions?
>> >>>
>> >>> I think you can easily keep track and manage bugs, feature requests
>> and
>> >>> discussions in GitHub, using different and specific labels for issues
>> or
>> >>> pull requests (e.g.
>> >>> https://medium.com/@dave_lunny/sane-github-labels

Re: [Zim-wiki] GitHub: zim-wiki vs zim-desktop-wiki

2017-04-29 Thread Dimitrij Lisov
New users might be confused by this separation of wikis, imho. Wouldn't it
be better to import the current zim-wiki to the zim-desktop-wiki, with a
landing page, explaining the modus operandi? I don't see any contradiction
using one part of this wiki as a community manual and the other as a
development ressource.

Jaap Karssenberg  schrieb am Do., 27. Apr.
2017, 16:33:

> I kept them apart on purpose. Want to use the wiki of the code repository
> as a development resource. The current wiki is intended as community
> documentation more like the manual.
>
> Regards,
>
> Jaap
>
> On Thu, Apr 27, 2017, 15:38 Bruno C. Vellutini 
> wrote:
>
>> Hi Jaap and all,
>>
>> Now that Zim's code will be on GitHub, have you considered migrating the
>> wiki from zim-wiki 
>> repository to the new zim-desktop-wiki
>>  repository? Or
>> vice-versa?
>>
>> I think it would be more natural have code+wiki in the same repository.
>>
>> Best,
>> Bruno
>> ___
>> 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


Re: [Zim-wiki] Zim release 0.66

2017-04-29 Thread Dimitrij Lisov
Thank you, Jaap!

Alessia  schrieb am Sa., 29. Apr. 2017, 09:03:

> Thanks!
>
> Il 28/04/2017 17:11, Jaap Karssenberg ha scritto:
>
> Dear all,
>
> I just uploaded release 0.66 to the website. It is available as source
> package, deb package or via launchpad PPA. Below the changelog for this
> version.
>
> Regards,
>
> Jaap
>
> === 0.66 - Fr 28 Apr 2017 ===
> * Multiple notebooks run as single process now to reduce multi-process
>   complexity - more robust startup, reduce need for "--standalone"
> * SQLite indexer re-written to fix long standing bugs and design flaws
>   with indexing
> * Improved performance tag filtering in side pane
> * Detect pages have changed on disk, even when page present in cache
> * Bug fix for drag-n-drop of text within the editor
> * New checkbox type available for "moved task" for joural workflow
> * Context menu defined for checkboxes
> * Horizontal lines "" added to wiki syntax -- Pavel_M
> * Pathbar buttons can now also be used to insert page links by drag-n-drop
>   -- Klaus Holler
> * "search in section" added to context mennu for pages
> * "search backlinks" added to context mennu for pages -- Volodymyr Buell
> * Keyboard navigation of plugin tab in preferences dialog -- Jens Sauer
> * Allow "mailto:; links contain arguments like "?subject="
> * Tasklist plugin: now also available embedded in side pane
> * Tasklist plugin: new syntax for including due and start dates
> * Tasklist plugin: new formatting priority column including deadlines
> * Tasklist plugin: new "flat list" mode to only see lowest level tasks
> * Tasklist plugin: removed support for "next" label
> * Tasklist plugin: dialog now remembers sorting -- Jonas Pfannschmidt
> * Versioncontrol plugin: git: removed global "git add", instead stage
>   individual files
> * Versioncontrol plugin: fossil: fix for fossil "addremove"
> * Attachment browser: bug fix for drag-n-drop
> * Linesorter plugin: added keybindings to move / duplicate / delete lines
>   -- Johannes Kirschner
> * Sourceview plugin: bug fix to make export via commandline also use
>   objects -- Alex Ivkin
> * Sourceview plugin: bug fix to follow editable state of parent window
>   -- Jan Taus
> * Bookmarks plugin updates -- Pavel_M
> * Tableeditor plugin: bug fix for links -- Sašo Živanović
> * Linkmap plugin: bug fix "unexpected char '-'"
> * Arithmic plugin: bug fix to allow negative numbers -- TROUVERIE Joachim
> * Dev: Templates are now translatable, using "gettext()" -- Jens Sauer
> * Dev: Index API completely changed, see tasklist for a plugin example
> * Dev: New module for file-system interaction, to be used in new code
> * Dev: New parsing strategy based on tokenlist, used for tasklist parser
> * Dev: Defined notebook API for concurrent operations in gtk main loop
> * Dev: Simplified SignalEmitter code
> * Packaging: removed support for maemo build - code went stale
> * Packaging: make package build reproducible -- Reiner Herrmann
> * Added translations for: Amharic, Arabic, Basque, and Portuguese
>
>
>
> ___
> 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


Re: [Zim-wiki] wishlist?

2017-04-25 Thread Dimitrij Lisov
@Ale Great idea! I think it's quite easy to import the existing issues from
Launchpad into GitHub and label them appropriately to have a good overview.

Alessandro Sarretta  schrieb am Di., 25.
Apr. 2017 um 21:24 Uhr:

> On 25/04/2017 20:10, Jaap Karssenberg wrote:
>
> Not as such. We have captured a lot of wishlist requests in the bug
> tracker, but I'm afraid that that greatly diminished the usefulness of the
> bug tracker for real bugs. My intention for the github branch is to use the
> issue tracker purely for bugs and look elsewhere for keeping track of
> feature requests and discussion. Not decided yet how and where to do that -
> for now they can keep on living in the launchpad tracker. Any suggestions?
>
> I think you can easily keep track and manage bugs, feature requests and
> discussions in GitHub, using different and specific labels for issues or
> pull requests (e.g.
> https://medium.com/@dave_lunny/sane-github-labels-c5d2e6004b63).
>
> Ale
>
> --
> --
>
> Alessandro Sarretta
>
> skype/twitter: alesarrett
> Web: ilsarrett.wordpress.com
>
> Research information:
>
>- Google scholar profile
>
>- ORCID 
>- Research Gate
>
>- Impactstory 
>
> ___
> 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] Tasklist update

2017-04-12 Thread Dimitrij Lisov
Dear Murat,

sorry for my small delay:

1. Could you clarify the separation of those two plugins with Jaap, since
it's not clear when those plugins will officially be part of Zim?

5. Here
<https://mega.nz/#!X9A3RBKK!u3V7yZ_6h4m5HVLRYQ9EIqy6MrolXvDigPYSjgFBnVw>
you can find my autocompletion.py. I think, that I took it from the plugin's
page
<https://github.com/jaap-karssenberg/zim-wiki/wiki/Autocompletion-Plugin>,
while it was there. The only modification I made was changing the "Alt-R +
q" and "Alt-L + q" behavior respectively, like described here
<https://bugs.launchpad.net/zim/+bug/1322201/comments/11>. Please be aware,
that with the latest 0.65-SNAPSHOT-r842~ubuntu16.10.1 this plugin isn't
working anymore. The following error message appears:

This is zim 0.65
Platform: posix
Locale: de_AT UTF-8
FS encoding: UTF-8
Python: (2, 7, 12, 'final', 0)
Gtk: (2, 24, 30)
Pygtk: (2, 24, 0)
No bzr version-info found

=== Traceback ===
  File "/usr/lib/python2.7/dist-packages/zim/actions.py", line 149, in
do_activate
self.__get__(instance, instance.__class__)()
  File "/usr/lib/python2.7/dist-packages/zim/actions.py", line 132, in func
self.func(instance, *args, **kwargs)
  File "/home/sojusnik/.local/share/zim/plugins/autocompletion.py", line
106, in auto_completion
self.set_tag_liststore(zim_index, tag_liststore, entry_completion)
  File "/home/sojusnik/.local/share/zim/plugins/autocompletion.py", line
142, in set_tag_liststore
self.zim_tags = zim_index.list_all_tags()
AttributeError: 'Index' object has no attribute 'list_all_tags'

6. No examples of other apps come into my mind right now. What about
autocompleting with only one "tab" press, like it's done now with "enter",
instead of two times? If "tab" stays, then its behavior should be the same
as "enter" for autocompleting. But I think, that "enter" (= autocompleting
WITHOUT space after a tag) and "space" (= autocompletion WITH space after a
tag) are already enough for autocompleting. "Tab" should really be used for
cycling through the entries and not autocompleting them, imho.

7. I see, thanks.

8 + 9: The current version
<https://github.com/jaap-karssenberg/zim-wiki/wiki/Tasklist-plugin-with-tag-autocompletion>
of the Tasklist plugin isn't working with the latest
0.65-SNAPSHOT-r842~ubuntu16.10.1 of Zim, so I can't test them.

Many thanks and best wishes!

D


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

> Hi Dimitrij,
>
> 1. Yes, I do see your point. I also think that the Tag autocompletion is
> not directly related to the task list. I think it's a matter of if, how and
> when the plugins become official part of ZimWiki.
> Jaap asked me to combine these together to the task list plugin. I think
> it's easier for him to managed them.
>
> 2. []
>
> 3. You are welcome, and thank you for your feedback my (virtual) friend :)
>
> 4. It's a pitty that I can't find the reason why the preferred key binding
> is not working. If anyone has an idea why?
>
> 5. Could it be that I implemented this just for you? Unfortunately I can't
> find this implementation. Could you send the autocompletion.py file to me
> so I can review it please?
>
> 6. I reviewed other autocompletion implementations (e.g. Workflowy or
> Visual Studio). Both do not support cycling through the list with the tab
> key. Do you have another example where it does?
>
> 7. Yes, the bullet in front of the comment does not look right. But with
> the comment line being a bullet, it's easier to parse for a comment. I
> tried to change the parsing but came to the conclusion that it's better to
> have > or >> as a new bullet format (as you describe in 10.) I will look
> into it if I can do this. But this will be a change within the pageview /
> widget / format modules. Therefore the task list plugin / comment plugin
> would not run properly without the modified modules.
>
> 8. I added a selection for the formatting to the preferences. Please see
> attached and let me know what you think.
>
> 9. I added some extra options into the preferences so you can strip down
> the comment string just to ">" if you prefer. Please have a look. This
> might give some weird results for standalone bullet text starting with ">",
> but shouldn't be an issue. Background: I'm looking for the comment string
> to identify a comment.
>
> 10. See 9. I will also have a look for the "quote" or "comment" format,
> but no promises
>
> Thank you and Regards,
> Murat
>
>
>
> On 24.03.2017 20:42, Dimitrij Lisov wrote:
>
> Dear Murat,
>
> 1. I see, that your described way is working too. From a user experience
&

Re: [Zim-wiki] Arithmetic bug?

2017-04-12 Thread Dimitrij Lisov
Does the following bug report describe your bug?
https://bugs.launchpad.net/zim/+bug/1491018

All bug reports about the arithmetic plugin are to be found here:
https://bugs.launchpad.net/zim?field.searchtext=arithmetic

Smilie  schrieb am Di., 11. Apr. 2017 um 12:14 Uhr:

> Is there a bug?
>
> if i have a calculation white a negative resolution, than i can not
> repeat the calculation with F5.
>
>
>
>
> ___
> 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] Merged changes for new release

2017-04-09 Thread Dimitrij Lisov
German is done!

Marco Cevoli  schrieb am Sa., 8. Apr. 2017 um
15:33 Uhr:

> Italian localization is done.
>
> Marco Cevoli
>
> On Sat, Apr 8, 2017 at 10:45 AM, Jaap Karssenberg <
> jaap.karssenb...@gmail.com> wrote:
>
> Dear all,
>
> The work of last few months is merged in the trunk archive now. This will
> be the basis for a new release towards the end of this month. It is
> available for testing via the PPA
> https://code.launchpad.net/~jaap.karssenberg/+archive/ubuntu/zim-snapshots
>
>
> Also translations need update (translation file should be synchronized
> shortly) see https://translations.launchpad.net/zim
>
> Main changes:
> - Rewrote index, should solve a number of outstanding issues, for example
> filtering the tag index should be much faster now
> - Rewrote the way zim processes communicate, should get rid of a number of
> startup issues.
> - Refreshed the tasklist plugin, supports side pane view now and start
> dates for tasks, see manual page for new date syntax
> - New checkbox type for "migrated" tasks
> - Horizontal lines supported in wiki format
> ... and a few I forgot probably, will write a more detailed changelog for
> the release ...
>
> Cheers!
>
> Jaap
>
> ___
> 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


Re: [Zim-wiki] plans for python3? Github?

2017-04-09 Thread Dimitrij Lisov
Will do, thanks!

Jaap Karssenberg <jaap.karssenb...@gmail.com> schrieb am So., 9. Apr. 2017
um 18:13 Uhr:

> Sure go ahead and use the github issue tracker. One thing i would like to
> different though is to keep it more clean and "actionable " than the
> launchpad tracker.
>
> Regards,
>
> Jaap
>
> On Sat, Apr 8, 2017, 13:50 Dimitrij Lisov <dmt@gmail.com> wrote:
>
> Great news!
>
> Jaap, would you prefer to have new issues reported on GitHub
> <https://github.com/jaap-karssenberg/zim-desktop-wiki/issues> already, or
> still on Launchpad <https://bugs.launchpad.net/zim>?
>
> Best wishes!
>
> Jaap Karssenberg <jaap.karssenb...@gmail.com> schrieb am Sa., 8. Apr.
> 2017 um 11:05 Uhr:
>
> Jiri, Brendan, all,
>
> Synchronized latest commit in the bazaar branch to github here:
> https://github.com/jaap-karssenberg/zim-desktop-wiki
>
> Let's use this as a basis for patches and work towards python 3 / gtk 3.
> Until the next release I will sync bazaar to github for each commit. After
> the release wil turn around and sync launchpad from git. So work on git
> will be for the release after this.
>
> Regards,
>
> Jaap
>
>
> On Thu, Mar 23, 2017 at 1:12 AM Brendan Kidwell <bren...@glump.net> wrote:
>
> Added my 'me too' to the Launchpad ticket about migrating to Git format --
> in the 'persons affected' field. My personal reasons probably match
> something someone else already said.
>
> On Mon, Mar 20, 2017, at 17:30, Dimitrij Lisov wrote:
>
> There's already a similar request regarding moving to GitHub:
> https://bugs.launchpad.net/zim/+bug/1639439
>
>
> ___
> 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


Re: [Zim-wiki] plans for python3? Github?

2017-04-08 Thread Dimitrij Lisov
Great news!

Jaap, would you prefer to have new issues reported on GitHub
<https://github.com/jaap-karssenberg/zim-desktop-wiki/issues> already, or
still on Launchpad <https://bugs.launchpad.net/zim>?

Best wishes!

Jaap Karssenberg <jaap.karssenb...@gmail.com> schrieb am Sa., 8. Apr. 2017
um 11:05 Uhr:

> Jiri, Brendan, all,
>
> Synchronized latest commit in the bazaar branch to github here:
> https://github.com/jaap-karssenberg/zim-desktop-wiki
>
> Let's use this as a basis for patches and work towards python 3 / gtk 3.
> Until the next release I will sync bazaar to github for each commit. After
> the release wil turn around and sync launchpad from git. So work on git
> will be for the release after this.
>
> Regards,
>
> Jaap
>
>
> On Thu, Mar 23, 2017 at 1:12 AM Brendan Kidwell <bren...@glump.net> wrote:
>
> Added my 'me too' to the Launchpad ticket about migrating to Git format --
> in the 'persons affected' field. My personal reasons probably match
> something someone else already said.
>
> On Mon, Mar 20, 2017, at 17:30, Dimitrij Lisov wrote:
>
> There's already a similar request regarding moving to GitHub:
> https://bugs.launchpad.net/zim/+bug/1639439
>
>
> ___
> 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


[Zim-wiki] Tweaking the html export file

2017-04-07 Thread Dimitrij Lisov
Hey!

I'm trying to adjust the output of a html export to match my normal Zim
view and searching for a method to adjust the following:


   1. space between paragraphs
   2. space between titles and checkbox lists
   3. space between normal text and checkbox lists
   4. italic should be grey
   5. strike should be grey
   6. center vertically checkboxes
   7. make checkboxes smaller

My normal Zim view: https://i.imgur.com/MazqOAL.png

Its source file: https://paste.sh/WcADaB3U#hhw7DFrBs8J1rwTL_7CJuJ5x

The current html export output: https://i.imgur.com/XIYFQgT.png

The according export file:
https://paste.sh/I5JHenc8#aSBmlyLl_RiTNJGrKsAjHQT1


Your help is very appreciated!

D
___
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 Dimitrij Lisov
Dear Murat,

1. I see, that your described way is working too. From a user experience
point of view I nevertheless propose to separate those plugins, since it's
not obvious for a new Zim user, that such an useful feature, read
autocompletion of tags, even exists as a plugin, if it will be remain
"hidden" in the tasklist plugin. I'm convinced, that there are a lot of Zim
users, who are using tags, but not the tasklist plugin. They certainly
won't discover the autocompletion plugin, when it won't be listed in the
"official" Zim plugins list
<https://github.com/jaap-karssenberg/zim-wiki/wiki/Plugins> as a separate
plugin. Do you understand my apprehension?
Additionally, with a separate plugin, the plugin's options would also be
decluttered.

2. That's a pity, but thanks for trying! Maybe another one can contribute
on that?

3. It works great in the new version, thanks for that my (virtual) friend!

4. Yes, I have changed the key-bindings, see
https://bugs.launchpad.net/zim/+bug/1322201/comments/11. When I reverse the
change to the default state, I'm able to type an @ in the search field
again.

5. In the new version of your tasklist plugin, autocompleting with "space"
isn't possible anymore. Please restore the old behavior, like it was
possible in the latest autocompletion plugin. This is for me the most time
saving feature of your whole plugin :)

6. I think, that it's already enough to have two ways, with "enter" and
"space", to autocomple tags. Introducing "tab" could also be useful for
somebody, who is used to use "tab", but then I propose that "tab" should
exactly behave like "enter" - it should complete the tag only with one
press, and not two, like it's implemented now. I personally nearly always
use "space" for autocompletion, since it completes the tag and also adds a
space after it, while enter only completes the tag, without a space at the
end.

I've played around with the updated *tasklist plugin* and have the
following to share:

7. From an aesthetical point of view, the bullet point could be removed in
the comment line. The indent already emphasizes the comment line clearly
enough, in addition to the comment string itself.

8. The superscript of the date looks, imho, a little bit out of place,
because the following comment is written in normal text. Please consider
adding an option to have the date in normal text.

9. I also would appreciate an option to entirely remove the date in the
comment, like you've already implemented with the time. This would again
declutter the comment line and therefore make it more appealing to the eye.

10. Is it intended to have an ">" before the comment text, like shown here
<http://i.imgur.com/LFrTDDm.png>? The comment line would, imho, look much
cleaner the following way:
comment (2017.03.24): what if the number of all minds in the universe is
one?
or
comment: what if the number of all minds in the universe is one?

It would be even better, if Zim finally gets an "quote" or "comment"
format, that normally starts with >, see here
<https://guides.github.com/features/mastering-markdown/>, to better
highlight comments. Maybe this could be implemented during Zim's upgrade to
GTK3 and the like. Maybe Jaap is reading those lines and can give a short
comment on that.

I'm delighted to see Zim constantly evolving and want to say again a
warm-hearted "Thank you" to all contributers and of course to Jaap himself!

D

Murat Güven <mur...@online.de> schrieb am Fr., 24. März 2017 um 17:38 Uhr:

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

Re: [Zim-wiki] plans for python3? Github?

2017-03-20 Thread Dimitrij Lisov
There's already a similar request regarding moving to GitHub:
https://bugs.launchpad.net/zim/+bug/1639439

Ari <ari.re...@gmail.com> schrieb am Mi., 15. März 2017 um 14:39 Uhr:

> Yet another +1 for github. Also willing to collaborate with the gtk3 and
> python3 porting. Not a Dev but some basic skills on both python and gtk,
> and familiar with github.
> Zim is my daily driver for notes, Linux (fedora) and Windows. Willing to
> help move it forward.
>
> On Mar 14, 2017 1:04 PM, "Johannes Kirschner" <m...@johannes-kirschner.de>
> wrote:
>
> +1 for github. When I was implementing the move-line features I was
> basically spending half a day figuring out how bazaar works. And to fix a
> bug a few weeks later, I basically had to look up everything again.
>
> Johannes
>
> On 03/14/2017 05:03 PM, Dimitrij Lisov wrote:
>
> Alex, I totally agree with you. GitHub is much more appealing and should
> attract more contributers.
>
> Alex Ivkin <a...@ivkin.net> schrieb am Di., 14. März 2017 um 16:52 Uhr:
>
> Jaap,
>
> While you are at it, could you consider moving the codebase to GitHub? It
> is so much more convenient to have it there.
>
> Having to deal with bazaar is what prevented me from submitting many more
> patches.
> *Alex*
>
>
> --
> *From:* Jaap Karssenberg
> *Sent:* Tuesday, March 14, 2017 4:22AM
> *To:* Jiří Janoušek, Zim-wiki
> *Subject:* Re: [Zim-wiki] plans for python3?
>
> Hi Jiri,
>
> Would like to take you on on that offer. I will set up a branch to be used
> for porting (I have a preferred starting point, not current trunk).
>
> Strategy wise I believe we need to go to Gtk3 before we can go to Python3,
> so that will be 2 phases.
> For the first step going to Gtk3 I would like to split up the application
> in modules. Trying to get the basic application running first, than port
> additional modules and plugins one-by-one.
>
> Let's simply use a wiki page to track progress and who-does-what. I prefer
> (private) email for quick questions / discussions.
>
> Is this what you had in mind?
>
> Regards,
>
> Jaap
>
>
> On Sat, Mar 11, 2017 at 7:39 PM Jiří Janoušek <janousek.j...@gmail.com>
> wrote:
>
> > Yes, I have plans to port zim to python 3, but can't commit to a concrete
> > timeline on this moment.
>
> I might help with the porting to Python 3 & GTK+ 3. What is the best
> place to discuss the strategy? Mailing list, bug tracker or Launchpad
> blueprints? I prefer the bug tracker.
>
> Best regards,
>
> Jiri Janousek
>
> ___
> 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
>
>
>
> ___
> 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
>
___
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] plans for python3?

2017-03-14 Thread Dimitrij Lisov
Alex, I totally agree with you. GitHub is much more appealing and should
attract more contributers.

Alex Ivkin  schrieb am Di., 14. März 2017 um 16:52 Uhr:

> Jaap,
>
> While you are at it, could you consider moving the codebase to GitHub? It
> is so much more convenient to have it there.
>
> Having to deal with bazaar is what prevented me from submitting many more
> patches.
> *Alex*
>
>
> --
> *From:* Jaap Karssenberg
> *Sent:* Tuesday, March 14, 2017 4:22AM
> *To:* Jiří Janoušek, Zim-wiki
> *Subject:* Re: [Zim-wiki] plans for python3?
>
> Hi Jiri,
>
> Would like to take you on on that offer. I will set up a branch to be used
> for porting (I have a preferred starting point, not current trunk).
>
> Strategy wise I believe we need to go to Gtk3 before we can go to Python3,
> so that will be 2 phases.
> For the first step going to Gtk3 I would like to split up the application
> in modules. Trying to get the basic application running first, than port
> additional modules and plugins one-by-one.
>
> Let's simply use a wiki page to track progress and who-does-what. I prefer
> (private) email for quick questions / discussions.
>
> Is this what you had in mind?
>
> Regards,
>
> Jaap
>
>
> On Sat, Mar 11, 2017 at 7:39 PM Jiří Janoušek 
> wrote:
>
> > Yes, I have plans to port zim to python 3, but can't commit to a concrete
> > timeline on this moment.
>
> I might help with the porting to Python 3 & GTK+ 3. What is the best
> place to discuss the strategy? Mailing list, bug tracker or Launchpad
> blueprints? I prefer the bug tracker.
>
> Best regards,
>
> Jiri Janousek
>
> ___
> 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
>
___
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] Move line up/down functionality

2017-02-20 Thread Dimitrij Lisov
Hi Johannes,

I'm not sure how to install it from bazaar so I'll wait until this plugin
will be part of Zim. Hopefully soon.

We didn't have an update for a long time. I hope that everything is fine
with Jaap.

Cheers!

Johannes Kirschner <m...@johannes-kirschner.de> schrieb am So., 11. Dez.
2016 um 13:08 Uhr:

> Hi,
>
> I am not sure if this plugin will be merged soon, however you can download
> the branch using baazar here:
> https://code.launchpad.net/~jkirschner/zim/move-line
>
> Best,
> Johannes
>
>
>
> On 08.12.2016 22:34, Dimitrij Lisov wrote:
>
> Is there a simple instruction how to install the updated version of this
> plugin in Zim in Ubuntu or will the updated plugin soon be part of Zim
> anyway?
>
> Dr. Andreas Wehler <aweh...@drei.at> schrieb am Mo., 31. Okt. 2016 um
> 18:21 Uhr:
>
> > In Zim, ALT + Up/Down is doing the same as ALT + Left/Right. Right?
>
> No.
>
>
>  From the help page:
>
>  Go one page back in history
> Go one page forward in history
>Go one level up in the page hierarchy
>  Go one page down in the page hierarchy
> (The actual page is chosen by the history)
>
> Hierarchy and time are orthogonal dimensions.
>
> Andreas
>
>
> ___
> 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
>
___
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] Move line up/down functionality

2016-12-08 Thread Dimitrij Lisov
Is there a simple instruction how to install the updated version of this
plugin in Zim in Ubuntu or will the updated plugin soon be part of Zim
anyway?

Dr. Andreas Wehler  schrieb am Mo., 31. Okt. 2016 um
18:21 Uhr:

> > In Zim, ALT + Up/Down is doing the same as ALT + Left/Right. Right?
>
> No.
>
>
>  From the help page:
>
>  Go one page back in history
> Go one page forward in history
>Go one level up in the page hierarchy
>  Go one page down in the page hierarchy
> (The actual page is chosen by the history)
>
> Hierarchy and time are orthogonal dimensions.
>
> Andreas
>
>
> ___
> 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] Move line up/down functionality

2016-10-16 Thread Dimitrij Lisov
Great idea! Would love to have it in Zim, thanks!

Tomasz Muras  schrieb am So., 16. Okt. 2016 um
13:14 Uhr:

> Hi Johannes,
>
> It would be useful for me for the same reason - moving TODO entries, so
> thanks for sharing!
>
> Tomek
>
> On 16 October 2016 at 12:16, Johannes Kirschner <
> m...@johannes-kirschner.de> wrote:
>
> Hi all,
>
> I recently started to use zim to organize my research activity, and I like
> it a lot!
>
> Besides the note taking I am using the checkbox feature to set the goals
> for a day or a week, but as things go I often end up reordering todos or
> moving points to another day. That's why I am missing a shortcut to move a
> line up or down (I use Strg+Up/Down) which is much faster than a
> select-cut-paste.
>
> I have implemented the feature in a new branch. Do you think this is a
> feature of wider interest? I would be happy to prepare the branch for
> merging. Regarding the implementation, should this go in the main code or
> as a separate plugin, similar to the line-sorter plugin (or even as part of
> the line-sorter plugin)?
>
> Best,
> Johannes
>
> ___
> 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


Re: [Zim-wiki] spellchecker in wrong language

2015-12-17 Thread Dimitrij Lisov
Hey!

Did you try entering "en_uk" or "en_us"?
You also have the option to select a language inside a note, after pressing
F7 and then right-clicking in the text.

Hope this helps!

Bob Eback  schrieb am Do., 17. Dez. 2015 um 19:21 Uhr:

> Hi All. I running Zim 0.65 on Ubuntu 15.10, 64 bit. I speak English, my
> global language settingas arefor English (United States). In google docs,
> in Chrome, in LibreOffice, spellchek works great in Englsih. wheni use the
> spellcheck plugin in zim (gtksjpellcheck). Wheniver i right click a
> misspelled work, is see a box with 'Sugerencias' and 'Idiomas" whcih seem
> to be Sanish for suggestions and such. I've configured the plugin either
> leaving the language box blank, or entering 'en'.  Any ideas what might be
> happening here?
> ___
> 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