stefanopagliari / bibnotes

358 stars 30 forks source link

Distinguish automatically exported tags and hand-typed tags #85

Open hujie12306 opened 2 years ago

hujie12306 commented 2 years ago

The type in the Json file is different. zotero: image json:

 "tags": [
        {
          "tag": "Cu"
        },
        {
          "tag": "MOF"
        },
        {
          "tag": "合成"
        },
        {
          "tag": "metal-organic frameworks",
          "type": 1
        },
        {
          "tag": "electrochemistry",
          "type": 1
        },
        {
          "tag": "/unread",
          "type": 1
        },
        {
          "tag": "sensors",
          "type": 1
        },
        {
          "tag": "solid-state structures",
          "type": 1
        },
        {
          "tag": "surface chemistry",
          "type": 1
        }
      ],
hujie12306 commented 2 years ago

我可以用中文吗?

hpxing commented 2 years ago

什么意思??根据tag的type来分别?

cw594 commented 11 months ago

I have the same question. Zotero has customized tags and auto-extract tags from the essay information. I only want to keep the custommized tags in the obsidian md files, because the auto-extract tags does not have the unified form and is not esay to manage them. But it seems like that the {{keywordszotero}} can not distinguish btw the customized tags and auto-extract tags. Then the elements of {{keywordsall}} is all included in {{keywordzotero}}. It is a replication.