Diferencia entre revisiones de «Editor de texto FAQ»

De MoodleDocs
m (tidy up)
(tidy up)
Línea 1: Línea 1:
{{Pendiente de traducir}}
{{Pendiente de traducir}}
{{Editando texto}}
{{Editando texto}}
==I can't find the option to do......==
==No puedo encontrar la opción para hacer......==


Click the computer screen icon at the far right of the top row. It will say "Toggle fullscreen mode" when you hover over it. The editor will now appear in a pop-up with the full range of options available (e.g. tables).  
Haga click en el ícono superior izquierdo de la barra de herramientas del [[Editor de texto]]. Esto expanderá la barra de herramientas, para proporcionar otra fila con más opciones.


==Can I customize the text editor or add other icons like an anchor or horizontal rule?==
==Me faltan algunos botones en [[Atto] que tenía anteriormente en [[TinyMCE]]==
It may be that these have been deliberately left out because of accessibility issues or to save space. Some of these an administrator can add back via ''Site administration>Plugins>Text editors>Atto HTML editor>Atto toolbar settings'' .
Others could be added via a custom plugin if one is developed. There is a plugin for [https://moodle.org/plugins/view.php?plugin=atto_morefontcolors| adding colours] and also a plugin for adding a [https://moodle.org/plugins/view.php?plugin=atto_hr|horizontal rule See also this forum post: https://moodle.org/mod/forum/discuss.php?d=265176#p1149721


Yes - see the section on customising the editor toolbar in [[Editor de texto]].
==¿Puedo personalizar el [[Editor de texto]] o añadir otros íconos tales como una ancla o una regla horizontal?==


==The Text editor does not appear==
Si - vea la sección sobre personalizar la barra de herramientas del [[Editor de texto]] y vea la FAQ superior acerca de botones faltantes.


Check the following points (in no particular order);
==¿Donde está el botón para la pantalla completa en Atto?==
Los diseñadores de [[Atoo] decidieron no incluir un botón para pantalla completa para así ahorrar espacio en la barra de herramientas, y por razones de accesibilidad. Sin embargo, debería de ser posible hacerlo mediante un plugin personalizado si se desarrollara alguno.


* Is the TinyMCE HTML editor enabled in ''Administration > Site administration > Plugins > Text editors > Manage editors''?
==No aparece el [[Editor de texto]]==
* Is 'Use HTML editor' set in ''Administration > My profile settings > Edit profile''?
* Is JavaScript enabled for my browser?


==How can I enable a spell-check?==
Revise los siguientes puntos (no están en orden);


'''NOTE:'''
* Are the Atto (or TinyMCE) editors enabled in ''Administration > Site administration > Plugins > Text editors > Manage editors''?
While the default spell engine is Google spell which  can be changed in ''Administration>Site administration>Plugins>Text editors>TinyMCE HTML editor'', this is no longer supported by Google and will not work. (Note that it is only visible in IE9 and lower) It is due to  be removed. See MDL-38867. In browser spell check is recommended.
* Are the Atto or (TinyMCE) editors set in ''Administration > My profile settings > Edit profile''?
 
* Is JavaScript enabled for my browser?
It is possible also to use PSpell or PspellShell. Spell To use spell checking you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in ''Administration > Server > [[Rutas del sistema]]''.
 
==How to use Firefox spell-check==
TinyMCE HTML editor replaces Right Click with their own menu, but if you do CTRL + Right Click, you got the old menu, or in case it's active the helper from TinyMCE that points to this shortcut.


==How we can disable the spell check button for specific instances in a quiz?==
==¿Cómo puedo habilitar un revisor de ortografía?==
The spell check is very handy for most circumstances but a quiz where you are looking at spelling and punctuation in student responses kind of defeats the purpose of the question. You can use the theme CSS files to disable the button on a specific question type. Try:


  .essay div[title='Spell-check'] {
Se le recomienda usar un revisor de ortografía que esté incorporado en su navegador de internet.
  display:none;
  }


The spell check button should be displayed everywhere '''except''' on the essay question type response box.  
Si Usted está usando el  [[Editor TinyMCE]] the older spell engine settings are available in ''Administration>Site administration>Plugins>Text editors>TinyMCE HTML editor>Legacy spell checker'' (To use PSpell or PspellShell you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in ''Administration > Server > [[Rutas del sistema]]''.)


Suggested by Joshua Westerway.
==¿Cual es la mayor cantidad de texto que puedo editar?==
Maximum size of the forum post text is not limited by database. The maximum text sizes depend on PHP settings related to POST request processing and available memory.


==What is the biggest chunk of text you can edit?==
==¿Existen atajos del teclado?==
Maximum size of the forum post text (mysql) is 65535 characters or less if you use multibyte characters. From a forum post, http://moodle.org/mod/forum/discuss.php?d=203023#p885758
Aquí están algunos atajos (teclas rápidas) del teclado (particularmente útiles con el editor colapsado)
==Are there any keyboard shortcuts?==
Here are some TinyMCE keyboard shortcuts (particularly useful when using the collapsed editor)


{| class="wikitable"
{| class="wikitable"
! Shortcut
! Atajo
! Meaning
! Significado
|-
|-
| ctrl+z  
| ctrl+z  
| Undo
| Des-hacer
|-
|-
|-
|-
|ctrl+y
|ctrl+y
|Redo
|Re-hacer
|-
|-
|ctrl+b
|ctrl+b
|Bold
|Negritas
|-
|-
|ctrl+i
|ctrl+i
Línea 61: Línea 54:
|-
|-
|ctrl+u
|ctrl+u
|Underline
|Subrayado
|-
|-
|ctrl+k  
|ctrl+k  
|Insert/edit link
|Insertar/editar enlace
|-
|-
|ctrl+1-6
|ctrl+1-6
Línea 76: Línea 69:
|-
|-
|ctrl+9
|ctrl+9
|address
|dirección
|}
|}


Línea 83: Línea 76:
*Using Moodle [http://moodle.org/mod/forum/view.php?f=224 Text editor forum]
*Using Moodle [http://moodle.org/mod/forum/view.php?f=224 Text editor forum]


[[Category:FAQ]]
[[Categoría:FAQ]]
[[de:Text-Editor FAQ]]
[[de:Text-Editor FAQ]]
[[en:Text editor FAQ]]
[[en:Text editor FAQ]]

Revisión del 13:58 23 oct 2014

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

No puedo encontrar la opción para hacer......

Haga click en el ícono superior izquierdo de la barra de herramientas del Editor de texto. Esto expanderá la barra de herramientas, para proporcionar otra fila con más opciones.

Me faltan algunos botones en [[Atto] que tenía anteriormente en TinyMCE

It may be that these have been deliberately left out because of accessibility issues or to save space. Some of these an administrator can add back via Site administration>Plugins>Text editors>Atto HTML editor>Atto toolbar settings . Others could be added via a custom plugin if one is developed. There is a plugin for adding colours and also a plugin for adding a [https://moodle.org/plugins/view.php?plugin=atto_hr%7Chorizontal rule See also this forum post: https://moodle.org/mod/forum/discuss.php?d=265176#p1149721

¿Puedo personalizar el Editor de texto o añadir otros íconos tales como una ancla o una regla horizontal?

Si - vea la sección sobre personalizar la barra de herramientas del Editor de texto y vea la FAQ superior acerca de botones faltantes.

¿Donde está el botón para la pantalla completa en Atto?

Los diseñadores de [[Atoo] decidieron no incluir un botón para pantalla completa para así ahorrar espacio en la barra de herramientas, y por razones de accesibilidad. Sin embargo, debería de ser posible hacerlo mediante un plugin personalizado si se desarrollara alguno.

No aparece el Editor de texto

Revise los siguientes puntos (no están en orden);

  • Are the Atto (or TinyMCE) editors enabled in Administration > Site administration > Plugins > Text editors > Manage editors?
  • Are the Atto or (TinyMCE) editors set in Administration > My profile settings > Edit profile?
  • Is JavaScript enabled for my browser?

¿Cómo puedo habilitar un revisor de ortografía?

Se le recomienda usar un revisor de ortografía que esté incorporado en su navegador de internet.

Si Usted está usando el Editor TinyMCE the older spell engine settings are available in Administration>Site administration>Plugins>Text editors>TinyMCE HTML editor>Legacy spell checker (To use PSpell or PspellShell you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in Administration > Server > Rutas del sistema.)

¿Cual es la mayor cantidad de texto que puedo editar?

Maximum size of the forum post text is not limited by database. The maximum text sizes depend on PHP settings related to POST request processing and available memory.

¿Existen atajos del teclado?

Aquí están algunos atajos (teclas rápidas) del teclado (particularmente útiles con el editor colapsado)

Atajo Significado
ctrl+z Des-hacer
ctrl+y Re-hacer
ctrl+b Negritas
ctrl+i Italic
ctrl+u Subrayado
ctrl+k Insertar/editar enlace
ctrl+1-6 h1-h6
ctrl+7 p
ctrl+8 div
ctrl+9 dirección

Vea también