Files
second-mind-aep/templater-obsidian/data.json
2025-08-09 22:36:28 +04:00

58 lines
1.3 KiB
JSON
Raw Blame History

{
"command_timeout": 5,
"templates_folder": "📋 Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "📥 Inbox",
"template": "📋 Templates/📥 Быстрая заметка.md"
},
{
"folder": "💼 Работа/<2F><> Встречи",
"template": "📋 Templates/🤝 Встреча.md"
},
{
"folder": "💼 Работа/📄 Проекты",
"template": "📋 Templates/💼 Рабочий проект.md"
},
{
"folder": "💼 Работа/📝 Задачи",
"template": "📋 Templates/📝 Задача.md"
},
{
"folder": "📚 Обучение/📝 Конспекты",
"template": "📋 Templates/📚 Конспект курса.md"
},
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}