Re: [Zim-wiki] change default unchecked option insert link on move selected text

2014-06-16 Thread Sylvain Viart
Le 13/06/2014 21:38, Jaap Karssenberg a écrit : > It is not hard-coded. THe code you refer is the default value, but > after you use it, the dialog *should* remember your last choice. The first choice I would guess… So the default, may be is this case. I unchecked many dozen of times. > Have a lo

Re: [Zim-wiki] change default unchecked option insert link on move selected text

2014-06-13 Thread Jaap Karssenberg
It is not hard-coded. THe code you refer is the default value, but after you use it, the dialog *should* remember your last choice. Have a look at the config file "NOTEBOOK/.zim/state.conf" - there should be a section "[MoveTextDialog]" with a parameter "link=False". Regards, Jaap On Fri, Jun

Re: [Zim-wiki] change default unchecked option insert link on move selected text

2014-06-13 Thread Sylvain Viart
On 13/06/2014 11:10, Sylvain Viart wrote: The right click "move selected text" is quite a good tool, moving a task to some other page. But the popup have a default option selected. "Leave link to new page". [...] If not could you point me the code, and I'm gonna try to make a patch. Seems har