이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

MathML Block

설명

A MathML block for the WordPress block editor (Gutenberg).
Requires PHP 5.4+ and WordPress 5.0+.

Development takes place on the GitHub repository: https://github.com/adamsilverstein/mathml-block.

Screencast: https://cl.ly/c0f6bbfbc3b1

What is MathML?

Mathematical Markup Language is a mathematical markup language, an application of XML for describing mathematical notations and capturing both its structure and content. It aims at integrating mathematical formulae into World Wide Web pages and other documents.

The MathML block uses MathJax to render MathML formulas in the editor and on the front end of a website. MathJax (https://www.mathjax.org/) is A JavaScript display engine for mathematics that works in all browsers.

To test a MathML block and enter a formula, for example: \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\].

To test using math formulas inline, type an formula into a block of text, select it and hit the ‘M’ icon in the control bar. For example: \( \cos(θ+φ)=\cos(θ)\cos(φ)−\sin(θ)\sin(φ) \). Note: if you are copying and pasting formulas into the rich text editor, switching to HTML/code editor mode is less likely to reformat your pasted formula.

This plugin is compatible with the official AMP plugin by rendering amp-mathml on AMP pages.

Technical Notes

  • Requires PHP 5.6+.
  • Requires WordPress 5.0+.
  • Issues and Pull requests welcome on the GitHub repository: https://github.com/adamsilverstein/mathml-block.

스크린샷

  • Example of adding a MathML block.

블록

이 플러그인은 1(을)를 제공합니다.

  • MathML block Display MathML formulas.

설치

  1. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
  2. Activate the plugin.
  3. Use the MathML block!

후기

2023년 9월 22일
I instaled and tried to use this plugin. I visits all provided urls by searching the documetation on how can i use the math formulas into the inline syntax that the plugin requires. Unfortunatelly i did not find anything usefull for a simple user, only for developers.
2022년 10월 12일
It is an excellent plugin. I have been using it for 2 years and it has worked well for me. It had some bugs related to amp, for example, some arrays weren't displaying properly but with this update, everything seems to be fixed. In good time they updated it. Thank you!!
2019년 10월 10일
The best way I have found to write math formulas on the web. I just need to remember the LaTex syntax I haven't used in 15 years!
2019년 5월 21일
Really too greedy the MathJax js files are loaded everywhere, even outside the editor and pages, it makes the website too heavy, but it is very clean visually and very simple certainly one of the easiest to use!
모든 4 평가 읽기

기여자 & 개발자

“MathML Block”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“MathML Block”(이)가 4(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “MathML Block”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.2

Tested up to 6.1.

1.2.0

  • Add AMP compatibility, props @westonruter. Leverages the amp-mathml component.

1.1.5

  • Make JavaScript translatable, take 2.

1.1.1

  • Improve translations, make JavaScript translatable.
  • Update all packages.

1.1.0

  • Add support for inline formulas.

1.0.0

  • Initial plugin release