Looks like nothing available for Drupal 6x to simply insert an image node inline.
It sounds so simple, but after two days of research, I still can't make this work.
I simply want enable admin to insert an image node already existing on the site into inline content. Thumbnail version of image would appear inline and clicking on it would take user to the preview version of the image node (or popup a lightbox). I don't want to burden the admin with having to type in the URL to the image's full node.
Please if you know differently than what I found, please let me know.
I think the IMG File filter would have done this, but it has been abandoned
http://drupal.org/project/img_filter
So I looked into inserting nodes, since image is a node too.
But InsertNode module http://drupal.org/project/InsertNode
not available 6x
Inline module
http://drupal.org/project/inline
won't do because it just works with images attached to that page, not image nodes.
Image Assist, IMCE and other text area "browsers" won't do either because they again they just insert a copy of an image.
They do not automatically create the link to a preview (larger version) of the image.
As far as I know, doing the same thing with also not possible using CCK imagefield instead of using nodes created by image.module. .

Image Assist can be configured to automatically create a link
Image Assist can be configured to automatically create a link to the larger image. On the image settings configuration page, Under Image Settings make sure the DEFAULT SIZE FOR INLINE IMAGES: is thumbnail. Under Other Properties make sure DEFAULT LINK BEHAVIOR: is set to "Link to image page"
Image + Image Assist works,
Image + Image Assist works, though I can't say I'm really a fan of it. Lightbox2 module integrates with it, though I haven't tried it out on D6 (don't plan to, as I am migrating everything away from Image module in the future).
I tried out Image Browser yesterday and it seems promising.
-- David
davidnewkerk.com | absolutecross.com
View my Drupal lessons & guides
Image Assist and IMCE do not insert copies of images
Image Assist and IMCE do not insert copies of images. You need to upload an image a single time and IMCE or Image Assist are storing each image only once.
From Image Assist or IMCE, you browse images already stored on the server and select which one to insert inside a post.