Search 1.9 billion lines of Odoo code on GitHub

website_seo_semantic_tags

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: master
Repository: Albin-John/odoo-seo
Dependencies: web_editor, and website
Languages: JavaScript (189, 67.5%), LESS (7, 2.5%), Markdown (22, 7.9%), Python (22, 7.9%), XML (13, 4.6%), and reStructuredText (27, 9.6%)
Other branches: old-master, and web_editor_plugins
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1 class="title">SEO Semantic Tags Plugin</h1> <p>This is an extension for the web editor. It removes most of the font bar and replace it by some <a class="reference external" href="https://getbootstrap.com/docs/3.3/css/#type-inline-text">Inline text elements</a> :</p> <ul class="simple"> <li><code>&lt;strong&gt;</code> defines important text, rendered as <strong>bold</strong></li> <li><code>&lt;em&gt;</code> defines emphasized text, rendered as <em>italic</em></li> <li><code>&lt;mark&gt;</code> defines marked text and highlight it</li> <li><code>&lt;q&gt;</code> defines a short quotation</li> <li><code>&lt;cite&gt;</code> defines the title of a book, a song, a movie, etc.</li> <li><code>&lt;abbr&gt;</code> defines an abbreviation or an acronym</li> <li><code>&lt;dfn&gt;</code> is the defining instance of a term</li> <li><code>&lt;del&gt;</code> defines text that has been deleted from a document</li> <li><code>&lt;ins&gt;</code> defines text that has been inserted into a document</li> </ul> <a name="limitations"></a> <h2>Limitations</h2> <ul class="simple"> <li>This module 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 the <code>Remove Font Style</code> button</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>Derived from the <a class="reference external" href="https://github.com/tylerecouture/summernote-add-text-tags">Add Text Tags</a> Summernote 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>