Compare commits

...

2 commits

Author SHA1 Message Date
c8abbf58d7
doc: Add example formatting variations 2025-06-11 16:44:03 +02:00
96af170c8b
chore: Update papis formatter option to new spelling
Updated the legacy-made 'formater' option in papis to use 'formatter'
which is the new option.
2025-06-11 16:44:02 +02:00

View file

@ -1,6 +1,6 @@
# papis-bbt-formatter
Formats reference keys in papis similarly to the (zotero plugin) `better-bibtex` keys, in the format `Name2008TitleShort`.
Formats reference keys in papis similarly to the (zotero plugin) `better-bibtex` keys, in formats such as `Name2008TitleShort`, `Name2008titleshort`, or `Name2008`.
## Installation
@ -39,11 +39,14 @@ In your papis configuration file (usually `~/.config/papis/config`), add the fol
```cfg
[settings]
formater = bbt
formatter = bbt
ref-format = bbt:
```
For now, the ref-format also _has_ to start with `bbt:`.
The formatter is set to `bbt` which will invoke it for every formatting operation
(see the `default-formatter` setting for formatting things other than the ref-key).
For now, the ref-format also _has_ to start with `bbt:` so that the formatter picks it up.
Formatted reference keys by default will look like:
@ -59,7 +62,7 @@ Listed below are all options with their defaults:
```cfg
[settings]
formater = bbt
formatter = bbt
ref-format = bbt:
[plugins.bbt]