From 9c773a5d1c64bc3c772fef1ae660bffb9f1691f4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 12 May 2025 04:40:15 -0500 Subject: copying relevant dotfiles from linux install --- .../.config/calibre/plugins/Favourites Menu.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dotfiles/system/.config/calibre/plugins/Favourites Menu.json (limited to 'dotfiles/system/.config/calibre/plugins/Favourites Menu.json') diff --git a/dotfiles/system/.config/calibre/plugins/Favourites Menu.json b/dotfiles/system/.config/calibre/plugins/Favourites Menu.json new file mode 100644 index 0000000..4e7c163 --- /dev/null +++ b/dotfiles/system/.config/calibre/plugins/Favourites Menu.json @@ -0,0 +1,65 @@ +{ + "menus": [ + { + "display": "View default list", + "path": [ + "Reading List", + "View default list" + ] + }, + null, + { + "display": "Add to default list", + "path": [ + "Reading List", + "Add to default list" + ] + }, + { + "display": "Remove from default list", + "path": [ + "Reading List", + "Remove from default list" + ] + }, + { + "display": "Edit default list", + "path": [ + "Reading List", + "Edit default list" + ] + }, + { + "display": "Extract ISBN", + "path": [ + "Extract ISBN" + ] + }, + { + "display": "Clean Comments", + "path": [ + "Clean Comments" + ] + }, + { + "display": "Find Duplicates", + "path": [ + "Find Duplicates" + ] + }, + { + "display": "Convert books", + "path": [ + "Convert Books" + ] + }, + null, + { + "display": "Start Content server", + "path": [ + "Connect Share", + "Start Content server" + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3