Skip to content
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

zk index only works in notebook directory #89

Closed
adamreese opened this issue Oct 18, 2021 · 0 comments · Fixed by #90
Closed

zk index only works in notebook directory #89

adamreese opened this issue Oct 18, 2021 · 0 comments · Fixed by #90
Labels
bug Something isn't working

Comments

@adamreese
Copy link
Contributor

Here is how to test the issue. My notebook directory is ~/notes.

$ cd ~
$ touch ~/notes/foo.md
$ zk index
zk: warning: foo.md: open foo.md: no such file or directory
Indexed 19 notes in 0s
  + 1 added
  ~ 0 modified
  - 0 removed

$ cd ~/notes
$ zk index
Indexed 19 notes in 0s
  + 1 added
  ~ 0 modified
  - 0 removed
@mickael-menu mickael-menu added the bug Something isn't working label Oct 19, 2021
julioc-lopez pushed a commit to julioc-lopez/zk that referenced this issue Dec 9, 2023
Release notes sourced from `github.com/bmatcuk/doublestar/v4's` releases.

Fixed Match bug with patterns like `a/**/`
Thanks @​mmxmb for submitting the bug and opening a PR in zk-org#89!
julioc-lopez pushed a commit to julioc-lopez/zk that referenced this issue Dec 9, 2023
Release notes sourced from `github.com/bmatcuk/doublestar/v4's` releases.

Fixed Match bug with patterns like `a/**/`
Thanks @​mmxmb for submitting the bug and opening a PR in zk-org#89!
julioc-lopez pushed a commit to julioc-lopez/zk that referenced this issue Jan 9, 2024
Release notes sourced from `github.com/bmatcuk/doublestar/v4's` releases.

Fixed Match bug with patterns like `a/**/`
Thanks @​mmxmb for submitting the bug and opening a PR in zk-org#89!
julioc-lopez pushed a commit to julioc-lopez/zk that referenced this issue Jan 17, 2024
Release notes sourced from `github.com/bmatcuk/doublestar/v4's` releases.

Fixed Match bug with patterns like `a/**/`
Thanks @​mmxmb for submitting the bug and opening a PR in zk-org#89!
julioc-lopez pushed a commit to julioc-lopez/zk that referenced this issue Jan 17, 2024
Release notes sourced from `github.com/bmatcuk/doublestar/v4's` releases.

Fixed Match bug with patterns like `a/**/`
Thanks @​mmxmb for submitting the bug and opening a PR in zk-org#89!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants