mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46: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.
17 lines
752 B
Plaintext
17 lines
752 B
Plaintext
caption: Tiddlers abiertos al inicio
|
|
created: 20140101192052333
|
|
es-title: Cargar los últimos tiddlers abiertos al inicio
|
|
modified: 20160427053631307
|
|
tags: [[Customise TiddlyWiki]]
|
|
title: Preserving open tiddlers at startup
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Generalmente, ~TiddlyWiki muestra al inicio los tiddlers especificados en <<.tid ~$:/DefautTiddlers>>
|
|
|
|
A veces, sin embargo, es útil mostrar los mismos tiddlers que estaban abiertos cuando se guardó el archivo. Para hacerlo, en <<.tid ~$:/DefautTiddlers>> en lugar una lista de tiddlers, debe especificarse el siguiente filtro:
|
|
|
|
```
|
|
[list[$:/StoryList]]
|
|
```
|
|
Este filtro devuelve la lista de tiddlers que figuran en <<.tid ~$:/StoryList>>, que es donde el sistema almacena el histórico de tiddlers.
|