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

Direct math input with MathQuill

설명

Type complex math expressions easily into your wordpress page using MathQuill (http://mathquill.com/). This plugin adds a new block editor called ‘Direct math input’ in the ‘widgets’ category.

Math expressions are saved in LaTeX format and rendered by MathQuill during pageview.

Usage

After installing, a new block editor called ‘Direct math input’ will be available. Each block contains a MathQuill instance
where you can edit math right on your page.

When the math editor is focused, you can enter math symbols using your keyboard or via copy/paste.
See the http://mathquill.com/ homepage for a visual demonstration of how to input math.

Some common keyboard shortcuts are as follows:

  • / (forward slash) Enter a new fraction, with focusable input areas for numerator and denominator
  • ^ (caret) Enter a new superscript, e.g. to add an exponent
  • _ (underscore) Enter a new subscript
  • ( (open parentheses) Open parentheses (which will scale based on the height of the content inside) Other parenthesis types behave similarly, e.g. [ and {
  • \ (backslash) Start typing one of the control sequences below. When finished, press enter or space to see the resulting symbol

Control sequences – to create each symbol, type the full sequence (including the backslash) into the math editor, followed by
space or enter. (not an exhaustive list)

  • \plusminus
  • \times
  • \alpha
  • \beta
  • \gamma
  • \delta
  • \Alpha
  • \Beta
  • \Gamma
  • \Delta
  • \summation
  • \prod
  • \int
  • \sqrt
  • \nthroot
  • \lt
  • \gt
  • \le
  • \ge
  • \approx
  • \doteq
  • \neq
  • \nless
  • \ngtr
  • \intersection
  • \union
  • \subset
  • \superset
  • \notsubset
  • \nosuperset
  • \subseteq
  • \isin
  • \contains
  • \notcontains
  • \Complex
  • \Hamiltonian
  • \Imaginary
  • \Naturals
  • \Primes
  • \Rationals
  • \Reals

스크린샷

  • Using the “Direct math input” block to insert some equations.

블록

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

  • Direct math input Type math expressions directly into your page with MathQuill/LaTeX.

설치

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/math-input-with-mathquill directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. In the gutenberg editor, add a new ‘Direct math input’ block and start entering math

FAQ

How do I start using this?

Create a new ‘Direct math input’ block from the gutenberg blocks list.
Start typing math straight into your block using some of the symbols listed in the
plugin description.

후기

2022년 6월 8일
Really great idea, together with LaTeX parser as also other plugins have, this has extremely simple way to write equations almost like in wysiwyg fashion. EDIT: I had to uninstall, it broke my page. Hopefully, this will be corrected and I could edit this review (see Support for this plugin)
모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Direct math input with MathQuill”(을)를 번역하세요.

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

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

변경이력

0.2.4

  • Apply background color to empty selected block
  • Allow keyboard deletion of block

0.2.3

  • Change LaTeX button to show copyable LaTeX
  • Fix readme formatting

0.2.2

  • Add toolbar buttons for superscript and subscript
  • Show an error message when the clipboard function isn’t available

0.2.1

  • Added a “Copy LaTeX to clipboard” toolbar button

0.2.0

  • Added some toolbar buttons to create math symbols
  • Added a custom icon for the block editor
  • Added some usage information and FAQ

0.1.2

  • Improved the plugin description
  • Added a screenshot showing usage
  • Added assets for banner and icon

0.1.1

  • Fixed an issue preventing the math rendering with the correct font file

0.1.0

  • Original MVP