Update Libraries command deletes everything - update URL!

I still use version 1 and just used the “Update Libraries” command. Suddenly the library content was gone.

Then I realised that the URLs have changed. silverbullet.md is running version 2 and it seems things have changed there Libraries in v2 - #2 by zef so in SETTINGS we have to change

libraries:
- import: "[[!silverbullet.md/Library/Core/*]]"

to

libraries:
- import: "[[!v1.silverbullet.md/Library/Core/*]]"

The corresponding info on Libraries needs to be changed as well as it is not up to date @zef

I would suggest reading: https://community.silverbullet.md/t/silverbullet-v2-the-path-forward/2036/12?u=dmick1954.

Things continue to change as Silverbullet grows.

Yikes, I didn’t consider this one. Thinking how to best fix it. I could do a patch release with a different URL, but there are already tons of people with this old URL in their settings and that won’t update… :thinking: another option would be to put the Library/Core back on silverbullet.md, but somehow hide it to the “v2 crowd”…