mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-07 14:40:02 +00:00
28 lines
770 B
Plaintext
28 lines
770 B
Plaintext
|
caption: Ejemplos
|
||
|
created: 20140320230543190
|
||
|
es-title: Ejemplos
|
||
|
modified: 20160413161700593
|
||
|
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>
|