Hi. I write a little code. It loads tiddler data from this table https://docs.google.com/spreadsheets/d/1ExMxzgAWUjle1YmeN5emOHgg7sEv8Wi6EbhOcps9u-Y/ by tiddler title and creates new tiddler by $tw.wiki.addTiddler(new $tw.Tiddler.. ........ here is my demo http://heeg.ru/shop_test21.html#7226965 it works good and wiki gets tiddler from table by id, but zoomin view stop working. So if I try to go to any other tiddler (home button for example) this tiddler stay on screen (but must disappear).
I notice, that this tiddler and other have other properties created tiddler <div data-tiddler-title="7226965" data-tags="Aksessuary $:/Note" class="tc-tiddler-frame tc-tiddler-view-frame tc-tiddler-exists tc-tagged-Aksessuary tc-tagged-%24%3A%2FNote "><div class="tc-tiddler-title container"> and if I close an open it, properties are <div data-tiddler-title="7226965" data-tags="Aksessuary $:/Note" class="tc-tiddler-frame tc-tiddler-view-frame tc-tiddler-exists tc-tagged-Aksessuary tc-tagged-%24%3A%2FNote tc-storyview-zoomin-tiddler" style="display: block; transform-origin: 0px 0px 0px; transform: translateX(0px) translateY(0px) scale(1); transition: transform 0ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; opacity: 1; z-index: 500;"><div class="tc-tiddler-title container"> and with this properties zoomin works good. here is my js code http://heeg.ru/shop_test21.html#%24%3A%2Fboot%2Fboot.js -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0f1cdf28-a930-431a-8f87-58f11a138e5a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

