| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 736 |
| Technical Name |
praetorx_markdown |
| License | OPL-1 |
| Website | https://praetorx.net |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 736 |
| Technical Name |
praetorx_markdown |
| License | OPL-1 |
| Website | https://praetorx.net |
PraetorX Markdown
Markdown-to-HTML with CI Styling for Any Html Field in Odoo 19
Type /markdown in any Odoo Html field to open a split-panel editor with live preview.
Paste markdown, tweak options, hit Insert — your content lands as CI-styled HTML with your brand
colors, heading fonts, and table styling applied automatically.
praetorx.net | Syntax & Sabotage
Core Features
Type /markdown in any Html field — Knowledge articles, emails, descriptions, notes. Opens the markdown dialog without leaving the editor.
Split-panel dialog: markdown on the left, rendered HTML on the right. See your formatting update in real time as you type.
Configure brand colors, heading fonts, and table styling under Settings → General Settings → Markdown. Every conversion applies your corporate identity automatically.
One click to prepend a generated TOC from your headings. Ideal for long documentation and knowledge base articles.
Split H1/H2 headings into child Knowledge articles. Paste a long document and get structured kanban cards instantly.
Clean up AI-generated or pasted content by stripping emoji and symbols before conversion. Optional, one checkbox.
Supported Markdown
| Syntax | Result |
|---|---|
# H1 through ###### H6 | Headings with CI font and color |
**bold**, *italic*, ~~strike~~ | Text formatting |
| table | | GitHub Flavored Markdown tables with styled headers |
```code``` | Fenced code blocks |
> quote | Blockquotes with brand accent |
- [ ] / - [x] | Task lists |
[text](url),  | Links and images |
Setup Guide
markdown Python library:pip install markdown
/ to open the powerbox, select Markdown. Paste or type your markdown, preview the result, and click Insert.
Requirements
Odoo 19 Enterprise
html_editor (standard)
markdown
FAQ
markdown to your requirements.txt and install the module from the Apps menu.Release History
| Version | Date | Changes |
|---|---|---|
| v19.0.1.0.0 | April 2026 | Initial release — replaces Scribe. CI styling settings, live preview dialog, Knowledge kanban split, emoji stripping, TOC generation, i18n (de/en). |
PraetorX Suite
© 2026 Syntax & Sabotage
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module