mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
78f1209672
Suggested by @ericshulman
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
modified: 20241001141521924
|
|
tags: [[Quick Start]]
|
|
title: Testimonials and Reviews
|
|
type: text/vnd.tiddlywiki
|
|
icon: $:/core/images/star-filled
|
|
color: #088
|
|
|
|
\parsermode inline
|
|
<div class="tc-cards">
|
|
<$list filter="[tag[Testimonial]]">
|
|
<$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/>
|
|
</$list>
|
|
</div> |