mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
ace20ecf80
* Change button texts to latest version * Change language English to Spanish of link for empty edition * Rename 'GettingStarted1' to 'GettingStarted' * Change language English to Spanish of link for document * Add download button to 'Empty Edition' * Change external links to match locale with wiki language * Change string in 'task' * Change link to external in tiddlers which tagged 'Editions' * Remove dot from 'Plugin Editions' * Remove string 'index.html' from 'Some of the things you can do with TiddlyWiki' * Add 'rel="noopener noreferrer"' to external links * Remove CamelCase link 'TiddlyWiki' from 'Examples' * Change space to dot in 'Tutorials' * Change language English to Spanish of caption in tiddlers tagged 'HelloThumbnail' * Change instructions for use in 'Saving on iPad/iPhone'
28 lines
771 B
Plaintext
28 lines
771 B
Plaintext
caption: Ejemplos
|
|
created: 20140320230543190
|
|
es-title: Ejemplos
|
|
modified: 20160605052926372
|
|
tags: HelloThere Community
|
|
title: Examples
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Esta es una muestra de algunos interesantes ejemplos de uso de ~TiddlyWiki en la web.
|
|
|
|
Envía más ejemplos que encuentres para ampliar esta lista via [[GitHub|https://github.com/Jermolene/TiddlyWiki5]] o [[Twitter|https://twitter.com/tiddlywiki]], o publícalas en el [[grupo|https://groups.google.com/forum/?hl=es#!forum/tiddlywiki]]
|
|
|
|
<div class="tc-link-info">
|
|
|
|
<$list filter="[tag[Examples]!sort[modified]]">
|
|
|
|
<div class="tc-link-info-item">
|
|
|
|
! <$link><$view field="title"/></$link>
|
|
|
|
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</$list>
|