From b5786edb305fa0dc0cb09cb7ffcdc4c7c5d1ad25 Mon Sep 17 00:00:00 2001 From: Josh English Date: Tue, 21 Apr 2020 22:57:12 -0700 Subject: [PATCH] (docs): Fix org-roam-protocol JS Bookmarklet (#508) --- doc/roam_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/roam_protocol.md b/doc/roam_protocol.md index 85aa15d..d22dc59 100644 --- a/doc/roam_protocol.md +++ b/doc/roam_protocol.md @@ -20,7 +20,7 @@ To use this, create a Firefox bookmarklet as follows: ```javascript javascript:location.href = -'org-protocol:/roam-ref?template=r&ref=' +'org-protocol://roam-ref?template=r&ref=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title)