<$list filter="[all[current]get[text]split:first[ ]addsuffix[…]]"> //<<currentTiddler>>// </$list>
IMO it's the cleanest way, to use the first 2 line breaks as a separator.
Hi everyone,Here's a little How To for:
This is what this subtopic is about~~~~
<$list filter="[tag[SubTopicTab]]">
<<fa circle 1>><$link><<currentTiddler>></$link><br>
<$list filter="[all[current]get[text]split:first[~~~~]addsuffix[...]]">
>//<<currentTiddler>>//
</$list>
</$list>Anything to do with the kids, cousins, even the dogs...
Capturing all our photos, videos, documents, and more......
Tracing my history as far back as I can......
My biggest boy......
...etc.
<$list filter="[tag[SubTopicTab]]">
*<$link><<currentTiddler>></$link><br>
<$list filter="[all[current]get[text]split:first[~~~~]addsuffix[...]]">
>//<<currentTiddler>>//
</$list>
</$list>
<$list filter="[tag[SomeTag]]">
<<fa circle 1>><$link><<currentTiddler>></$link><br>
<$list filter="[all[current]get[text]] +[split:first pos=2[~~~~]] +[addsuffix[...]]">
>//<<currentTiddler>>//
</$list>
</$list>This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation Studios, delivered on June 12, 2005:
I am honored to be with you today at your commencement from one of the finest universities in the world. ~~~~I never graduated from college. Truth be told, this is the closest I've ever gotten to a college graduation. Today I want to tell you three stories from my life. That's it. No big deal. Just three stories.~~~~
The first story is about connecting the dots....filter="[all[current]get[text]] +[split:first pos=2[~~~~]] +[addsuffix[...]]"> for) looks like this:
I never graduated from college. Truth be told, this is the closest I've ever gotten to a college graduation. Today I want to tell you three stories from my life. That's it. No big deal. Just three stories....
Tiddler: $:/macros/davidSzego/excerpt
Tag: $:/tags/Macro
Text:
\define excerpt(tiddler)
<$list filter="[title[$tiddler$]get[text]] +[split:first pos=2[~~~~]] +[addsuffix[...]]">
>//<<currentTiddler>>//
</$list>
\end<<excerpt "Steve Job's Commencement Address">>---
<$list filter="[{Extracting Introductions From Tiddlers}] +[splitbefore[~~~~]removesuffix[~~~~]addsuffix[...]]"> <<currentTiddler>> </$list>
---<ul>
<$list filter="[tag[excerpttest]]">
<li> <$link><<currentTiddler>></$link><br>
<$list filter="[all[current]get[text]split:first[~~~~]addsuffix[...]]">
//<<currentTiddler>>//
</$list></li>
</$list></ul>