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

References fail in hidden directories #194

Open
justinlovinger opened this issue Nov 22, 2024 · 0 comments
Open

References fail in hidden directories #194

justinlovinger opened this issue Nov 22, 2024 · 0 comments

Comments

@justinlovinger
Copy link

Something is odd about how hidden directories are handled. There are three related issues I can identify. One may be a design choice. One may be an oddity. The last is definitely unintended.

First, create foo.md and .hidden/bar.md. [[bar]] in foo.md fails. However, I can understand ignoring hidden directories being a design-choice.

Second, create .hidden/foo.md and .hidden/bar.md. [[bar]] in .hidden/foo.md fails and [[foo]] in .hidden/bar.md fails. I find this odd, because they are both in the same directory. However, I can understand this being a strange edge-case because the directory is hidden.

Here is where it gets stranger. Create .hidden/foo.md and .hidden/bar.md. Change directory to .hidden. [[bar]] in foo.md fails and [[foo]] in bar.md fails. So, because the working directory is hidden, files cannot reference each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant