Skip to content

uier/hackbar

Repository files navigation

Users Contributors Forks Stargazers Issues MIT License


Logo

hackbar

A browser extension for using kbar in HackMD
Report Bug / Request Feature

Table of Contents

About The Project

hackbar provides a kbar component to use in HackMD.

Features

  • Create empty note or create from templates.
  • Search & Open notes by title / tags / teams.
  • Switch between workspaces (teams).
  • Shortcuts for creating note and switching team.

Built With

(back to top)

Installation

Usage

Basic

  • Press +k (Mac) / Ctrl+k (Windows & Linux) to open kbar.
  • Directly search things. Open note by title/tag, create note from template, team name.

Shortcuts

  • Press + to navigate to note creating view.
  • Press @ to navigate to team switching view.
  • Shortcuts also work when kbar is closed.

For more detail, please refer to the Documentation on HackMD.

(back to top)

Development

  1. Clone the repo
    git clone https://github.com/uier/hackbar.git
    cd hackbar
  2. Install dependencies
    pnpm i
  3. Build extension in build/
    pnpm prepare

(back to top)

Roadmap

  • Search & Open notes in specific team (such as GitHub)
  • Create note in specific team

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/amazing-feature)
  3. Commit your Changes with Conventional Commits
  4. Push to the Branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

TzuWei Yu (uier) - ap9940506@gmail.com

Project Link: https://github.com/uier/hackbar

(back to top)