Re: [Zim-wiki] links in index

2021-01-07 Thread Raphael Hertzog
Thanks Jaap, I tried the git version and it works fine. Happy new year and best wishes for 2021! On Thu, 07 Jan 2021, Jaap Karssenberg wrote: > Issue with "www." links is fixed in > commit 515c62d04db10ca377324aad13fcf5aa8df9c891, will go in next release. > > Thinking it through there is a bigge

Re: [Zim-wiki] links in index

2021-01-06 Thread Jaap Karssenberg
Issue with "www." links is fixed in commit 515c62d04db10ca377324aad13fcf5aa8df9c891, will go in next release. Thinking it through there is a bigger concern: pasting as text and then reloading can give unexpected results when the text contains wiki markup. Therefore I changed the default parsing of

Re: [Zim-wiki] links in index

2020-12-15 Thread Raphael Hertzog
On Tue, 15 Dec 2020, Jaap Karssenberg wrote: > Found it - this is a regression when I made the URL parser more Markdown / > GitHub compliant (recognizing closing parenthesis etc.) based on > https://github.github.com/gfm/#autolinks-extension- > > The parser now recognizes links starting with "www.

Re: [Zim-wiki] links in index

2020-12-15 Thread Jaap Karssenberg
Found it - this is a regression when I made the URL parser more Markdown / GitHub compliant (recognizing closing parenthesis etc.) based on https://github.github.com/gfm/#autolinks-extension- The parser now recognizes links starting with "www." as a special case without the "http://"; in front. Ho

Re: [Zim-wiki] links in index

2020-12-15 Thread Jaap Karssenberg
In that case please open a GitHub ticket with this description. I'll look into it. Regards, Jaap Op di 15 dec. 2020 09:47 schreef Raphael Hertzog : > On Mon, 14 Dec 2020, Jaap Karssenberg wrote: > > Actually this is the intended behavior. If you create a link to a new > page > > it will show

Re: [Zim-wiki] links in index

2020-12-15 Thread Raphael Hertzog
On Mon, 14 Dec 2020, Jaap Karssenberg wrote: > Actually this is the intended behavior. If you create a link to a new page > it will show up as a placeholder in the index I don't think this is correct. There's no link at all. It's just plain text like "www.debian.org" that we input and that zim is

Re: [Zim-wiki] links in index

2020-12-14 Thread Luca Campanelli
that was it. Thank you very much for your help. Best, Luca ___ 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 in index

2020-12-14 Thread Jaap Karssenberg
Actually this is the intended behavior. If you create a link to a new page it will show up as a placeholder in the index If you intend to create a link to an URL instead, the link should start with an URL scheme, e.g. "http://"; so it will be recognized as an URL and not a page name. Regards, Ja

[Zim-wiki] links in index

2020-12-14 Thread Luca Campanelli
Hello all,  I'm using ZIM 0.73.4 in Xubuntu 20.04 (ZIM installed via PPA). ZIM generated automatically some unwanted pages from links that I have in other pages that I created. They are showed in grey in the index and I cannot delete those pages (if I right click and delete the page in the in

Re: [Zim-wiki] links in index

2020-12-14 Thread Marco Cevoli
+1. Same issue here. Marco Cevoli On Mon, Dec 14, 2020 at 4:33 PM Luca Campanelli wrote: > > Hello all, > > I'm using ZIM 0.73.4 in Xubuntu 20.04 (ZIM installed via PPA). > > ZIM generated automatically some unwanted pages from links that I have in > other pages that I created. > They are showe

Re: [Zim-wiki] Links updates not working

2017-06-24 Thread Jaap Karssenberg
Hi Nik, In my own test cases this does work. If you have a test case to reproduce the issue, could you open an issue on github? Thanks, Jaap On Fri, Jun 23, 2017 at 3:42 PM nik wrote: > Hello list! > > When I rename or move page, on which I have links from other pages, they > doesn't update.

[Zim-wiki] Links updates not working

2017-06-23 Thread nik
Hello list! When I rename or move page, on which I have links from other pages, they doesn't update. In the console I can see: WARNING: Number of links after move (0) does not match number before move (1) I'm using Zim 0.67-rc2 from git on x64 linux. __

Re: [Zim-wiki] Links to certain subtitles

2016-02-01 Thread Joseph Reagle
Pandoc markdown supports user specified and automatic header IDs: On 02/01/2016 03:37 PM, Colin Tedford wrote: > Some prior art for linking to arbitrary text (on websites, which I > would *love* if browsers implemented natively): > http://indiew

Re: [Zim-wiki] Links to certain subtitles

2016-02-01 Thread Colin Tedford
Some prior art for linking to arbitrary text (on websites, which I would *love* if browsers implemented natively): http://indiewebcamp.com/fragmention Colin colintedford.com ___ Mailing list: https://launchpad.net/~zim-wiki Pos

Re: [Zim-wiki] Links to certain subtitles

2016-02-01 Thread Dan Lessner
Hi, I happened to supervise a bachelor thesis on this topic. See info here: https://is.cuni.cz/webapps/zzp/detail/130229/?lang=en Here is the source code: https://is.cuni.cz/webapps/zzp/download/130133056/?lang=en The main aim was different (see abstract), but it pretty much forced Jan (the st

