mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
fa61bc53fc
* TW5-es-ES-edition Spanish edition of TW5. A full localisation of TiddlyWiki into castillian spanish (es-ES). * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing + TiddlySpot upload * Translation ongoing * Translation ongoing + macro fixes * Translation ongoing * translation ongoing + macro fixes * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * translation ongoing * Translation ongoing * translation ongoing * translation ongoing * translation ongoing * Arreglo plugin * Arreglo plugin * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * Add Spanish edition to TW5.com * Reverting forced language plugin load. folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
caption: navigator
|
|
created: 20131024141900000
|
|
es-title: Widget Navegador
|
|
modified: 20160415051406374
|
|
tags: Widgets
|
|
title: NavigatorWidget
|
|
type: text/vnd.tiddlywiki
|
|
|
|
! Introducción
|
|
|
|
El widget ''Navegador'' manipula el TiddlerStore, StoryList y HistoryList en respuesta a una serie de [[mensajes|Messages]].
|
|
|
|
!Contenido y atributos
|
|
|
|
El widget muestra en pantalla su contenido y responde a los mensajes que se le envían
|
|
|
|
The navigator widget displays any contained content, and responds to Messages dispatched within it.
|
|
|
|
|!Atributo |!Descripción |
|
|
|story |Nombre del tiddler que contiene el `StoryList` que se va a manipular |
|
|
|history |Nombre del tiddler que contiene el `HistoryList` que se va a manipular |
|
|
|openLinkFromInsideRiver |Determina dónde se van a abrir los tiddlers nuevos que se invoquen desde dentro del `StoryRiver`: ''al principio'' o ''al final'' del StoryRiver o ''encima'' o ''debajo'' del tiddler actual |
|
|
|openLinkFromOutsideRiver|Determina dónde se van a abrir los tiddlers nuevos que se llamen desde fuera del `StoryRiver`: ''al principio'' o ''al final'' del StoryRiver |
|
|
|
|
! Mensajes del widget
|
|
|
|
El navegador maneja los siguientes [[mensajes|Messages]]:
|
|
|
|
<ul>
|
|
<$list filter="[tag[navigator-message]]">
|
|
<li>
|
|
<$link to={{!!title}}>
|
|
<$view field="title"/>
|
|
</$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|