Avviki

a vviki inspired antora wiki plugin for neovim

This should handle antora sources directly. By default, it creates this file structure:

📒 repository
  📄 antora.yml (1)
  📂 modules (2)
    📂 ROOT (3)
      📂 pages (4)
        📄 wiki.adoc (5)
      📄 nav.adoc (6)
1 Antora required component file, cannot be changed.
2 Required modules directory.
3 Optional module.
4 Directory that is consistent to all modules.
5 Filename of the source without the extension.
6 Automatically generated navigation file.

Configuration

avviki_sources

List of sources with its configurations.

avviki_sources

source

Directory path of antora.yml.

name

Filename of root module. An empty name is optional.

journal_name

Module name of the journal.

Commands

AvvikiIndex

Opens or creates antora.yml file.

AvvikiJournal

Opens or creates a journal module.

AvvikiPages

Select from list of all pages.

AvvikiPasteImage

Pastes Image from clipboard.

Process

Diagram