From 968a44ee607d47fcf2d7c9c2fad83bf39766e7eb Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 20 Jan 2024 11:31:22 +0000 Subject: [PATCH] Readme for omnivore --- tools/import/omnivore/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/import/omnivore/README.md diff --git a/tools/import/omnivore/README.md b/tools/import/omnivore/README.md new file mode 100644 index 00000000..10781bc8 --- /dev/null +++ b/tools/import/omnivore/README.md @@ -0,0 +1,7 @@ +# Omnivore importer + +This (even more shoddily built) script pulls my annotated articles in from Omnivore and turns them into bookmarks. + +Annoyingly, Omnivore marks the "ReadAt" date as being the _most recent_ time you read it (not the first time), so my most-enjoyed articles will jump to the top when I re-read them. This isn't terrible, but I'll put a request in with them to avoid this! + +I don't have a mechanism for running this regularly (and committing the results to the repo) but that'd be next!