Skip to content

Commit ed65805

Browse files
committed
Bump version to 0.2.0; fix Fluent parsing in export-folder help
1 parent 84a6779 commit ed65805

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

addon/locale/en-US/preferences.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pref-add-frontmatter =
1919
.label = Prepend YAML frontmatter with Zotero metadata
2020
pref-frontmatter-help = Adds title, authors, year, doi, url, zotero_key, citation_key to every .md output as a YAML --- block at the top.
2121
pref-export-folder = Export folder
22-
pref-export-folder-help = Absolute path. If set, every converted .md is ALSO written here as "{citationKey || zoteroKey}.md". Leave empty to disable.
22+
pref-export-folder-help = Absolute path. If set, every converted .md is ALSO written here. Filename uses the item's citation key when available, otherwise the Zotero item key. Leave empty to disable.
2323
2424
pref-conversion-title = Conversion
2525
pref-pipeline = Pipeline

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zotero-docling",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Convert Zotero PDF attachments to structured markdown via Docling",
66
"config": {
77
"addonName": "Zotero Docling",

0 commit comments

Comments
 (0)