Hi,

I am trying to do an export to static pages using the context plugin, the 
JSZip plugin and the export button of Anne-Laure Le Cunff 
<https://nesslabs.com/tiddlywiki-static-website-generator>. I have made a 
tiddler $:/blinks with
<$set name="bterm" value=<<currentTiddler>> >
<$list filter="[<currentTiddler>backlinks[]sort[title]limit[250]]">
{{!!title||$:/core/ui/ListItemTemplate}}
<$context term=<<bterm>> />
</$list>
</$set>

and added this

<div class="tc-blinks">
`<$tiddler tiddler=<<currentTiddler>> >
<$view tiddler="$:/blinks" format="htmlwikified"/>
</$tiddler>`
</div>

below <body class="tc-body"> in $:/core/templates/static.tiddler.html. The 
export now crashes with Internal JavaScript Error, yielding "Uncaught 
TypeError: span.cloneNode is not a function". I don't know javascript well 
enough to figure out if this is a simple bug or a more major problem? What 
do you think? It seems to be related to the view widget


Best,
Anders

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2828d938-9b97-44ac-87e9-a67e842d2a29%40googlegroups.com.

Reply via email to