added JSON export format:

Starting with version 1.4 JSON export format will be supported but
not be enabled by default. However a deprecation notice will appear if
a user still uses YAML format. YAML support will be removed in version
1.5.

Fixes https://github.com/TLINDEN/note/issues/10.
This commit is contained in:
2023-08-13 19:05:29 +02:00
parent 1b842625ed
commit 37e73950da
6 changed files with 431 additions and 344 deletions

9
README
View File

@@ -1,4 +1,4 @@
note 1.3.26 by T.v.Dein (09/02/2015)
note 1.4.0 by T.v.Dein (13/08/2023)
=======================================
Introduction
@@ -104,6 +104,11 @@ You need the following things:
you want to use the auto-completion and history functionality.
o Config::General if you want to use the NOTEDB::general
backend.
o YAML is needed to create backups using -D. Please note,
that this format is deprecated starting with 1.4.0. The
Support will be removed in 1.5.0. Please switch to JSON
format as soon as possible, either by using the -j
commandline option or the UseJSON configuration value.
Installation
@@ -207,4 +212,4 @@ and I'll add you.
Last changed
============
09/02/2015
13/08/2023