====== Dokuwiki Bookmarklet ======
**Goal:** I want to be able to add bookmarks/links easily from my web browser to the [[Read it later]] page on this wiki.
See it in action:
{{ :dokuwiki-bookmarklet.mp4 |A video of the bookmarklet in action}}
Inspired by Shaarli's [[wp>bookmarklet]], I created this javascript laden anchor tag on a blank HTML page:
✚ read it later
I can drag this onto my bookmarks bar and use on any subsequent pages I visit.
It calls some simple PHP that shows a form that appends a link to the raw file in the dokuwiki data directory (this still keeps all the wiki history - it's marked as an 'external edit').
I know the auth token is in the video - that's the test token, and it's not at that URL :P
I think I might work on something similar next that will allow you share a link directly to a Matrix channel.