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

nothing but a blank window #32

Open
SYQsb opened this issue Jun 18, 2024 · 2 comments
Open

nothing but a blank window #32

SYQsb opened this issue Jun 18, 2024 · 2 comments

Comments

@SYQsb
Copy link

SYQsb commented Jun 18, 2024

I'm not even sure if it is working or corrupted. I created a new project but on the side bar it only shows all the folders. When I drag a PDF file into the window it just turn into a PDF reader, I can do nothing but zooming, no buttons, no instructions, no error messages.
I'm running on M1 macbook air 14.2.1, downloaded the 1.4.1 dmg pack, because when I tried homebrew another error kept jumping out

Warning: Unexpected method 'arch' called on Cask marker.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Warning: Unexpected method 'arch' called on Cask marker.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Download failed on Cask 'marker' with message: undefined method `[]' for nil:NilClass

image

@tk04
Copy link
Owner

tk04 commented Jun 20, 2024

@SYQsb for the homebrew issue, can you run brew config in the terminal and share the output? Your origin/homebrew version might be outdated (see https://superuser.com/a/1772531).

The drag-and-drop thing is a bit odd; I'm assuming it has something to do with Tauri because the app right now doesn't handle those events. I'll look into fixing that when we add support dropping files into the app (planning for next release).

As for the sidebar, it will only list markdown files in the current project folder. Any files ending with an extension other than .md will not be shown.

@userjia
Copy link

userjia commented Oct 8, 2024

This seems like a tauri scope configure problem, I change the tauri config fs to this and it works.
"fs": {
"all": true,
"scope": ["*/**"]
},
According to tauri-apps/tauri#4130

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

No branches or pull requests

3 participants