<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Modifications to CKEditor / InlineMedia Functionality (Map Journal) in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392442#M4517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Map Journal I'd like to&amp;nbsp; enrich the side panel content with additional functionality, e.g. a mark or report function for the user to highlight specific sections or tour points.&lt;/P&gt;&lt;P&gt;If I understand correctly, media types are first configured for both stages (common/builder/media) and the media object (Youtube Video, URL Image etc) is than added by the inline media function (storymapsInlineMedia/plugin.js ?) and (tpl/builder/addedit/viewText ?) to ckeditor and posted afterwards to the side panel.&lt;/P&gt;&lt;P&gt;Now what if I just want to add small self defined scripts or html elements to the InlineMedia so that they are available to the end user through the ckeditor. As such items should not be used for the main stage, is it necessary to create a whole new media class to follow the processing flow of e.g. images or webpages or can I directly code all necessary attributes to a new item accessible by ckeditor and store these modifications in the Map Journal template?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 08:58:42 GMT</pubDate>
    <dc:creator>FriedrichStriewski1</dc:creator>
    <dc:date>2015-08-21T08:58:42Z</dc:date>
    <item>
      <title>Modifications to CKEditor / InlineMedia Functionality (Map Journal)</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392442#M4517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Map Journal I'd like to&amp;nbsp; enrich the side panel content with additional functionality, e.g. a mark or report function for the user to highlight specific sections or tour points.&lt;/P&gt;&lt;P&gt;If I understand correctly, media types are first configured for both stages (common/builder/media) and the media object (Youtube Video, URL Image etc) is than added by the inline media function (storymapsInlineMedia/plugin.js ?) and (tpl/builder/addedit/viewText ?) to ckeditor and posted afterwards to the side panel.&lt;/P&gt;&lt;P&gt;Now what if I just want to add small self defined scripts or html elements to the InlineMedia so that they are available to the end user through the ckeditor. As such items should not be used for the main stage, is it necessary to create a whole new media class to follow the processing flow of e.g. images or webpages or can I directly code all necessary attributes to a new item accessible by ckeditor and store these modifications in the Map Journal template?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 08:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392442#M4517</guid>
      <dc:creator>FriedrichStriewski1</dc:creator>
      <dc:date>2015-08-21T08:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modifications to CKEditor / InlineMedia Functionality (Map Journal)</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392443#M4518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. &lt;EM&gt;common/builder/media&lt;/EM&gt; is the media dialog that is available&amp;nbsp; for the Main Stage configuration and when you use this feature of CKEditor. For the editor it's &lt;EM&gt;storymapsInlineMedia/plugin.js&lt;/EM&gt; that is doing the work of creating the proper html markup that CKEditor will use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/123223_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If what you are trying to add a feature fits well into a media, you could edit those two classes and add your stuff there but you don't have to and I would not recommend that you go that way if it don't really fit well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way is that you develop a new plugin and reference it through &lt;EM&gt;tpl/builder/addedit/ViewText.js&lt;/EM&gt;. Look in that file for reference to storymapsInlineMedia to see how to add it, it's pretty easy.&amp;nbsp; If your plugin is using resources like icons, you will have to edit the &lt;EM&gt;Gruntfile.js&lt;/EM&gt; to make sure that there are copied too, see line 228 or 245 that copy resources for ckeditor community plugin and storymaps plugin. To get started more easily I would start the development in &lt;EM&gt;builder/ckeditor/plugins/ and&lt;/EM&gt; duplicate the &lt;EM&gt;storymapsAction&lt;/EM&gt; plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392443#M4518</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-08-21T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Modifications to CKEditor / InlineMedia Functionality (Map Journal)</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392444#M4519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestions with the simple timestamp plugin (Tutorial: &lt;A href="http://docs.ckeditor.com/#!/guide/plugin_sdk_sample" title="http://docs.ckeditor.com/#!/guide/plugin_sdk_sample"&gt;CKEditor 4 Documentation&lt;/A&gt; ) and everything went well. For simple HTML code this is the most convenient way to go. Much obliged!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 14:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/modifications-to-ckeditor-inlinemedia/m-p/392444#M4519</guid>
      <dc:creator>FriedrichStriewski1</dc:creator>
      <dc:date>2015-09-03T14:05:57Z</dc:date>
    </item>
  </channel>
</rss>

