data.json 792 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "command_timeout": 5,
  3. "templates_folder": "02 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": "02 Templates/Daily Template.md"
  20. },
  21. {
  22. "folder": "02 Action/02 Projects",
  23. "template": "02 Templates/Project Template.md"
  24. },
  25. {
  26. "folder": "01 Action/05 Goals",
  27. "template": "02 Templates/Goal Template.md"
  28. }
  29. ],
  30. "syntax_highlighting": true,
  31. "enabled_templates_hotkeys": [
  32. ""
  33. ],
  34. "startup_templates": [
  35. ""
  36. ],
  37. "enable_ribbon_icon": true
  38. }