先在下面的网址安装action and tags for zotero:
https://github.com/windingwind/zotero-actions-tags
视频讲解:
Zotero Tag -> Actions and Tags for Zotero - 远不止标签管理!_哔哩哔哩_bilibili
使用方法:
找到一些表情:https://getemoji.com/,然后复制这个表情到新建的数据列,然后操作选择“添加标签”,然后再添加快捷键

快捷键定义:
| Ctrl + Shfit + 0 | 对我现在有用 | 😀 | 
| Ctrl + Shfit + 1 | 已读 | ✅ | 
| Ctrl + Shfit + 2 | 正在读 | 📖 | 
| Ctrl + Shfit + 3 | 不需要读 | ❌ | 
| Ctrl + Shfit + 4 | 将来可以做 | 🚀 | 
| Ctrl + Shfit + shfit | 删除所有tags | 
XX.yml配置
type: ActionsTagsBackup
author: mapengsen
platformVersion: 7.0.3
pluginVersion: 2.0.0
timestamp: '2024-09-03T13:27:07.522Z'
actions:
  1725368316262-n32ukLqm:
    event: 0
    operation: 4
    data: >-
      // Remove tags from parent items
      // @author Yang1824, windingwind
      // @link
      https://github.com/windingwind/zotero-actions-tags/discussions/127
      // @usage Shortcut
      if (!item) return;
      let parentItem = Zotero.Items.getTopLevel([item])[0];
      parentItem.getTags().map((tag) => tag.tag).forEach((tag) =>
      {parentItem.removeTag(tag)})
    shortcut: Shift,Ctrl,Backspace
    enabled: true
    menu: ''
    name: 移除当前所有标签
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
  1725369688225-n32ukLqm:
    event: 0
    operation: 1
    data: 🚀
    shortcut: Shift,Ctrl,$
    enabled: true
    menu: ''
    name: 未来可以做
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
  1725367249413-n32ukLqm:
    event: 0
    operation: 1
    data: 😀
    shortcut: Shift,Ctrl,~
    enabled: true
    menu: ''
    name: 对当前的我有用
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
  1725366893716-n32ukLqm:
    event: 0
    operation: 1
    data: ❌
    shortcut: Shift,Ctrl,#
    enabled: true
    menu: ''
    name: 不需要读
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
  1725367048305-n32ukLqm:
    event: 0
    operation: 1
    data: 📖
    shortcut: Shift,Ctrl,@
    enabled: true
    menu: ''
    name: 正在读
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
  1725365699457-n32ukLqm:
    event: 0
    operation: 1
    data: ✅
    shortcut: Shift,Ctrl,!
    enabled: true
    menu: ''
    name: 已读
    showInMenu:
      item: false
      collection: false
      tools: false
      reader: false
      readerAnnotation: false
可能的问题:
假如标题前面不显示表情的话:

解决一:
将列设置的Tags勾选上(如果没有列设置,那么需要用管理员打开Zotero)

解决二:
使用了style插件,显示的列太多了,将一些没有用的列不显示就好了



















