Thanks for the answer, Watt. Miraculously (I have no idea how) I managed to
solve it myself. It's probably hacky and would welcome a more eloquent
answer, but I used a combination of regex and a variable to hold it (even
used that there 'transclusion' to hold the variable value in a tiddler +
then populate the variable from this!). Escaping characters seems to be a
bit of a black art.
For completeness, the working code:
<$set name=regex value="{{regexSubTaskOf}}">
<$list filter="[regexp:tmap.edges[SubTaskOf]]">
{{!!title}} :
{{!!tmap.id}}
</$list>
</$set>
where 'regexSubTaskOf'=
"type":"[A-Za-z].*"
Results:
User Chooses scraper : 70ca072d-9243-4f08-b0aa-8c7f0f715cae
User chooses default region : 53b18c6b-4924-4545-9e50-e365323f372c
Update ogz db User Action : ed759eb2-dde8-4bf1-b9e3-8473c76c474f
UserManager
<file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#UserManager>.
AddUser <file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#AddUser>
: cd9eb9bb-4437-4bf1-918a-8e08425641b8
UserManager
<file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#UserManager>.
AddUser <file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#AddUser>.
CheckIfExists
<file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#CheckIfExists> :
e27391cb-4e9b-4794-9c58-8a1fd018adae
TestUserTask
<file:///S:/TiddlyWiki/Experiments/Test%20Sites/test4.html#TestUserTask> :
2441c2d3-1b64-4edc-83cd-4f05b91daab3
The top few are on a different map, but are all 'SubTaskOf'
Weirdly, I wanted the names to display as tiddlers, so I could drag and
drop them. Those without space do this, but those with don't. More
rabbit hole plunging to do.....
I got into TiddlyWiki to help with task, planning and design processes for
my coding. I didn't realise I'd find a new coding environment to enjoy!
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/008e2e99-703b-4ab4-a5aa-50b665444d9e%40googlegroups.com.