Skip to content

Commit

Permalink
Ver 1.1
Browse files Browse the repository at this point in the history
Ver 1.1
  • Loading branch information
agapserg committed May 31, 2023
1 parent b5d1986 commit 65f097f
Show file tree
Hide file tree
Showing 75 changed files with 56,959 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .obsidian/app.json
@@ -0,0 +1,8 @@
{
"promptDelete": false,
"readableLineLength": false,
"alwaysUpdateLinks": true,
"defaultViewMode": "source",
"livePreview": true,
"showInlineTitle": false
}
6 changes: 6 additions & 0 deletions .obsidian/appearance.json
@@ -0,0 +1,6 @@
{
"accentColor": "",
"enabledCssSnippets": [
"checkbox"
]
}
12 changes: 12 additions & 0 deletions .obsidian/community-plugins.json
@@ -0,0 +1,12 @@
[
"obsidian-tasks-plugin",
"dataview",
"quickadd",
"buttons",
"obsidian-view-mode-by-frontmatter",
"calendar",
"obsidian-auto-link-title",
"templater-obsidian",
"url-into-selection",
"mysnippets-plugin"
]
29 changes: 29 additions & 0 deletions .obsidian/core-plugins-migration.json
@@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true
}
21 changes: 21 additions & 0 deletions .obsidian/core-plugins.json
@@ -0,0 +1,21 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery",
"sync"
]
4 changes: 4 additions & 0 deletions .obsidian/daily-notes.json
@@ -0,0 +1,4 @@
{
"folder": "Date_Notes/Daily",
"template": "Templates/Шаблон Daily"
}
22 changes: 22 additions & 0 deletions .obsidian/graph.json
@@ -0,0 +1,22 @@
{
"collapse-filter": false,
"search": "",
"showTags": true,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.713275462622442,
"close": true
}
132 changes: 132 additions & 0 deletions .obsidian/hotkeys.json
@@ -0,0 +1,132 @@
{
"editor:cycle-list-checklist": [
{
"modifiers": [
"Mod"
],
"key": "Enter"
}
],
"editor:open-link-in-new-leaf": [],
"quickadd:choice:e0a5ccbe-ab04-4f49-a31e-5d926bfa57f2": [
{
"modifiers": [
"Alt"
],
"key": "E"
}
],
"quickadd:choice:0f6c2b5d-098a-47e8-8540-eb02b7534f93": [
{
"modifiers": [
"Alt"
],
"key": "E"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Alt"
],
"key": "A"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Alt"
],
"key": "V"
}
],
"app:delete-file": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "G"
}
],
"editor:toggle-source": [
{
"modifiers": [],
"key": "F3"
}
],
"insert-template": [
{
"modifiers": [
"Mod"
],
"key": "T"
}
],
"workspace:new-tab": [],
"editor:insert-wikilink": [
{
"modifiers": [
"Alt"
],
"key": "X"
}
],
"file-explorer:move-file": [
{
"modifiers": [
"Alt"
],
"key": "G"
}
],
"obsidian-tasks-plugin:edit-task": [
{
"modifiers": [
"Alt"
],
"key": "S"
}
],
"workspace:toggle-pin": [
{
"modifiers": [
"Mod"
],
"key": "Q"
}
],
"quickadd:choice:d41ef5fd-cf91-44f1-80ee-2b3f14e81a78": [
{
"modifiers": [
"Alt"
],
"key": "1"
}
],
"quickadd:choice:1e08bae5-dfbb-4549-8b00-1c0de05e9453": [
{
"modifiers": [
"Alt"
],
"key": "2"
}
],
"quickadd:choice:dbab2dbd-24c4-44f0-8bd4-94422e33e4a0": [
{
"modifiers": [
"Alt"
],
"key": "3"
}
],
"note-composer:split-file": [
{
"modifiers": [
"Alt"
],
"key": "R"
}
],
"templater-obsidian:replace-in-file-templater": []
}
4 changes: 4 additions & 0 deletions .obsidian/note-composer.json
@@ -0,0 +1,4 @@
{
"askBeforeMerging": true,
"replacementText": "none"
}

0 comments on commit 65f097f

Please sign in to comment.