lavitto / typo3-markdown-parser
Markdown Parser for TYPO3
Requires
- php: >=7.1.0
- typo3/cms-backend: ^8.7 || ^9.5 || ^10.4
- typo3/cms-core: ^8.7 || ^9.5 || ^10.4
- typo3/cms-extbase: ^8.7 || ^9.5 || ^10.4
- typo3/cms-fluid: ^8.7 || ^9.5 || ^10.4
- typo3/cms-frontend: ^8.7 || ^9.5 || ^10.4
Suggests
- typo3/cms-t3editor: Provides a full featured markdown editor
Replaces
README
This extension adds a simple markdown content element to your TYPO3 website.
- Demo: www.lavitto.ch/typo3-ext-markdown-parser
- Gitlab Repository: gitlab.com/lavitto/typo3-markdown-parser
- TYPO3 Extension Repository: extensions.typo3.org/extension/markdown_parser
- Found an issue?: gitlab.com/lavitto/typo3-markdown-parser/issues
1. Introduction
Features
- Simple and fast installation
- No configuration needed
- Works with internal and external markdown files
- Provides a Markdown-compatible t3editor to edit markdown directly in content element
- Based on Parsedown from http://parsedown.org
2. Installation
Installation using Composer
The recommended way to install the extension is by using Composer. In your Composer based
TYPO3 project root, just do composer req lavitto/typo3-markdown-parser
.
Installation from TYPO3 Extension Repository (TER)
Download and install the extension markdown_parser
with the extension manager module.
3. Minimal setup
Not required.
4. Administration
Create a markdown content
1) Create a new content element and select "Markdown Content" 2) Create or link markdown content 3) Save the content element
Possible contents
- Link: Create a link to a local markdown-file or an external url
- Content: Write your markdown content directly in your content element with the t3editor (in markdown mode)
5. Configuration
Not required
6. Contribute
Please create an issue at https://gitlab.com/lavitto/typo3-markdown-parser/issues.
Please use GitLab only for bug-reporting or feature-requests. For support use the TYPO3 community channels or contact us by email.
7. Support
If you need private or personal support, contact us by email on info@lavitto.ch.
Be aware that this support might not be free!