Results 29 comments of Chuck Houpt

@andyatkinson Yes my patched version works with Jekyll 3 (just tested with 3.8.4). The patch isn't registered as a Gem, so to use it, put [jekyll-markdown-block.rb](https://github.com/chuckhoupt/jekyll-markdown-block/blob/jekyll-3-compatibility/lib/jekyll-markdown-block.rb) in the `_plugins` folder.

By "keywords", do you mean HTML meta keywords, or just free text in the page's body? Example meta-keywords: ``` ``` Jekyll-Apple-Help should index both via `hiutil`, but I'll run some...

I can reproduce the issue -- when new content is added to help (meta-keywords, body text), the HelpViewer ignores the new `.helpindex` file. So far the only workaround I can...

Ok. You might double-check that the app's Help Book Identifier (CFBundleHelpBookName) correctly matches the Bundle Identifier (CFBundleIdentifier) of the help book. I found a bug in the example app, which...

Hi, At the moment, only one level of grouping is implemented, but I do agree it would be nice to have more levels. At the time I coded it (Yosemite...

There are several ways to install Ruby. I currently use the [Homebrew package](https://www.ruby-lang.org/en/documentation/installation/#homebrew) which doesn't require `sudo`. The current versions are Ruby 2.4.1p111 and Jekyll 3.5.2.

Looks like you may have a non-homebrew copy of OpenSSL installed in `/usr/local`, or possibly the copy was installed as another user (root, etc)? You might check what `brew doctor`...

I haven't tested with Xcode 9, but it sounds like you've got it working.

Hi, try checking that you can build the MyApp Example and view its help. I'll try to reproduce the error you're seeing...

Below is a clean build report of an app 'HelpTest' using Xcode 7. You should compare this to your own example app build report to see if anything is missing:...