Search

Can't provide alternate text for links in notebooks

Subscribe to Can't provide alternate text for links in notebooks 2 post(s)

 
shaug

The following post claims there exists syntax for providing alternative link text for pages in notebooks:

http://unfuddle.com/community/forums/1/topics/136#posts-502

Unfortunately, every time I attempt this with my notebooks, the link it creates is for generating a new page with the specified title.

[[My Notebook Page | My Page]]

The above will generate a double-underlined link with ‘My Page’ italicized. Clicking on ‘My Page’ goes to the ‘new page’ screen with ‘My Notebook Page’ as the prefilled title.

[[My Notebook Page]]

If, instead, I specify the link without an alternate text as above, the resulting HTML links to the desired page, but of course without the desired link text.

 
David C.

shaug,

There seems to be a bug in the markup parsing which is causing an extra space to be inserted when determining if the page exists. We will include an fix for this in our next update.