<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>wysiwyg — Forum de PluXml</title>
        <link>https://forum.pluxml.org/index.php?p=/</link>
        <pubDate>Mon, 18 May 2026 15:30:06 +0000</pubDate>
        <language>fr</language>
            <description>wysiwyg — Forum de PluXml</description>
    <atom:link href="https://forum.pluxml.org/index.php?p=/discussions/tagged/wysiwyg/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>[plugin] SunEditor - Éditer vos articles avec une barre sticky</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/6465/plugin-suneditor-editer-vos-articles-avec-une-barre-sticky</link>
        <pubDate>Fri, 17 May 2019 15:31:57 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>Sudwebdesign</dc:creator>
        <guid isPermaLink="false">6465@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Bjr @toutes et @tous</p><p>Ayant d&eacute;couvert r&eacute;cemment ce jeune &eacute;diteur de texte WYSIWY(G|M)</p><p>Plugin qui adapte <a href="http://suneditor.com/sample/index.html" rel="nofollow">SunEditor</a> pour pluxml.</p><p>Il est l&eacute;ger, 100% vanilla js et int&eacute;gre (en test) le gestionnaire de media natif de notre CMS.</p><p>Il permet d&#39;adjoindre des images par glisser &amp; d&eacute;poser (drag &amp; drop) le fichier se retrouve ds le gestionnaire de media ds le dossier blobSun par ajax_upload.php ;)</p><p><br /></p><p>Il est t&eacute;l&eacute;chargeable en direct ici &gt;&gt;&gt; <a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0034&amp;file=emlwcy9TdW5FZGl0b3IvU3VuRWRpdG9yLTEuMy4xLnppcCowYmM2YzI," rel="nofollow">SunEditor plugin</a></p><p>ou ds le <a href="http://sudwebdesign.free.fr/depot.php" rel="nofollow">d&eacute;p&ocirc;t de plugins</a> <a href="http://sudwebdesign.free.fr/depot.php#SunEditor" rel="nofollow">#SunEditor</a> et sur <a href="http://sudwebdesign.free.fr/index.php?article34" rel="nofollow">mon site</a> ;-)</p><p><br /></p><p>Le mode &quot;sticky&quot; est activ&eacute; : la barre d&#39;outil reste coll&eacute; (si besoin)</p><div>
    <div>
        <a href="http://sudwebdesign.free.fr/data/medias/greffons/suneditor-2.14_in_action.jpg" rel="nofollow noopener" target="_blank">
            <img src="http://sudwebdesign.free.fr/data/medias/greffons/suneditor-2.14_in_action.jpg" alt="suneditor-2.14_in_action.jpg" />
        </a>
    </div>
