From 60053ed3fc01b17f1d69a8df84ae3f8a02bcefec Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Wed, 27 Jul 2022 11:56:39 +0200 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d5fa78..6af8c17 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Customizable script for exporting notes from BookStack through API - export keeping the tree structure by making folders from Shelves, Books and Chapters - export multiple formats at once - export at multiple levels at once (export Books or/and Chapters or/and Pages as files) +- choose if local files should be updated only if their edit timestamp is older than remote document last edit, or timestamps should be ignored and files will always be overwritten with the newest version - customizable path for placing exported notes - authorization token is loaded from txt file @@ -46,7 +47,7 @@ options: ``` ### TODO: -- ~~choosing verbosity level through command line parameter~~ Done -- ~~choosing on what level should the notes be exported (Books, Chapters, Pages)~~ Done -- WIP: choosing if update note file only if the last edit timestamp from API is later that the local file timestamp -- suggestions? +- [x] ~~choosing verbosity level through command line parameter~~ Done +- [x] ~~choosing on what level should the notes be exported (Books, Chapters, Pages)~~ Done +- [x] ~~choosing if update note file only if the last edit timestamp from API is later that the local file timestamp~~ Done +- [ ] suggestions?