There must be a bug with CopyNoteURL command becau...
# chat
u
There must be a bug with CopyNoteURL command because the docs links aren't clickable in recent announcements They start with
https:/
instead of
https://
. I suspect that this particular
path.join
line does this: https://github.com/dendronhq/dendron/blob/992f5f0d69b06afb47bdeb6f12728d172d3a9b4f/packages/plugin-core/src/commands/CopyNoteURL.ts#L56 I didn't try running my own dendron version to debug but an experiment on repl.it shows the same behaviour