mesusah/craft-text2mathml

Craft field to convert text to MathML

Maintainers

Package info

github.com/mEsUsah/craft-text2mathml

Issues

Documentation

Type:craft-plugin

pkg:composer/mesusah/craft-text2mathml

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-06 23:22:28 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