chore: initial project commit

This commit is contained in:
Ignacio Ballesteros
2026-02-17 21:25:46 +01:00
commit 70f7fac23e
34 changed files with 6786 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name = Zotero Org Export Annotations
description = Export PDF/EPUB annotations to Org-mode files
menu-export-all = Export All Annotations to Org
menu-export-selected = Export Selected to Org
menu-preferences = Org Export Preferences...
notification-export-complete =
{ $count ->
[one] Exported { $count } item to Org
*[other] Exported { $count } items to Org
}
notification-export-error = Export failed: { $error }
notification-no-items = No items with annotations to export
notification-config-required = Please configure the notes path in preferences
error-better-notes-required =
Better Notes plugin is required for Org export.
Please install it from: https://github.com/windingwind/zotero-better-notes
error-pandoc-not-found =
Pandoc not found at: { $path }
Please install pandoc or configure the correct path in preferences.
error-notes-path-not-set =
Notes output path is not configured.
Please set it in Tools > Org Export Preferences.
error-notes-path-invalid =
Notes path does not exist: { $path }