DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:localexplorer

localexplorer Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" unknown

plugin This plugin creates a localexplorer link directly to files stored in your local Windows system, including shared network storage. It requires the Local Explorer Chrome or Edge extension plus the Windows integration module in order to work.

Last updated on
2023-08-12
Provides
Syntax
Repository
Source

Tagged with localexplorer

Installation

I tested this and it seems to work, but no guarantees. This requires both Local Explorer Chrome (or Edge) plugin and Windows integration modules, which I did not write and have no responsibility for. They work for me, but use at your own risk!

:!: External requirements: This plugin requires the following additional components that must be installed separately:

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

Links look like this:

[[localexplorer>C:\Users\your_name\OneDrive\Documents\|Documents folder]]

[[localexplorer>C:\Users\your_name\OneDrive\Documents\book.pdf|Book in Documents Folder]]

[[localexplorer>S:\Department\Accounting\sales\EMEA.xlsx\|EMEA spreadsheet]]

If you have the required Chrome or Edge plugin and the Windows integration module, the link should open the folder (or file) according to the path.

Syntax

[[localexplorer>path|[title]]]

This is rendered to HTML as:

<a href="localexplorer:path">title</a>

Security

Updated: A cross-Site-Scripting vulnerability was reported on 2023-08-14. This issue was resolved on 08/14/23. I updated the plugin to strip the double-quote (“) character from the path and also to apply the rawurlencode() function before constructing the HTML link, which should resolve the security concern. The current version should work correctly and securely. — lenehey 2023-08-15 02:23

Discussion

I realized now that this exact same result can be achieved using the built-in interwiki functionality. To do this, add to to the interwiki.local.conf file in the conf folder the folloiwng line:

lexp localexplorer:{NAME}

If you don't like the default icon, you can upload an icon for your links. If so, it needs to be called lexp.png, lexp.gif, or lexp.svg.

Format your links as follows: [[lexp>path|[[title]]] where the italicized text is replaced by your text and the [title] is optional (as indicated by the square brackets).

I'm leaving this plugin up because I think a lot of people might not be aware that you can get this functionality using Dokuwiki and the Local Explorer browser extension.

lenehey 2023-08-17 21:12

plugin/localexplorer.txt · Last modified: 2023-10-31 01:00 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki