Git Product home page Git Product logo

figma-plugins's People

Contributors

rsms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

figma-plugins's Issues

Graphviz: position property is causing crash.

When opening Graphviz the following error appears in the console:

Error: in showUI: Expected "showUI options" to have type {visible: optional boolean, width: optional number, height: optional number} but got additional property "position"
    at <anonymous> (PLUGIN_5_SOURCE)
    at <anonymous> (PLUGIN_5_SOURCE:2)
    at call (native)
    at <eval> (PLUGIN_5_SOURCE:6)

I see from the Plugins slack that the position property was discontinued:

- We decided not to go forward with the optional position option in figma.showUI(). Instead, plugins now always remember their last opened position by default.

So it should be a case of removing position here and cleaning up the typings:

function main() {
figma.showUI(__html__, {
width: 440,
height: 600,
position: "last",
})

I'll try make a PR today if I get time.

Request: Ability to zoom in the minimap

Hi! Thanks for the Minimap plugin, it's great :)

One thing I noticed is that I could not zoom in/out with my mouse in the small window. I'd like to do all my navigation there and not have to zoom in/out in the file itself!

Have a great day!

Minimap is closed when another plugin runs...

Hi, first thank you for such a great addition to Figma.

I have one problem though, would it be possible to have minimap enabled indefinitely? Whenever I run another plugin, I have to run Minimap again to see it.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.