tk04 / Marker

A Desktop App for Easily Viewing and Editing Markdown Files
https://marker.pages.dev
MIT License
1.07k stars 40 forks source link

nothing but a blank window #32

Open SYQsb opened 3 months ago

SYQsb commented 3 months ago

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 commented 3 months ago

@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.