I am importing a JSON array of 10 Tiddlers with title and text properties
only.
After running the command below, I have a tiddlywiki.info file in the
folder, an output folder with an empty index.html file and no sign of the
tiddlers.
This is what the JSON file looks like:
[
{
"title" : "SCHEMA Config"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA DataMart"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA db_securityadmin"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA dbo"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA Doc"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA ETL"
,"text" : "Module:\nDescription:"
}
,{
"title" : "SCHEMA Logging"
,"text" : "Module: LOG\nDescription: Logging schema"
}
,{
"title" : "AscendDataMart SCHEMA Modeling"
,"text" : "Module:\nDescription:"
}
,{
"title" : "AscendDataMart SCHEMA Notify"
,"text" : "Module:\nDescription:"
}
,{
"title" : "AscendDataMart SCHEMA TEST"
,"text" : "Module:\nDescription:"
}
]
>tiddlywiki ./DataDictionary --verbose --init empty
Boot log:
Startup task: load-modules
Startup task: info after: load-modules before: startup
Startup task: startup after: load-modules
Startup task: story after: startup
Startup task: commands platforms: node after: story
Executing command: init empty
Copied edition 'empty' to ./DataDictionary
>tiddlywiki ./DataDictionary --verbose --import tiddlers.json
application/json
Boot log:
Startup task: load-modules
Startup task: info after: load-modules before: startup
Startup task: startup after: load-modules
Startup task: story after: startup
Startup task: commands platforms: node after: story
Executing command: import tiddlers.json application/json
10 tiddler(s) imported
>tiddlywiki ./DataDictionary --verbose --rendertiddler
$:/plugins/tiddlywiki/tiddlyweb/save/offline index.html text/plain
Boot log:
Startup task: load-modules
Startup task: info after: load-modules before: startup
Startup task: startup after: load-modules
Startup task: story after: startup
Startup task: commands platforms: node after: story
Executing command: rendertiddler
$:/plugins/tiddlywiki/tiddlyweb/save/offline index.html text/plain
--
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/b952af16-c16a-4e83-8981-83de83c880dc%40googlegroups.com.