It would be useful to be able to link to titles within drupal, so instead of having to put [:node/100] you could put [:My first blog entry]. The freelinking module does this currently, but it does not support the first(explicit node) linking style.

If a patch like this would be considered, I am happy to produce the patch. I would do it in a very similar way to the freelinking module, with a page hook, so
?q=interwiki/node/100 would take you to node 100, and ?q=interwiki/my+first+blog+entry would look up the entry then go to it.

Comments

Sheldon Rampton’s picture

I'd be interested in seeing a patch that adds this capability, and if it works without compromising the module's existing functionality, we'd add it.