hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 77 forks source link

Add Keywords list for citation #211

Open jxpeng98 opened 1 year ago

jxpeng98 commented 1 year ago

Hi,

Thanks for the excellent plugin!

I add a field of keywords to the list of variables.

The keywords will be useful when publishing the post to a personal website. Keywords can be rendered as tags automatically.

Nilahn commented 8 months ago

Is there a way to render them as Wiki-links instead of tags?

And how can I make this work? Do I need to copy anything into the main.js file or is this integrated automatically if I have the latest version of the plugin?

jxpeng98 commented 8 months ago

@Nilahn Thanks for your interest. I am not sure whether it can render as wikilink, and I will try it.

If you want to use the keyword feature, go to my repo and download the main.js and put it in your plugin folder .obsidian/plugins/obsidian-citation-plugin and replace the main.js.

Then restart Obsidian. Go to settings and find citations, and you can add the tags like this: image.

Remember to use bib file rather than json since json cannot store the tag or keyword details.