Active
Project:
CKEditor Link File
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Aug 2010 at 21:23 UTC
Updated:
14 Jan 2013 at 09:35 UTC
Jump to comment: Most recent file
It would be great if this module would allow us to select from a dropdown menu files that are currently attached to the node (either with CCK FileField or the core Upload module). I could try contributing code if I had a few pointers, looking at the code right now has me slightly puzzled (I'm so not familiar with the Drupal javascript stuff).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | ckeditor_link_files.patch | 1.12 KB | michaelfavia |
Comments
Comment #1
anrikun commentedMmm...
Is not using IMCE enough for this purpose?
Comment #2
jaramin commentedCorrect me if I'm wrong, but IMCE is quite big and mainly for browsing through a repository of uploaded files. But there are many cases when this is overkill, or downright undesirable. Basically, any case where the general usage is to have files bound to nodes only.
Comment #3
scottrigby@jaramin try http://drupal.org/project/insert
Comment #4
michaelfavia commentedInsert isnt integrated into ckeditor and isnt supported if you use the fieldgroup module because the wysiwyg editor isnt active. It would be a welcome addition to this module imo. However the linkit module does provide this functionality in a slightly less elegant UX. Is it appropriate to assume that new features liek this if every introduced would probably go into 7.x first? if not please retag.
Comment #5
michaelfavia commentedAttached patch lets you like to all public files. I didnt spend much time investigating the apis or anything so this is probably not the best way to sdo it if you consider possible file streams etc. Was going to use full uri's but the module seemed to require an internal path and i didnt like the ised of storing non relative patch or at least resolving them at filter time.
I repeat this is robably not the best way to do this officially for th emoddule but i needed it for a one off use today while i wait on media module integration of the same functionality upstream. I put it here only so people could build off it or reuse it YYMV
Comment #6
devin carlson commentedI'm going to borrow this issue...
Comment #7
anrikun commentedHey, nice work!
Let's list your module on CKEditor Link's project page :-)