From c52dc7ed6951af2d74804d1275e577205960b235 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Thu, 27 Feb 2025 17:45:40 +0100 Subject: add `file_prefix` option to config and opening function --- files/bibiman.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files') diff --git a/files/bibiman.toml b/files/bibiman.toml index 2e5d51b..987e780 100644 --- a/files/bibiman.toml +++ b/files/bibiman.toml @@ -12,6 +12,10 @@ ## Default app to open URLs/DOIs # url_opener = "xdg-open" +## Prefix which is prepended to the filepath from the `file` field +## Use absolute paths (~ for HOME works). Otherwise, loading might not work. +# file_prefix = [ "/some/path/prefix" ] + # [colors] ## Default values for dark-themed terminal ## Possible values are: -- cgit v1.2.3