Desktop client for devdocs.io
Authors: egoist
Usage
devdocs-desktop is available as an AppImage which means 'one app = one file', which you can download and run on your Linux system while you don't need a package manager and nothing gets changed in your system. Awesome!
AppImages are single-file applications that run on most Linux distributions. Download an application, make it executable, and run! No need to install. No system libraries or system preferences are altered.Most AppImages run on recent versions of Arch Linux, CentOS, Debian, Fedora, openSUSE, Red Hat, Ubuntu, and other common desktop distributions.
I found devdocs via google search, and it was only by chance that I clicked on the three dots, then 'offline data'. I've been trying to get some offline documentation on my tablet for a while. I've installed what I need to my pc, now for mobile. DevDocs Desktop. DevDocs.io combines multiple API documentations in a fast, organized, and searchable interface. This is an unofficial desktop app for it. Taxa Network provides trustless applications and services with guaranteed integrity and confidentiality. This enables developers to create high performance, privacy-preserving and highly developable Trustless Services (tServices) for their web3 applications.
Running devdocs-desktop on Linux without installation
Unlike other applications, AppImages do not need to be installed before they can be used. However, they need to be marked as executable before they can be run. This is a Linux security feature.Behold! AppImages are usually not verified by others. Follow these instructions only if you trust the developer of the software. Use at your own risk!
Download the devdocs-desktop AppImage and make it executable using your file manager or by entering the following commands in a terminal:
Then double-click the AppImage in the file manager to open it.
Sandboxing devdocs-desktop
If you want to restrict what devdocs-desktop can do on your system, you can run the AppImage in a sandbox like Firejail. This is entirely optional and currently needs to be configured by the user.
Updating devdocs-desktop
If you would like to update to a new version, simply download the new devdocs-desktop AppImage.
Integrating AppImages into the system
If you would like to have the executable bit set automatically, and would like to see devdocs-desktop and other AppImages integrated into the system (menus, icons, file type associations, etc.), then you may want to check the optional appimaged daemon.
Note for application authors
Thanks for distributing devdocs-desktop in the AppImage format for all common Linux distributions. Great! Here are some ideas on how to make it even better.
Pro Tips for further enhancing the devdocs-desktop AppImage
Please consider to add update information to the devdocs-desktop AppImage and ship a .zsync
file so that it can be updated using AppImageUpdate. Tools like appimagetool and linuxdeployqt can do this for you easily.
Improve this entry by shipping an AppStream metainfo file inside the AppImage in the usr/share/metainfo
directory. We have an online tool that makes it easy to make one.
The screenshot for devdocs-desktop has been automatically taken during a fully automated test. You can specify the URL to a nicer one by shipping an AppStream metainfo file.
If you would like to see a donation link for the application here, please include one in the AppStream data.
BrowseSublime Text 2 plugin allowing you to easily search the DevDocs documentation.
Installs
- Total7K
- Win3K
- Mac2K
- Linux2K
Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
About
This is a Sublime Text plugin allowing you to easily search the DevDocs documentation.
The plugin code is based on the Stackoverflow Plugin script by Eric Martel.
Usage
Search by selection
Highlight text, right click & click “Search DevDocs” to open a new tab on your web browser with the info.
Search by input
- Open your command pallete with
ctrl + shift + p
(Linux/Windows) orcmd + shift + p
(OS X) - Type “devdocs”
- Click on “Search From Input”
- Type your keyword
You can also use the shortcut (ctrl + shift + d
).
To search a specific documentation, type its name and a space before your keyword. (e.g: js date)
Installation
The easiest way to install this is with Package Control.
- If you just went and installed Package Control, you probably need to restart Sublime Text 2 before doing this next bit.
- Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
- Select “Package Control: Install Package” (it'll take a few seconds)
- Select DevDocs when the list appears.
Package Control will automatically keep Git up to date with the latest version.
If you have some problems or improvements with it, contact me via GitHub.
License
Devdocs Github
MIT License © Vitor Britto