
Improves your website with highlighted Mathematica code, embedded CDFs, and Wolfram Cloud content.
| Author: | Calle Ekdahl (profile at wordpress.org) |
| WordPress version required: | 3.0.1 |
| WordPress version tested: | 4.9.18 |
| Plugin version: | 1.0.4 |
| Added to WordPress repository: | 10-07-2015 |
| Last updated: | 27-10-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 70 |
| Rated by: | 2 |
| Plugin URI: | https://wordpress.org/plugins/Mathematica-Too... |
| Total downloads: | 2 485 |
| Active installs: | 50+ |
![]() Click to start download |
|
Mathematica Toolbox adds a set of shortcodes that can do Mathematica code highlighting, CDF embedding, and more. For detailed information about all the shortcodes please visit the documentation:
http://cekdahl.github.io/MathematicaToolbox
If you would like to control WordPress programmatically from a Mathematica notebook, check out the Wolfram Language WordPress XML-RPC client:
http://github.com/cekdahl/wl-wordpress-xmlrpc-client
Syntax highlighting and formatting
- Uses the same highlighting script that is used on Mathematica.StackExchange.com and on Wolfram Community.
- Preserves code indentation and prevents WordPress from inserting
<br>and<p>into code. - Replaces Wolfram Language character codes such as
\[Alpha],\[Gamma]etc. with their corresponding characters.
Embed Wolfram technologies
- Easily embed CDFs in any post or page.
- Retrieve and display an image from a Wolfram Cloud API.
- Retrieve and display raw data from a Wolfram Cloud API.
- Display a link to the documentation of a Wolfram Language function.
Retrieve Mathematica.StackExchange data
- Show a box with profile information
- Create links to questions and answers based on their IDs
- Make arbitrary requests to the Mathematica.StackExchange API
Screenshots
FAQ
ChangeLog


![There are two different ways to include highlighted code blocks, but they produce the same result. Character codes such as <code>\[Alpha]</code> get replaced automatically with their corresponding characters.](https://ps.w.org/mathematica-toolbox/assets/screenshot-2.png?rev=1447731)

![Shortcodes that interface with the Stackexchange API can retrieve information about a user. <code>[mma_se_profile_box user_id="731"]</code> creates the profile box seen in the image.](https://ps.w.org/mathematica-toolbox/assets/screenshot-4.png?rev=1195993)

![The top metabox is the "toolbox" which the plugin is named after. A click on one of those buttons inserts the corresponding shortcode into the editor. Below the toolbox there is an example of code in custom post fields, which can be included in the post using <code>[wlcode field="example"]</code> and <code>[wlcode field="glyphs"]</code> respectively.](https://ps.w.org/mathematica-toolbox/assets/screenshot-6.png?rev=1195993)