SkillAgentSearch skills...

Minimap

A preview of the full source code.

Install / Use

/learn @atom-minimap/Minimap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CI APM Version APM Downloads

Minimap package

A preview of the full source code.

Minimap Screenshot <small>In the screenshot above the minimap-git-diff and minimap-highlight-selected plugins are activated.</small>

Installation

apm install minimap

Features

  • Service-based Plugin API: Use the plugin generation command and start developing your plugin right away.
  • Decoration API: Use the same API to manage TextEditor and Minimap decorations.
  • Canvas-based Rendering: Simple, fast and flexible.
  • Stand-alone Mode: Wants to display a preview of a text editor in your UIs, use a stand-alone version of the Minimap.

Available Plugins

Below is the list of available plugins so far:

| Package | Description | | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Auto-Hider | Hides the Minimap while editing. | | Bookmarks | Displays Atom bookmarks. | | Code Glance | Shows the code that's under the mouse cursor when hovering the Minimap. | | Cursor Line | Highlights the line with cursor. | | Find And Replace | Displays the search matches. | | Git Diff | Displays the file diff. | | Google-Repo-Diff-Minimap | A Minimap binding for the google-repo-diff package and google-repo package. | | GPool-Diff-Minimap | A minimap binding for the gpool-diff package. | | Hide on inactive panes | Hide the Minimap when pane isn't focus. | | Highlight Selected | A Minimap binding for the highlight-selected package. | | Linter | Displays linter markers. | | Pigments | Displays the Pigments colors. | | Quick-Highlight | Shows multiple selections done with the quick-highlight package. | | Selection | Display the buffer's selections. | | Split-Diff | A Minimap binding for the split-diff package. |

Settings

Show Minimap on Atom Start

If checked the Minimap is displayed on Atom startup. (default=true)

Device Pixel Ratio Rounding

If checked the devicePixelRatio will be rounded using Math.floor. (default=true)

Display Code Highlights

If checked the code will be highlighted using the grammar tokens. (default=true)

| true | false | | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | | | |

Display Minimap On Left

If checked the Minimap appears on the left side of editors, otherwise it appears on the right side. (default=false)

| true | false | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | | | |

Char Height

The height of a character in the Minimap in pixels. (default=2)

| 1px | 2px | 4px | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | | | | |

Char Width

The width of a character in the Minimap in pixels. (default=1)

| 1px | 2px | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | | | |

Interline

The space between lines in the Minimap in pixels. (default=1)

| 1px | 2px | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | | |

Text Opacity

The opacity used to render the line text in the Minimap. (default=0.6)

| 0.6 | 1 | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | | | |

Ignore Whitespaces In Tokens

When enabled, text

Related Skills

View on GitHub
GitHub Stars644
CategoryDevelopment
Updated1mo ago
Forks125

Languages

JavaScript

Security Score

95/100

Audited on Feb 6, 2026

No findings