-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Simplify document block paths in search results #13364
Comments
这样才对: |
一开始我也是这么想的,但改动之后感觉不太美观,所以就把 |
这个 |
能理解您的意思。对此我的想法是,/ 放在前面的话,看起来就和根目录一样了,因此 |
笔记本就是根目录了,前面没必要加
|
好吧,我一直把当前的工作空间视为了根 0.0 |
(( 中(或者 [[ 不启用仅文档时)的文档应该也要改吧? |
我觉得全局搜索也可以改一下。 如果搜索的是文档,则不显示最后一层文档名;如果搜索的是内容块则显示文档名 |
支持 |
88250
changed the title
简化块引弹窗中的文档块路径
Simplify document block paths in block ref search list
Dec 4, 2024
88250
added a commit
that referenced
this issue
Dec 4, 2024
88250
changed the title
Simplify document block paths in block ref search list
Simplify document block paths in search
Dec 4, 2024
88250
changed the title
Simplify document block paths in search
Simplify document block paths in search results
Dec 4, 2024
88250
added a commit
that referenced
this issue
Dec 4, 2024
@88250 好像有个问题,图中圈出来的地方,是否应该显示最后一层? |
对 这里要显示 |
稍后改进,按文档分组时不简化显示。 |
88250
added a commit
that referenced
this issue
Dec 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In what scenarios do you need this feature?
在块引用的时候,对于文档块的路径信息,总感觉有些冗余 重复。
因为文档块本身就能看到文档名,而路径中又重复显示了一次文档名。
所以,或许可以简化一下,让文档块的路径不显示文档名(下图对照)
考虑到非文档块依旧需要完整路径,为保持显示上的一致性,可以限定这个特性只工作在
[[ 仅搜索文档
当中Describe the optimal solution
文档块路径去除文档名
当前:
笔记本a/文档001
期望:
/笔记本a
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: