先在下面的网址安装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: 0operation: 4data: >-// Remove tags from parent items// @author Yang1824, windingwind// @linkhttps://github.com/windingwind/zotero-actions-tags/discussions/127// @usage Shortcutif (!item) return;let parentItem = Zotero.Items.getTopLevel([item])[0];parentItem.getTags().map((tag) => tag.tag).forEach((tag) =>{parentItem.removeTag(tag)})shortcut: Shift,Ctrl,Backspaceenabled: truemenu: ''name: 移除当前所有标签showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false1725369688225-n32ukLqm:event: 0operation: 1data: 🚀shortcut: Shift,Ctrl,$enabled: truemenu: ''name: 未来可以做showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false1725367249413-n32ukLqm:event: 0operation: 1data: 😀shortcut: Shift,Ctrl,~enabled: truemenu: ''name: 对当前的我有用showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false1725366893716-n32ukLqm:event: 0operation: 1data: ❌shortcut: Shift,Ctrl,#enabled: truemenu: ''name: 不需要读showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false1725367048305-n32ukLqm:event: 0operation: 1data: 📖shortcut: Shift,Ctrl,@enabled: truemenu: ''name: 正在读showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false1725365699457-n32ukLqm:event: 0operation: 1data: ✅shortcut: Shift,Ctrl,!enabled: truemenu: ''name: 已读showInMenu:item: falsecollection: falsetools: falsereader: falsereaderAnnotation: false
可能的问题:
假如标题前面不显示表情的话:
解决一:
将列设置的Tags勾选上(如果没有列设置,那么需要用管理员打开Zotero)
解决二:
使用了style插件,显示的列太多了,将一些没有用的列不显示就好了