Skip to content

michaelblyons/SublimeText-DashDoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text Docset

Dash/Zeal docset for Sublime Text’s official documentation.

Building

Requirements

  • make
  • dashing
  • sed (with -E support), find, wget
  • Python 3.8+

Steps

  1. (Optional) Enter a Python virtual environment.
  2. pip install -r requirements.txt
    make

Installation

Dash locally-built docset

  1. Open Dash.
  2. Cmd+,
  3. Open the "Docsets" tab.
  4. Click the +.
  5. Choose "Add Local Docset".
  6. Select the sublime-text.docset in this folder.
  7. Optionally change the keyword.

Zeal locally-built docset

  1. Find your docset folder ("Docset storage" in your Preferences)
  2. Copy or symlink sublime-text.docset to that folder.

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.4%
  • Makefile 28.6%