Plone Bookmarklet is a js script that redirect to location often used of a Plone website. The script handle if you run the website trough the port or a DNS.
clone the repos on local
git clone [email protected]:jimbiscuit/plone-bookmarklet.git
And then in your web browser go to your bookmark manager and import bookmark.html
.
Copy an existing bookmarklet and edit the URL of the new bookmarklet at the start of the script there is two variable :
This one define the path that will be append at the end of the URL :
var destination = "";
This one set if the path after the host will be removed (false
) or not (true
)
var in_place = false;