Skip to content

Commit d593293

Browse files
committed
20240304
1 parent 0cbcb99 commit d593293

31 files changed

+5988
-1065
lines changed

.obsidian/plugins/easy-typing-obsidian/main.js

+166-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/easy-typing-obsidian/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "easy-typing-obsidian",
33
"name": "Easy Typing",
4-
"version": "5.1.14",
4+
"version": "5.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Autoformat your note as typing.(Auto captalize, autospace)",
77
"author": "yaozhuwa",

.obsidian/plugins/obsidian-excalidraw-plugin/data.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"folder": "未归档",
3+
"cropFolder": "",
34
"embedUseExcalidrawFolder": false,
45
"templateFilePath": "Extra/Excalidraw/Template.excalidraw",
56
"scriptFolderPath": "Extra/Excalidraw/Scripts",
@@ -13,6 +14,7 @@
1314
"drawingFilnameEmbedPostfix": " ",
1415
"drawingFilenameDateTime": "",
1516
"useExcalidrawExtension": true,
17+
"cropPrefix": "cropped_",
1618
"previewImageType": "SVG",
1719
"allowImageCache": true,
1820
"displayExportedImageIfAvailable": true,
@@ -39,6 +41,8 @@
3941
"hoverPreviewWithoutCTRL": false,
4042
"linkOpacity": 1,
4143
"openInAdjacentPane": false,
44+
"showSecondOrderLinks": true,
45+
"focusOnFileTab": false,
4246
"openInMainWorkspace": true,
4347
"showLinkBrackets": false,
4448
"allowCtrlClick": true,
@@ -72,7 +76,7 @@
7276
"library2": {
7377
"type": "excalidrawlib",
7478
"version": 2,
75-
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.17",
79+
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.23",
7680
"libraryItems": [
7781
{
7882
"status": "published",
@@ -16819,7 +16823,7 @@
1681916823
"mdCSS": "",
1682016824
"scriptEngineSettings": {},
1682116825
"defaultTrayMode": true,
16822-
"previousRelease": "2.0.17",
16826+
"previousRelease": "2.0.23",
1682316827
"showReleaseNotes": true,
1682416828
"showNewVersionNotification": true,
1682516829
"latexBoilerplate": "\\color{blue}",
@@ -17458,5 +17462,6 @@
1745817462
}
1745917463
}
1746017464
},
17461-
"slidingPanesSupport": false
17465+
"slidingPanesSupport": false,
17466+
"areaZoomLimit": 1
1746217467
}

.obsidian/plugins/obsidian-excalidraw-plugin/main.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-excalidraw-plugin",
33
"name": "Excalidraw",
4-
"version": "2.0.17",
4+
"version": "2.0.23",
55
"minAppVersion": "1.1.6",
66
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
77
"author": "Zsolt Viczian",

.obsidian/plugins/obsidian-excalidraw-plugin/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/obsidian-linter/main.js

+635-488
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/obsidian-linter/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-linter",
33
"name": "Linter",
4-
"version": "1.22.0",
4+
"version": "1.23.1",
55
"minAppVersion": "1.4.16",
66
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
77
"author": "Victor Tao",

.obsidian/plugins/quickadd/data.json

+41-4
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,57 @@
4141
"devMode": false,
4242
"templateFolderPath": "",
4343
"announceUpdates": true,
44-
"version": "1.6.1",
44+
"version": "1.8.0",
4545
"disableOnlineFeatures": true,
4646
"ai": {
47-
"OpenAIApiKey": "",
4847
"defaultModel": "Ask me",
4948
"defaultSystemPrompt": "As an AI assistant within Obsidian, your primary goal is to help users manage their ideas and knowledge more effectively. Format your responses using Markdown syntax. Please use the [[Obsidian]] link format. You can write aliases for the links by writing [[Obsidian|the alias after the pipe symbol]]. To use mathematical notation, use LaTeX syntax. LaTeX syntax for larger equations should be on separate lines, surrounded with double dollar signs ($$). You can also inline math expressions by wrapping it in $ symbols. For example, use $$w_{ij}^{\text{new}}:=w_{ij}^{\text{current}}+etacdotdelta_jcdot x_{ij}$$ on a separate line, but you can write \"($eta$ = learning rate, $delta_j$ = error term, $x_{ij}$ = input)\" inline.",
5049
"promptTemplatesFolderPath": "",
51-
"showAssistant": true
50+
"showAssistant": true,
51+
"providers": [
52+
{
53+
"name": "OpenAI",
54+
"endpoint": "https://api.openai.com/v1",
55+
"apiKey": "",
56+
"models": [
57+
{
58+
"name": "gpt-3.5-turbo",
59+
"maxTokens": 4096
60+
},
61+
{
62+
"name": "gpt-3.5-turbo-16k",
63+
"maxTokens": 16384
64+
},
65+
{
66+
"name": "gpt-3.5-turbo-1106",
67+
"maxTokens": 16385
68+
},
69+
{
70+
"name": "gpt-4",
71+
"maxTokens": 8192
72+
},
73+
{
74+
"name": "gpt-4-32k",
75+
"maxTokens": 32768
76+
},
77+
{
78+
"name": "gpt-4-1106-preview",
79+
"maxTokens": 128000
80+
},
81+
{
82+
"name": "text-davinci-003",
83+
"maxTokens": 4096
84+
}
85+
]
86+
}
87+
]
5288
},
5389
"migrations": {
5490
"migrateToMacroIDFromEmbeddedMacro": true,
5591
"useQuickAddTemplateFolder": true,
5692
"incrementFileNameSettingMoveToDefaultBehavior": true,
5793
"mutualExclusionInsertAfterAndWriteToBottomOfFile": true,
58-
"setVersionAfterUpdateModalRelease": true
94+
"setVersionAfterUpdateModalRelease": true,
95+
"addDefaultAIProviders": true
5996
}
6097
}

0 commit comments

Comments
 (0)