Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get a previous version of a docset? #1663

Closed
CodeShark37 opened this issue Oct 8, 2024 · 2 comments
Closed

How to get a previous version of a docset? #1663

CodeShark37 opened this issue Oct 8, 2024 · 2 comments

Comments

@CodeShark37
Copy link

I updated the docset from Vue2 to Vue3 but now I want to go back to the previous version, in this case Vue2, how do I do that? Is it possible to maintain both versions at the same time?

@HotStew
Copy link

HotStew commented Oct 30, 2024

I ran into this same problem but with a different docset.

Docsets are source from Kapeli, the creators of Dash. I found the docset feeds here: https://github.com/Kapeli/feeds
If you navigate to VueJS.xml and open the file, you'll see there are many versions listed under the <other-versions> element. These are the versions that are available and provided by Kapeli.

What you need to do is to download that file, or just copy the contents and save it as .xml, and also change the <version> element's value at the very top to your desired version. Then in Zeal go to Tools -> Docsets... in your navigation bar, click on add feed and then paste in file://[/absolute/path/to/xml]

Unfortunately Zeal will save this docset without an icon and you also can't rename docsets.

Maybe there could be some development ideas here @trollixx ?

  • Support for adding different versions of a docset
  • Ability to rename docsets

@trollixx
Copy link
Member

trollixx commented Nov 5, 2024

This is a duplicate of #208. Due to the change in how Dash releases some docsets, I want add this feature in v0.8 series.

@trollixx trollixx closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants