Skip to content

Commit

Permalink
2023-04-12 13:52:21: updataes
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/app.json
.obsidian/core-plugins-migration.json
.obsidian/core-plugins.json
.obsidian/plugins/obsidian-git/data.json
.obsidian/plugins/obsidian-git/main.js
.obsidian/plugins/obsidian-git/manifest.json
.obsidian/plugins/obsidian-git/styles.css
.obsidian/plugins/obsidian-toggle-meta-yaml-plugin/data.json
.obsidian/plugins/obsidian-toggle-meta-yaml-plugin/main.js
.obsidian/plugins/obsidian-toggle-meta-yaml-plugin/manifest.json
.obsidian/workspace.json
catalog/.catalog.afpub.icloud
catalog/catalog.afpub
  • Loading branch information
clomads committed Apr 12, 2023
1 parent 5021b75 commit 6999054
Show file tree
Hide file tree
Showing 13 changed files with 9,505 additions and 3,674 deletions.
5 changes: 4 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "extras/media",
"newLinkFormat": "absolute"
"newLinkFormat": "absolute",
"showFrontmatter": true,
"spellcheck": true,
"useMarkdownLinks": true
}
4 changes: 2 additions & 2 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"slash-command": true,
"editor-status": true,
"starred": true,
"markdown-importer": false,
"markdown-importer": true,
"zk-prefixer": false,
"random-note": false,
"outline": true,
Expand Down
2 changes: 2 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"starred",
"markdown-importer",
"outline",
"word-count",
"file-recovery"
Expand Down
7 changes: 5 additions & 2 deletions .obsidian/plugins/obsidian-git/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"commitMessage": "vault backup: {{date}} from {{hostname}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 20,
"autoPushInterval": 0,
Expand All @@ -23,5 +22,9 @@
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"autoCommitMessage": "vault backup: {{date}}"
}
Loading

0 comments on commit 6999054

Please sign in to comment.