Exporting notes to markdown doesn't work in Obsidian
Hi there,
When I drag notes to notepad it creates a markdown link, like this,
([Guy et al., 2022, p. 1](zotero://select/library/items/PZVNZNCY)) Test note
When I drag notes to word it doesn't create a markdown link, like this
(Guy et al., 2022, p. 1) Test note
But when I drag the note to Obsidian, which is a notetaking software that uses markdown, it also doesn't create a markdown link. It looks like this instead:
(Guy et al., 2022, p. 1) Test note
Is there a way to manually tell zotero to create the markdown link when dragging to Obsidian?
When I drag notes to notepad it creates a markdown link, like this,
([Guy et al., 2022, p. 1](zotero://select/library/items/PZVNZNCY)) Test note
When I drag notes to word it doesn't create a markdown link, like this
(Guy et al., 2022, p. 1) Test note
But when I drag the note to Obsidian, which is a notetaking software that uses markdown, it also doesn't create a markdown link. It looks like this instead:
(Guy et al., 2022, p. 1) Test note
Is there a way to manually tell zotero to create the markdown link when dragging to Obsidian?
-
dstillmanZotero copies Markdown for plain text. You have to change a setting in Obsidian to see it: https://forums.zotero.org/discussion/comment/400374#Comment_400374 Word is a rich-text editor, so you get rich text, not Markdown. (The Quick Copy format is "Markdown + Rich Text".)
-
Arthur_WangIt works now, thank you