Giter VIP home page Giter VIP logo

figma-comments's Introduction

Figma Comments

Extract comments from a Figma file into tab-separated text format.

Comments can optionally contain #hashtags which will be extracted into their own, comma-separated column.

There's also a link directly to the frame each comment is on, in prototype mode.

Requires

  • Node.js to be installed.

Instructions

  1. Generate a "personal access token" in your Figma Account Settings page.
  2. Get the file ID from your file's URL https://www.figma.com/file/FILE_ID/FILE_NAME
  3. Run the script like this, dumping the output into a file:
    node figma-comments-to-tsv.js ACCESS_TOKEN FILE_ID > output.tsv

Output

Data in tab-separated format, with columns like this:

Comment Created Frame Tags Frame Link
Comment #tag1 #tag2 2019-01-10T17:00:00Z Frame A #tag1,#tag2 https://...
Second comment 2019-01-10T17:00:01Z Frame C https://...
A followup to first comment #tag2 2019-01-10T17:00:02Z Frame A #tag2 https://...

figma-comments's People

Contributors

jamiemill avatar

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.