Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawamurakazushi/figma-walker
Walkthrough your project without lifting your keyboard / Figma Plugin
https://github.com/kawamurakazushi/figma-walker
figma figma-plugins
Last synced: 3 months ago
JSON representation
Walkthrough your project without lifting your keyboard / Figma Plugin
- Host: GitHub
- URL: https://github.com/kawamurakazushi/figma-walker
- Owner: kawamurakazushi
- License: mit
- Created: 2019-07-12T03:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T05:50:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:23:39.800Z (7 months ago)
- Topics: figma, figma-plugins
- Language: TypeScript
- Homepage: https://www.figma.com/c/plugin/732773762837487095/Figma-Walker
- Size: 2.93 MB
- Stars: 47
- Watchers: 4
- Forks: 9
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Figma Walker
Figma Walker is a new launcher for Figma.
It searches Frames and Components from your current page, and jumps in when selected.
You can walk through your project without lifting your keyboard.
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
![hero](images/hero.png)
## Usage (Keybinding)
#### Jumps
| Description | Shortcut |
| ----------------------------------- | ------------------------- |
| Select Down | Arrow Down Key / Ctrl + n |
| Select Up | Arrow Up Key / Ctrl + p |
| Jump to selected Frame or Component | Enter / Mouse Click |![jump](images/jump.gif)
#### Insert Component
Prefix the search field with "i ".
![jump](images/insert.gif)
## Installation
https://www.figma.com/c/plugin/732773762837487095/Figma-Walker## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
#### Development
```bash
yarn watch
```## Licence
MIT