Redactor.add("plugin","alignment",{translations:{en:{alignment:{alignment:"Alignment",left:"Left",center:"Center",right:"Right",justify:"Justify"}}},defaults:{context:!1,items:["left","center","right","justify"],icons:{left:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM3 12C3 11.4477 3.44772 11 4 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H18C18.5523 17 19 17.4477 19 18C19 18.5523 18.5523 19 18 19H4C3.44772 19 3 18.5523 3 18Z"/></svg>',right:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM9 12C9 11.4477 9.44772 11 10 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10C9.44772 13 9 12.5523 9 12ZM5 18C5 17.4477 5.44772 17 6 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H6C5.44772 19 5 18.5523 5 18Z"/></svg>',center:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM5 18C5 17.4477 5.44772 17 6 17H18C18.5523 17 19 17.4477 19 18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18Z"/></svg>',justify:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18Z"/></svg>'}},start(){var t={icon:this.opts.get("alignment.icons.left"),title:"## alignment.alignment ##",command:"alignment.popup",position:{after:"format"},blocks:{all:"editable"}};this.app.toolbar.add("alignment",t),this.opts.is("alignment.context")&&this.app.context.add("alignment",t)},popup(t,e){var n=this.opts.get("alignment.items"),i=this.get(),l={};for(let t=0;t<n.length;t++){var s=n[t],g={command:"alignment.set",title:this.lang.get("alignment."+s),active:i===s,icon:this.opts.get("alignment.icons."+s),params:{name:s}};l[s]=g}this.app.dropdown.create("alignment",{items:l}),this.app.dropdown.open(t,e)},get(){var t=this.app.block.get(),e=this.app.blocks.is();let n;this.opts.get("alignment.items");return n=e?this._getMultipleInstanceAlign():this._getInstanceAlign(t)},set(t){this.app.dropdown.close(),this.app.editor.restore();var e=this.app.block.get();this.app.blocks.is()?this._setMultiplInstanceAlign(t):this._setInstanceAlign(e,t)},_setMultiplInstanceAlign(e){var n=this.app.blocks.get({selected:!0,editable:!0,instances:!0});for(let t=0;t<n.length;t++)this._setInstanceAlign(n[t],e)},_setInstanceAlign(t,e){t&&(t.setStyle({"text-align":""}),this._setAlign(t,e))},_setAlign(t,e){("ltr"===this.opts.get("dir")&&"left"!==e.name||"rtl"===this.opts.get("dir")&&"right"!==e.name)&&t.setStyle({"text-align":e.name})},_getMultipleInstanceAlign(){let e={left:0,center:0,right:0,justify:0};var t,n,i=this.app.blocks.get({selected:!0,editable:!0}),l=i.length;let s=0;i.each(function(t){t=t.css("text-align");Object.hasOwn(e,t)&&e[t]++});for([t,n]of Object.entries(e)){if(n===l)return t;0===n&&s++}return s===Object.keys(e).length&&"left"},_getInstanceAlign(t){if(t)return t.getBlock().css("text-align")||align}});