﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10954	Add external anchors to link dialog	Joel		"It would be great to be able to add a list of anchors from an external source to the editor. For example the content being edited might exist as a part of a page with tons of anchors, which all should be linkable to within CKEditor, but CKEditor doesn't know of the existance of those anchors so they are not listed in the link dialog.

Something like this for example:

{{{
config.extraAnchors = [{id: ""Top"", name: ""Top""}, {name:""Ponies""}];
}}}

Additionally, it would be great if that list could be edited when ckeditor is already loaded with {{{config.extraAnchors[2] = {name:""Foo""};}}}."	New Feature	confirmed	Normal		General				
