2 users have noted that they are using pathfilter to convert internal urls (node/123) to URL aliases using the pathfilter module. We can check to see if module_exists('pathfilter') and if so, rewrite the node url's according to the following comment from Linus Lundahl :

I also changed the output to read title instead. Since I'm using http://drupal.org/project/pathfilter to link internal nodes. It makes for a nicer print-out because it converts it to the URL-alias instead of just /node/%.

This change would have to be made in the code that exports the view which the plugin displays when clicked in the editor.

Comments

peter törnstrand’s picture

Status: Needs work » Postponed

This is a great feature. Will keep this in mind.

peter törnstrand’s picture

Status: Postponed » Fixed

This is possible by changing the view to output links in PathFilter style.

See #687650: [url] style links not converted to <a> tags

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.