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

98 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"command_timeout": 5,
"templates_folder": "📋 Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": true,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "📥 Inbox",
"template": "📋 Templates/📥 Быстрая заметка.md"
},
{
"folder": "💼 Работа/🤝 Встречи",
"template": "📋 Templates/🤝 Встреча.md"
},
{
"folder": "💼 Работа/📄 Проекты",
"template": "📋 Templates/💼 Рабочий проект.md"
},
{
"folder": "💼 Работа/📝 Задачи",
"template": "📋 Templates/📝 Задача.md"
},
{
"folder": "📚 Обучение/📚 Курсы",
"template": "📋 Templates/📚 Конспект курса.md"
},
{
"folder": "📚 Обучение/📝 Конспекты",
"template": "📋 Templates/📚 Конспект курса.md"
},
{
"folder": "📖 Книги/📖 Прочитанные",
"template": "📋 Templates/📖 Заметки к книге.md"
},
{
"folder": "📖 Книги/📚 В чтении",
"template": "📋 Templates/📖 Заметки к книге.md"
},
{
"folder": "📖 Книги/📝 Заметки к книгам",
"template": "📋 Templates/📖 Заметки к книге.md"
},
{
"folder": "🍽️ Питание/🍳 Рецепты",
"template": "📋 Templates/🍳 Рецепт.md"
},
{
"folder": "⚙️ Техническое/🖥️ Серверы",
"template": "📋 Templates/⚙️ Техническая документация.md"
},
{
"folder": "⚙️ Техническое/🔧 Конфигурации",
"template": "📋 Templates/⚙️ Техническая документация.md"
},
{
"folder": "⚙️ Техническое/📖 Документация",
"template": "📋 Templates/⚙️ Техническая документация.md"
},
{
"folder": "💡 Идеи/💡 Проекты",
"template": "📋 Templates/💡 Идея проекта.md"
},
{
"folder": "💡 Идеи/🔬 Исследования",
"template": "📋 Templates/💡 Идея проекта.md"
},
{
"folder": "💡 Идеи/✨ Вдохновение",
"template": "📋 Templates/📥 Быстрая заметка.md"
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}