types.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "types": {
  3. "aliases": "aliases",
  4. "cssclasses": "multitext",
  5. "tags": "tags",
  6. "excalidraw-plugin": "text",
  7. "excalidraw-export-transparent": "checkbox",
  8. "excalidraw-mask": "checkbox",
  9. "excalidraw-export-dark": "checkbox",
  10. "excalidraw-export-padding": "number",
  11. "excalidraw-export-pngscale": "number",
  12. "excalidraw-export-embed-scene": "checkbox",
  13. "excalidraw-link-prefix": "text",
  14. "excalidraw-url-prefix": "text",
  15. "excalidraw-link-brackets": "checkbox",
  16. "excalidraw-onload-script": "text",
  17. "excalidraw-linkbutton-opacity": "number",
  18. "excalidraw-default-mode": "text",
  19. "excalidraw-font": "text",
  20. "excalidraw-font-color": "text",
  21. "excalidraw-border-color": "text",
  22. "excalidraw-css": "text",
  23. "excalidraw-autoexport": "text",
  24. "excalidraw-embeddable-theme": "text",
  25. "excalidraw-open-md": "checkbox",
  26. "TQ_explain": "checkbox",
  27. "TQ_extra_instructions": "text",
  28. "TQ_short_mode": "checkbox",
  29. "TQ_show_backlink": "checkbox",
  30. "TQ_show_cancelled_date": "checkbox",
  31. "TQ_show_created_date": "checkbox",
  32. "TQ_show_depends_on": "checkbox",
  33. "TQ_show_done_date": "checkbox",
  34. "TQ_show_due_date": "checkbox",
  35. "TQ_show_edit_button": "checkbox",
  36. "TQ_show_id": "checkbox",
  37. "TQ_show_on_completion": "checkbox",
  38. "TQ_show_postpone_button": "checkbox",
  39. "TQ_show_priority": "checkbox",
  40. "TQ_show_recurrence_rule": "checkbox",
  41. "TQ_show_scheduled_date": "checkbox",
  42. "TQ_show_start_date": "checkbox",
  43. "TQ_show_tags": "checkbox",
  44. "TQ_show_task_count": "checkbox",
  45. "TQ_show_tree": "checkbox",
  46. "TQ_show_urgency": "checkbox"
  47. }
  48. }