Closed (fixed)
Project:
Markdown editor for BUEditor
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Jan 2009 at 18:36 UTC
Updated:
7 Feb 2009 at 20:02 UTC
Hi just found that the links created through the BUEditor are referenced at the end of the post, after the tag <!-- Links -->
There seems to be an issue with this when you see a trimmed version of the post cause that information is not retrieved...
It is a bit more messy using this kind of markup:
This is [an example](http://example.com/ "Title") inline link.
but it might solve the problem with the teasers.
Comments
Comment #1
solipsist commentedIf you split teaser and body this shouldn't be an issue as they will each be parsed by the filter separately. I'll look into supporting the "messier" inline link format. This isn't as much an issue with MDE as with the Markdown filter and the syntax we chose to use. Marking this a feature request.
Comment #2
solipsist commentedComment #3
nubeli commentedI can see how that's a solution of sorts. But it's one that relies on the behaviour of users. It means admins would have to teach all their users to split the post rather than use the default. Plus it's not a solution for 5.x.
At the very least would you be able to point how to create the inline link in the module and add an optional inline link button? This would also go for inline images. In the meanwhile I'll go through the module and see how it works.
Comment #4
solipsist commentedCreating the inline link isn't trivial so instructions on how to do it would take more work than actually implementing it. I'll put it on the feature request list for now.
Comment #5
halfiranian commentedI'd just like to say that I'd love this feature for the messier, inline links to be added (to the 5.x branch too if possible). Great module.
Cheers
Comment #6
solipsist commentedThe new release allows inline style links, in fact they're now the default type for links.
Comment #7
halfiranian commentedThat's amazing, thanks so much. I'll test later today
Comment #8
halfiranian commentedworks a treat, thanks.
Though the teaser view still breaks images which are referenced in the footer...
Comment #9
solipsist commentedGreat! There's no way around the issue with references without altering the filter making it a bit "smarter". I recommend using inline links for the first paragraphs and referenced ones for the rest of the content.
Comment #10
solipsist commented