diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-21 07:00:34 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-21 07:00:34 -0600 |
| commit | 19587e893c44c4953ddeed4a27736c9b13375400 (patch) | |
| tree | dca53f1deb6c11bc6cb6f7f6720514cf3e59dc2f /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 68895f200a37cd73bed5dbe96a62b3837465b24c (diff) | |
| download | archsetup-19587e893c44c4953ddeed4a27736c9b13375400.tar.gz archsetup-19587e893c44c4953ddeed4a27736c9b13375400.zip | |
feat(archsetup): add texlive-plaingeneric and masterpdfeditor packages
Add texlive-plaingeneric for org-mode PDF export (ulem.sty) and
masterpdfeditor from AUR for PDF form editing. Update calibre config.
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index 3e8d29a..d43d01d 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -5,6 +5,74 @@ "save to disk dialog": "/home/cjennings/projects/homelab/inbox", "sort_history": [ [ + "authors", + true + ], + [ + "title", + true + ], + [ + "timestamp", + false + ], + [ + "#isbn", + true + ], + [ + "timestamp", + false + ], + [ + "marked", + true + ], + [ + "authors", + true + ], + [ + "title", + true + ], + [ + "authors", + true + ], + [ + "title", + true + ], + [ + "timestamp", + false + ], + [ + "#isbn", + true + ], + [ + "timestamp", + false + ], + [ + "marked", + true + ], + [ + "authors", + true + ], + [ + "title", + true + ], + [ + "authors", + true + ], + [ "title", true ], |
