Would be nice to have some documentation, or automatical feature, for this module to integrate with CKeditor such that:

1) CKeditor recognizes

2) Drupal or CKeditor doesn't automatically remove the tag.

Comments

write2David’s picture

Wow, I think I found a bug in Drupal's issue-reporter feature...

The "Issue Summary" should include the following, but it is not displayed:

2) Drupal or CKeditor doesn't automatically remove the tag.

When I click "Edit" for this issue, then the line above IS displayed. Anyone know where I should report this?

write2David’s picture

Actually, both my issue and comment above are getting auto-edited/filtered. Here is how they should read:


Would be nice to have some documentation, or automatical feature, for this module to integrate with CKeditor such that:

1)  CKeditor recognizes <go ...    as a link.

2)  Drupal or CKeditor doesn't automatically remove the <go> tag.


hass’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Component: Miscellaneous » Code
Issue summary: View changes

With CKedior 4.x you can add go(*) to your allowed tag list and these shouldn't be destroyed. Not tested.

For everything else you need to integrate with the ckeditor API and write a ckeditor plugin.

ianlav’s picture

hass, can you be more specific? I tried to add go(*) to the allowed tag list and it still destroyed the link it contained.

Thanks

hass’s picture

Category: Feature request » Support request
Status: Active » Fixed

Try go[*]

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.