LogBook


2025/08/19 [figma-plugin]

I continue working on figma-to-html-to-pdf plugin.

There are many aspects of figma plugin development that I will need to tackle:

  • Authentication with 3rd party service using OAuth
  • Figma plugin publishing policy and acceptance tests
  • Figma plugin concepts like split between main and UI thread
  • Conversion of figma objects into html and css

The first problem I am working on currently is conversion to html. There are many types objects and layouts that figma supports. For the purpose of MVP I will support only few of them. I intend to support all figma auto-layout properties. I am getting close to finishing this part. After that I need to handle text node styling, google font support and support of other figma nodes like svgs.