GROWI plugin to write Local Path Link in page.
GROWi v7.2 or later is required
This plugin can lead to security vulnerabilities.
<a data-lpath='C:\foo'></a> // What you write in edit page.
<a href="file://C:\foo">C:\foo</a> // What you get in browser page.
<a data-lpath='C:\foo'>Text Content</a> // What you write in edit page.
<a href="file://C:\foo">Text Content</a> // What you get in browser page.
Left click to copy the path.
<a data-lpath='C:\foo' data-copyoff></a> // Disable copy the path.
Most Web-browsers disable Local Path Link.
If you want to go by one-click, need some add-on or setting.
MIT