mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 20:51:02 +01:00
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:
9
README
9
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user