It's not supposed to contain any system tiddlers. It is generated from my
build process/database schema/testing results. But some are containing
macros now, and of course, I occasionally find problems where things aren't
escaped out or a stray line feed makes it through escaping.
It's just an array of tiddlers of the form:
{
"title" : "dbo Schema"
,"text" : "Module: \n<br />Description: \n<br />Tables:\n\n*
[[dbo.Numbers Table]]\n"
,"tags" : "schema text-source.auto"
,"type" : "text/vnd.tiddlywiki"
},{
"title" : "Doc Schema"
,"text" : "Module: \n<br />Description: \n<br />Tables:\n\n"
,"tags" : "schema text-source.auto"
,"type" : "text/vnd.tiddlywiki"
},{
"title" : "ETL Schema"
,"text" : "Module: \n<br />Description: \n<br />Tables:\n\n"
,"tags" : "schema text-source.auto"
,"type" : "text/vnd.tiddlywiki"
}
Cade
On Wednesday, August 28, 2019 at 5:56:19 AM UTC-5, TonyM wrote:
>
> Case
>
> Is it easy to determin the difference between your database tiddlers and
> the others in your import? I would imagine such problems could come about
> if you overwrite a system tiddler or display or use styles or css. Are
> there tiddlers that once closed or you remove a system tag the problem goes
> away?
>
> When you create a json are you only exporting what you need or are you
> including others?
>
> just some possible approaches.
>
> Tony
>
>
--
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/cde5f435-b6e7-42c4-9f88-c14f61eeb8f9%40googlegroups.com.