Newer
Older
labs / tiddlers / system / macros / $__ou_macros_LinkEncode.tid
@Mark George Mark George on 2 Aug 2021 155 bytes Add link macros
tags: $:/tags/Macro
title: $:/ou/macros/LinkEncode
type: text/vnd.tiddlywiki

\define linkEncode(title, path)
[$title$](#{{{ [[$path$]encodeuri[]]}}})
\end