michaelblyons / SublimeText-DashDoc

Dash/Zeal docset for Sublime Text official documentation

Home Page:https://www.sublimetext.com/docs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dash/Zeal docset for Sublime Text official documentation

https://www.sublimetext.com/docs/index.html

License:MIT License


Languages

Language:Python 71.4%Language:Makefile 28.6%