bubble-menu

Atom bubble menu for quick navigation

dann254

1,025

1

0.1.3

MIT

GitHub

Bubble Menu

This package creates a cool customizable menu for atom.

Image

The menu is hidden by default and can be triggered by hovering on the bottom right corner of your your editor window.

You can customize it with preferred colors, commands and icons.

Image

Installation

The easiest way to install bubble-menu is to do as follows:

Alternatively you can use the Atom Package Manager:

apm install bubble-menu

Customizing

adding and editing bubbles.

To add your own bubbles or edit the existing ones,

{
  command: "your command"
  icon: "selected icon"
  text: "text to be displayed beside the icon"
}

PS:

Bubble menu settings.

After installing bubble-menu.

Image

These settings allow you to customize the look and experience of the bubble-menu.

Just incase you are wondering 🙂


Contributing

Anyone is welcome to contribute to the development of this package. It can be a lot of work to keep up on, and I'll take help wherever i can get it 😃

Getting The Code

1. Fork

If you're keen to contribute, start by forking the repo and cloning it to your computer.

Note: To use the development version, you must first install the production version (apm uninstall bubble-menu), then and run the following commands from the root of the bubble-menu project:

# To install the local version as an Atom Theme
apm link .

# Open with dev mode:
atom --dev .

2. Make Some Changes

Once this is complete you will be able to edit bubble-menu files directly in Atom and see your UI changes in real time other changes might need you to reload the editor.

3. Create a Pull Request

Once you are satisfied, with your updates, commit your change, push them to your fork and submit a pull request with a description of the changes that you made.

4. Unlink

Once you're done working locally and ready to install the production version again, simply run apm unlink . from the root of the bubble-menu project.