Back to Plugins
Local Variables Manipulator

Local Variables Manipulator

Export / Import Local Variables

importvariablesexport

Plugin Preview

Local Variables Manipulator preview

About this plugin

Local Variables Manipulator (LVM)

(Description in English)

  1. LVM is a Local Variables Exporter / Importer
  2. You can get data of Local Variables as JSON by Export.
  3. And you can update or insert Local Variables by using same format JSON.


(Description in Japanese)

  1. LVM は Local Variables の Exporter / Importer です。
  2. Local Variables の登録内容を JSON で Export できます。
  3. Export したものと同じ形式の JSON を使って Import できます。


Example JSON

{
"ColorExample": {
"Alias Token/primary": {
"$variableValues": {
"Light": "$Global Token/blue/100",
"Dark": "$Global Token/blue/100"
},
"$description": "",
"$codeSyntax": {
"WEB": "color.aliasToken.primary"
},
"$scopes": [
"ALL_SCOPES"
],
"$hiddenFromPublishing": false
},
"Global Token/blue/100": {
"$variableValues": {
"Light": "#0000FF",
"Dark": "#0000FF"
},
"$description": "",
"$codeSyntax": {
"WEB": "color.globalToken.blue['100']"
},
"$scopes": [
"ALL_SCOPES"
],
"$hiddenFromPublishing": false
}
}
}

Plugin Details

Version2
CreatedJuly 18, 2024
Last UpdatedJuly 19, 2024
CategoryImport & export plugins
Creatordebiru
Stats32 installs, 7 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none