Robzz / cargo-docset

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
Apache License 2.0
100 stars 4 forks source link

support open online doc (docs.rs) #50

Open xxchan opened 1 year ago

xxchan commented 1 year ago

First of all thanks for the awesome tool!

The issue is:

Dash couldn't redirect you to the online version of the page you were viewing, because it doesn't know where to find that page.

https://kapeli.com/docsets#onlineRedirection

Why I want this: On docs.rs, the top toolbar is sometimes helpful (other versions, dependencies, feature flags...)

image
Robzz commented 1 year ago

Thanks for the link, I didn't know about that feature. That should be do-able, adding to the TODO list.