1- < ?xml version="1.0" encoding="utf-8"?>
21<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
43< head >
54< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
65< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
7- < title > CKEditor Widget </ title >
6+ < title > README.rst </ title >
87< style type ="text/css ">
98
109/*
1110:Author: David Goodger (goodger@python.org)
12- :Id: $Id: html4css1.css 8954 2022 -01-20 10:10:25Z milde $
11+ :Id: $Id: html4css1.css 9511 2024 -01-13 09:50:07Z milde $
1312:Copyright: This stylesheet has been placed in the public domain.
1413
1514Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1616
1717See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818customize this style sheet.
275275 margin-left : 2em ;
276276 margin-right : 2em }
277277
278- pre .code .ln { color : grey ; } /* line numbers */
278+ pre .code .ln { color : gray ; } /* line numbers */
279279pre .code , code { background-color : # eeeeee }
280280pre .code .comment , code .comment { color : # 5C6576 }
281281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301301span .pre {
302302 white-space : pre }
303303
304- span .problematic {
304+ span .problematic , pre . problematic {
305305 color : red }
306306
307307span .section-subtitle {
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="ckeditor-widget ">
364- < h1 class ="title "> CKEditor Widget</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="ckeditor-widget ">
370+ < h1 > CKEditor Widget</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:4ed7cf5fd658eab1d77f88c383a6cce3537673fecf9a5ac4ae1e23a366d84da9
375+ !! source digest: sha256:ac64c8850523b4147ad85b89b0ad1fd203bd50f422295a44581a7f2d797d6197
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/14.0/web_widget_ckeditor "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_ckeditor "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/14.0/web_widget_ckeditor "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_ckeditor "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module adds a new widget < cite > ckeditor</ cite > to edit HTML fields using CKEditor.</ p >
374379< p > < strong > Table of contents</ strong > </ p >
375380< div class ="contents local topic " id ="contents ">
@@ -386,7 +391,7 @@ <h1 class="title">CKEditor Widget</h1>
386391</ ul >
387392</ div >
388393< div class ="section " id ="configuration ">
389- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
394+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
390395< p > By default, this module will replace the original < cite > html</ cite > wysiwyg field with CKEditor.
391396The original < cite > html</ cite > widget will be renamed as < cite > html_odoo</ cite > .</ p >
392397< p > If you only want to use < cite > ckeditor</ cite > on specific views, you can disable the < cite > html</ cite > widget
@@ -412,7 +417,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
412417< a class ="reference external " href ="https://ckeditor.com/docs/ckeditor5/latest/features/toolbar/toolbar.html "> official CKEditor documentation page</ a > </ p >
413418</ div >
414419< div class ="section " id ="known-issues-roadmap ">
415- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
420+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
416421< ul class ="simple ">
417422< li > Allow to configure toolbar using widget’s options.</ li >
418423</ ul >
@@ -429,24 +434,24 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
429434</ ul >
430435</ div >
431436< div class ="section " id ="bug-tracker ">
432- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
437+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
433438< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
434439In case of trouble, please check there if your issue has already been reported.
435440If you spotted it first, help us to smash it by providing a detailed and welcomed
436441< a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_widget_ckeditor%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
437442< p > Do not contact contributors directly about support or help with technical issues.</ p >
438443</ div >
439444< div class ="section " id ="credits ">
440- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
445+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
441446< div class ="section " id ="authors ">
442- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
447+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
443448< ul class ="simple ">
444449< li > Therp BV</ li >
445- < li > Camptocamp SA </ li >
450+ < li > Camptocamp</ li >
446451</ ul >
447452</ div >
448453< div class ="section " id ="contributors ">
449- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
454+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
450455< ul >
451456< li > < p class ="first "> < a class ="reference external " href ="https://www.therp.nl "> Therp</ a > </ p >
452457< blockquote >
@@ -467,9 +472,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
467472</ ul >
468473</ div >
469474< div class ="section " id ="maintainers ">
470- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
475+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
471476< p > This module is maintained by the OCA.</ p >
472- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
477+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
478+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
479+ </ a >
473480< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
474481mission is to support the collaborative development of Odoo features and
475482promote its widespread use.</ p >
@@ -480,5 +487,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
480487</ div >
481488</ div >
482489</ div >
490+ </ div >
483491</ body >
484492</ html >
0 commit comments