SebastianMC / obsidian-custom-sort

Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
GNU General Public License v3.0
255 stars 19 forks source link

Update and install problem #39

Closed merlinuwe closed 1 year ago

merlinuwe commented 1 year ago

Hi,

I tried to update (1.2 --> 1.3) your nice plugin with

image

but I get the message:

image

I wanted to start from scratch, so I deleted the plugin Folder and I removed the file sortspec.md

Now it is not possible to install it again. What can I do?

alecthegeek commented 1 year ago

same on en_AU environment (I've never had the plugin installed)

skvale commented 1 year ago

I'm guessing the issue is updating the manifest.json without pushing the 1.3.0 tag up Obsidian is throwing a 404 trying to update/install

SebastianMC commented 1 year ago

Yup, I've updated the files (incl. manifest) in master branch yet left the 1.3.0 release in a 'draft' state, not publishing it. I was not aware that Obsidian reads the manifest from master branch of the repository.

Fixed now, the release 1.3.0 is available and can be installed (from scratch or as an update)

Thanks for catching and reporting the problem and sorry for confusion and troubles!

alecthegeek commented 1 year ago

Thank you -- works for me!

merlinuwe commented 1 year ago

The problem is solved, thank you very much!

SebastianMC commented 1 year ago

Thanks for reporting the problem so quickly and also diagnosing it! It allowed also a quick resolution.