mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
Importers: handle writing the journal to disk ourselves (rather than delegating to the plugin) Plugins: First pass at testing custom importer
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|