mirror of
https://github.com/org-roam/org-roam
synced 2025-09-26 16:40:56 -05:00
(docs): Fix org-roam-protocol JS Bookmarklet (#508)
This commit is contained in:
@@ -20,7 +20,7 @@ To use this, create a Firefox bookmarklet as follows:
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
javascript:location.href =
|
javascript:location.href =
|
||||||
'org-protocol:/roam-ref?template=r&ref='
|
'org-protocol://roam-ref?template=r&ref='
|
||||||
+ encodeURIComponent(location.href)
|
+ encodeURIComponent(location.href)
|
||||||
+ '&title='
|
+ '&title='
|
||||||
+ encodeURIComponent(document.title)
|
+ encodeURIComponent(document.title)
|
||||||
|
Reference in New Issue
Block a user