Giter Club home page Giter Club logo

Comments (3)

taconi avatar taconi commented on May 26, 2024

This option already exists, through the CLI you install the plugin with micro -plugin install 'pl' where 'pl' is the name of the plugin (just type micro -plugin to see help) and through the editor you enter the command bar with Ctrl-e and installs your plugin with the command plugin install 'pl'.

from micro.

mdziczkowski avatar mdziczkowski commented on May 26, 2024

Thanks. I had proposed it brcause it was not mentioned in the manual

from micro.

taconi avatar taconi commented on May 26, 2024

The plugins you can install are on the official plugins channel.

It basically lists the plugins but you can list other plugins that are not there to install with the micro.

You can do this in two ways:

The first way is to put the repo.json file link (to see more about plugins and repo.json see this) in the pluginrepos field in the settings file:

{
    "pluginrepos": [
        "https://codeberg.org/micro-plugins/manager/raw/branch/main/repo.json"
    ]
}

The second way is to add another plugin channel besides the official one. You put the file link in the pluginchannels.

{
    "pluginchannels": [
        "https://codeberg.org/micro-plugins/plugin-channel/raw/branch/main/channel.json"
    ]
}

I don't know if there are other plugin channels besides this one.

from micro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.