Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Productivity
  3. Scribe v 19.0
  4. Sales Conditions FAQ

Scribe

by Syntax & Sabotage https://praetorx.net , Lars Weiler https://praetorx.net
Odoo
v 19.0 Third Party 5
Download for v 19.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 424
Technical Name scribe
LicenseOPL-1
Websitehttps://praetorx.net
Versions 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 424
Technical Name scribe
LicenseOPL-1
Websitehttps://praetorx.net
Versions 19.0
  • Description
  • License

Scribe

Markdown Editor with Live Preview for Odoo 19

v19.0.1.1.11 Community Enterprise Odoo.sh GitHub Flavored Markdown Free

Type / in any Html field, select “Markdown”, and write in Markdown with a live preview. Scribe converts to clean HTML and inserts it — tables, code blocks, task lists, and all. Works on every Html field in every model. No configuration needed.

praetorx.net | Syntax & Sabotage

  • Features
  • Setup
  • FAQ
  • Releases

How It Works

Powerbox Command

Type / in any Html field and select “Markdown”. A two-panel dialog opens: write Markdown on the left, see live HTML preview on the right. Click “Insert” to convert and inject.

Live Preview

Client-side preview updates as you type using marked.js (GitHub Flavored Markdown). Server-side conversion uses Python markdown library with 6 extensions for the final insert.

Universal — Any Html Field

Scribe patches HtmlField to include the Markdown plugin globally. Every Html field in every model gets the / Markdown command automatically. No per-field configuration.

Dark Mode Support

The editor dialog uses a dark theme with monospace font for the input and styled preview. Adapts to Odoo’s dark mode automatically.

Supported Markdown

Text Formatting
  • Headers: # H1 through ###### H6
  • Bold, italic, ~~strikethrough~~
  • Links: [text](url)
  • Images: ![alt](url)
  • Blockquotes: > quote
  • Smart quotes and typography
Structured Content
  • Ordered and unordered lists
  • Task lists: - [ ] / - [x]
  • GFM tables with alignment
  • Fenced code blocks with syntax highlighting
  • Inline code: `code`
  • Table of contents generation

Technical Reference

ComponentDetails
MarkdownPluginV19 html_editor Plugin — registers / powerbox command “Markdown” (fa-file-code-o icon)
MarkdownDialogOWL component — two-panel XL dialog, textarea input + live preview, Insert/Cancel buttons
HtmlField patchAdds MarkdownPlugin to every HtmlField’s plugin config globally
Client-sidemarked.js v12 (GFM mode, breaks enabled) for live preview
Server-sidePython markdown library with 6 extensions: extra, codehilite, nl2br, sane_lists, smarty, toc
scribe.markdown.wizardTransient model — markdown_text, html_preview (onchange), target_model/field/record_id for insertion

Use Cases

Knowledge Articles

Write documentation, SOPs, and how-to guides in Markdown. Tables and code blocks render cleanly in Odoo Knowledge.

Chatter & Notes

Drop formatted tables, code snippets, or task lists into any chatter message or internal note field.

Technical Documentation

Fenced code blocks with syntax highlighting — paste API responses, config snippets, or SQL queries into description fields.

Email Templates

Draft structured email content in Markdown, preview the HTML, then insert into email template body fields.

Setup Guide

Prerequisites
  • Odoo 19.0 (Community or Enterprise)
  • Python 3.10+
  • Python package: pip install markdown
  • Odoo modules: web, html_editor

No PraetorX dependencies. Scribe is fully standalone — no praetorx_base, no Foundation, no other PraetorX modules required.

Installation
  1. Install the Python markdown package: pip install markdown
  2. Install from the Odoo Apps menu — search for “Scribe” or “Markdown”

That’s it. No configuration needed. The / Markdown command is immediately available in every Html field.

Usage
  1. Click into any Html field (description, notes, chatter, Knowledge article, etc.)
  2. Type / to open the powerbox
  3. Select Markdown (or type “markdown” to filter)
  4. Write Markdown on the left — live preview updates on the right
  5. Click Insert to convert and inject the HTML

FAQ

Does this require Odoo Enterprise?
No. Depends on web and html_editor only — both included in Odoo Community. Works on Community, Enterprise, and Odoo.sh.
Does it work on every Html field?
Yes. Scribe patches HtmlField globally to include the Markdown plugin. Any field using the Html widget gets the / Markdown powerbox command — no per-field or per-model configuration needed.
What Markdown flavour is supported?
GitHub Flavored Markdown (GFM). Client-side preview uses marked.js with GFM mode. Server-side conversion uses Python markdown with the extra extension (tables, fenced code blocks, footnotes) plus codehilite, nl2br, sane_lists, smarty, and toc.
Is there an external Python dependency?
Yes — the Python markdown package (pip install markdown). This is used for the server-side conversion when inserting. The live preview in the dialog uses the bundled marked.js library and does not need the Python package.
Does Scribe require any PraetorX modules?
No. Scribe is fully standalone. It depends only on web and html_editor (both standard Odoo modules). You can install Scribe without any other PraetorX module.
Is code syntax highlighting supported?
Yes. Fenced code blocks (```python) are converted with the codehilite extension, which integrates with Odoo’s bundled Prism.js for syntax highlighting.

Release History

v19.0.1.1.11 — Current Release

Current Release

  • Powerbox / command “Markdown” in every Html field
  • Two-panel OWL dialog with live preview (marked.js v12)
  • Server-side conversion with 6 Python markdown extensions
  • GitHub Flavored Markdown: tables, task lists, fenced code blocks
  • Code syntax highlighting via codehilite + Prism.js
  • Dark mode support
  • Global HtmlField patch — no per-field configuration
  • German and French translations (de.po, fr.po)
  • Ported from kulturhaus_markdown_support (Odoo 18)

You May Also Like

PraetorX Shell

Branded backend theme with multi-tab navigation, sidebar, activity dashboard, and per-role color theming.

Free
Invoice Pro

AI-powered invoice processing with multi-provider OCR extraction.

49 EUR

Made with ♥ by Syntax & Sabotage

© 2026 Syntax & Sabotage, Lars Weiler. All rights reserved. OPL-1.

Impressum · support@syntaxandsabotage.io

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
Small change, huge relief.
by
COO
on 3/22/26, 1:56 PM

Scribe brings Markdown support so copy paste from AI extracts suddenly look clean and well formated.

Smart move :)


There are no comments yet!
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with