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 | b700df1613ab173daa20544a99b5a91e908c4813 (patch) | |
| tree | 1e25261ccd3613722d63e59d4f2fb5057af11bfc /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | cd2c52aa416bfe40c2032116ad2d99fc6ce3de89 (diff) | |
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 ], |
