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

[BUG] @import 引入文件時,如果文件名中含有空格會無法引入該文件。 #1857

Closed
Soanguy opened this issue Oct 23, 2023 · 4 comments
Assignees
Labels

Comments

@Soanguy
Copy link

Soanguy commented Oct 23, 2023

最新版本的MPE中,使用 @import 引入是文件名中無法含有【空格】,但是之前在使用舊版——應該是 0.6.X 的版本中不會出現這種情況。

另外,似乎最新版本會自動吞掉文件中存在的空格。我使用下面的這個含有空格的文件名,但是在引入時:如果引入的代碼中不包含空格,會正常顯示。但是一旦按照源文件名使用空格,則無法正常顯示。

源文件名:

image

含有空格的引入和預覽:

image image

不含有空格的引入和預覽:

image image
@shd101wyy
Copy link
Owner

ok 我这周有时间了看一下

@irs-alba1
Copy link

I have the same issue and it is a real show stopper, because almost all of my embedded files contain spaces in the name.
Tried several older versions now and the last working is v0.8.1

@shd101wyy
Copy link
Owner

The issue should be fixed now in 0.8.10. Thanks

@irs-alba1
Copy link

Unbelievable reaction time! Thank you very much!
I can confirm it is working again with 0.8.10

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

No branches or pull requests

3 participants