ordbok / index-plugin

Index Files

Home Page:https://ordbok.github.io/index-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORDBOK Index Plugin

Index files by the assembler and creates for each headline a separate index file.

Index Structure

Each index file contains all related files with their highest page counter.

Plugin Usage

You have to create a ordbok.json configuration file in the folder in which you will run the ordbok assembler.

In the configuration file you can specify folders where the ORDBOK assembler should search for plugins:

{
    "plugins": [
        "node_modules/@ordbok/core",
        "node_modules/@ordbok/index-plugin"
    ]
}

About

Index Files

https://ordbok.github.io/index-plugin

License:MIT License


Languages

Language:JavaScript 63.8%Language:TypeScript 36.2%