mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 20:55:10 +01:00
Initialise with 'url' url parameter if exists, enabling bookmarklet
This commit is contained in:
10
README.rst
10
README.rst
@@ -45,6 +45,16 @@ url's when wanted.
|
||||
Url's are of the form https://marks.example.com/<userkey>/<action>
|
||||
|
||||
|
||||
Bookmarklet
|
||||
~~~~~~~~~~~
|
||||
|
||||
To easily save a link from your browser, open its bookmark manager and create a new bookmark with as url:
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
javascript:location.href='http://marks.example.com/1234567890abcdef/add?url='+encodeURIComponent(location.href);
|
||||
|
||||
|
||||
Creating a new user
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user