extension ExtPose

DokuLink

CRX id

hoebhgchmhklijkblbkmimohgpcmkdib-

Description from extension meta

Saves current tab link to dokuwiki.

Image from store DokuLink
Description from store DokuLink is a simple chrome extension that adds a button to the chrome action bar. When you click it, the current tab URL and (optionally the title) get saved to your Dokuwiki (https://www.dokuwiki.org/dokuwiki) installation via an RPC call. ** Configuration: ** Once you have the extension installed, go ahead and enable the XML-RPC setting on your wiki. You can find this setting under `Configuration Settings` --> `Authentication` --> `remote` and `remoteuser`. You need to enable the remote API system, and optionally whitelist the user credentials you plan to provide to this extension. You can create a dedicated user and only allow access to a specific page, or use your primary account. All calls are sent via HTTPS, so this extension should not induce any significant security vulnerabilities not present in dokuwiki itself. ** Usage: ** - Open the Options page (right click on icon and choose "Options") and enter your wiki domain, username, and password. Note that these credentials are stored using the chrome sync (https://developer.chrome.com/extensions/storage) api, and are not transmitted anywhere outside of chrome. - The key combo "Ctrl+Shift+S" will open a session browser, where you can copy all open tabs from another device in a nice list. ** Why do you need X permission? ** - `Read and change all your data on websites you visit` - without this permission the extension cannot send data to your wiki. Since it's impossible for this extension to limit itself to only your wiki domain, it has to ask for access to all pages. Feel free to audit the code to confirm that this is the case. - we need `active tab` to get the current URL and title of the page you are on. - 'sessions' is required to list all open tabs on other devices.

Latest reviews

  • (2020-11-04) Ivan Smirnov: Works flawlessly!

Latest issues

  • (2021-09-29, v:1.3.0) Remco Schellekens (Merty): Will have XML error when encountering illegal characters in page title
    Hi there, I still use this plugin, but noticed some pages didn't work, like https://www.kinguin.net/ . However, I could update it by altering the altering the "generatePayload" method with : title=tab.title.replace(/&/g,'&amp;') .replace(/</g, '&lt;') .replace(/>/g, '&gt;') .replace(/"/g, '&quot;') .replace(/'/g, '&apos;'); switch (format) { case 'markdown': payload += '- [' + title + '](<![CDATA[' + tab.url + ']]>)'; break; case 'doku': payload += '* [[<![CDATA[' + tab.url + ']]>|' + title + ']]'; Couldn't figure out how to do pull request to your repo, but hope this might help :)

Statistics

Installs
37 history
Category
Rating
5.0 (1 votes)
Last update / version
2020-04-17 / 1.3.0
Listing languages
en

Links