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