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

solipsist’s picture

Assigned: Unassigned » solipsist
Category: bug » feature
Status: Active » Closed (won't fix)

If 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.

solipsist’s picture

Status: Closed (won't fix) » Postponed
nubeli’s picture

I 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.

solipsist’s picture

Creating 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.

halfiranian’s picture

I'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

solipsist’s picture

Version: 6.x-1.0-beta2 » 6.x-1.0-beta3
Status: Postponed » Fixed

The new release allows inline style links, in fact they're now the default type for links.

halfiranian’s picture

That's amazing, thanks so much. I'll test later today

halfiranian’s picture

works a treat, thanks.

Though the teaser view still breaks images which are referenced in the footer...

solipsist’s picture

Great! 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.

solipsist’s picture

Status: Fixed » Closed (fixed)