Dash and Zeal docset for Sublime Text’s official documentation. There is also a small docset for Sublime Merge.
This is likely more convenient because updates will be downloaded to your application automatically.
Dash has built-in support for their user-contributed docsets. Go to Preferences > Downloads > User Contributed to search for "Sublime" and install the community-org maintained ones.
Zeal does not have a direct search for user-contributed docsets, but a third-party website repackages docset feeds in a compatible format. In Zeal, go to Tools > Docsets… > Add feed and paste in the URL to the respective feed:
https://zealusercontributions.vercel.app/api/docsets/Sublime_Text.xml
https://zealusercontributions.vercel.app/api/docsets/Sublime_Merge.xml
Download from GitHub Releases or build yourself with the instructions below.
- If you have a
docset-bundle.zipfrom GitHub, extract it somewhere. - If you build yourself,
sublime-text.docsetwill be in theoutfolder.
It may be possible to just double-click sublime-text.docset.
If that doesn't work:
- Open Dash.
- Cmd+,
- Open the "Docsets" tab.
- Click the +.
- Choose "Add Local Docset".
- Select
sublime-text.docset. - Optionally change the keyword.
- Repeat for
sublime-merge.docset.
If you built yourself and you have default Linux folders,
just make install-linux.
Otherwise:
- Find your docset folder ("Docset storage" in your Preferences).
- Copy or symlink
sublime-text.docsetto that folder. - Repeat for
sublime-merge.docset.
makedashing- Python 3.11+
- (Optional) Enter a Python virtual environment.
- One time
git submodule init pip install -r requirements.txt
- Each build
make
- Alex (Oleksii) Markov made the first version of this docset.
- Ali Ayas made the ST and SM docs scanners used here as submodules.
- Most recent development is Michael B. Lyons and FichteFoll.
- Many thanks to Sublime HQ for letting us make this.