Fix BibTeX template type field to use correct syntax

- Remove unnecessary double brace escaping from type field
- Use @{doc[type]} directly as papis handles it correctly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-31 12:50:14 +02:00
parent 77fff99614
commit ebfb6f3bf2

View file

@ -48,7 +48,7 @@
# Papis BibTeX template
home.file."Library/Application Support/papis/templates/bibtex.template".text = ''
@{{doc[type]}}{{{doc[ref]},
@{doc[type]}{{{doc[ref]},
author = {{{doc[author]}}},
title = {{{doc[title]}}},
year = {{{doc[year]}}},