Hi Eric,
My fields are already bracketed list. I've added then like [[tags with
spaces]] in double brackets using the FieldsEditorPlugin [1] and for
some reason outputting
var d='|[['+tids[i].title+']] |[[' +prim+']]|[[ ' +sec+']]|';
results in the wikified output of the field wrapped in Double Brackets
making a non existing tiddlylink. However
var d='|[['+tids[i].title+']] |' +prim+'| ' +sec+'|';
results in the prim and sec being wikified without the brackets.
----
sec.join(',') results in an error: "TypeError: sec.join is not a
function"
var d='|[['+tids[i].title+']] |' +prim+'| ' +sec.join(',') +'|';
I think you we hinting that I needed to make the vars *arrays' so I
have put brackets around the variables. I've uploaded a test case [2]
Big thanks for any help.
[1] http://visualtw.ouvaton.org/VisualTW.html
[2] https://files.getdropbox.com/u/1316865/slices.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---