From ee1d63447b4e0085a8ac9f70578be6ab3b85c19e Mon Sep 17 00:00:00 2001 From: Danche Choi Date: Tue, 20 Jun 2023 15:49:44 +0100 Subject: [PATCH] zotero: add page (#10367) * zotero: add page * Apply suggestions --------- Co-authored-by: Muhammad Falak R Wani Co-authored-by: K.B.Dharun Krishna --- pages/common/zotero.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/zotero.md diff --git a/pages/common/zotero.md b/pages/common/zotero.md new file mode 100644 index 000000000..ac41dc528 --- /dev/null +++ b/pages/common/zotero.md @@ -0,0 +1,20 @@ +# zotero + +> Manage your bibliographies. +> More information: . + +- Run with the GUI: + +`zotero` + +- Run in headless mode: + +`zotero --headless` + +- Run with a specific profile: + +`zotero -P {{profile}}` + +- Run the Migration Assistant: + +`zotero --migration`