I am looking for an easy solution to insert a link to a node when using TinyMCE.
Now I have to lookup the node I want to link to and copy/paste it.
It would be nice that the link could be selected from a list with all node titles.
Does this kind of plugin exist?

Comments

_drake_’s picture

I would like to know if it's possible today, or if something has to be developed.

I am currently using WYSIWYG Module + TinyMCE

Any idea?

WorldFallz’s picture

nikolajb’s picture

Unfortunately, none of those currently support D6 :(. Ok, seems like they're working on it, but there still aren't any dev-versions for download, it seems.

I'd really love to see this, too. The current copy+paste solution is far from ideal, although I guess it works for now :)

tronathan’s picture

I have developed a module for Drupal 6 which supports linking to drupal content from tinymce:

http://drupal.org/project/tinymce_node_picker

This should be the missing link for node picking in D6, pun fully intended.

anon’s picture

http://drupal.org/project/linkit

Easy search for target with an autocomplete field.
Uses pathfiler for node/user and taxonomy links.