Oscar Plaisant 9662f353ee update
2024-03-28 23:43:36 +01:00

47 lines
1.1 KiB
JSON

{
"defaultSearchEngine": "google",
"customSearchEngine": [
{
"name": "duckduckgo",
"url": "https://duckduckgo.com/?q="
}
],
"ignoreList": [
"notion",
"craft"
],
"alwaysShowCustomSearch": false,
"showOtherSearchEngines": false,
"showSearchBarInPage": false,
"markdownPath": "/",
"customHighlightFormat": false,
"highlightFormat": "[{CONTENT}]({URL})",
"highlightInSameTab": false,
"openInSameTab": false,
"showRefreshButton": true,
"openInObsidianWeb": false,
"useCustomIcons": false,
"useWebview": false,
"useIconList": true,
"darkMode": false,
"bookmarkManager": {
"openBookMark": false,
"saveBookMark": false,
"sendToReadWise": false,
"pagination": "12",
"category": "- Computer\n - 算法\n - 数据结构\n- obsidian\n - surfing\n - dataview\n",
"defaultCategory": "ROOT",
"defaultColumnList": [
"name",
"description",
"url",
"category",
"tags",
"created",
"modified",
"action"
],
"defaultFilterType": "tree"
},
"treeData": []
}