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 | 3b972296a87bcf10ebea36270255b4d2a4c90b51 (patch) | |
| tree | dca53f1deb6c11bc6cb6f7f6720514cf3e59dc2f /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 5dbbd4ecca520d5a753f538f0e895140348771e5 (diff) | |
| download | archsetup-3b972296a87bcf10ebea36270255b4d2a4c90b51.tar.gz archsetup-3b972296a87bcf10ebea36270255b4d2a4c90b51.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 ], |
