denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.12k stars 251 forks source link

[Bug]: Freshly installed plugin renders Obsidian unusable! #720

Closed danielrosehill closed 1 month ago

danielrosehill commented 2 months ago

Describe the bug

Installed the plugin on Obsidian running on Ubuntu.

Get this on boot now and there's no way to exit out of it, thus making the entire program unusable.

Where does this install to on Ubuntu for manual deletion?

bug2

Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)

No response

Steps to reproduce

-> Obsidian on Ubuntu -> Install

Expected Behavior

No response

Addition context

No response

Operating system

Linux

Installation Method

Other

Plugin version

cant access info

Vinzent03 commented 2 months ago

What do you mean with unusable? You can delete it by deleting the /.obsidian/plugins/obsidian-git directory.

FerallOut commented 2 months ago

When I manually download the "obsidian-git-2.24.1.zip" folder, and extract the files, I found only the "main.js" and "manifest.json" files. After I separately download the "styles.css", it works for me.

danielrosehill commented 2 months ago

What do you mean with unusable? You can delete it by deleting the /.obsidian/plugins/obsidian-git directory.

Hey. Sorry that a poor choice of wording. I figured out where the plugin directory was and got back to where I was by nuking it.

Maybe there's something that needs to be resolved in the config or something.

Vinzent03 commented 1 month ago

I've fixed the release script to include the styles.css in the release zip. Seems like the original issue is fixed.