app.templates.helpPage = -> ctrlKey = if $.isMac() then 'cmd' else 'ctrl' navKey = if $.isMac() then 'cmd' else 'alt' arrowScroll = app.settings.get('arrowScroll') aliases_one = {} aliases_two = {} keys = Object.keys(app.models.Entry.ALIASES) middle = Math.ceil(keys.length / 2) - 1 for key, i in keys (if i > middle then aliases_two else aliases_one)[key] = app.models.Entry.ALIASES[key] """
Documentations can be enabled and disabled in the Preferences. Alternatively, you can enable a documentation by searching for it in the main search and clicking the "Enable" link in the results. For faster and better search, only enable the documentations you plan on actively using.
Once a documentation is enabled, it becomes part of the search and its content can be downloaded for offline access — and faster page loads when online — in the Offline area.
The search is case-insensitive and ignores whitespace. It supports fuzzy matching
(e.g. bgcp
matches background-clip
)
as well as aliases (full list below).
tab
(space
on mobile).
For example, to search the JavaScript documentation, enter javascript
or js
, then tab
.backspace
or
esc
.
#q=
will be used as search query.tab
when devdocs.io is autocompleted
in the omnibox (to set a custom keyword, click Manage search engines\u2026 in Chrome's settings).
Note: the above search features only work for documentations that are enabled.
shift
+ ' else ''}
↓
↑
shift
+ ' else ''}
→
←
enter
#{ctrlKey} + enter
alt + r
#{navKey} + ←
#{navKey} + →
↓
' +
'↑
'
else
'alt + ↓
' +
'alt + ↑
' +
'shift + ↓
' +
'shift + ↑
'}
space
shift + space
#{ctrlKey} + ↑
#{ctrlKey} + ↓
alt + f
ctrl + ,
esc
?
alt + c
alt + o
alt + g
alt + s
alt + d
Tip: If the cursor is no longer in the search field, press /
or
continue to type and it will refocus the search field and start showing new results.
Word | Alias #{(" |
---|---|
#{key} | #{value}" for key, value of aliases_one).join('')} |
Word | Alias #{(" |
---|---|
#{key} | #{value}" for key, value of aliases_two).join('')} |
Feel free to suggest new aliases on GitHub. """