From a16f3a68818043f162b88414e17575a6d7e8d095 Mon Sep 17 00:00:00 2001 From: theCollectiv <78902012+theCollectiv@users.noreply.github.com> Date: Mon, 25 Oct 2021 21:08:07 +0200 Subject: [PATCH 1/2] Use drag and drop to reference notes It's much more easier and intuitive for most of the users to use drag n drop in the desktop app. --- readme/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/markdown.md b/readme/markdown.md index 8c51c6ec7a5..eb2789485d3 100644 --- a/readme/markdown.md +++ b/readme/markdown.md @@ -70,7 +70,7 @@ You can create a link to a note by specifying its ID in the URL. For example: [Link to my note](:/0b0d62d15e60409dac34f354b6e9e839) -Since getting the ID of a note is not straightforward, each app provides a way to create such link. In the **desktop app**, right click on a note an select "Copy Markdown link". In the **mobile app**, open a note and, in the top right menu, select "Copy Markdown link". You can then paste this link anywhere in another note. +Since getting the ID of a note is not straightforward, each app provides a way to create such link. In the **desktop app**, select the note to link and use drag n drop to pull it in note, where you want to reference it. Or use right click on a note an select "Copy Markdown link". In the **mobile app**, open a note and, in the top right menu, select "Copy Markdown link". You can then paste this link anywhere in another note. ### Math notation From 05162931143018832b88b1ff0d0339b5c7fc3686 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 26 Oct 2021 11:59:57 +0100 Subject: [PATCH 2/2] Update markdown.md --- readme/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/markdown.md b/readme/markdown.md index eb2789485d3..3525b70f456 100644 --- a/readme/markdown.md +++ b/readme/markdown.md @@ -70,7 +70,7 @@ You can create a link to a note by specifying its ID in the URL. For example: [Link to my note](:/0b0d62d15e60409dac34f354b6e9e839) -Since getting the ID of a note is not straightforward, each app provides a way to create such link. In the **desktop app**, select the note to link and use drag n drop to pull it in note, where you want to reference it. Or use right click on a note an select "Copy Markdown link". In the **mobile app**, open a note and, in the top right menu, select "Copy Markdown link". You can then paste this link anywhere in another note. +Since getting the ID of a note is not straightforward, each app provides a way to create such link. In the **desktop app**, drag and drop a note into another note to create a link. Or right click on a note and select "Copy Markdown link". In the **mobile app**, open a note and, in the top right menu, select "Copy Markdown link". You can then paste this link anywhere in another note. ### Math notation