Jump to content

Alfred gitbook – search articles in site based on Gitbook


Recommended Posts

Alfred-gitbook

The worklow allows you to find articles in documentation/wiki/Personal projects which were using Gitbook. The current implementation finds all pages are under SUMMARY.md.

Inspired by alfred-my-mind, but wanted to create a tool for everyone, just with configuring site url, repository and branch name

 

Requirements

  • Alfred
  • JDK 8
  • You will also need to prepare the next things
    • Site URL which was build by Gitbook
    • GIT repository URL which is connected with your site
    • GIT repository branch

 

Installation

 

Using

 

Configuration

To configure the workflow, you need to define workflow environment variables

  • `gb_url` – the Site URL
  • `git_book_repository` – the GIT repository URL
  • `git_book_branch` – the GIT repository branch

For example

worklow-environment-variables.png.0c56c409d60dfd29fc67e62f00074400.png

 

Update links

When configuration is done, you need to update your links, for that need to call `gb update` in Alfred

update-links.png.9113ef5c9cb04719d6ad377f39c30f29.png

 

The update mechanism will take some time to read the SUMMARY.md depends on the content of your repository

 

Find links

Now, you're ready to open links from your site. For that, you need to call `gbs <name>` in Alfred
find-links.png.30b9c5e348bc42ff83f9dd3fa2c5d643.png

 

Source code

https://github.com/dmmax/alfred-gitbook

 

Example

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...