Hi,

Was wondering if there was a plugin for a WYSIWYG editor out there that could integrate with Drupal custom content.

For example, I setup a content type for public files, then when I edit a page, I can click on a "Drupal file browser" icon in the WYSIWYG editor and it pulls in a list of files from my public files content type, when I click on a file, it creates a link to that file in my WYWSIWYG editor.

I'm basically trying to find a way that we don't have to repositories of files (e.g. one through FCKediotr and one through custom content types) and the end user doesn't have to copy and past a link from one section of the site and then navigate to their wysiwyg editor and paste it in.

Thanks, Mark

Comments

aitala’s picture

http://www.drupal.org/project/imce

I think it will handle more than images...

E
__________

Eric Aitala - f1m@f1m.com
The Formula 1 Modeling Website
www.f1m.com

__________
Eric Aitala - ema13@psu.edu
Penn State

224b8605113373e086cb27708ff301ba18ce394db1996e7e22928e4555e0d20b1b6cecc7f67c9bd9e536cb915779c485

msteudel’s picture

Yeah it does, but it doesn't actually query the drupal database, it just looks at the file structure right? I'm looking for something that could query the drupal db and pull all of a certain content-type

WorldFallz’s picture

There's only 2 that i know of: http://drupal.org/project/linktocontent and http://drupal.org/project/easylink.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

msteudel’s picture

Sweet thanks. They are both don't have stable versions above 4, but maybe they'll give me some ideas of how to implement something like this.