Closed (fixed)
Project:
CKEditor Link
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 10:10 UTC
Updated:
16 Jan 2013 at 19:10 UTC
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
Comment #1
anrikun commentedThis 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.phpfile that ships with the module.Comment #2
devin carlson commentedYou are now able to link to any view which has a menu item.
Comment #3
bartezz commentedGreat, thanx!