mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
376b447570
@erwanm I ended up making some fairly extensive tweaks. One issue is that the (excellent) material you’ve provided on transclusion with templates covers very much the same ground as the existing TemplateTiddlers tiddler. The existing text was focused on transclusion with widgets; I think your material using transclusion notation is much easier to understand. I’ve also removed the exercises section. We don’t have exercises elsewhere in the documentation, so I think we need to make a conscious decision about whether we’re going to try to add them, and then do so consistently across the material. I also made some changes to bring the text into house style for consistency (which I’ve also tried to start documenting).
18 lines
224 B
Plaintext
18 lines
224 B
Plaintext
title: $:/editions/tw5.com/style-guide-macros
|
|
tags: $:/tags/Macro
|
|
|
|
\define style-guide(good,bad)
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Good</th>
|
|
<td>``$good$``</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Bad</th>
|
|
<td>``$bad$``</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
\end
|