data.json 789 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "settings": {
  3. "migrated": 6,
  4. "iconPacksPath": ".obsidian/icons",
  5. "fontSize": 16,
  6. "emojiStyle": "native",
  7. "iconColor": null,
  8. "recentlyUsedIcons": [],
  9. "recentlyUsedIconsSize": 5,
  10. "rules": [],
  11. "extraMargin": {
  12. "top": 0,
  13. "right": 4,
  14. "bottom": 0,
  15. "left": 0
  16. },
  17. "iconInTabsEnabled": false,
  18. "iconInTitleEnabled": false,
  19. "iconInTitlePosition": "above",
  20. "iconInFrontmatterEnabled": false,
  21. "iconInFrontmatterFieldName": "icon",
  22. "iconColorInFrontmatterFieldName": "iconColor",
  23. "iconsBackgroundCheckEnabled": false,
  24. "iconsInNotesEnabled": true,
  25. "iconsInLinksEnabled": true,
  26. "iconIdentifier": ":",
  27. "lucideIconPackType": "native",
  28. "debugMode": false,
  29. "useInternalPlugins": false
  30. }
  31. }