Neovim Zim plugin

Hi! I have Zim wiki with many information in it. I’d like to have tool inside neovim to read and search through zim pages. Ideally it must be as “help” system in vim – with hyperlinks and with tags.
How it can be done inside neovim? I see two possible ways:

  1. Convert zim page to help format on-fly and feed it to neovim somehow.
  2. Write lua plugin from scratch to support native zim format files.
    Which way is better? Thanks.