From 11cdede3740a3de896d8a26886d431e890c41560 Mon Sep 17 00:00:00 2001 From: Budi Irawan Date: Wed, 5 Jul 2017 20:39:45 +1000 Subject: [PATCH] update readme --- CHANGELOG.md | 3 +++ README.md | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d3f83..bbdad70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.7.0 +- Add two new commands! (thx to [Logan Saso](https://github.com/HazardDev)) + ## 1.6.0 - Add haml support diff --git a/README.md b/README.md index f4f41c5..e22f3e8 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,16 @@ Also support [Zeal](https://zealdocs.org/) for Windows and Linux. Type `cmd + shift + p` to launch command palette and choose `Extensions: Install Extension`. Search this package and install. ## Usage -Get the text under your cursor or selected first. +Get the text under your cursor or selected first: - Pressing `ctrl + h`. It will search for current specific documentation depends on language. - Pressing `ctrl + alt + h`. It will search for all documentation. +No need to select the text: + +- Pressing `ctrl + shift + h`. It will open dash with current file's docset. +- Pressing `alt + h`. It will open dash with custom string and current file's docset. + ## Supported Docsets This plugin supports almost all docset configuration based on [Dash Mapping](https://kapeli.com/dash_plugins) @@ -112,5 +117,12 @@ Add one or two lines below { "key": "your_shortcut", "command": "extension.dash.searchSyntax" } // open dash with custom string and current file's docset ``` +## Contributors +Thank you for these awesome contributors + + +| [
Budi Irawan](https://budiirawan.com) | [
Zhongren Shao](https://github.com/szhongren) | [
Logan Saso](https://github.com/HazardDev) | +| :--- | :---: | ---: | + ## License MIT © [Budi Irawan](https://budiirawan.com)