mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
29 lines
792 B
Plaintext
29 lines
792 B
Plaintext
fr-title: Exemples d'utilisation
|
|
created: 20140320230543190
|
|
modified: 20141116113123645
|
|
tags: HelloThere Community
|
|
title: Examples
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Cette compilation montre des exemples intéressants et inspirants d'utilisation de <<tw>> qu'on peut trouver dans la nature.
|
|
|
|
Proposez de nouvelles entrées pour cette collection via GitHub, Twitter ou en postant sur les [[Forums TiddlyWiki|Forums]].
|
|
|
|
<div class="tc-link-info">
|
|
|
|
<$list filter="[tag[Examples]!sort[modified]]">
|
|
|
|
<div class="tc-link-info-item">
|
|
|
|
! <$link><$transclude field="caption"><$view field="title"/></$transclude></$link>
|
|
|
|
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
|
|
|
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</$list>
|