I would be happy for a support for UUID linking.

It can be made by joint effort with this project
http://drupal.org/project/uuid_link

Requirement http://drupal.org/project/uuid

Comments

anon’s picture

Status: Active » Closed (won't fix)

I don't think this is something for Linkit core, tho its a nice idea.

I think this could be a separate module that extends the node search plugin class.

geek-merlin’s picture

Issue summary: View changes
Status: Closed (won't fix) » Active

> I think this could be a separate module that extends the node search plugin class.

It looks this is a misunderstanding. This is about the link as generated in linkit_get_insert_plugin_processed_path(), not search.
We're interested in this too as we want all textarea links to be exportable between environments.

Contrary to the IS, we only need the uuid module for this, see uuid_redirector().
The ideal way might be a checkbox "If available use UUID in link", and then spit out /uuid/[UUID] instead of /node/[nid].