A Figma plugin to help you create and manage guides in your project. You can find the plugin here.
✨ Easily add mirrored margin bounds to your frames
✨ Create Columns for a quick column (or row) grid
✨ Save your guides for use later
✨ Quick-guide shortcuts to add center margins
✨ Multi-frame guides clear
✨ KeyCombo! Control
+ Shift
+ S
to save your current guides
- Clone Repo
- Run
yarn
to install packages & dependencies - With hopefully no errors, run
yarn dev
to start running the plugin. - Run the plugin in Figma to test (be sure to have that console open, just in case).
- Update Vue to vue3 and find replacement for deprecated packages
- Eventually Merge columns and rows into a single primary tab.
- Add "get guides from selection" function for "saved guides".
implement parameter inputupdate to support themes (dark/light/system)finish quick-add actionsfinalize UIimport iconswire up tray actioncreate "linked" state in marginsWire up ALL actionsLogic and test marginsLogic and text columns/rows with gutters (these will likely depend on margins)test push all settings (per view) into figma UIadd localStorage for users saved guidesOptimize Saved data and applying saved guides.squash bugsmaybe swap params for a perma re-launch button insteador just oversimplify actions/params
when adding a saved guide to a new frame, some guides are out of bounds.selecting multiple frames and applying margins only respects one framelocal client storage for saved guides needs looking at