</div>
<p>Journal :</p><div><div><p>## Version 1.3.1 - 25/05/2020 ##</p><p>Bump to se 2.29.0.plx</p><p>+codemirror@5.54.0</p><p>+katex@0.11.1</p><p>+const CDIST = &#39;5.54.0&#39;;# cdn.jsdelivr.net/npm/codemirror@CDIST</p><p>+const KDIST = &#39;0.11.1&#39;;# cdn.jsdelivr.net/npm/katex@KDIST</p><p>&lt;?php echo TO &lt;?= </p><p>Fix Js : Beaked by Notice PHP : if plxAdminBar no activated/present session : solvedBy :</p><p>//   console.log(&#39;plxAdminBar : &lt;?= isset($_SESSION[&#39;plxAdminBar&#39;])? $_SESSION[&#39;plxAdminBar&#39;]: &#39;NO&#39; ?&gt;&#39;);</p><p>js screentest() result commented : console.warn(&#39;screentest : &#39; + aop);</p></div></div><p><br /></p><div><div><p>## Version 1.3.0 - 22/03/2020 ##</p><p>Bump to se 2.28.0.plx</p><p>UP AdminMediasFoot(() : js : insertMedia() : return good (new) html with native PluXml Media manager</p></div></div><p><br /></p><div><div><p>## Version 1.2.3 - 14/11/2019 ##</p><p>Bump to sunEditor 2.21.2.plx</p><p>Fix : Boites d&#39;outil flottantes et le redimentionneur au dessus de la barre lors du d&eacute;filement :</p><p>::: : Fichier css : SunEditor-2.21.2/dist/css/suneditor.min.css : index z modifi&eacute;s de 6 &agrave; 1 pour les classes :</p><p>::: .sun-editor .se-controller</p><p>::: .sun-editor .se-resizing-container</p><p>[+] Option : charCounter: true</p></div></div><p><br /></p><div><div><p>## Version 1.2.2 - 30/09/2019 ##</p><p>bump to sunEditor 2.19.1.plx</p><p>+ paste from L.O.Writer??? word???</p><p>+ select text, clic on&nbsp;add link, text is in text content</p><p>+ Fix paste is empty on Firefox &amp; many more fix see : <a href="https://github.com/JiHong88/SunEditor/releases" rel="nofollow">https://github.com/JiHong88/SunEditor/releases</a></p><p><br /></p><p>Fix plxAdminEditArticleXml: paragraphe vide invisible ss l&#39;affichage des &quot;blocs&quot; du document (WYSIWYM mode) car il supprime tous les &quot;&lt;br&gt;&quot;</p><p>#OLD : M&eacute;thode qui supprime les &lt;p&gt;&lt;br&gt;&lt;/p&gt; si laisser vide et les br de fin lorsque les textareas sont laiss&eacute; tel quel a l&#39;enregistrement et a chaque fin de paragraphe, liste, ...</p><p>```</p><p>&nbsp;$xml = str_replace(array(&#39;&lt;![CDATA[&lt;p&gt;&lt;br&gt;&lt;/p&gt;]]&gt;&#39;,&#39;&lt;br&gt;&lt;/&#39;),array(&#39;&lt;![CDATA[]]&gt;&#39;,&#39;&lt;/&#39;),$xml); ?&gt;&lt;?php</p><p>```</p><p>#NOW : M&eacute;thode qui supprime les &lt;p&gt;&lt;br&gt;&lt;/p&gt; lorsque les textareas sont laiss&eacute; tel quel a l&#39;enregistrement : Fix chap&ocirc; tjrs ouvert apr&egrave;s enregistrement (et vide)</p><p>```</p><p>&nbsp;$xml = str_replace(array(&#39;&lt;![CDATA[&lt;p&gt;&lt;br&gt;&lt;/p&gt;]]&gt;&#39;),array(&#39;&lt;![CDATA[]]&gt;&#39;),$xml); ?&gt;&lt;?php</p><p>```</p></div></div><p><br /></p><div><div><p>## Version 1.2.1 - 28/08/2019 ##</p><p>Fix le chapo est automatiquement rempli avec un paragraphe vide</p><p>:::plxAdminEditArticleXml #M&eacute;thode qui supprime les &lt;p&gt;&lt;br&gt;&lt;/p&gt; si laisser vide et les br de fin lorsque les textareas sont laiss&eacute; tel quel a l&#39;enregistrement et a chaque fin de paragraphe, liste, ...</p><p>:::&nbsp;$xml = str_replace(array(&#39;&lt;![CDATA[&lt;p&gt;&lt;br&gt;&lt;/p&gt;]]&gt;&#39;,&#39;&lt;br&gt;&lt;/&#39;),array(&#39;&lt;![CDATA[]]&gt;&#39;,&#39;&lt;/&#39;),$xml);</p><p><br /></p><p>## Version 1.2.0 - 27/08/2019 ##</p><p>up to sun 2.18.0.plx</p><p><br /></p><p>## Version 1.1.1 - 17/06/2019 ##</p><p>Fix outline css borders ds Firefox 60 ESR : </p><p>: outline:none !important;border-bottom: 1px solid #dadada;</p><p>Fix balises audio qui disparaissent </p><p>Moins de console.(warn|log)</p><p>Supprim&eacute;s :</p><p>ds AdminTopEndHead() #jquery ,#links</p><p>ds __construct() : n&#39;&eacute;dite plus les produits de plxMyShop</p><p>&nbsp;/* || strstr($_SERVER[&#39;QUERY_STRING&#39;],&#39;plxMyShop&amp;prod&#39;) */</p><p><br /></p><p>## Version 1.1.0 - 13/06/2019 ##</p><p>up to sun 2.15.3</p><p>Fix sticky si plxAdminBar est juste affich&eacute; en mode public </p><p>Un bug du bouton + : il ne r&eacute;afiche pas le lecteur audio (mais il est bien enregistr&eacute; la premi&egrave;re fois).</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Si on r&eacute;-enregistre il deviens un lien :/ ok video et image</p><p>Retouche du retour html insertMedia()</p><p><br /></p><p>## Version 1.0.2 - 17/05/2019 ##</p><p>fix lorsque l&#39;on ajoute une image d&#39;accroche (les liens sont verts ::: sun re&ccedil;oit aussi l&#39;image ;)</p><p><br /></p><p>## Version 1.0.1 - 17/05/2019 ##</p><p>Meilleur ajout des m&eacute;dias avec le gestionnaire de m&eacute;dia de PluXml</p><p><br /></p><p>## Version 1.0.0 - 14/05/2019 ##</p><p>premi&egrave;re publi&eacute; au d&eacute;p&ocirc;t</p></div></div>]]>
        </description>
    </item>
    <item>
        <title>Editeur de texte wysiwyg ?</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/7248/editeur-de-texte-wysiwyg</link>
        <pubDate>Fri, 16 Sep 2022 04:09:53 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>dawad89</dc:creator>
        <guid isPermaLink="false">7248@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Y a t il un éditeur wysiwyg dans la version 5.8.9 ? Moi je n'ai rien. Est ce normal ?</p>
]]>
        </description>
    </item>
    <item>
        <title>[plugin] timixml: TinyMCE 4 community, codemirror et insert médias natif</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/6498/plugin-timixml-tinymce-4-community-codemirror-et-insert-medias-natif</link>
        <pubDate>Wed, 12 Jun 2019 20:52:17 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>Sudwebdesign</dc:creator>
        <guid isPermaLink="false">6498@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>A l&#39;instar de <a href="https://forum.pluxml.org/discussion/6435/" rel="nofollow"><strong>Cmixml</strong></a> voici (presque) la m&ecirc;me mais avec Tiny ou MCE selon qui en parle...</p><p>&Eacute;diteur wysiwyg + gestionnaire de fichier natif de PluXml + TinyMCE 4.9.8 + codemirror 5.56.0 (en plein &eacute;cran ou non depuis la v4.9.2.01)</p><p>Il permet d&#39;&eacute;diter les articles, pages statiques, commentaires, les produits de plxMyShop...</p><p><a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0037&amp;file=emlwcy90aW1peG1sL3RpbWl4bWwtNC45LjguMDIuemlwKjkxNTdiMQ,," rel="nofollow"><strong>T&eacute;l&eacute;chargement direct ici</strong></a> et bien sur ds <a href="http://sudwebdesign.free.fr/depot.php#timixml" rel="nofollow">le d&eacute;p&ocirc;t</a>.</p><p>Plus d&#39;info sur <a href="http://sudwebdesign.free.fr/index.php?article37/" rel="nofollow">mon site</a></p><div>
    <div>
        <a href="https://forum.pluxml.org/uploads/750/CMIR50P5PVHA.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/750/CMIR50P5PVHA.png" alt="timixml-4.9.2_visu.png" />
        </a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Visual Wizard : La version 2.8.0 vient de sortir !</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/6501/visual-wizard-la-version-2-8-0-vient-de-sortir</link>
        <pubDate>Sat, 15 Jun 2019 17:04:21 +0000</pubDate>
        <category>Echanges</category>
        <dc:creator>je-evrard</dc:creator>
        <guid isPermaLink="false">6501@/index.php?p=/discussions</guid>
        <description><![CDATA[<div>
    <div>
        <a href="https://forum.pluxml.org/uploads/884/M9J7RUBJJLKY.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/884/M9J7RUBJJLKY.jpg" alt="vw-version-2.8.0.jpg" />
        </a>
    </div>
</div>
<p><strong>Voici les deux principales nouveaut&eacute;s de cette version :</strong></p><p><strong>Un moteur de th&egrave;me</strong></p><ul><li>Permet de customiser son th&egrave;me</li><li>Preview temps r&eacute;el</li><li>Simple, rapide et efficace dans la veine des widgets de Visual Wizard</li><li>Premier th&egrave;me &agrave; venir : Ph&eacute;nom&eacute;na !</li></ul><div>
    <div>
        <a href="https://forum.pluxml.org/uploads/881/QS03SQM5DIYQ.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/881/QS03SQM5DIYQ.jpg" alt="admin-theme.jpg" />
        </a>
    </div>
</div>
<div>
    <div>
        <a href="https://forum.pluxml.org/uploads/254/NNS65NEHPAWA.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/254/NNS65NEHPAWA.jpg" alt="admain-theme-popup.jpg" />
        </a>
    </div>
</div>
<div>
    <div>
        <a href="https://forum.pluxml.org/uploads/042/0HZY41CS6LPK.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/042/0HZY41CS6LPK.jpg" alt="admain-theme-popup2.jpg" />
        </a>
    </div>
</div>
<p><br /></p><p><strong>Le plan de travail</strong></p><ul><li>Outil indispensable qui permet de d&#39;administrer vos sections</li><li>Drag and drop</li><li>Duplication</li><li>Suppression</li><li>Montrer et cacher les sections pour une meilleure gestion de votre travail en cours</li><li>Rajout de sections</li><li>Comment on faisait avant ?</li></ul><div>
    <div>
        <a href="https://forum.pluxml.org/uploads/976/SXERCZX45U2Q.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/976/SXERCZX45U2Q.png" alt="plan-de-travail.png" />
        </a>
    </div>
</div>
<p><br /></p><p><strong>De nombreuses corrections ont &eacute;t&eacute; apport&eacute;es comme :</strong></p><ul><li>forcer vw en premi&egrave;re position dans la liste des plugins</li><li>Animate version 3.7.0</li><li>R&eacute;organisation des widgets par usage</li><li>Edition des articles, cat&eacute;gories en bouton pleine &eacute;cran</li><li>Rajout du titre de la page et de son lien dans l&#39;espace de travail</li></ul><p><strong>Des corrections diverses :</strong></p><ul><li>widget prism affichage en php</li><li>et bien d&#39;autres choses...</li></ul><p>Blog :&nbsp;<a href="http://www.justeasy.org/visualwizardpro/sortie-visual-wizard-pro-2-8-0.htm" rel="nofollow">sortie-visual-wizard-pro-2-8-0.htm</a></p><p>D&eacute;mo en ligne : <a href="http://www.justeasy.org/visualwizardpro/demo.htm" rel="nofollow">demo.htm</a></p><p>Infos et t&eacute;l&eacute;chargement sur&nbsp;<a href="http://www.justeasy.org/" rel="nofollow">justeasy.org</a></p><p>Cordialement,</p><p>j&eacute;r&ocirc;me</p>]]>
        </description>
    </item>
    <item>
        <title>[Plugin] WymEditor : Èditeur de texte en WYSIWYM</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/5805/plugin-wymeditor-editeur-de-texte-en-wysiwym</link>
        <pubDate>Wed, 04 Jan 2017 06:51:18 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>Sudwebdesign</dc:creator>
        <guid isPermaLink="false">5805@/index.php?p=/discussions</guid>
        <description><![CDATA[Bonjour a vous tous,<br />
<br />
Un éditeur de texte WYSIWYM que je conservais depuis des années (merci Rui Nibau d' omacronides.com), les quelques bogues de jeunesse sont corrigé depuis. et cette moutures a grandement amélioré les choses pour son intégration dans pluxml.<br />
Plein écran, choix dans la galerie des médias et du code html valide pour vos article sont au programme.<br />
<br />
C'est en téléchargement dans <a href="http://sudwebdesign.free.fr/index.php?article3" rel="nofollow">cet article</a> avec les liens ou ci-dessous:<br />
<a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0003&amp;file=emlwcy9XeW1FZGl0b3IvV3ltRWRpdG9yLjEuMS42LnppcCo2MjIwZDQ," rel="nofollow">WymEditor (1.1.6)</a> ou dans mon <a href="http://sudwebdesign.free.fr/depot.php" rel="nofollow">dépôt de plugins</a><br />
<a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0003&amp;file=emlwcy9XeW1FZGl0b3IvV3ltRWRpdG9yLjEuMS41LnppcCozN2Y2ZTU," rel="nofollow">WymEditor (1.1.5)</a><br />
<a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0003&amp;file=emlwcy9XeW1FZGl0b3IvV3ltRWRpdG9yLjEuMS40LnppcCo0NDBmMDc," rel="nofollow">WymEditor (1.1.4)</a><br />
<a href="sudwebdesign.free.fr/index.php?telecharger&amp;artid=0003&amp;file=emlwcy9XeW1FZGl0b3IvV3ltRWRpdG9yLjEuMS4zLnppcCpjN2U2ZmU," rel="nofollow">WymEditor (1.1.3)</a><br />
<a href="http://www.sudwebdesign.fr/ccount/click.php?id=19" rel="nofollow">WymEditor.1.1.2.zip</a><br />
<a href="http://www.sudwebdesign.fr/ccount/click.php?id=12" rel="nofollow">WymEditor.1.1.1.zip</a><br />
<br />
[édit 22/12/2018] Note : si vous utilisé <a href="https://forum.pluxml.org/viewtopic.php?id=6276" rel="nofollow">kzDownload</a> A placer avant le plugin (dans l'ordre des chargement des plugins). Ceci pour éviter lors de l'enregistrement des<b> url et src</b> de relative en absolue, il ajoute sans arrêt <a href="http://LENOMDUSER.VEURet" rel="nofollow">http://LENOMDUSER.VEURet</a> au fur et a mesure (le host)  <a href="http://LENOMDUSER.VEURhttp://LENOMDUSER.VEUR/data/media" rel="nofollow">http://LENOMDUSER.VEURhttp://LENOMDUSER.VEUR/data/media</a><br />
<br />
<img src="http://www.sudwebdesign.fr/WymEditor.1.1.1.fullscreen.png" alt="WymEditor.1.1.1.fullscreen.png" /><br />
<br />
Thomas<br />

<blockquote>
<div><a rel="nofollow" href="/index.php?p=/profile/kowalsky">kowalsky</a> a écrit:</div>
<div>Il y a un petit souci sur le lien  corriger -&gt; Invalid ID, numbers (0-9) only!<br />
<br />
Il faut retirer le / final de l'url :  <a href="http://www.sudwebdesign.fr/ccount/click.php?id=12" rel="nofollow">http://www.sudwebdesign.fr/ccount/click.php?id=12</a></div>
</blockquote>
C'est corrigé]]>
        </description>
    </item>
    <item>
        <title>[Plugin] NicEdit pour modifier articles et produits</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/6497/plugin-nicedit-pour-modifier-articles-et-produits</link>
        <pubDate>Wed, 12 Jun 2019 15:39:21 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>Sudwebdesign</dc:creator>
        <guid isPermaLink="false">6497@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>J&#39;ai port&eacute; et modifi&eacute; <a href="http://nicedit.com/" rel="nofollow">nicedit</a> en plugin pour PluXml</p><p>Il est traduit en fran&ccedil;ais, le gestionnaire de media est de la partie (insert d&#39;une image) et un nouvel outil (plugin) qui lui permet d&#39;int&eacute;gr&eacute;r les vid&eacute;o du web avec l&#39;url de base ;)</p><p>Il s&#39;instancie aussi avec le plugin PlxMyShop ;)</p><p>Il est a t&eacute;l&eacute;charger sur mon site a cette adresse : <a href="http://sudwebdesign.free.fr/index.php?article36/" rel="nofollow">http://sudwebdesign.free.fr/index.php?article36/</a></p><p>Ou en <a href="http://sudwebdesign.free.fr/index.php?telecharger&amp;artid=0036&amp;file=emlwcy9OaWNFZGl0L05pY0VkaXQtMS4wLjAuemlwKjgwOTBhNA,," rel="nofollow">direct ici</a></p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.pluxml.org\/uploads\/850\/7DEYNVHLH3PF.zip&quot;,&quot;name&quot;:&quot;NicEdit-1.0.0.zip&quot;,&quot;type&quot;:&quot;application\/zip&quot;,&quot;size&quot;:73294,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.pluxml.org/uploads/850/7DEYNVHLH3PF.zip" download="" aria-label="NicEdit-1.0.0.zip">
        NicEdit-1.0.0.zip
    </a>
</div><div>
    <div>
        <a href="https://forum.pluxml.org/uploads/327/2TTRRKU01JYS.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/327/2TTRRKU01JYS.png" alt="NicEdit pour pluxml visu.1.0.0.png" />
        </a>
    </div>
</div>
<div>
    <div>
        <a href="https://forum.pluxml.org/uploads/820/U3Y6VJI3AGKA.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.pluxml.org/uploads/820/U3Y6VJI3AGKA.png" alt="icon.png" />
        </a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
   </channel>
</rss>
