30-04-2021



Desktop client for devdocs.io
  1. Devdocs Github

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.

Browse

Sublime Text 2 plugin allowing you to easily search the DevDocs documentation.

Installs

  • Total7K
  • Win3K
  • Mac2K
  • Linux2K
Apr 21Apr 20Apr 19Apr 18Apr 17Apr 16Apr 15Apr 14Apr 13Apr 12Apr 11Apr 10Apr 9Apr 8Apr 7Apr 6Apr 5Apr 4Apr 3Apr 2Apr 1Mar 31Mar 30Mar 29Mar 28Mar 27Mar 26Mar 25Mar 24Mar 23Mar 22Mar 21Mar 20Mar 19Mar 18Mar 17Mar 16Mar 15Mar 14Mar 13Mar 12Mar 11Mar 10Mar 9Mar 8
Windows011000011000000000000000000101000101100010010
Mac000000000000000000000000001000000000000000000
Linux010100000100010000000000000000010000000000100

Readme

Source
raw.​githubusercontent.​com

About

This is a Sublime Text plugin allowing you to easily search the DevDocs documentation.

Devdocs.io

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

  1. Open your command pallete with ctrl + shift + p (Linux/Windows) or cmd + shift + p (OS X)
  2. Type “devdocs”
  3. Click on “Search From Input”
  4. 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