Hi,
I’m new here and not sure if this discussion is correctly posted. Please remind me if I did anything wrong!
Background information
I’m the developer of this Zotero plugin: windingwind/zotero-better-notes(github.com), which aims to enhance the note workflow in Zotero. It is quite popular with Zotero users and has gained more than 1.2k stars since its first release in May 2022.
This plugin provides a simple way to keep a Zotero note in sync with a markdown file, which works in two-path. This means all metadata must be retained in the corresponding markdown file. So far it works well.
Problem Description
There are bug reports that Obsidian cannot recognize links in HTML:
<a href="./Test-Note-Y4JNAYGB.md" rel="noopener noreferrer nofollow" zhref="zotero://note/u/Y4JNAYGB/?line=48" ztype="znotelink">Test Note</a>
Is there any possible way to keep the metadata, e.g. zhref
, and make it compatible with Obsidian’s link format?
The origin issue: Obsidian中无法识别链接的subnotes[Bug] · Issue #296 · windingwind/zotero-better-notes (github.com)
Thank you in advance!
Best,
windingwind