Add explcit aliases for open links
This commit is contained in:
@@ -98,15 +98,20 @@ Key settings:
|
||||
|
||||
- **paths**
|
||||
Allowed base filesystem roots (one per line). Each root can be followed by:
|
||||
- `A> /Alias/` (optional) alias used in wiki syntax and open links
|
||||
- `A> Alias` (optional) alias used in wiki syntax and open links
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
/srv/share/Datascape/
|
||||
A> /Scape/
|
||||
A> Scape
|
||||
```
|
||||
|
||||
Notes:
|
||||
- Wiki syntax accepts aliases in path form (for example `Scape/sub/folder`).
|
||||
- Open links sent to the local client service are emitted as `Alias>relative/path`
|
||||
(for example `Scape>sub/folder`) so each client can resolve its own local root.
|
||||
|
||||
luxtools links use the plugin endpoint:
|
||||
|
||||
`lib/plugins/luxtools/file.php?root=...&file=...`
|
||||
|
||||
Reference in New Issue
Block a user