Skip to content

Instantly share code, notes, and snippets.

@fillmember
fillmember / useful-figma-scripts.md
Last active July 19, 2024 08:57
Useful Figma scripts

Useful Figma Scripts

These are some scripts that can help automate operations within Figma.

image

To use them, focus Figma and open up the Developer Tools panel by using the shortcut key Command + Option + I. Switch to Console tab and click on the last line of the white text area to input text. You are now ready to copy-paste scripts into Figma.

Disclaimer: Not liable for data loss or misoperations. Use at your own risk.

@fillmember
fillmember / bopomofo_hsuq.schema.yaml
Created March 19, 2017 20:41
我的RIME注音許氏方案
# Rime schema
# encoding: utf-8
schema:
schema_id: bopomofo_hsuq
name: 注音・許式Q 0.4
version: "0.4"
author:
- 佛振 <chen.sst@gmail.com>
- Patrick <ipatrickmac@gmail.com>
@fillmember
fillmember / dae.coffee
Created September 19, 2016 20:09
gulp task for export animation data in dae to a JSON file
gulp = require 'gulp'
yargs = require 'yargs'
chalk = require 'chalk'
gulp.task 'dae' , (cb) ->
# Arguments
argv = yargs
#
# Source:
# https://www.gitignore.io/api/unity
# https://github.com/github/gitignore/blob/master/Unity.gitignore
# https://gist.github.com/kleber-swf/6e62de2ed95cd2c0f2de
# Unity generated
/[Ll]ibrary/
/[Tt]emp/