CoreMedia CKEditor 5 Plugins
    Preparing search index...
    • Inserts a marker for each given uri.

      A marker indicates the position of an input item, which can then be displayed in the editing view, but will not be written into the data view. This function also stores data for the input item (ContentInputData) to the ContentInputDataCache.

      To resolve the identifiers for the created markers, use ContentClipboardMarkerDataUtils.toMarkerName.

      Parameters

      • editor: Editor

        the editor

      • targetRange: ModelRange

        the range to insert the contents to

      • contentUris: string[]

        the uris to insert

      Returns void