Re: [Zim-wiki] Links to certain subtitles

2016-01-28 Thread Indika Pathirage
I was wondering the same thing. Can you link to a subsection or a arbitrary location of a page? I think this will be very useful. In html you can link to a specific location in a document by using . On Jan 27, 2016 3:24 PM, wrote: > Dear Zim-Team, > > I'm wondering if it's possible to have links

Re: [Zim-wiki] Links to certain subtitles

2016-01-28 Thread s . spaniol
One more thing I'd like to add: Even Wikipedia does already support my request, as you can jump from the table of contents to the named subtitles resp. (sub)paragraphs. Have a nice day! Sebastian Zitat von Colin Tedford : basically you are saying that you would like to be able to set a l

Re: [Zim-wiki] Links to certain subtitles

2016-01-28 Thread s . spaniol
Hi there, actually all of you are right about this. My favourite choice would be to have "link anchors" (thanks for refreshing my vocabulary, Tom!), so yes, links to certain words would satisfy me mostly. As I thought this to be too difficult to implement, I wondered if the other way (th

Re: [Zim-wiki] Links to certain subtitles

2016-01-28 Thread Colin Tedford
> basically you are saying that you would like to be able to set a link to any word within any page. Is that correct? I think Sebastian wants to link to headings (as one can do, for example, at WIkipedia), not any word. As far as I know this isn't possible, but I hope I'm wrong because it would b

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

[Zim-wiki] Links to certain subtitles

2016-01-27 Thread s . spaniol
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

Re: [Zim-wiki] Links and markup in table doesn't work

2016-01-22 Thread Brendan Kidwell
Svenn thanks for your interest. Please make sure you are logged into Launchpad. (Register and create an identity if you do not have one there, first.) Go to https://bugs.launchpad.net/zim/+bug/1536906 and click "This bug affects (n) people. Does it affect you?" and choose "Yes". This is a hyperlink

Re: [Zim-wiki] Links and markup in table doesn't work

2016-01-21 Thread Svenn Are Bjerkem
On 22 January 2016 at 06:42, Paulo van Breugel wrote: > If you are experiencing this bug, please go to that page and click on 'this > bug affects you'. I can't see how to upvote this issue on that page. -- Svenn ___ Mailing list: https://launchpad.n

Re: [Zim-wiki] Links and markup in table doesn't work

2016-01-21 Thread Paulo van Breugel
On 21-01-16 20:16, Brendan Kidwell wrote: If you associate .txt files with Zim, in Windows Explorer, then you can make hyperlinks in your spreadsheet attachments which open Zim pages. On Thu, Jan 21, 2016, at 14:14, Brendan Kidwell wrote: Unfortunately for you, I think this is working as desig

Re: [Zim-wiki] Links and markup in table doesn't work

2016-01-21 Thread Brendan Kidwell
If you associate .txt files with Zim, in Windows Explorer, then you can make hyperlinks in your spreadsheet attachments which open Zim pages. On Thu, Jan 21, 2016, at 14:14, Brendan Kidwell wrote: > Unfortunately for you, I think this is working as designed. Zim's > current table implementation is

Re: [Zim-wiki] Links and markup in table doesn't work

2016-01-21 Thread Brendan Kidwell
Unfortunately for you, I think this is working as designed. Zim's current table implementation is designed as a 2D array of PLAIN-TEXT cells. The data is fed into a GTK table-rendering widget that doesn't know anything about wiki syntax. For now you'll just have to do your best with plain text. Th

[Zim-wiki] Links and markup in table doesn't work

2016-01-21 Thread Mukli Krisztián
Hi all! I'm very happy when I read in Zim Help, that links and common format markup works in table cells in the new Table Editor plugin. Unfortunately this day I realised it doesn't work definitely. Links displaying as links, but if I used right-click on the selected line, Open cell in content

Re: [Zim-wiki] Links to non-existent pages

2013-11-04 Thread Jaap Karssenberg
On Mon, Nov 4, 2013 at 3:54 PM, and...@andis59.se wrote: > In most Wiki a link to a non-existent page is red and links to existent > pages are blue. > > In Zim all links are blue! > > I know that the link ot the non-existent page is grayed in the index, but > having many links I rather see that a

[Zim-wiki] Links to non-existent pages

2013-11-04 Thread and...@andis59.se
In most Wiki a link to a non-existent page is red and links to existent pages are blue. In Zim all links are blue! I know that the link ot the non-existent page is grayed in the index, but having many links I rather see that a specific link on the current page is linked to an existing/non-exi

Re: [Zim-wiki] Links

2011-11-15 Thread Brendan Kidwell
I see the same effect with Linux Mint and Zim 0.53. When in non-editable mode, left-clicking on local links and URLs both have no effect. I'm pretty sure this isn't intentional; please open a bug at http://bugs.launchpad.net/zim . On Tue, Nov 15, 2011 at 1:10 PM, Alan Cummings wrote: > Usually wh

[Zim-wiki] Links

2011-11-15 Thread Alan Cummings
Usually when I'm browsing through wiki pages I have Zim in non-editable mode, just so I don't accidentally delete/edit anything important. But I notice that I am unable to click on a link and go to that page/site, I am able to right-click on it and choose Open. This only happens in Non-editable mo