mesusah/craft-text2mathml

Craft field to convert text to MathML

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:craft-plugin

pkg:composer/mesusah/craft-text2mathml

dev-master 2025-05-03 15:24 UTC

This package is auto-updated.

Last update: 2026-01-06 22:59:50 UTC


README

Craft CMS field to convert text to MathML

Requirements

This plugin requires Craft CMS 5.0.0 or later, and PHP 8.0 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Text 2 MathML”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require mesusah/craft-text2mathml

# tell Craft to install the plugin
./craft plugin/install text2mathml