Skip to content

Commit b08061b

Browse files
committed
update docs, light finalize #19
1 parent d39647f commit b08061b

5 files changed

Lines changed: 15675 additions & 7172 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Developing
66

7+
After running your first build (below), add the plugin to your Figma desktop client. Open the `Resources` panel (shift-I), then click `Plugins`, select `Development`, click `+`, `Import plugin from manifest`, then select `manifest.json` in this repo.
8+
79
### Dev build
810

911
`npm run build:watch`
@@ -14,18 +16,15 @@
1416

1517
`npm run build`
1618

17-
1819
`symbols.json` mapped from https://github.com/vspinu/math-symbol-lists/blob/master/math-symbol-lists.el via https://repl.it/@MaxKrieger/PuzzlingAppropriateMuse
1920

2021
## Roadmap
2122

2223
- [ ] Adjustable size
23-
- [ ] Reduce package size via webpack magic
24+
- [ ] Reduce package size via webpack magic
2425

2526
## Related work
2627

27-
2828
https://www.figma.com/c/plugin/754622689958838972 (seems to be broken as of 01/06/2020)
2929

3030
https://github.com/zindlerb/tex-block
31-

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"main": "dist/code.js",
66
"ui": "dist/ui.html",
77
"editorType": ["figma", "figjam"],
8-
"relaunchButtons": [{"command": "edit", "name": "Edit", "multipleSelection": false}]
8+
"relaunchButtons": [{"command": "edit", "name": "Edit LaTeX", "multipleSelection": false}]
99
}

0 commit comments

Comments
 (0)