We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$lsx()
$lsx(/About Wiki)
$lsx(/About)
The text was updated successfully, but these errors were encountered:
一応 Workaround を見つけました。
$lsx(prefix='/About Wiki/Examples') のように prefix を使って quote か double quote で囲めば表示できました。
$lsx(prefix='/About Wiki/Examples')
prefix
参照: http://ukiya.sakura.ne.jp/index.php?PukiWiki%2F1.4%2F%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB%2F%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%2F%E7%8B%AC%E8%87%AA%E3%81%AB%E8%BF%BD%E5%8A%A0%E3%81%97%E3%81%9F%E3%82%82%E3%81%AE%2Flsx
Sorry, something went wrong.
No branches or pull requests
Environment
Host
Client
How to reproduce? (再現手順)
$lsx()
で↑のパスを指定する(e.x.$lsx(/About Wiki)
)What happens? (症状)
$lsx(/About Wiki)
の指定が$lsx(/About)
のようになっている)What is the expected result? (期待される動作)
$lsx()
でスペースを含むパスを指定できるThe text was updated successfully, but these errors were encountered: