Plugin Preview
About this plugin
Local Variables Manipulator (LVM)
(Description in English)
- LVM is a Local Variables Exporter / Importer
- You can get data of Local Variables as JSON by Export.
- And you can update or insert Local Variables by using same format JSON.
(Description in Japanese)
- LVM は Local Variables の Exporter / Importer です。
- Local Variables の登録内容を JSON で Export できます。
- 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
Version | 2 |
---|---|
Created | July 18, 2024 |
Last Updated | July 19, 2024 |
Category | Import & export plugins |
Creator | debiru |
Stats | 32 installs, 7 likes |
Pricing | Free |
Technical Details
- API:1.0.0
- UI:ui.html
- main:code.js
- Document Access:dynamic-page
- Editor Types:figma
- Allowed Domains:
- none
More Like This
Discover other plugins in the Import & export plugins category.