Hello all, I am using views_gallery for photo galleries...
I think the storage mode it uses is to create an Image node type for each image uploaded, and that hooks into the Gallery node type through a view....

My question is that I would like users to be able to be able to browse in their WYSIWYG editor Image nodes to put into the content area ... I am using WYSIWYG module, (with CKeditor activated) and also ImageBrowser module activated... However I think the ImageBrowser only looks at files uploaded previously with ImageBrowser (aka files get put into sites/default/files/image_browser i think)... I want user to be able to find images that were uploaded into galleries, so a way to browse Image Nodes. I dont think imagebrowser allows that. (as an added bonus would be nice if an image browser did both, so it also dumps and allows you to pull files in a dump folder like sites/default/files/image_browser, so that you don't need to create nodes for images you dont want to)... Is there a module that works well to pull view_gallery Image nodes with CKEditor (and also does the dump that ImageBrowser seems to do)?

I am willing to get off of WYSIWYG module too and change to another editor module lik standalone CkEditor module or TinyMCE, (and add a module like IMCE if that does what i want it to do).
-Arian