diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index b8a915d5..4826814f 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -671,7 +671,7 @@ class NoteList extends React.Component { } copyNoteLink (note) { - const noteLink = `[${note.title}](${note.key})` + const noteLink = `[${note.title}](:note:${note.key})` return copy(noteLink) }