Extension:Rtf
Appearance
Release status: beta |
|
|---|---|
| Implementation | ContentHandler |
| Description | Adds support for Rich Text Format |
| Author(s) | Hunter Turcin (hunterturtalk) |
| Latest version | 1.0 |
| MediaWiki | >= 1.35 |
| Licence | GNU General Public License 2.0 or later |
| Download | GitLab: Note: |
The Rtf extension adds the 'rtf' content model, which renders wiki pages stored as Rich Text Format documents.
To make use of this extension, switch the content model of any page to 'rtf' using the Page Information link.
Installation
[edit]- Download and place the file(s) in a directory called
Rtfin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Rtf' );
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
