mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-14 11:15:41 +00:00
11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
|
title: $:/core/macros/lingo
|
||
|
tags: $:/tags/Macro
|
||
|
|
||
|
\define lingo-base()
|
||
|
$:/lingo/
|
||
|
\end
|
||
|
|
||
|
\define lingo(title)
|
||
|
{{$(lingo-base)$$title$}}
|
||
|
\end
|