ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Elm Query

A handy little package for searching Elm packages from within Sublime Text.

Labels search, elm

Details

Installs

  • Total 81
  • Win 28
  • Mac 34
  • Linux 19
Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Elm Query

Search the official Elm Packages website by keyword.

Install

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette
  2. Select Package Control: Install Package
  3. Select Elm Query

Usage

Settings

You can set a valid alternative URL (e.g: https://elm.dmy.fr) if you really want to.

Commands

Search Elm Packages

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette
  2. Select Elm Query: Search Packages
  3. Type a keyword in the Input Panel and press Enter
  4. Select the desired result from the list presented in the Quick Panel
  5. Press Enter to open a browser window for the selected Elm package

Search Elm Modules

This package intends to add the functionality to search the Elm Search website to look up Elm modules by function name or type signature.

However, this is not presently possible, because of how the Elm Search website is structured. To implement this feature, it would require either of these scenarios:

  • Elm Search to offer a JSON file for the results so that it could be parsed (like Elm Packages does)
  • Elm official website to implement modules search functionality and make it available via JSON (like they do for Elm Packages already).

To provide said functionality, I'd like to contribute to the the solution, but my Elm skills are still basic. Don't hold your breath.

Key Bindings

Should you need key bindings, these are the currently implemented commands:

[
    {
        "caption": "Elm Query: Search Packages",
        "command": "elm_search_package"
    }
]

Contributing

Contributions are more than welcome :) Should you like to help out, please bear in mind that contribution should follow the guidelines specified in the pyproject.toml file. (flake8, black).