Open jxpeng98 opened 1 year 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?
@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:
.
Remember to use bib
file rather than json
since json
cannot store the tag or keyword details.
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.