Hi,

Just installed the module and I really like it! Was wondering tho, would it be possible to somehow integrate with views like node_reference.module does. That way there is more flexibility in setting which nodes are linkable, but als in showing the autocomplete options and thus the link text!

Just a thought but I'd really like this as a feature!

Cheers

Comments

anrikun’s picture

This feature is not built-in but playing with the many hooks exposed by the module, you can add it!
See #1107954: New 6.x-2.x and 7.x-2.x: To developers who want to support CKEditor Link
See also the ckeditor_link.api.php file that ships with the module.

devin carlson’s picture

Status: Active » Closed (fixed)

You are now able to link to any view which has a menu item.

bartezz’s picture

Great, thanx!