Search 1.9 billion lines of Odoo code on GitHub

website_seo_semantic_tags

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: web_editor_plugins
Repository: Albin-John/odoo-seo
Dependencies: web_editor, and website
Languages: JavaScript (116, 70.3%), Markdown (23, 13.9%), Python (18, 10.9%), and XML (8, 4.8%)
Other branches: master, and old-master
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1>SEO Semantic Tags Plugin</h1> <p>Derived from the <a href="https://github.com/tylerecouture/summernote-add-text-tags">Add Text Tags</a> Summenrnote plugin</p> <p>bla bla 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> <li><p>[Inline text elements]https://getbootstrap.com/docs/3.3/css/#type-inline-text):</p> <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><p><a href="https://getbootstrap.com/docs/3.3/css/#code">Inline code elements</a></p> <ul> <li><code>&lt;code&gt;</code> for inline code snippets</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> <h2>Limitations</h2> <ul> <li>This extension doesn&#39;t use summernote&#39;s built in parser, but it can handle some basic cross-node insertions.</li> <li>The elements won&#39;t toggle on and off, however they will clear with Summernote&#39;s <code>Remove Font Style</code> button</li> </ul> <h2>Contributors</h2> <ul> <li>Xavier Brochard zeroheure@zeroheure.info</li> </ul> <h2>Maintainer</h2> <p>ZeroHeure https://zeroheure.info</p> <p>Please, report bugs at https://github.com/zeroheure/odoo-seo/issues</p>