mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +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
@ -173,12 +173,12 @@ the next, i.e. child, path element instead of parent.
|
||||
|
||||
To illustrate the relative and absolute mechanics:
|
||||
|
||||
| Title | Source Page | Path | Resolves to |
|
||||
|-------------------|-------------------|-----------------------|---------------------------|
|
||||
| "." - current | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
|
||||
| ".." - parent | \Example/Path | \\../Target/Page | \Example/Target/Page |
|
||||
| ">>" | \Example/Path | >>\/Target/Page | \Example/Path/Page |
|
||||
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
|
||||
| Title | Source Page | Path | Resolves to |
|
||||
|-------------------|-------------|-----------------------|-------------------------|
|
||||
| "." - current | \SourcePage | \\./Target/Page | \SourcePage/Target/Page |
|
||||
| ".." - parent | \SourcePage | \\../Target/Page | \Target/Page |
|
||||
| ">>" | \SourcePage | >>\/Target/Page | \SourcePage/Page |
|
||||
| "/" - root dir | \SourcePage | \/Target/Page | \/Target/Page |
|
||||
|
||||
|
||||
_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
|
||||
similar to path glob patterns.
|
||||
|
||||
- `*` 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 on one level
|
||||
- "\*\*" - matches any page in a sub-path recursively
|
||||
|
||||
Note that neither will match parts of paths that do not explicitly
|
||||
identify pages.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user