Skip to content

rnicrosoft-studio/zot-plus-plus

Repository files navigation

Zot Plus Plus

Introduction

Zotero++ (ZotPP), an enhancement plugin to Zotero.

Note

Zotero 7 compatible. (Zotero 6 bootstrap branch has archived)

Screenshots

ZotPP tags
open attachment in other methods

Features

  • ZotPP tags: (inspired from zotero-special-tags-column):
    • Independent ZotPP tags column with configurable emojis.
    • Right click to add/remove self-defined tags to rate items with stars, mark items as unread/read, indicate feelings for items, etc..
  • Right click on item to open with selected method that other than the default method in the preference pane. (inspired from zotero-open-pdf)
  • Right click on item to auto-rename attachments.
  • TBD ...

Appendix: Default ZotPP tags

After the installation of the plugin, this ZotPP tags json map with emojis is the default value in the preference pane.

Tip

Keeping the zotpp_ prefix in the tag name for identification is highly recommended.

{
    "zotpp_1": "",
    "zotpp_2": "",
    "zotpp_3": "",
    "zotpp_4": "",
    "zotpp_5": "",
    "zotpp_6": "",
    "zotpp_7": "",
    "zotpp_8": "",
    "zotpp_9": "",
    "zotpp_10": "",

    "zotpp_star_0_5": "☆☆☆☆☆",
    "zotpp_star_1_5": "★☆☆☆☆",
    "zotpp_star_2_5": "★★☆☆☆",
    "zotpp_star_3_5": "★★★☆☆",
    "zotpp_star_4_5": "★★★★☆",
    "zotpp_star_5_5": "★★★★★",

    "zotpp_pinned": "📌",
    "zotpp_star": "",
    "zotpp_flag": "🚩",

    "zotpp_fire": "🔥",
    "zotpp_water": "💧",
    "zotpp_boom": "💥",
    "zotpp_check": "✔️",
    "zotpp_cross": "",
    "zotpp_circ": "",
    "zotpp_exclamation": "",
    "zotpp_question": ""
}