-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
API listDocsByPath
add an optional parameter maxListCount
#7993
Comments
Hello, what is the usage scenario for this requirement? |
In widget ListDocTree, I can only get limited results because of the global config. I have many docs(more than 100) in one dir. So I set the config to 30. If I raise the limit in global config, it will mess up my file tree. The widget can display sub docs in several columns, which is much easier to find doc than doing it in file tree. |
Understood, the next release will add a parameter |
I hope there will be an api to get subdocs based on the para I requested. If 0, get all. If bigger than 0, get limited. |
listDocsByPath
add an optional parameter maxListCount
It's a good idea! |
请问是否可以考虑在指定 |
添加参数 |
In what scenarios do you need this feature?
Describe the optimal solution
Maybe need to add an new api based on the listDocsByPath?
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: