PKM-er / obsidian-zotlit

A third-party project that aims to facilitate the integration between Obsidian.md and Zotero, by providing a set of community plugins for both Obsidian and Zotero.
https://zotlit.aidenlx.top
MIT License
589 stars 25 forks source link

Delete zotero-key and zt-attachments #297

Open mai0503 opened 6 months ago

mai0503 commented 6 months ago

Hi,

this plugin is very useful for me. Thanks for providing this tool. Now I have a question about eta template for generating notes automatically in obsidian. I don't need to show "zotero-key" and "zt-attachments" in the generated note. But I don't have a way to delete them in the field.eta file.

kind regards

Adonis2018 commented 6 months ago

I have the same issue, my zotero-key and the name of the folder where my document pdf is located are inconsistent

Tylannn commented 5 months ago

I guess it's a mark to connect with zotero items, but I wish to add this option for decoupling notes and source.

zzhixin commented 3 months ago

If you delete these two properties manually, it seems that nothing wrong happens. So it is really strange to me that this completely redundant items rendering defaultly.

Silence2540 commented 1 week ago

using custom CSS snippets to hide them:

.metadata-property[data-property-key="zotero-key"],
.metadata-property[data-property-key="zt-attachments"] {
    display: none;
}