Code Monkey home page Code Monkey logo

zeal's Introduction

Zeal for Sublime Text 2/3

Zeal package for Sublime Text using Zeal documentation browser which is similar with Dash.

Tested in Windows/Linux.

##Screen-shots

Multiple results for PHP mapping.

Multiple results for PHP mapping

Custom search in Zeal docsets.

Custom search in Zeal docsets

Installation

Easiest way to install the plugin is to use Package Control.

Alternatively you can clone with git directly into Packages directory in the Sublime Text 2 application settings area. The directory name must be Zeal.

Using Git

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone https://github.com/vaanwd/Zeal "Zeal"

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to Zeal
  • Copy the folder to your Sublime Text 2 Packages directory

Usage

F1 - Open Zeal documentation for current/selected word.

Shift + F1 - Open Zeal search bar.

Mapping example

To mapping other language for Zeal docset you need to edit User\Zeal.sublime-settings:

{
  /**
   *  Zeal executable path.
   *  For Linux: /usr/bin/zeal
   *  For Windows: c:\\Program Files\\Zeal\\zeal.exe
   */
  "zeal_command": "/usr/bin/zeal",

  /**
   * Language mapping examples.
   */
  "language_mapping": {
    "HTML": {"lang": "html", "zeal_lang": "html"},
    "JavaScript": {"lang": "javascript", "zeal_lang": "javascript"},
    "CSS": {"lang": "css", "zeal_lang": "css"},
    "CSS MSN": {"lang": "css", "zeal_lang": "msdn"},
    "PHP": {"lang": "php", "zeal_lang": "php"},
    "Drupal": {"lang": "php", "zeal_lang": "drupal"},
    "Python": {"lang": "python", "zeal_lang" : "python"},
    "Django": {"lang": "python", "zeal_lang" : "django"}
  }
}

© 2014 Vaan Web Design

zeal's People

Contributors

rexdf avatar vlakarados avatar glymehrvrd avatar

Watchers

Alane Pontes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.