Skip to content

Add support for all file extensions (including files without extensions) and folders#58

Open
jkoenig134 wants to merge 5 commits into
1st1:mainfrom
elea-ai:all_file-and-folder-support
Open

Add support for all file extensions (including files without extensions) and folders#58
jkoenig134 wants to merge 5 commits into
1st1:mainfrom
elea-ai:all_file-and-folder-support

Conversation

@jkoenig134

Copy link
Copy Markdown

Support folder and arbitrary-file wiki links in lat check

lat check failed on [[src/components]] (folder) and [[schema.sql]] (non-supported extension file) with a misleading "no matching section found" error. Both are valid use cases, you should be able to link to any file or folder in your project, not just source code with supported extensions.

Now:

  • [[path/to/folder]] and [[file.any-ext]] pass if the target exists on disk
  • [[file.sql#symbol]] still errors - symbol resolution needs a supported language
  • Missing targets get a clear "file or folder not found" error instead of the confusing section-related message

@vercel

vercel Bot commented Apr 16, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Yury Selivanov's projects Team on Vercel.

A member of the Team first needs to authorize it.

Comment thread lat.md/markdown.md

Links to a nonexistent folder: [[src/nonexistent]].

Folder with symbol ref: [[src/components#something]].

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. I do not understand.

If I have just a folder src/components, what does #something refer to? Don't I need a file with #something in it?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an error case.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Thanks for the explanation.

@lars20070

Copy link
Copy Markdown
Contributor

Looks like a very valuable feature to me. Hope we can merge soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants