Initial commit

This commit is contained in:
d.klimov
2026-01-20 16:11:38 +03:00
commit d42b28060e
50 changed files with 15886 additions and 0 deletions

16
.obsidian/snippets/wide-editor.css vendored Normal file
View File

@@ -0,0 +1,16 @@
/* Убираем ограничение ширины */
.workspace-leaf-content {
max-width: none;
}
/* Расширяем область редактирования */
.markdown-source-view .cm-editor,
.markdown-preview-view {
max-width: none;
width: 100%;
}
/* Убираем ограничение читаемой длины строки */
.cm-content {
max-width: none;
}