mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
0eaf26483f
Finalise transfer from old repo (github.com/mickael-menu/zk) to new (github.com/zk-org/zk) Co-authored-by: tjex <tjex@tjex.net>
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
# Link hrefs are not finding the best match
|
|
# https://github.com/zk-org/zk/issues/23
|
|
|
|
$ cd issue-23
|
|
|
|
$ zk list -qfpath --linked-by index.md
|
|
>template-creation.md
|
|
|
|
# Add a note with a shorter filename, it should be a better match.
|
|
$ echo "# Template" > template.md
|
|
|
|
$ zk list -qfpath --linked-by index.md
|
|
>template.md
|