plugin.json 756 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "title": "MathJax Plugin",
  3. "description": "MathJax math renderer for JupyterLab",
  4. "jupyter.lab.menus": {
  5. "context": [
  6. {
  7. "type": "separator",
  8. "selector": ".MathJax",
  9. "rank": 12
  10. },
  11. {
  12. "command": "mathjax:clipboard",
  13. "selector": ".MathJax",
  14. "rank": 13
  15. },
  16. {
  17. "command": "mathjax:scale",
  18. "selector": ".MathJax",
  19. "rank": 13
  20. },
  21. {
  22. "command": "mathjax:scale",
  23. "selector": ".MathJax",
  24. "rank": 13,
  25. "args": {
  26. "scale": 1.5
  27. }
  28. },
  29. {
  30. "type": "separator",
  31. "selector": ".MathJax",
  32. "rank": 13
  33. }
  34. ]
  35. },
  36. "additionalProperties": false,
  37. "type": "object"
  38. }