Home
last modified time | relevance | path

Searched +full:extension +full:- +full:mhchem +(+path:plugin +path:katex) -(+path:plugin +path:katex +path:lang) (Results 1 – 5 of 5) sorted by last modified time

/plugin/katex/action/
H A Dload.php32 $event->data['link'][] = array(
40 $event->data['script'][] = array(
45 if ( $this->getConf( 'extension-mhchem' ) ) {
46 $event->data['script'][] = array(
48 'src' => $this->_get_resource_url( 'contrib/mhchem.min.js' ),
52 if ( $this->getConf( 'extension-copy-tex' ) ) {
53 $event->data['script'][] = array(
55 'src' => $this->_get_resource_url( 'contrib/copy-tex.min.js' ),
59 $event->data['script'][] = array(
61 'src' => $this->_get_resource_url( 'contrib/auto-render.min.js' ),
[all …]
/plugin/katex/conf/
H A Ddefault.php6 * @author H.-H. PENG (Hsins) <hsinspeng@gmail.com>
9 $conf['cdn-provider'] = 'self-hosted';
10 $conf['extension-copy-tex'] = 1;
11 $conf['extension-mhchem'] = 1;
12 $conf['option-output'] = 'htmlAndMathml';
13 $conf['option-delimiters'] = '
18 $conf['option-ignored-tags'] = 'script, noscript, style, textarea, pre, code, option';
19 $conf['option-ignored-classes'] = '';
20 $conf['option-throwonerror'] = 1;
21 $conf['option-error-color'] = '#CC0000';
[all …]
H A Dmetadata.php5 * @license GPLv3 https://www.gnu.org/licenses/gpl-3.0.html
6 * @author H.-H. PENG (Hsins) <hsinspeng@gmail.com>
10 $meta['cdn-provider'] = array( 'multichoice', '_choices' => array( 'self-hosted', 'bootcdn', 'cdnjs…
13 $meta['extension-copy-tex'] = array( 'onoff' );
14 $meta['extension-mhchem'] = array( 'onoff' );
18 $meta['option-delimiters'] = array( '' );
19 $meta['option-ignored-tags'] = array( 'string' );
20 $meta['option-ignored-classes'] = array( 'string' );
21 $meta['option-throwonerror'] = array( 'onoff' );
22 $meta['option-error-color'] = array( 'string' );
[all …]
/plugin/katex/
H A DREADME_zh-TW.md1 <!-- badges -->
8 <!-- logo, title and description -->
15 …解析_ $\TeX{}$ _表達式,並使用 [KaTeX](https://katex.org/) 及 [mhchem](https://mhchem.github.io/MathJax-mhch…
26 - **方法一** — 使用 [DokuWiki 外掛管理工具](https://www.dokuwiki.org/plugin:extension) 搜尋並安裝外掛
47---------------------------------------: | :------------------------------------------------------…
63 | :------------------: | :-------------------------------------------------------------------------…
64 | `extension-copy-tex` | 啟用後,在選取並複製經 KaTeX 渲染後的元素時,會複製原始的 TeX 表達式到剪貼簿中 |
65 | `extension-mhchem` | 啟用後,可以更為容易地撰寫化學方程式 |
74 | :----------------------: | :---------------------------------------------------------------------…
179 ![image](https://user-images.githubusercontent.com/26391143/232169170-80e367da-a854-473e-a017-1dc50…
[all …]
H A DREADME.md1 <!-- badges -->
8 <!-- logo, title and description -->
15 …ical equations with [KaTeX](https://katex.org/) and [mhchem](https://mhchem.github.io/MathJax-mhch…
24 There're roughly different 3 methods to install an extension on your DokuWiki instance:
26 - **Method 01** — Search and install the plugin using the [Extension Manager](https://www.dokuwiki.…
27 - **Method 02** — Download the extension and unpack it into `<DOKUWIKI_DIR>/lib/plugins/katex` on y…
47---------------------------------------: | :------------------------------------------------------…
63 | :------------------: | :-------------------------------------------------------------------------…
64 | `extension-copy-tex` | If enabled, when selecting and copying KaTeX-rendered elements, copies the…
65 | `extension-mhchem` | If enabled, you can write beautiful chemical equations easily. …
[all …]