-
Notifications
You must be signed in to change notification settings - Fork 133
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
Notes with broken relative paths are excluded from operations #78
Labels
bug
Something isn't working
Comments
That's definitely a bug, I think a simple content warning should not prevent the note from being imported. |
Fixed in |
Cool, I've been compiling from source anyway i'll give it a while thanks
for the quick response.
…On Mon, Sep 13, 2021 at 3:42 PM Mickaël Menu ***@***.***> wrote:
Fixed in main, I have a few other things to tackle before the next
release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGGQOYEU7O3Y7O2ZSKAW7DUBZO27ANCNFSM5D56HFHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Yup just recompiled and tested, all works as expected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been rearranging some notes so I can use emanote and zk together and I think I've found a bug in the link validation. I'm moving notes found in a subfolder into the root so I can avoid path mismatches. Notes in the subfolder which references relative paths ex:
[This is a link](../my-note.md)
once moved to the root aren't included in results anymore.It took me a while to notice because the warning displays after you return from the list command, and is shown on the previous command prompt. Maybe this is intended, but I didn't expect broken links to prevent finding the note, I was intending to first move files and then fix links and was finding that nothing that I moved was 'present' anymore. In fact, it would be super nice if 'invalid link' were a search term that I could look for mistakes and edit them.
The text was updated successfully, but these errors were encountered: