mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
title: $:/language/Snippets/MacroDefinition
|
||
|
tags: $:/tags/TextEditor/Snippet
|
||
|
caption: 매크로 정의
|
||
|
mode: wikified
|
||
|
|
||
|
\define macroName(param1:"기본 값",param2)
|
||
|
매크로의 텍스트
|
||
|
\end
|