Diferencia entre revisiones de «Mathslate para TinyMCE»

De MoodleDocs
(tidy up)
(tidy up)
Línea 12: Línea 12:
==Descripción==
==Descripción==


Mathslate is a [[Matemáticas|matemáticas]] editor that this plugin adds to the [[TinyMCE]] toolbarIt is similar in functionality to the [[Editor_de_ecuación_DragMath | DragMath]] which is included in the Moodle core for [[TinyMCE]].  Mathslate however has no Java dependency, and consequently it should be usable in a larger variety of browsers, including those on mobile devices.
Mathslate es un editor para [[Matemáticas|matemáticas]] que este plugin le agrega a la barra de herramientas d [[TinyMCE]].  Es similar en funcionalidad al [[Editor_de_ecuación_DragMath | DragMath]], que está incluido dentro del núcleo de Moodle para [[TinyMCE]].  Sin embargo, Mathslate no depende de Java , por lo que debería de ser utilizable en una mayor variedad de navegadores de Internet, incluyendo los de dispositivos móviles.
 
==Administración==
==Administración==
===Requisitos===
===Requisitos===
The Mathslate plugin is available from the plugin database. In addition [http://mathjax.org MathJax] 2.0 or later needs to be available, either by users connecting to the internet or with a local installation on the server.
El plugin de Mathslate plugin está disponible en el [https://moodle.org/plugins/view.php?plugin=tinymce_mathslate plugin database]. Además, [http://mathjax.org MathJax] 2.0 o posterior debe de estar disponible, ya sea que los usuarios se conecten al Internet, o que esté instalado localmente en el servidor.
 
===Instalación===
===Instalación===
The TinyMCE Mathslate plugin installs as a single package in the lib/editor/tinymce/plugins directory of the Moodle root. The administrator must log in and complete the installation process.
El plugin Mathslate para TinyMCE se instala como un paquete único en el directorio lib/editor/tinymce/plugins de la raíz de Moodle. El administrador deberá ingresar y completar el proceso de instalación como los demás plugins.


===Opciones de Configuración===
===Opciones de Configuración===
TinyMCE Mathslate has a setting page in the Administration panel under 'Plugins > Text Editors > TinyMCE > TinyMCE Mathslate '.  There is a box to hide the plugin button when the TeX filter is not in use. This is probably not desirable if MathJax is enabled throughout the site, so it is disabled by default. There is also a text input for a URL for the plugin to locate MathJax.js file from a server hosting a MathJax installation. This is not needed if MathJax is configured throughout the system, but it is needed if the TeX Filter is normally the way [[Matemáticas| matemáticas]] is rendered for displayThe correct URL (http or https) for your site should be used to prevent browsers from rejecting it as mixed content.  
Mathslate para TinyMCE tiene una página de configuración en el panel de Administración debajo de ' Plugins > Editores de Texto > TinyMCE > TinyMCE Mathslate '.  Existe una casilla para ocultar el botón del plugin cuando no se usa el filtro TeX. Esto probablemente no sea deseable si es que MathJax está habilitado a todo lo ancho del sitio, por lo que está desactivado por defecto. También existe una entrada de texto para una URL para que el plugin encuentre  el archivo MathJax.js en un servidor que aloje una instalación de MathJax. Esto no es necesario si MathJax está configurado en todo el sistema, pero sí será necesario si el filtro TeX es la forma normal para mostrar (renderizar) [[Matemáticas| matemáticas]].  La URL correcta  (http or https) para su sitio debería d eusarse para impedir que los navegadores lo rechacen como contenido mixto.  


==Uso==
==Uso==

Revisión del 14:37 25 ago 2014


Mathslate Screenshot.png

Descripción

Mathslate es un editor para matemáticas que este plugin le agrega a la barra de herramientas d TinyMCE. Es similar en funcionalidad al DragMath, que está incluido dentro del núcleo de Moodle para TinyMCE. Sin embargo, Mathslate no depende de Java , por lo que debería de ser utilizable en una mayor variedad de navegadores de Internet, incluyendo los de dispositivos móviles.

Administración

Requisitos

El plugin de Mathslate plugin está disponible en el plugin database. Además, MathJax 2.0 o posterior debe de estar disponible, ya sea que los usuarios se conecten al Internet, o que esté instalado localmente en el servidor.

Instalación

El plugin Mathslate para TinyMCE se instala como un paquete único en el directorio lib/editor/tinymce/plugins de la raíz de Moodle. El administrador deberá ingresar y completar el proceso de instalación como los demás plugins.

Opciones de Configuración

Mathslate para TinyMCE tiene una página de configuración en el panel de Administración debajo de ' Plugins > Editores de Texto > TinyMCE > TinyMCE Mathslate '. Existe una casilla para ocultar el botón del plugin cuando no se usa el filtro TeX. Esto probablemente no sea deseable si es que MathJax está habilitado a todo lo ancho del sitio, por lo que está desactivado por defecto. También existe una entrada de texto para una URL para que el plugin encuentre el archivo MathJax.js en un servidor que aloje una instalación de MathJax. Esto no es necesario si MathJax está configurado en todo el sistema, pero sí será necesario si el filtro TeX es la forma normal para mostrar (renderizar) matemáticas. La URL correcta (http or https) para su sitio debería d eusarse para impedir que los navegadores lo rechacen como contenido mixto.

Uso

Seleccionar Matemáticas

Mathslate does not the allow the selection of individual characters as with a word processor, but instead treats matemáticas as blocks of code associated with well defined mathematical expressions. A selected expression appears highlighted in the workspace, and the block of code appears with a cursor in front of it, below the work space.

Mover matemáticas

To move an expression, simply select an element after the place it should be inserted on the workspace and then click the expression to move it there. Alternatively, you may simply drag the expression to where it should be inserted.

Funciones de Edición

There is a row of buttons in the center of the editor that allows the user to delete a selection or the whole content, to undo the previous action, and to redo previously undone actions.

Modificación del Comportamientor

The appearance of the pop up window can be modified by editing the style sheet style.css in the plugin directory. The set of templates that appear in the tabs may be changed in the file config.json. The default file contains a reasonably comprehensive initial list of mathematical symbols and functions. Items may be deleted easily from the file with a text editor. Eventually, there may be a selection of files to choose from for different learning environments and subjects (a version for chemical formulas is already in development).