Skip to content

Commit e6ac8fb

Browse files
committed
Change Ramp() Default Width to 256
- Fix Version Control - Update RM
1 parent 72f3e81 commit e6ac8fb

22 files changed

+1447
-1065
lines changed

.obsidian/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"useMarkdownLinks": true,
33
"newLinkFormat": "relative",
44
"showUnsupportedFiles": false,
5-
"attachmentFolderPath": "./assets~"
5+
"attachmentFolderPath": "./assets~",
6+
"promptDelete": false
67
}

.obsidian/community-plugins.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"obsidian-git",
3+
"copy-url-in-preview"
4+
]

.obsidian/core-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"workspaces": false,
2727
"file-recovery": true,
2828
"publish": false,
29-
"sync": true,
29+
"sync": false,
3030
"webviewer": false
3131
}

.obsidian/plugins/copy-url-in-preview/main.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "copy-url-in-preview",
3+
"name": "Image Context Menus",
4+
"version": "1.10.0",
5+
"minAppVersion": "1.6.6",
6+
"description": "Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab context menus for images.",
7+
"author": "NomarCub",
8+
"authorUrl": "https://github.com/NomarCub",
9+
"fundingUrl": "https://ko-fi.com/nomarcub",
10+
"isDesktopOnly": false
11+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"commitMessage": "vault backup: {{date}}",
3+
"autoCommitMessage": "vault backup: {{date}}",
4+
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
5+
"autoSaveInterval": 0,
6+
"autoPushInterval": 0,
7+
"autoPullInterval": 0,
8+
"autoPullOnBoot": false,
9+
"disablePush": false,
10+
"pullBeforePush": true,
11+
"disablePopups": false,
12+
"showErrorNotices": true,
13+
"disablePopupsForNoChanges": false,
14+
"listChangedFilesInMessageBody": false,
15+
"showStatusBar": true,
16+
"updateSubmodules": false,
17+
"syncMethod": "merge",
18+
"customMessageOnAutoBackup": false,
19+
"autoBackupAfterFileChange": false,
20+
"treeStructure": true,
21+
"refreshSourceControl": true,
22+
"basePath": "",
23+
"differentIntervalCommitAndPush": false,
24+
"changedFilesInStatusBar": true,
25+
"showedMobileNotice": true,
26+
"refreshSourceControlTimer": 7000,
27+
"showBranchStatusBar": true,
28+
"setLastSaveToLastCommit": false,
29+
"submoduleRecurseCheckout": false,
30+
"gitDir": "",
31+
"showFileMenu": true,
32+
"authorInHistoryView": "hide",
33+
"dateInHistoryView": false,
34+
"diffStyle": "git_unified",
35+
"lineAuthor": {
36+
"show": false,
37+
"followMovement": "inactive",
38+
"authorDisplay": "initials",
39+
"showCommitHash": false,
40+
"dateTimeFormatOptions": "date",
41+
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
42+
"dateTimeTimezone": "viewer-local",
43+
"coloringMaxAge": "1y",
44+
"colorNew": {
45+
"r": 255,
46+
"g": 150,
47+
"b": 150
48+
},
49+
"colorOld": {
50+
"r": 120,
51+
"g": 160,
52+
"b": 255
53+
},
54+
"textColorCss": "var(--text-muted)",
55+
"ignoreWhitespace": false,
56+
"gutterSpacingFallbackLength": 5,
57+
"lastShownAuthorDisplay": "initials",
58+
"lastShownDateTimeFormatOptions": "date"
59+
}
60+
}

.obsidian/plugins/obsidian-git/main.js

Lines changed: 418 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"author": "Vinzent",
3+
"authorUrl": "https://github.com/Vinzent03",
4+
"id": "obsidian-git",
5+
"name": "Git",
6+
"description": "Integrate Git version control with automatic backup and other advanced features.",
7+
"isDesktopOnly": false,
8+
"fundingUrl": "https://ko-fi.com/vinzent",
9+
"version": "2.33.0"
10+
}

0 commit comments

Comments
 (0)