Replies: 1 comment
-
On Tue, 4 Feb 2025 05:00:04 +0900, Jeremy Cowgar
***@***.***> said:
Hello! The filenames found in a Svelte Project, and some other web frameworks using file based routing, have non-typical (but valid) characters in the filenames and directory names. These are really confusing Acme/Edwood's right clicking to open a file. I can type these into the tag directly and work with them, but... that's no fun.
Any thoughts on handling file names such as the one mentioned in the title? `src/routes/projection/[slug]/[userId]/+page.svelte`.
Seems like a reasonable thing to add. Please file an issue. Or even
submit patches. (Though probably start with the issue because I'm not
sure how this should actually work.)
…
--
Reply to this email directly or view it on GitHub:
#513
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! The filenames found in a Svelte Project, and some other web frameworks using file based routing, have non-typical (but valid) characters in the filenames and directory names. These are really confusing Acme/Edwood's right clicking to open a file. I can type these into the tag directly and work with them, but... that's no fun.
Any thoughts on handling file names such as the one mentioned in the title?
src/routes/projection/[slug]/[userId]/+page.svelte
.Beta Was this translation helpful? Give feedback.
All reactions