1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-20 22:16:52 +00:00

Use parsermode: inline for tiddlers that don't semantically have paragraphs

This commit is contained in:
Jeremy Ruston 2024-10-05 11:50:23 +01:00
parent cea9618298
commit b6d10b88c1
4 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,8 @@ tags: TableOfContents
title: Community Links
type: text/vnd.tiddlywiki
<div class="tc-cards tc-action-card" style="font-size:0.7em;text-align:center;margin:3em auto;">
\parsermode inline
<div class="tc-cards tc-action-card" style="font-size:0.7em;text-align:center;margin:0 auto;">
<a href="https://talk.tiddlywiki.org/" class="tc-btn-big-green" style="border-radius:4px;background-color:#FF8C19;" target="_blank" rel="noopener noreferrer">
{{$:/core/images/help}} ~TalkTW
</a>

View File

@ -3,7 +3,7 @@ tags: TableOfContents
title: Find Out More
type: text/vnd.tiddlywiki
\parsermode inline
<div class="tc-cards">
<$list filter="[tag[HelloThumbnail]]">
<$macrocall $name="flex-card" captionField="caption" descriptionField="text"/>

View File

@ -3,6 +3,7 @@ tags: TableOfContents
title: Testimonials and Reviews
type: text/vnd.tiddlywiki
\parsermode inline
<div class="tc-cards">
<$list filter="[tag[Testimonial]]">
<$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/>

View File

@ -1,6 +1,8 @@
title: Quick Start
modified: 20241001141521924
list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]]
\parsermode inline
<div class="tc-cards tc-action-card">
<$list filter="[tag[Quick Start]]">
<$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/>