data.json 898 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "command_timeout": 5,
  3. "templates_folder": "04 Templates",
  4. "templates_pairs": [
  5. [
  6. "",
  7. ""
  8. ]
  9. ],
  10. "trigger_on_file_creation": true,
  11. "auto_jump_to_cursor": true,
  12. "enable_system_commands": false,
  13. "shell_path": "",
  14. "user_scripts_folder": "",
  15. "enable_folder_templates": true,
  16. "folder_templates": [
  17. {
  18. "folder": "03 Periodic/01 Daily",
  19. "template": "04 Templates/Daily Template.md"
  20. },
  21. {
  22. "folder": "02 Action/02 Projects",
  23. "template": "04 Templates/Project Template.md"
  24. },
  25. {
  26. "folder": "02 Action/04 Private",
  27. "template": "04 Templates/Project Template.md"
  28. },
  29. {
  30. "folder": "01 Action/05 Goals",
  31. "template": "04 Templates/Goal Template.md"
  32. }
  33. ],
  34. "syntax_highlighting": true,
  35. "enabled_templates_hotkeys": [
  36. ""
  37. ],
  38. "startup_templates": [
  39. ""
  40. ],
  41. "enable_ribbon_icon": true
  42. }