From bf825cae48acdd5973790dec5d1464f1ac9b9303 Mon Sep 17 00:00:00 2001 From: mtklar <49459830+mtklar@users.noreply.github.com> Date: Fri, 7 Jan 2022 08:48:44 +0100 Subject: [PATCH] Corrected URL if #shareAlias is set. --- Sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sharing.md b/Sharing.md index daa295e..33c9d7b 100644 --- a/Sharing.md +++ b/Sharing.md @@ -54,7 +54,7 @@ for (const attr of parentNote.attributes) { Shared notes are accessible using URLs like `http://domain/share/knvU8aJy4dJ7`, where the last part is the note's ID. -You can add `#shareAlias` to individual notes to make the URLs nicer, e.g. `#shareAlias=highlighting` will make the URL look like `http://domain/share/formatting`. +You can add `#shareAlias` to individual notes to make the URLs nicer, e.g. `#shareAlias=highlighting` will make the URL look like `http://domain/share/highlighting`. Note that you are responsible for keeping the aliases unique.