1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-02 06:19:57 +00:00

fix typo in docs

This commit is contained in:
pmario 2024-05-23 07:27:16 +02:00
parent f067fa79d3
commit aa8ccfe8f9

View File

@ -1,5 +1,5 @@
created: 20240506132850677 created: 20240506132850677
modified: 20240506151551620 modified: 20240523052607425
tags: [[Operator Examples]] [[jsonvariables Operator]] tags: [[Operator Examples]] [[jsonvariables Operator]]
title: jsonvariables Operator (Examples) title: jsonvariables Operator (Examples)
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -30,7 +30,7 @@ The following example extracts the ''function definition'' using the <<.olink js
<pre><code><$text text={{{[[fn.test]jsonvariables[]jsonextract[srcVariable],[value]]}}}/></code></pre> <pre><code><$text text={{{[[fn.test]jsonvariables[]jsonextract[srcVariable],[value]]}}}/></code></pre>
""">> """>>
The following example extracts the `srcVariables.params` without pretty printing using <<.olink jsonextract>> The following example extracts the `srcVariables.params` with pretty printing using <<.olink jsonextract>>
<<.example 4 """\procedure testProc() [[aa aa]] bb <<.example 4 """\procedure testProc() [[aa aa]] bb
\function fn.test(splitChar:" " not-used) [enlist<testProc>format:titlelist[]] \function fn.test(splitChar:" " not-used) [enlist<testProc>format:titlelist[]]