add claude-obsidian
This commit is contained in:
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": false,
|
||||
"localeOverride": "en-GB",
|
||||
"weekStart": "monday",
|
||||
"showWeeklyNote": false,
|
||||
"sourceSettings": {
|
||||
"wordCount": {
|
||||
"color": "#ebcb8b",
|
||||
"display": "calendar-and-menu",
|
||||
"wordsPerDot": 250
|
||||
},
|
||||
"tasks": {
|
||||
"color": "#d08770",
|
||||
"display": "calendar-and-menu",
|
||||
"maxIncompleteTaskDots": 1
|
||||
},
|
||||
"links": {
|
||||
"color": "#a3be8c",
|
||||
"display": "menu"
|
||||
},
|
||||
"backlinks": {
|
||||
"color": "#5e81ac",
|
||||
"display": "menu"
|
||||
},
|
||||
"zettels": {
|
||||
"color": "#b48ead",
|
||||
"display": "calendar-and-menu"
|
||||
},
|
||||
"emoji-tags": {
|
||||
"display": "none"
|
||||
}
|
||||
},
|
||||
"showNoteIndicator": true
|
||||
}
|
||||
Vendored
+15646
File diff suppressed because it is too large
Load Diff
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "calendar-beta",
|
||||
"name": "Calendar (Beta)",
|
||||
"description": "Calendar view of your daily notes",
|
||||
"version": "2.0.0",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.9.11"
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
button:focus {
|
||||
box-shadow: 0 0 0 1px var(--interactive-accent);
|
||||
}
|
||||
|
||||
#calendar-container [data-emoji-tag]::after {
|
||||
content: attr(data-emoji-tag);
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: 4px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
z-index: 1;
|
||||
}
|
||||
+29
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-banners",
|
||||
"name": "Banners",
|
||||
"description": "Add banner images to your notes!",
|
||||
"version": "1.3.3",
|
||||
"minAppVersion": "0.13.21",
|
||||
"author": "Danny Hernandez",
|
||||
"authorUrl": "https://github.com/noatpad",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.22.0",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://excalidraw-obsidian.online",
|
||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Vendored
+207
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"FirstLoaded": true,
|
||||
"StartDate": "Sunday",
|
||||
"InsertAfter": "",
|
||||
"UserName": "THINO 😉",
|
||||
"ProcessEntriesBelow": "",
|
||||
"Language": "en",
|
||||
"SaveMemoButtonLabel": "NOTE",
|
||||
"SaveMemoButtonIcon": "",
|
||||
"ShareFooterStart": "{ThinoNum} Thino {UsedDay} Day",
|
||||
"ShareFooterEnd": "✍️ by {UserName}",
|
||||
"DefaultPrefix": "List",
|
||||
"DefaultTimePrefix": "HH:mm",
|
||||
"UseDailyOrPeriodic": "Daily",
|
||||
"InsertDateFormat": "Tasks",
|
||||
"DefaultEditorLocation": "Top",
|
||||
"UseButtonToShowEditor": false,
|
||||
"FocusOnEditor": true,
|
||||
"ShowClipboardOnFocus": true,
|
||||
"OpenDailyMemosWithMemos": true,
|
||||
"HideDoneTasks": false,
|
||||
"ShowTaskLabel": true,
|
||||
"AppendDateWhenTaskDone": false,
|
||||
"MobileAndDesktop": "All",
|
||||
"OpenMemosAutomatically": false,
|
||||
"ShowScrollbar": false,
|
||||
"ShowTime": true,
|
||||
"ShowDate": true,
|
||||
"AddBlankLineWhenDate": false,
|
||||
"AutoSaveWhenOnMobile": false,
|
||||
"DeleteFileName": "delete",
|
||||
"QueryFileName": "query",
|
||||
"UseVaultTags": false,
|
||||
"SetCustomBackgroundImage": false,
|
||||
"SetCustomMemoFooter": false,
|
||||
"DefaultLightBackgroundImage": "",
|
||||
"DefaultDarkBackgroundImage": "",
|
||||
"DefaultLightBackgroundImageForClean": "",
|
||||
"DefaultDarkBackgroundImageForClean": "",
|
||||
"DefaultMemoComposition": "{TIME} {CONTENT}",
|
||||
"CommentOnMemos": false,
|
||||
"CommentsInOriginalNotes": false,
|
||||
"FetchMemosMark": "#memo",
|
||||
"FetchMemosFromNote": false,
|
||||
"ShowCommentOnMemos": false,
|
||||
"ShowLeftSideBar": false,
|
||||
"MemoListView": "list",
|
||||
"MemoSaveLocation": "DAILY",
|
||||
"MemoOtherSaveLocation": {
|
||||
"MemoDefaultCanvasPath": "basic.thino.canvas",
|
||||
"MemoDefaultMultiFilePath": "Thino",
|
||||
"MemoDefaultSingleFilePath": "basic.thino.md"
|
||||
},
|
||||
"JournalSettings": {
|
||||
"granularity": "day",
|
||||
"useIndependentSettings": false,
|
||||
"headingDateFormat": "YYYY-MM-DD",
|
||||
"daily": {
|
||||
"folder": "",
|
||||
"format": "YYYY-MM-DD",
|
||||
"template": ""
|
||||
},
|
||||
"weekly": {
|
||||
"folder": "",
|
||||
"format": "gggg-[W]ww",
|
||||
"template": ""
|
||||
},
|
||||
"monthly": {
|
||||
"folder": "",
|
||||
"format": "YYYY-MM",
|
||||
"template": ""
|
||||
},
|
||||
"yearly": {
|
||||
"folder": "",
|
||||
"format": "YYYY",
|
||||
"template": ""
|
||||
}
|
||||
},
|
||||
"MemoDailyTarget": 5,
|
||||
"HeatmapColorScheme": "default",
|
||||
"EnabledHttpApi": false,
|
||||
"HttpApiIpType": "127.0.0.1",
|
||||
"HttpApiPort": "43999",
|
||||
"AutoDownloadImage": false,
|
||||
"EditorType": "obsidian",
|
||||
"EnabledLocationList": [
|
||||
{
|
||||
"value": "DAILY",
|
||||
"target": "ProcessEntriesBelow",
|
||||
"insert": "InsertAfter"
|
||||
}
|
||||
],
|
||||
"DeleteThinoDirectly": false,
|
||||
"CaptureKey": {
|
||||
"EnableCaptureKey": false,
|
||||
"OpenThinoGlobally": "CommandOrControl+Shift+T",
|
||||
"ShowNearMouse": false
|
||||
},
|
||||
"startSync": false,
|
||||
"tokenForVerify": {},
|
||||
"saveThinoType": "FILE",
|
||||
"showDayMark": false,
|
||||
"dayMarkRange": "day",
|
||||
"navigation": false,
|
||||
"password": "",
|
||||
"needVerify": false,
|
||||
"addTagAutomatically": false,
|
||||
"addTagPosition": "End",
|
||||
"addTagWithNewline": false,
|
||||
"chatViewStyle": "default",
|
||||
"MomentsBackgroundImage": "https://images.pexels.com/photos/531767/pexels-photo-531767.jpeg",
|
||||
"MomentsIcon": "https://images.pexels.com/photos/256514/pexels-photo-256514.jpeg",
|
||||
"MomentsQuote": "Share your thino with the world",
|
||||
"DefaultThemeForThino": "modern",
|
||||
"LastUpdatedVersion": "3.0.4",
|
||||
"ShareToThinoWithText": false,
|
||||
"ShareToThinoWithTextAppend": "",
|
||||
"ShareToThinoWithTextPrepend": "",
|
||||
"ShareToThinoWithTextNewline": "none",
|
||||
"hidePinnedGroup": false,
|
||||
"DifferentInsertTarget": false,
|
||||
"InsertAfterForTask": "",
|
||||
"ProcessContentTarget": "custom",
|
||||
"InsertType": "custom",
|
||||
"ShareAppendType": "preset",
|
||||
"SharePrependType": "preset",
|
||||
"SetFileNameAfterCreate": false,
|
||||
"TagForFileTypeFiles": "thino/file",
|
||||
"TagForMultiTypeFiles": "thino/multi",
|
||||
"MinHeightForShare": "200px",
|
||||
"ThinoMaxHeight": 0,
|
||||
"ThinoCollapsedHeight": 100,
|
||||
"OptimizeForCallout": true,
|
||||
"AppendOrPrependTextViaServer": false,
|
||||
"AppendViaServer": "",
|
||||
"PrependViaServer": "",
|
||||
"WithNewLineViaServer": "none",
|
||||
"SupportSelectOtherView": false,
|
||||
"WaitTemplaterToFinishParse": false,
|
||||
"NavbarButton": false,
|
||||
"AlwaysShowStatusText": false,
|
||||
"FilterByMetadata": false,
|
||||
"ShowSourcePath": false,
|
||||
"ShowUpdateMessage": true,
|
||||
"SyncManually": false,
|
||||
"MemoFixedPrefix": "",
|
||||
"MemoFixedSuffix": "",
|
||||
"UseMemoFixedStrings": false,
|
||||
"enableWordCount": false,
|
||||
"maxWordCount": 0,
|
||||
"enableReferenceLinksGroup": false,
|
||||
"doubleClickBehavior": "edit-thino",
|
||||
"useMobileViewDefaultHeader": false,
|
||||
"IgnoreFolderForMultiType": [],
|
||||
"UseBlockLinkWhenDragging": false,
|
||||
"ShowScrollToTopButton": true,
|
||||
"ZoomImageWhenViewing": false,
|
||||
"ViewArchiveInRandomReview": false,
|
||||
"DraggingBehavior": "block-link",
|
||||
"superEnabled": false,
|
||||
"enableSecretMasking": false,
|
||||
"secretContentRegex": "",
|
||||
"secretMaskingStyle": "blur",
|
||||
"fsrsRequestRetention": 0.9,
|
||||
"fsrsMaximumInterval": 36500,
|
||||
"fsrsEnableFuzz": true,
|
||||
"fsrsEnableShortTerm": true,
|
||||
"fsrsWeights": [],
|
||||
"fsrsDailyLimit": 100,
|
||||
"wechat": {
|
||||
"enabled": false,
|
||||
"autoStart": false,
|
||||
"defaultReply": "",
|
||||
"voiceSaveMode": "both",
|
||||
"agentRouting": {
|
||||
"enabled": false,
|
||||
"defaultAgent": "claude",
|
||||
"agents": {
|
||||
"claude": {
|
||||
"type": "cli",
|
||||
"command": "claude",
|
||||
"aliases": [
|
||||
"cc"
|
||||
]
|
||||
},
|
||||
"codex": {
|
||||
"type": "cli",
|
||||
"command": "codex",
|
||||
"aliases": [
|
||||
"cx"
|
||||
]
|
||||
},
|
||||
"gemini": {
|
||||
"type": "cli",
|
||||
"command": "gemini",
|
||||
"aliases": [
|
||||
"gm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"tokenExpiresAt": 0,
|
||||
"userInfo": null
|
||||
}
|
||||
}
|
||||
Vendored
+372
File diff suppressed because one or more lines are too long
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-memos",
|
||||
"name": "Thino",
|
||||
"description": "Capturing ideas and save them into daily notes. (Closed source)",
|
||||
"version": "3.0.4",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "1.0.0"
|
||||
}
|
||||
Vendored
+2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user