mirror of
https://github.com/mickael-menu/zk
synced 2024-11-13 01:10:43 +00:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
# Link hrefs are not finding the best match
|
|
# https://github.com/mickael-menu/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
|