mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:54:52 +00:00
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
created: 20251021142733998
|
|
modified: 20251021142733998
|
|
tags:
|
|
title: Concatenating variables to create a URL
|
|
type: text/vnd.tiddlywiki
|
|
|
|
!! Concatenating strings and variables to create a URL
|
|
|
|
<$macrocall $name=wikitext-example src="""<$let hash={{{ [<currentTiddler>encodeuricomponent[]] }}}>
|
|
<a href=`http://tiddlywiki.com/#$(hash)$`>this tiddler on tiddlywiki.com</a>
|
|
</$let>"""/>
|
|
|
|
See: [[Substituted Attribute Values]] |