Sample Importer: Handle data consistently whether from file or stdin

Importers: handle writing the journal to disk ourselves (rather than delegating to the plugin)
Plugins: First pass at testing custom importer
This commit is contained in:
MinchinWeb 2021-06-26 22:09:46 -06:00 committed by Jonathan Wren
parent 183795d3f5
commit 7f5fbca658
5 changed files with 33 additions and 10 deletions

View file

@ -0,0 +1,15 @@
{
"entries" :
[
{
"date" : "2013-06-09 15:39",
"title" : "My first entry.",
"body" : "Everything is alright"
},
{
"date" : "2013-06-10 15:40",
"title" : "Life is good.",
"body" : "But I'm better."
}
]
}