Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taconi/plugin-channel
Fork of the official micro editor plugins channel
https://github.com/taconi/plugin-channel
micro micro-plugins
Last synced: 30 days ago
JSON representation
Fork of the official micro editor plugins channel
- Host: GitHub
- URL: https://github.com/taconi/plugin-channel
- Owner: taconi
- Created: 2022-08-30T18:40:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:54:17.000Z (10 months ago)
- Last Synced: 2024-10-24T00:52:00.844Z (3 months ago)
- Topics: micro, micro-plugins
- Homepage: https://codeberg.org/micro-plugins/plugin-channel
- Size: 125 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Micro Plugin Channel
This repository contains the `channel.json` file which lists all micro plugins. This is where the editor looks to search for plugins to install.
#### This is a fork of the [oficial channel](https://github.com/micro-editor/plugin-channel/) and plugins available there will not be listed here
> [!CAUTION]
>
> This channel has been discontinued, see [#42](https://github.com/taconi/plugin-channel/issues/42) for more details> [!Warning]
>
> This is just a plugin centralizer, plugin owners can change or add versions with malicious codes, I recommend checking each plugin before installing, use at your own risk## Settings
Add this repository in `~/.config/micro/settings.json`
```json
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
"https://codeberg.org/micro-plugins/plugin-channel/raw/branch/main/channel.json"
]
```## Plugins
| Name | Description
|-- | --
| [acme] | An acme style editing plugin for the micro editor.
| [align] | Simple plugin to align multiple cursors in micro.
| [ag] | This plugin provides the ability to search with "ag" (aka the_silver_searcher).
| [aspell] | Spellchecking with Aspel.
| [battery] | Shows battery percentage on infobar.
| [calc] | Add calc command for calculating math.
| [capitalizer] | A simple micro-editor plugin that allows to capitalize selected text.
| [cheat] | F1 cheatsheet for the language you're editing: Python, Go, Lua...
| [colorschemes] | Colorschemes aggregator.
| [delve] | Integrates golang delve debugger.
| [emacs_select] | Emacs-style selection for Micro.
| [filemanager2] | Plugin that allows for easy navigation of a file tree.
| [findinfolder] | Folder search support.
| [fzfinder] | Integrate fzf to select and search for your project files.
| [gitStatus] | Information about git in status bar.
| [grepsearch] | Using grep to recursively search in files.
| [gzplugin] | Read and write .gzip files.
| [language_env] | Syntax highlighting for files with .env extension.
| [language_ignore] | Adds syntax highlighting to 'ignore' files.
| [language_kv] | Syntax highlighting for kvlang.
| [language_log] | Syntax highlighting for files with .log extension.
| [latexplugin] | Latex plugin for Micro editor. Main aim is to provide synctex support.
| [lintertypescript] | Ability to lint your Typescript (.ts & .tsx) files with tsc.
| [manager] | Provides a way to manage linters, formatters, commands, keybindings, settings, plugins.
| [mdtree] | A plugin for the micro text editor to add sidebar for jumpring and viewing TOC of markdown files.
| [microwiki] | Like vimwiki but for micro.
| [microzim] | Basic manipulation of ZIM-Wiki files.
| [mxc] | The microExecuter. Hit F5 to execute any script from the Micro buffer!
| [nelua] | Nelua support for Micro text editor.
| [nix] | nix-linter plugin and syntax.
| [palettero] | Command palette - Ctrl-P to fuzzy search & run commands, textfilters and descriptions
| [prettier] | This plugin provides the ability to format your code with Prettier.
| [preview] | A very simple plugin to preview markdown in a second editor pane using pandoc.
| [repfiles] | A filemanager for your git-repository.
| [run] | F5 to save and run, F12 to 'make', F9 to 'make' in background. Go, Python, Lua and executable file (#!) supported. Can 'make' whole project even from subdir.
| [selto] | Simple plugin allowing to quickly select lines.
| [splitterm] | Run a file or a selection of an inerpreted language within a new terminal window.
| [sunny-day] | Port of the Emacs theme by Martin Haesler.
| [testaustime] | Testaustime coding activity tracker for micro.
| [transform] | Plugin to do various kind of text transformations in Micro.
| [urlopen] | A plugin for the micro text editor to add support for opening URLs in text files.
| [wakatime] | Metrics, insights, and time tracking automatically generated from your programming activity.
| [xonsh] | Syntax highlighting for xonsh files.## Adding your own plugin
Collaboration is super welcome! See [CONTRIBUTING.md](https://codeberg.org/micro-plugins/plugin-channel/src/branch/main/CONTRIBUTING.md).
[acme]: https://github.com/xxuejie/micro-acme
[align]: https://github.com/mosskjohnson/align-plugin
[ag]: https://github.com/sebkolind/micro-ag
[aspell]: https://github.com/priner/micro-aspell-plugin
[battery]: https://github.com/dubyte/micro-battery
[calc]: https://notabug.org/dustdfg/micro-calc
[capitalizer]: https://github.com/CodeGiorgino/capitalizer
[cheat]: https://github.com/terokarvinen/micro-cheat
[colorschemes]: https://codeberg.org/micro-plugins/colorschemes
[delve]: https://github.com/serge-v/micro-delve
[emacs_select]: https://github.com/kesslern/micro-emacs-select
[filemanager2]: https://codeberg.org/micro-plugins/filemanager2
[findinfolder]: https://codeberg.org/micro-plugins/findinfolder
[fzfinder]: https://github.com/MuratovAS/micro-fzfinder
[gitStatus]: https://codeberg.org/micro-plugins/git-status
[grepsearch]: https://github.com/gaenseklein/grepsearch
[gzplugin]: https://github.com/dzmanto/gzplugin4micro
[language_env]: https://codeberg.org/micro-plugins/language-env
[language_ignore]: https://codeberg.org/micro-plugins/language-ignore
[language_kv]: https://codeberg.org/micro-plugins/language-kv
[language_log]: https://codeberg.org/micro-plugins/language-log
[latexplugin]: https://github.com/chykcha3/micro-plugin-latex
[lintertypescript]: https://github.com/sebkolind/micro-linter-typescript
[manager]: https://codeberg.org/micro-plugins/manager
[mdtree]: https://notabug.org/dustdfg/micro-mdtree
[microwiki]: https://github.com/obedm503/microwiki
[microzim]: https://github.com/ihavenomouth/microzim
[mxc]: https://github.com/cadnza/mxc
[nelua]: https://github.com/leap0x7b/micro-nelua-plugin
[nix]: https://github.com/vandervoortj/nix-micro-plugin
[palettero]: https://github.com/terokarvinen/palettero
[prettier]: https://github.com/sebkolind/micro-prettier
[preview]: https://github.com/weebi/micro-preview
[repfiles]: https://github.com/gaenseklein/repfiles
[run]: https://github.com/terokarvinen/micro-run
[selto]: https://github.com/PawelMTRK/micro-selto-plugin
[splitterm]: https://github.com/lukhof/splitterm
[sunny-day]: https://github.com/dwwmmn/micro-sunny-day
[testaustime]: https://github.com/testaustime/testaustime-micro
[transform]: https://github.com/SuSonicTH/micro-transform
[urlopen]: https://github.com/pjg11/micro-urlopen
[wakatime]: https://github.com/wakatime/micro-wakatime
[xonsh]: https://codeberg.org/micro-plugins/xonsh