Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Disabling plugin-search hides plugin-fontsettings #13

@shinenelson

Description

@shinenelson

I noticed that if I disabled plugin-search with

{
  "plugins" : [ "-search"]
}

in my book.json, even though gitbook serve shows that the fontsettings plugin is loaded, it doesn't really load.

I had to manually add fontsettings to the plugin list to make it work.

{
  "plugins" : [ "-search", "fontsettings"]
}

Is this the intended behavior? I don't think the 2 plugins should be in any way related / connected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions