Support topics for CKEditor Templates

Totally 2 solved problems
Go to the products list

logo
CKEditor Templates

I installed CKEditor Templates per your instructions (extracted archive to plugins folder, added config.extra plugins entry, and added to toolbar) and I can see the button just fine in the editor. When I click it I can see the different templates (see attached). But when I select one nothing goes into the browser. I have this setting, so nothing should be filtered out:
config.allowedContent = true;
What could I be missing?

logo
CKEditor Templates

I just purchased your templates add-on for ckeditor. I intended to learn how to implement templates in CKEditor. I just found it is obfuscated. Question 1 is : can I get its source code? Question 2 is how do I make it work.
I have already copied all files into /plugins/ and add the following configuration in config.js:
code]CKEDITOR.editorConfig = function( config ) {
Define changes to default configuration here. For example:
config.language = 'fr';
config.uiColor = '#AADC6E';
config.extraPlugins = '...,panelbutton,floatpanel,doksoft_templates,...';
config.toolbar_name = [ ... [ 'doksoft_templater'] ...];
code]
But I can not see its icon in toolbar?
Jimmy