MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
939 stars 80 forks source link

I can't see the preview of the slides even though I have a VPN on and can access github #264

Open teddyab666 opened 9 months ago

teddyab666 commented 9 months ago

Describe the bug As the title, it always empty in the preview window

Samples to Reproduce

image

Expected behavior it should be like the help document

image
Mielegemie commented 8 months ago

me, too.

gphilipp commented 8 months ago

Same here (using Obsidian 1.4.16 on Mac)

yuyi1111 commented 7 months ago

same, and I created a new vault for testing, still blank image

muhanstudio commented 7 months ago

This happened to me too.I hope the author can update and adapt to the new version.

Alleyf commented 6 months ago

so do i

jsrdcht commented 5 months ago

me too

banshaobao commented 5 months ago

me too

bye-byte commented 5 months ago

Same.(obsidian version 1.5.3 and advanced-slides version 1.20.0)

bye-byte commented 5 months ago

I think there will be missing files when downloading the plug-in in obsidian using a network proxy.Next I will share my debugging process.You can try it.

  1. You can access the Obsidian Developer Console using the hotkeys (cmd+ option + i on Mac and ctrl + shift + i on Linux or Windows) and then click show slide preview.

  2. The following is my error message.You can see that the file is missing.Screenshot from 2024-01-30 18-14-51

  3. If your error message is the same as mine,you can uninstall the plugin firstly and then download the .zip file from github and unzip it in .obsidian/plugins. Screenshot from 2024-01-30 20-12-26

  4. Restart obsidian. @jsrdcht @choi006 @muhanstudio @muhanstudio @Mielegemie

Mielegemie commented 5 months ago

I think there will be missing files when downloading the plug-in in obsidian using a network proxy.Next I will share my debugging process.You can try it.

  1. You can access the Obsidian Developer Console using the hotkeys (cmd+ option + i on Mac and ctrl + shift + i on Windows) and then click show slide preview.
  2. The following is my error message.You can see that the file is missing.Screenshot from 2024-01-30 18-14-51
  3. If your error message is the same as mine,you can uninstall the plugin firstly and then download the .zip file from github and unzip it in .obsidian/plugins. Screenshot from 2024-01-30 20-12-26
  4. Restart obsidian. @jsrdcht @choi006 @muhanstudio @muhanstudio @Mielegemie

It works! I downloaded the .zip file from here instead of installing in obsidian community directly, and then it works. Thanks a lot!

ManuelColombo commented 3 months ago

Hello, Thanks for your help but it still doesn't work for me. I downloaded the plugin from here but still doesn't work.

Which folder I've to put inside the obsidian plugin folder?

Thank you Manuel

Mielegemie commented 3 months ago

Hello, Thanks for your help but it still doesn't work for me. I downloaded the plugin from here but still doesn't work.

Which folder I've to put inside the obsidian plugin folder?

Thank you Manuel

You can try to backup and delete the folder $PathToYourVault/.obsidian/plugins/obsidian-advanced-slides. Then download plugin from here and put "obsidian-advanced-slides" in $PathToYourVault/.obsidian/plugins

ManuelColombo commented 3 months ago

I download the code from here and copied into the plugin folder but, when I try to activate the plugin the systam tells me "Failed to load plugin obsidian-advanced-slides". image

Thank you Manuel

Mielegemie commented 3 months ago

I download the code from here and copied into the plugin folder but, when I try to activate the plugin the systam tells me "Failed to load plugin obsidian-advanced-slides". image

Thank you Manuel

Please press Ctrl+Shift+I ( or Cmd+Opt+I on macOS ) to open developer console (check shortcuts settings if failed to open). Clear history in console and try opening advanced slides again. Then you should find out the reason. Might be file missing or something wrong with port I guess.

ManuelColombo commented 3 months ago

Hello, when I tried to download the file from here but when I put them inside the folder and try to enable the plugin, I see this message in console

image

I can install and enable it from inside the obsidian , but when I open the preview I see this messages in the console:

image

Thank you so much for you help. Manuel

Mielegemie commented 3 months ago

Hello, when I tried to download the file from here but when I put them inside the folder and try to enable the plugin, I see this message in console image

Seems like file missing. You can check if there is $PathToYourVault/.obsidian/plugins/obsidian-advanced-slides/main.js after you extract the .zip file to obsidian plugins folder. If not, you can download this file from newest release here and put it in the obsidian-advanced-slides folder. Then try open plugin again, good luck.

ManuelColombo commented 2 months ago

Thank you for your help. I look inside the zip pack, but i do not find any main.js I can see a main.ts inside the /src/ folder. Should I rename it?

Thank you Manuel

Mielegemie commented 2 months ago

Thank you for your help. I look inside the zip pack, but i do not find any main.js I can see a main.ts inside the /src/ folder. Should I rename it?

Thank you Manuel

Seems like you downloaded the source code. You should delete the folder $PathToYourVault/.obsidian/plugins/obsidian-advanced-slides. Then download the file obsidian-advanced-slides.zip from release page, which is MSzturc/obsidian-advanced-slides/releases, and unzip it to $PathToYourVault/.obsidian/plugins