This is the new macro code with \whitespace trim
option in:
$___macros_alternative_toc.json (10.8 KB)
With this new appied code I recognized, that there is no gap anymore between the title and the transcluded ‘erstellt’ field:
Checked also toc-tabbed-internal-nav
- it is ok:
So I add
<!-- Anzeige Feld 'erstellt' im Inhaltsverzeichnis -->
@@<span style="font-size:0.7em;color:rgb(144, 238, 144);" > <$transclude field='erstellt'/></span>@@
to have a gab between the tiddler name and the transcluded field:
This will affect toc-tabbed-internal-nav
with an additional line between:
code:
<style>
.colortext {
font-variant:small-caps;
color: rgba(255, 201, 102, 0.8);}
</style>
<$macrocall
$name="toc-tabbed-internal-nav"
tag="test"
sort="sortan[]"
selectedTiddler=<<qualify "$:/temp/toc/selectedTiddler">>
unselectedText="<p>@@.colortext ← Thema wählen@@</p>"
missingText="<p>@@.colortext Tiddler fehlt...@@</p>"
/>
How can this be fixed?
Thanks
Stefan