| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 424 |
| Technical Name |
scribe |
| License | OPL-1 |
| Website | https://praetorx.net |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 424 |
| Technical Name |
scribe |
| License | OPL-1 |
| Website | https://praetorx.net |
Scribe
Markdown Support for Odoo
Write in Markdown, Render in HTML
Scribe brings Markdown editing to any Html field in Odoo. Write documentation, notes, and descriptions in the syntax developers love.
How It Works
Type /
In any Html field, type "/" to open the powerbox command menu.
Select Markdown
Choose "Markdown" from the command list to open the editor.
Live Preview
Write markdown on the left, see rendered HTML on the right in real-time.
Supported Syntax
Basic Formatting
- Headers: # H1 through ###### H6
- Bold: **bold text**
- Italic: *italic text*
- Strikethrough: ~~deleted~~
- Links: [text](url)
- Images: 
Advanced Features
- Tables: GitHub Flavored Markdown
- Code blocks: ```language
- Syntax highlighting via Prism.js
- Task lists: - [ ] / - [x]
- Blockquotes: > quote
- Inline code: `code`
Example
Markdown Input
# Project Update
## Status: **On Track**
### Completed Tasks
- [x] Database migration
- [x] API integration
- [ ] User testing
### Code Example
```python
def hello():
return "Hello, World!"
```
HTML Output
Project Update
Status: On Track
Completed Tasks
- Database migration
- API integration
- User testing
Use Cases
Documentation
Write project docs, meeting notes, technical specs
Task Descriptions
Format task details with code blocks and checklists
Email Templates
Create formatted emails with clean structure
Requirements
Odoo Version: 19.0 Enterprise/Community
Dependencies: Web, Html Editor
Python: markdown
Part of the Foundation Business Suite
By PraetorX
Website: praetorx.net
Support: 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