chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"includeFirstLineAsNoteHeading": false,
"excludeFirstLineInNote": false,
"openNewNote": true,
"headingFormat": "#",
"newFileLocation": 2,
"customFolder": "MyNotes",
"fileNamePrefix": "",
"transcludeByDefault": false,
"noteLinkTemplate": "",
"refactoredNoteTemplate": "",
"normalizeHeaderLevels": false
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"id":"note-refactor-obsidian","name":"Note Refactor","version":"1.8.2","description":"Extract note content into new notes and split notes","isDesktopOnly":false,"js":"main.js","css":"style.css","author":"lynchjames"}
+7
View File
@@ -0,0 +1,7 @@
.note-refactor-filename .setting-item-info {
margin-right: 0;
}
.note-refactor-filename .setting-item-name {
padding-top: 10px;
}