Elm Query
A handy little package for searching Elm packages from within Sublime Text.
Details
Installs
- Total 73
- Win 25
- Mac 31
- Linux 17
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 1 | 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 | 0 | 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
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on Mac) to open the Command Palette - Select Package Control: Install Package
- 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
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on Mac) to open the Command Palette - Select Elm Query: Search Packages
- Type a keyword in the Input Panel and press
Enter
- Select the desired result from the list presented in the Quick Panel
- 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).