Search 1.9 billion lines of Odoo code on GitHub

web_editor_text_tags

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: master
Repository: Albin-John/odoo-seo
Dependencies: web_editor, and website
Languages: JavaScript (119, 59.2%), Markdown (23, 11.4%), Python (22, 10.9%), XML (8, 4.0%), and reStructuredText (29, 14.4%)
Other branches: old-master
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1 class="title">Add Text Tags In Editor</h1> <p>This is a port of the Summernote <a class="reference external" href="https://github.com/tylerecouture/summernote-add-text-tags">Add Text Tags</a> plugin for the editor used in website. Useful to write technical datas on the website.</p> <p>It adds a few elements in the font part of the toolbar :</p> <ul class="simple"> <li><a class="reference external" href="https://getbootstrap.com/docs/3.3/css/#type-inline-text">Inline text elements</a><ul> <li><code>&lt;mark&gt;</code> highlighted text</li> <li><code>&lt;small&gt;</code> fine print</li> <li><code>&lt;ins&gt;</code> indicate text added to a document</li> <li><code>&lt;delete&gt;</code> indicating text deleted from a document</li> </ul> </li> <li><a class="reference external" href="https://getbootstrap.com/docs/3.3/css/#code">Inline code elements</a><ul> <li><code>&lt;code&gt;</code> for inline code snippets</li> <li><code>&lt;samp&gt;</code> for sample output</li> <li><code>&lt;kbd&gt;</code> for indicating user input.</li> <li><code>&lt;var&gt;</code> for indicating variables.</li> </ul> </li> </ul> <a name="limitations"></a> <h2>Limitations</h2> <ul class="simple"> <li>This extension doesn’t use summernote’s built in parser, but it can handle some basic cross-node insertions.</li> <li>The elements won’t toggle on and off, however they will clear with Odoo <code>Remove Font Style</code> button (rubber icon)</li> </ul> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Xavier Brochard <a class="reference external" href="mailto:zeroheure&#64;zeroheure.info">zeroheure&#64;zeroheure.info</a></li> <li>tylerecouture, author of the Summernote <a class="reference external" href="https://github.com/tylerecouture/summernote-add-text-tags">Add Text Tags</a> plugin</li> </ul> <a name="maintainer"></a> <h2>Maintainer</h2> <p>ZeroHeure <a class="reference external" href="https://zeroheure.info">https://zeroheure.info</a></p> <p>Please, report bugs at <a class="reference external" href="https://github.com/zeroheure/odoo-seo/issues">https://github.com/zeroheure/odoo-seo/issues</a></p>