diff options
| author | lukeflo | 2025-02-19 21:13:50 +0100 |
|---|---|---|
| committer | lukeflo | 2025-02-19 21:13:50 +0100 |
| commit | dc5ded8160177864963a31476c2a7afe8ca8e834 (patch) | |
| tree | abc0e3293b89fa24d3b9a7cbfe5dbc9d83d1d8b5 /example-config.toml | |
| parent | 3bdd57994d94839aef04871bd0247f2b82b71d35 (diff) | |
| download | bibiman-dc5ded8160177864963a31476c2a7afe8ca8e834.tar.gz bibiman-dc5ded8160177864963a31476c2a7afe8ca8e834.zip | |
resource opener in config
+ implement config field `pdf_opener` for setting app to open PDFs/Epubs
+ implement config field `url_opener` for setting app to open URLs/DOIs
+ function to select fallback if no field is provided in config
Diffstat (limited to 'example-config.toml')
| -rw-r--r-- | example-config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-config.toml b/example-config.toml index 989350e..9d110ed 100644 --- a/example-config.toml +++ b/example-config.toml @@ -1,3 +1,5 @@ [general] bibfiles = ["./tests/biblatex-test.bib"] # files and dirs are possible editor = "vim" # arguments are possible: "vim -y" +# pdf_opener = "xdg-open" +# url_opener = "xdg-open" |
