mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-18 17:11:38 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cbfd4ee134
commit
777f5c6fe0
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -174,11 +174,11 @@ the next, i.e. child, path element instead of parent.
|
|||||||
To illustrate the relative and absolute mechanics:
|
To illustrate the relative and absolute mechanics:
|
||||||
|
|
||||||
| Title | Source Page | Path | Resolves to |
|
| Title | Source Page | Path | Resolves to |
|
||||||
|-------------------|-------------------|-----------------------|---------------------------|
|
|-------------------|-------------|-----------------------|-------------------------|
|
||||||
| "." - current | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
|
| "." - current | \SourcePage | \\./Target/Page | \SourcePage/Target/Page |
|
||||||
| ".." - parent | \Example/Path | \\../Target/Page | \Example/Target/Page |
|
| ".." - parent | \SourcePage | \\../Target/Page | \Target/Page |
|
||||||
| ">>" | \Example/Path | >>\/Target/Page | \Example/Path/Page |
|
| ">>" | \SourcePage | >>\/Target/Page | \SourcePage/Page |
|
||||||
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
|
| "/" - root dir | \SourcePage | \/Target/Page | \/Target/Page |
|
||||||
|
|
||||||
|
|
||||||
_Note that neither a leading ".." at root level, nor a trailing ">>"
|
_Note that neither a leading ".." at root level, nor a trailing ">>"
|
||||||
@ -187,13 +187,13 @@ in any path, will have any effect, and will simply be ignored (e.g.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Path patterns ("\*" and "\*\*")
|
## Path patterns
|
||||||
|
|
||||||
Path patterns are used to match/iterate multiple pages. The syntax is
|
Path patterns are used to match/iterate multiple pages. The syntax is
|
||||||
similar to path glob patterns.
|
similar to path glob patterns.
|
||||||
|
|
||||||
- `*` matches any page in a sub-path on one level
|
- "\*" - matches any page in a sub-path on one level
|
||||||
- `**` matches any page in a sub-path recursively
|
- "\*\*" - matches any page in a sub-path recursively
|
||||||
|
|
||||||
Note that neither will match parts of paths that do not explicitly
|
Note that neither will match parts of paths that do not explicitly
|
||||||
identify pages.
|
identify pages.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user