项目:更新主题插件
This commit is contained in:
parent
bf2f8ce64b
commit
541b56abf9
6
.obsidian/app.json
vendored
6
.obsidian/app.json
vendored
@ -9,13 +9,13 @@
|
||||
"communityPluginSortOrder": "download",
|
||||
"attachmentFolderPath": "",
|
||||
"userIgnoreFilters": [
|
||||
"node_modules/",
|
||||
"build/",
|
||||
"src/",
|
||||
"static/",
|
||||
"templates/"
|
||||
],
|
||||
"newFileLocation": "current",
|
||||
"defaultViewMode": "source",
|
||||
"showFrontmatter": false
|
||||
"showFrontmatter": true,
|
||||
"vimMode": false,
|
||||
"newLinkFormat": "absolute"
|
||||
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -4,5 +4,6 @@
|
||||
"templater-obsidian",
|
||||
"obsidian-mind-map",
|
||||
"periodic-notes",
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"obsidian-minimal-settings"
|
||||
]
|
4
.obsidian/plugins/obsidian-git/data.json
vendored
4
.obsidian/plugins/obsidian-git/data.json
vendored
@ -20,8 +20,8 @@
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"changedFilesInStatusBar": true,
|
||||
"username": "",
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false
|
||||
}
|
1369
.obsidian/plugins/obsidian-git/main.js
vendored
1369
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load Diff
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
@ -4,5 +4,5 @@
|
||||
"description": "Backup your vault with Git.",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"version": "2.6.0"
|
||||
"version": "2.12.1"
|
||||
}
|
||||
|
1
.obsidian/plugins/obsidian-git/styles.css
vendored
1
.obsidian/plugins/obsidian-git/styles.css
vendored
@ -20,6 +20,7 @@
|
||||
|
||||
.obsidian-git-center {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
36
.obsidian/plugins/obsidian-minimal-settings/data.json
vendored
Normal file
36
.obsidian/plugins/obsidian-minimal-settings/data.json
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"theme": "moonstone",
|
||||
"lightStyle": "minimal-light-white",
|
||||
"darkStyle": "minimal-dark",
|
||||
"lightScheme": "minimal-default-light",
|
||||
"darkScheme": "minimal-default-dark",
|
||||
"editorFont": "",
|
||||
"lineHeight": 1.6,
|
||||
"lineWidth": 40,
|
||||
"lineWidthWide": 50,
|
||||
"maxWidth": 88,
|
||||
"textNormal": 18,
|
||||
"textSmall": 14,
|
||||
"imgGrid": false,
|
||||
"imgWidth": "img-default-width",
|
||||
"tableWidth": "table-default-width",
|
||||
"iframeWidth": "iframe-default-width",
|
||||
"mapWidth": "map-default-width",
|
||||
"chartWidth": "chart-default-width",
|
||||
"colorfulHeadings": false,
|
||||
"colorfulFrame": false,
|
||||
"colorfulActiveStates": false,
|
||||
"trimNames": true,
|
||||
"labeledNav": false,
|
||||
"fullWidthMedia": true,
|
||||
"bordersToggle": true,
|
||||
"minimalStatus": true,
|
||||
"focusMode": false,
|
||||
"underlineInternal": true,
|
||||
"underlineExternal": true,
|
||||
"useSystemTheme": false,
|
||||
"folding": true,
|
||||
"lineNumbers": true,
|
||||
"readableLineLength": true,
|
||||
"devBlockWidth": false
|
||||
}
|
950
.obsidian/plugins/obsidian-minimal-settings/main.js
vendored
Normal file
950
.obsidian/plugins/obsidian-minimal-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-minimal-settings/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-minimal-settings/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-minimal-settings",
|
||||
"name": "Minimal Theme Settings",
|
||||
"version": "6.1.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://www.twitter.com/kepano",
|
||||
"isDesktopOnly": false
|
||||
}
|
1
.obsidian/plugins/obsidian-minimal-settings/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-minimal-settings/styles.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* Empty */
|
2
.obsidian/themes/Minimal/manifest.json
vendored
2
.obsidian/themes/Minimal/manifest.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Minimal",
|
||||
"version": "6.0.12",
|
||||
"version": "6.1.10",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://twitter.com/kepano"
|
||||
|
639
.obsidian/themes/Minimal/theme.css
vendored
639
.obsidian/themes/Minimal/theme.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user