vault backup: 2025-12-24 10:44:19

This commit is contained in:
2025-12-24 10:44:19 +08:00
parent a432670752
commit 5169177772
28 changed files with 2257 additions and 9810 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.67", "version": "0.5.68",
"minAppVersion": "0.13.11", "minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

View File

@@ -1,8 +1,3 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
.block-language-dataview { .block-language-dataview {
overflow-y: auto; overflow-y: auto;
} }
@@ -74,7 +69,7 @@
padding-right: 8px; padding-right: 8px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-primary-alt); background-color: var(--background-primary-alt);
color: var(--text-nav-selected); color: var(--nav-item-color-selected);
} }
.dataview.inline-field-value { .dataview.inline-field-value {
@@ -82,7 +77,7 @@
padding-right: 8px; padding-right: 8px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-secondary-alt); background-color: var(--background-secondary-alt);
color: var(--text-nav-selected); color: var(--nav-item-color-selected);
} }
.dataview.inline-field-standalone-value { .dataview.inline-field-standalone-value {
@@ -90,7 +85,7 @@
padding-right: 8px; padding-right: 8px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-secondary-alt); background-color: var(--background-secondary-alt);
color: var(--text-nav-selected); color: var(--nav-item-color-selected);
} }
/***************/ /***************/

View File

@@ -612,18 +612,21 @@ var LineFormater = class {
let reg2 = /([\u4e00-\u9fa5])([A-Za-z])/gi; let reg2 = /([\u4e00-\u9fa5])([A-Za-z])/gi;
[content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset);
[content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset);
lineParts[i].content = content;
} }
if (settings.ChineseNumberSpace) { if (settings.ChineseNumberSpace) {
let reg2 = /([0-9])([\u4e00-\u9fa5])/g; let reg2 = /([0-9])([\u4e00-\u9fa5])/g;
let reg1 = /([\u4e00-\u9fa5])([0-9])/g; let reg1 = /([\u4e00-\u9fa5])([0-9])/g;
[content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset);
[content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset);
lineParts[i].content = content;
} }
if (settings.EnglishNumberSpace) { if (settings.EnglishNumberSpace) {
let reg2 = /([A-Za-z])(\d)/g; let reg2 = /([A-Za-z])(\d)/g;
let reg1 = /(\d)([A-Za-z])/g; let reg1 = /(\d)([A-Za-z])/g;
[content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg2, prevCh, curCh, offset);
[content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset); [content, curCh] = insertSpace(content, reg1, prevCh, curCh, offset);
lineParts[i].content = content;
} }
if (settings.ChineseNoSpace) { if (settings.ChineseNoSpace) {
let reg2 = /([\u4e00-\u9fa5。、《》]+)(\s+)([\u4e00-\u9fa5。、《》]+)/g; let reg2 = /([\u4e00-\u9fa5。、《》]+)(\s+)([\u4e00-\u9fa5。、《》]+)/g;
@@ -1172,9 +1175,7 @@ function splitTextWithLinkAndUserDefined(text, regExps) {
let regTemp = new RegExp(regItem, "g"); let regTemp = new RegExp(regItem, "g");
} catch (error) { } catch (error) {
isValidReg = false; isValidReg = false;
if (this.settings.debug) { console.error("EasyTyping: Invalid RegExp:", regItem, error);
new import_obsidian.Notice("EasuTyping: Bad RegExp:\n" + regItem);
}
} }
if (isValidReg) { if (isValidReg) {
regExpList.push(new RegExp(regItem, "g")); regExpList.push(new RegExp(regItem, "g"));
@@ -1411,7 +1412,7 @@ var locale = {
name: "Capitalize the first letter of every sentence", name: "Capitalize the first letter of every sentence",
desc: "Capitalize the first letter of each sentence in English." desc: "Capitalize the first letter of each sentence in English."
}, },
smartInsertSpace: { textPunctuationSpace: {
name: "Smartly insert space between text and punctuation", name: "Smartly insert space between text and punctuation",
desc: "Insert space between text and punctuation intelligently." desc: "Insert space between text and punctuation intelligently."
}, },
@@ -1455,6 +1456,10 @@ var locale = {
name: "Enhance Mod+A selection in text", name: "Enhance Mod+A selection in text",
desc: "First select the current line, second select the current text block, third select the entire text." desc: "First select the current line, second select the current text block, third select the entire text."
}, },
collapsePersistentEnter: {
name: "Collapse Persistent Enter",
desc: "Adds same-level header line without expanding when pressing Enter on a collapsed header."
},
puncRectify: { puncRectify: {
name: "Punc rectify", name: "Punc rectify",
desc: "Automatically convert English punctuation (, . ? !) between Chinese characters to full-width punctuation during typing (reversible)." desc: "Automatically convert English punctuation (, . ? !) between Chinese characters to full-width punctuation during typing (reversible)."
@@ -1611,8 +1616,8 @@ var locale2 = {
name: "\u53E5\u9996\u5B57\u6BCD\u5927\u5199", name: "\u53E5\u9996\u5B57\u6BCD\u5927\u5199",
desc: "\u82F1\u6587\u6BCF\u4E2A\u53E5\u9996\u5B57\u6BCD\u5927\u5199\uFF0C\u53EF\u64A4\u9500" desc: "\u82F1\u6587\u6BCF\u4E2A\u53E5\u9996\u5B57\u6BCD\u5927\u5199\uFF0C\u53EF\u64A4\u9500"
}, },
smartInsertSpace: { textPunctuationSpace: {
name: "\u667A\u80FD\u63D2\u5165\u7A7A\u683C", name: "\u6587\u672C\u548C\u6807\u70B9\u95F4\u7A7A\u683C",
desc: "\u5728\u6587\u672C\u548C\u6807\u70B9\u4E4B\u95F4\u667A\u80FD\u63D2\u5165\u7A7A\u683C" desc: "\u5728\u6587\u672C\u548C\u6807\u70B9\u4E4B\u95F4\u667A\u80FD\u63D2\u5165\u7A7A\u683C"
}, },
spaceStrategyInlineCode: { spaceStrategyInlineCode: {
@@ -1655,6 +1660,10 @@ var locale2 = {
name: "\u589E\u5F3A Ctrl/Cmd+A \u529F\u80FD", name: "\u589E\u5F3A Ctrl/Cmd+A \u529F\u80FD",
desc: "\u7B2C\u4E00\u6B21\u9009\u4E2D\u5F53\u524D\u884C\uFF0C\u7B2C\u4E8C\u6B21\u9009\u4E2D\u5F53\u524D\u6587\u672C\u5757\uFF0C\u7B2C\u4E09\u6B21\u9009\u4E2D\u5168\u6587\u3002" desc: "\u7B2C\u4E00\u6B21\u9009\u4E2D\u5F53\u524D\u884C\uFF0C\u7B2C\u4E8C\u6B21\u9009\u4E2D\u5F53\u524D\u6587\u672C\u5757\uFF0C\u7B2C\u4E09\u6B21\u9009\u4E2D\u5168\u6587\u3002"
}, },
collapsePersistentEnter: {
name: "\u6807\u9898\u6298\u53E0\u4FDD\u5E8F",
desc: "\u5728\u6298\u53E0\u7684\u540C\u7EA7\u6807\u9898\u884C\u6309\u56DE\u8F66\u4E0D\u4F1A\u5C55\u5F00\uFF0C\u76F4\u63A5\u6DFB\u52A0\u540C\u7EA7\u6807\u9898\u884C"
},
puncRectify: { puncRectify: {
name: "\u6807\u70B9\u77EB\u6B63", name: "\u6807\u70B9\u77EB\u6B63",
desc: "\u4EC5\u5728\u8F93\u5165\u8FC7\u7A0B\u4E2D\uFF0C\u4E2D\u6587\u95F4\u7684\u82F1\u6587\u6807\u70B9\uFF08,.?!\uFF09\u81EA\u52A8\u8F6C\u6362\u4E3A\u5168\u89D2\uFF08\u53EF\u64A4\u9500\uFF09" desc: "\u4EC5\u5728\u8F93\u5165\u8FC7\u7A0B\u4E2D\uFF0C\u4E2D\u6587\u95F4\u7684\u82F1\u6587\u6807\u70B9\uFF08,.?!\uFF09\u81EA\u52A8\u8F6C\u6362\u4E3A\u5168\u89D2\uFF08\u53EF\u64A4\u9500\uFF09"
@@ -1811,7 +1820,7 @@ var locale3 = {
name: "\u0417\u0430\u0433\u043B\u0430\u0432\u043D\u0430\u044F \u0431\u0443\u043A\u0432\u0430 \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F", name: "\u0417\u0430\u0433\u043B\u0430\u0432\u043D\u0430\u044F \u0431\u0443\u043A\u0432\u0430 \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F",
desc: "\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0432\u043E\u0439 \u0431\u0443\u043A\u0432\u044B \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u0432 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0443\u044E." desc: "\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0432\u043E\u0439 \u0431\u0443\u043A\u0432\u044B \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u0432 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0443\u044E."
}, },
smartInsertSpace: { textPunctuationSpace: {
name: "\u0418\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u0430\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0430 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u043C\u0435\u0436\u0434\u0443 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u0438 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0435\u0439", name: "\u0418\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u0430\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0430 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u043C\u0435\u0436\u0434\u0443 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u0438 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0435\u0439",
desc: "\u0418\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u0430\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0430 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u043C\u0435\u0436\u0434\u0443 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u0438 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0435\u0439." desc: "\u0418\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u0430\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0430 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u043C\u0435\u0436\u0434\u0443 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u0438 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0435\u0439."
}, },
@@ -1855,6 +1864,10 @@ var locale3 = {
name: "\u0423\u043B\u0443\u0447\u0448\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435 Mod+A \u0432 \u0442\u0435\u043A\u0441\u0442\u0435", name: "\u0423\u043B\u0443\u0447\u0448\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435 Mod+A \u0432 \u0442\u0435\u043A\u0441\u0442\u0435",
desc: "\u0421\u043D\u0430\u0447\u0430\u043B\u0430 \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443, \u0437\u0430\u0442\u0435\u043C \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u0431\u043B\u043E\u043A, \u0437\u0430\u0442\u0435\u043C \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0432\u0435\u0441\u044C \u0442\u0435\u043A\u0441\u0442." desc: "\u0421\u043D\u0430\u0447\u0430\u043B\u0430 \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443, \u0437\u0430\u0442\u0435\u043C \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u0431\u043B\u043E\u043A, \u0437\u0430\u0442\u0435\u043C \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u0435 \u0432\u0435\u0441\u044C \u0442\u0435\u043A\u0441\u0442."
}, },
collapsePersistentEnter: {
name: "\u0421\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0433\u043E \u0432\u0432\u043E\u0434\u0430",
desc: "\u0414\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u0442 \u043E\u0434\u0438\u043D\u0430\u043A\u043E\u0432\u044B\u0435 \u0443\u0440\u043E\u0432\u043D\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0431\u0435\u0437 \u0440\u0430\u0441\u043A\u0440\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 Enter \u043D\u0430 \u0441\u0432\u0435\u0440\u043D\u0443\u0442\u043E\u043C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0435."
},
puncRectify: { puncRectify: {
name: "\u041A\u043E\u0440\u0440\u0435\u043A\u0446\u0438\u044F \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0438", name: "\u041A\u043E\u0440\u0440\u0435\u043A\u0446\u0438\u044F \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0438",
desc: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044F \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0439 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0438 (, . ? !) \u043C\u0435\u0436\u0434\u0443 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u043C\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438 \u0432 \u043F\u043E\u043B\u043D\u043E\u0448\u0438\u0440\u0438\u043D\u043D\u0443\u044E \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u044E \u043F\u0440\u0438 \u043D\u0430\u0431\u043E\u0440\u0435 \u0442\u0435\u043A\u0441\u0442\u0430 (\u043E\u0431\u0440\u0430\u0442\u0438\u043C\u043E)." desc: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044F \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0439 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u0438 (, . ? !) \u043C\u0435\u0436\u0434\u0443 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u043C\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438 \u0432 \u043F\u043E\u043B\u043D\u043E\u0448\u0438\u0440\u0438\u043D\u043D\u0443\u044E \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u044E \u043F\u0440\u0438 \u043D\u0430\u0431\u043E\u0440\u0435 \u0442\u0435\u043A\u0441\u0442\u0430 (\u043E\u0431\u0440\u0430\u0442\u0438\u043C\u043E)."
@@ -2011,8 +2024,8 @@ var locale4 = {
name: "\u53E5\u9996\u5B57\u6BCD\u5927\u5BEB", name: "\u53E5\u9996\u5B57\u6BCD\u5927\u5BEB",
desc: "\u82F1\u6587\u6BCF\u500B\u53E5\u9996\u5B57\u6BCD\u5927\u5BEB\uFF0C\u53EF\u53D6\u6D88" desc: "\u82F1\u6587\u6BCF\u500B\u53E5\u9996\u5B57\u6BCD\u5927\u5BEB\uFF0C\u53EF\u53D6\u6D88"
}, },
smartInsertSpace: { textPunctuationSpace: {
name: "\u667A\u80FD\u63D2\u5165\u7A7A\u683C", name: "\u6587\u672C\u548C\u6A19\u9EDE\u9593\u7A7A\u683C",
desc: "\u5728\u6587\u672C\u548C\u6A19\u9EDE\u4E4B\u9593\u667A\u80FD\u63D2\u5165\u7A7A\u683C" desc: "\u5728\u6587\u672C\u548C\u6A19\u9EDE\u4E4B\u9593\u667A\u80FD\u63D2\u5165\u7A7A\u683C"
}, },
spaceStrategyInlineCode: { spaceStrategyInlineCode: {
@@ -2055,6 +2068,10 @@ var locale4 = {
name: "\u589E\u5F37 Mod+A \u529F\u80FD", name: "\u589E\u5F37 Mod+A \u529F\u80FD",
desc: "\u7B2C\u4E00\u6B21\u9078\u4E2D\u7576\u524D\u884C\uFF0C\u7B2C\u4E8C\u6B21\u9078\u4E2D\u7576\u524D\u6587\u672C\u584A\uFF0C\u7B2C\u4E09\u6B21\u9078\u4E2D\u5168\u6587\u3002" desc: "\u7B2C\u4E00\u6B21\u9078\u4E2D\u7576\u524D\u884C\uFF0C\u7B2C\u4E8C\u6B21\u9078\u4E2D\u7576\u524D\u6587\u672C\u584A\uFF0C\u7B2C\u4E09\u6B21\u9078\u4E2D\u5168\u6587\u3002"
}, },
collapsePersistentEnter: {
name: "\u6A19\u984C\u6298\u53E0\u4FDD\u5E8F",
desc: "\u5728\u6298\u53E0\u7684\u540C\u7EA7\u6A19\u984C\u884C\u6309\u56DE\u8ECA\u4E0D\u6703\u5C55\u958B\uFF0C\u76F4\u63A5\u6DFB\u52A0\u540C\u7D1A\u6A19\u984C\u884C"
},
puncRectify: { puncRectify: {
name: "\u6A19\u9EDE\u77EB\u6B63", name: "\u6A19\u9EDE\u77EB\u6B63",
desc: "\u50C5\u5728\u8F38\u5165\u904E\u7A0B\u4E2D\uFF0C\u4E2D\u6587\u9593\u7684\u82F1\u6587\u6A19\u9EDE\uFF08,.?!\uFF09\u81EA\u52D5\u8F49\u63DB\u70BA\u5168\u89D2\uFF08\u53EF\u53D6\u6D88\uFF09" desc: "\u50C5\u5728\u8F38\u5165\u904E\u7A0B\u4E2D\uFF0C\u4E2D\u6587\u9593\u7684\u82F1\u6587\u6A19\u9EDE\uFF08,.?!\uFF09\u81EA\u52D5\u8F49\u63DB\u70BA\u5168\u89D2\uFF08\u53EF\u53D6\u6D88\uFF09"
@@ -2193,7 +2210,8 @@ var DEFAULT_SETTINGS = {
TryFixChineseIM: true, TryFixChineseIM: true,
PuncRectify: false, PuncRectify: false,
FixMacOSContextMenu: false, FixMacOSContextMenu: false,
TryFixMSIME: false TryFixMSIME: false,
CollapsePersistentEnter: false
}; };
var locale5 = en_US_default; var locale5 = en_US_default;
var EasyTypingSettingTab = class extends import_obsidian2.PluginSettingTab { var EasyTypingSettingTab = class extends import_obsidian2.PluginSettingTab {
@@ -2331,7 +2349,7 @@ var EasyTypingSettingTab = class extends import_obsidian2.PluginSettingTab {
await this.plugin.saveSettings(); await this.plugin.saveSettings();
}); });
}); });
new import_obsidian2.Setting(containerEl).setName(locale5.settings.smartInsertSpace.name).setDesc(locale5.settings.smartInsertSpace.desc).addDropdown((dropdown) => { new import_obsidian2.Setting(containerEl).setName(locale5.settings.textPunctuationSpace.name).setDesc(locale5.settings.textPunctuationSpace.desc).addDropdown((dropdown) => {
dropdown.addOption("typing" /* OnlyWhenTyping */, locale5.dropdownOptions.onlyWhenTyping); dropdown.addOption("typing" /* OnlyWhenTyping */, locale5.dropdownOptions.onlyWhenTyping);
dropdown.addOption("global" /* Globally */, locale5.dropdownOptions.globally); dropdown.addOption("global" /* Globally */, locale5.dropdownOptions.globally);
dropdown.setValue(this.plugin.settings.PunctuationSpaceMode); dropdown.setValue(this.plugin.settings.PunctuationSpaceMode);
@@ -2436,6 +2454,12 @@ var EasyTypingSettingTab = class extends import_obsidian2.PluginSettingTab {
await this.plugin.saveSettings(); await this.plugin.saveSettings();
}); });
}); });
new import_obsidian2.Setting(containerEl).setName(locale5.settings.collapsePersistentEnter.name).setDesc(locale5.settings.collapsePersistentEnter.desc).addToggle((toggle) => {
toggle.setValue(this.plugin.settings.CollapsePersistentEnter).onChange(async (value) => {
this.plugin.settings.CollapsePersistentEnter = value;
await this.plugin.saveSettings();
});
});
new import_obsidian2.Setting(containerEl).setName(locale5.settings.fixMicrosoftIME.name).setDesc(locale5.settings.fixMicrosoftIME.desc).addToggle((toggle) => { new import_obsidian2.Setting(containerEl).setName(locale5.settings.fixMicrosoftIME.name).setDesc(locale5.settings.fixMicrosoftIME.desc).addToggle((toggle) => {
toggle.setValue(this.plugin.settings.TryFixMSIME).onChange(async (value) => { toggle.setValue(this.plugin.settings.TryFixMSIME).onChange(async (value) => {
this.plugin.settings.TryFixMSIME = value; this.plugin.settings.TryFixMSIME = value;
@@ -2923,6 +2947,9 @@ function getTabstopGroupsFromView(view) {
const currentTabstopGroups = view.state.field(tabstopsStateField); const currentTabstopGroups = view.state.field(tabstopsStateField);
return currentTabstopGroups; return currentTabstopGroups;
} }
function hasTabstops(view) {
return getTabstopGroupsFromView(view).length > 0;
}
function addTabstops(view, tabstopGroups) { function addTabstops(view, tabstopGroups) {
view.dispatch({ view.dispatch({
effects: [addTabstopsEffect.of(tabstopGroups)] effects: [addTabstopsEffect.of(tabstopGroups)]
@@ -2982,7 +3009,7 @@ function getMarkerDecoration(from, to) {
if (from == to) { if (from == to) {
return import_view2.Decoration.widget({ return import_view2.Decoration.widget({
widget: new CursorWidget(), widget: new CursorWidget(),
side: 1 side: 0
}).range(from); }).range(from);
} }
return import_view2.Decoration.mark({ return import_view2.Decoration.mark({
@@ -3080,7 +3107,7 @@ var CursorWidget = class extends import_view2.WidgetType {
toDOM(view) { toDOM(view) {
const cursorEl = document.createElement("span"); const cursorEl = document.createElement("span");
cursorEl.className = `${CURSOR_WIDGET_CLASS}`; cursorEl.className = `${CURSOR_WIDGET_CLASS}`;
cursorEl.textContent = "|"; cursorEl.textContent = "";
return cursorEl; return cursorEl;
} }
}; };
@@ -3102,11 +3129,11 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
let selected = tr.startState.selection.asSingle().main.anchor != tr.startState.selection.asSingle().main.head; let selected = tr.startState.selection.asSingle().main.anchor != tr.startState.selection.asSingle().main.head;
let changeTypeStr = getTypeStrOfTransac(tr); let changeTypeStr = getTypeStrOfTransac(tr);
tr.changes.iterChanges((fromA, toA, fromB, toB, inserted) => { tr.changes.iterChanges((fromA, toA, fromB, toB, inserted) => {
var _a, _b, _c; var _a, _b, _c, _d;
let changedStr = tr.startState.sliceDoc(fromA, toA); let changedStr = tr.startState.sliceDoc(fromA, toA);
let changestr_ = changedStr.replace(/\s/g, "0"); let changestr_ = changedStr.replace(/\s/g, "0");
let insertedStr = inserted.sliceString(0); let insertedStr = inserted.sliceString(0);
if (this.settings.debug) { if ((_a = this.settings) == null ? void 0 : _a.debug) {
console.log("[TransactionFilter] type, fromA, toA, changed, fromB, toB, inserted"); console.log("[TransactionFilter] type, fromA, toA, changed, fromB, toB, inserted");
console.log(changeTypeStr, fromA, toA, changedStr, fromB, toB, insertedStr); console.log(changeTypeStr, fromA, toA, changedStr, fromB, toB, insertedStr);
} }
@@ -3115,8 +3142,8 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
if (this.settings.SelectionEnhance) { if (this.settings.SelectionEnhance) {
if ((changeTypeStr == "input.type" || changeTypeStr == "input.type.compose") && fromA != toA && (fromB + 1 === toB || insertedStr == "\u2014\u2014" || insertedStr == "\u2026\u2026")) { if ((changeTypeStr == "input.type" || changeTypeStr == "input.type.compose") && fromA != toA && (fromB + 1 === toB || insertedStr == "\u2014\u2014" || insertedStr == "\u2026\u2026")) {
if (this.SelectionReplaceMap.has(insertedStr)) { if (this.SelectionReplaceMap.has(insertedStr)) {
changes.push({ changes: { from: fromA, insert: (_a = this.SelectionReplaceMap.get(insertedStr)) == null ? void 0 : _a.left }, userEvent: "EasyTyping.change" }); changes.push({ changes: { from: fromA, insert: (_b = this.SelectionReplaceMap.get(insertedStr)) == null ? void 0 : _b.left }, userEvent: "EasyTyping.change" });
changes.push({ changes: { from: toA, insert: (_b = this.SelectionReplaceMap.get(insertedStr)) == null ? void 0 : _b.right }, userEvent: "EasyTyping.change" }); changes.push({ changes: { from: toA, insert: (_c = this.SelectionReplaceMap.get(insertedStr)) == null ? void 0 : _c.right }, userEvent: "EasyTyping.change" });
tr = tr.startState.update(...changes); tr = tr.startState.update(...changes);
return tr; return tr;
} }
@@ -3125,7 +3152,7 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
if (this.settings.BetterCodeEdit && changeTypeStr.contains("paste") && fromA == fromB && isCodeBlockInPos(tr.startState, fromA)) { if (this.settings.BetterCodeEdit && changeTypeStr.contains("paste") && fromA == fromB && isCodeBlockInPos(tr.startState, fromA)) {
print("\u68C0\u6D4B\u5230\u5728\u4EE3\u7801\u5757\u4E2D\u7C98\u8D34"); print("\u68C0\u6D4B\u5230\u5728\u4EE3\u7801\u5757\u4E2D\u7C98\u8D34");
let line = tr.startState.doc.lineAt(fromB).text; let line = tr.startState.doc.lineAt(fromB).text;
let base_indent_num = (_c = getCodeBlockInfoInPos(tr.startState, fromA)) == null ? void 0 : _c.indent; let base_indent_num = (_d = getCodeBlockInfoInPos(tr.startState, fromA)) == null ? void 0 : _d.indent;
let base_indent = base_indent_num == 0 ? "" : " ".repeat(base_indent_num); let base_indent = base_indent_num == 0 ? "" : " ".repeat(base_indent_num);
let inserted_lines = insertedStr.split("\n"); let inserted_lines = insertedStr.split("\n");
if (inserted_lines.length > 1) { if (inserted_lines.length > 1) {
@@ -3486,10 +3513,10 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
if (this.onFormatArticle === true) if (this.onFormatArticle === true)
return; return;
let cursor_changed = update.transactions.find((tr2) => tr2.selection) != null; let cursor_changed = update.transactions.find((tr2) => tr2.selection) != null;
if ((update.docChanged || cursor_changed) && !update.view.composing && !isInsideCurTabstop(update.view)) { if (hasTabstops(update.view) && (update.docChanged || cursor_changed) && !update.view.composing && !isInsideCurTabstop(update.view)) {
removeAllTabstops(update.view); removeAllTabstops(update.view);
} }
if (update.transactions.find((tr2) => tr2.isUserEvent("undo"))) { if (hasTabstops(update.view) && update.transactions.find((tr2) => tr2.isUserEvent("undo"))) {
removeAllTabstops(update.view); removeAllTabstops(update.view);
} }
let notSelected = true; let notSelected = true;
@@ -3502,9 +3529,10 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
let tr = update.transactions[0]; let tr = update.transactions[0];
let changeType = getTypeStrOfTransac(tr); let changeType = getTypeStrOfTransac(tr);
tr.changes.iterChanges((fromA, toA, fromB, toB, inserted) => { tr.changes.iterChanges((fromA, toA, fromB, toB, inserted) => {
var _a;
let insertedStr = inserted.sliceString(0); let insertedStr = inserted.sliceString(0);
let changedStr = tr.startState.doc.sliceString(fromA, toA); let changedStr = tr.startState.doc.sliceString(fromA, toA);
if (this.settings.debug) { if ((_a = this.settings) == null ? void 0 : _a.debug) {
console.log("[ViewUpdate] type, fromA, toA, changed, fromB, toB, inserted"); console.log("[ViewUpdate] type, fromA, toA, changed, fromB, toB, inserted");
console.log(changeType, fromA, toA, changedStr, fromB, toB, insertedStr); console.log(changeType, fromA, toA, changedStr, fromB, toB, insertedStr);
console.log("==>[Composing]", update.view.composing); console.log("==>[Composing]", update.view.composing);
@@ -3653,7 +3681,7 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
return false; return false;
}; };
this.handleEnter = (view) => { this.handleEnter = (view) => {
var _a; var _a, _b;
let state = view.state; let state = view.state;
let doc = state.doc; let doc = state.doc;
const tree = (0, import_language3.syntaxTree)(state); const tree = (0, import_language3.syntaxTree)(state);
@@ -3663,8 +3691,43 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
const pos = s.main.to; const pos = s.main.to;
let line = doc.lineAt(pos); let line = doc.lineAt(pos);
let codeBlockInfo = getCodeBlockInfoInPos(state, pos); let codeBlockInfo = getCodeBlockInfoInPos(state, pos);
if (this.settings.CollapsePersistentEnter) {
const editor = this.app.workspace.getActiveViewOfType(import_obsidian3.MarkdownView).editor;
let fold_offsets = editor.getFoldOffsets();
let all_foldable_lines = editor.getAllFoldableLines();
let folded_lines = [];
for (let offset of fold_offsets) {
let folded = all_foldable_lines.find((l) => l.from == offset);
if (folded) {
folded_lines.push(folded);
}
}
let folded_line = folded_lines.find((l) => pos >= l.from && pos <= l.to);
if (folded_line) {
let folded_first_line = doc.lineAt(folded_line.from).text;
let reg_headings = /^#+ /;
if (reg_headings.test(folded_first_line)) {
let heading_level = (_a = folded_first_line.match(/^#+/)) == null ? void 0 : _a[0].length;
let new_heading_level = heading_level;
let new_heading_line = "\n" + "#".repeat(new_heading_level) + " ";
let folded_last_line = doc.lineAt(folded_line.to).text;
let folded_last_line_is_blank = /^\s*$/.test(folded_last_line);
let new_heading_line_pos = editor.offsetToPos(folded_line.to);
let new_cursor_pos = { line: new_heading_line_pos.line + 1, ch: new_heading_level + 1 };
if (this.settings.StrictModeEnter && !folded_last_line_is_blank && (this.app.vault.config.strictLineBreaks || false)) {
new_heading_line = "\n\n" + "#".repeat(new_heading_level) + " ";
new_cursor_pos = { line: new_heading_line_pos.line + 2, ch: new_heading_level + 1 };
}
editor.replaceRange(new_heading_line, new_heading_line_pos);
editor.setCursor(editor.offsetToPos(folded_line.from));
editor.exec("toggleFold");
editor.setCursor(new_cursor_pos);
return true;
}
}
}
if (this.settings.BetterCodeEdit && codeBlockInfo && codeBlockInfo.code_start_pos !== doc.lineAt(codeBlockInfo.start_pos).to && pos >= codeBlockInfo.code_start_pos && pos <= codeBlockInfo.code_end_pos) { if (this.settings.BetterCodeEdit && codeBlockInfo && codeBlockInfo.code_start_pos !== doc.lineAt(codeBlockInfo.start_pos).to && pos >= codeBlockInfo.code_start_pos && pos <= codeBlockInfo.code_end_pos) {
let line_indent_str = ((_a = line.text.match(/^\s*/)) == null ? void 0 : _a[0]) || ""; let line_indent_str = ((_b = line.text.match(/^\s*/)) == null ? void 0 : _b[0]) || "";
view.dispatch({ view.dispatch({
changes: { from: pos, to: pos, insert: "\n" + line_indent_str }, changes: { from: pos, to: pos, insert: "\n" + line_indent_str },
selection: { anchor: pos + line_indent_str.length + 1, head: pos + line_indent_str.length + 1 }, selection: { anchor: pos + line_indent_str.length + 1, head: pos + line_indent_str.length + 1 },
@@ -3682,7 +3745,7 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
if (pos == line.from) if (pos == line.from)
return false; return false;
if (getPosLineType2(state, pos) == "quote" /* quote */) { if (getPosLineType2(state, pos) == "quote" /* quote */) {
let reg_quote = /^(\s*)(>+)/; let reg_quote = /^(\s*)(>+ ?)/;
let quote_match = line.text.match(reg_quote); let quote_match = line.text.match(reg_quote);
if (!quote_match) if (!quote_match)
return false; return false;
@@ -3695,9 +3758,9 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
let space_str2 = " "; let space_str2 = " ";
if (quote_content.endsWith(" ")) if (quote_content.endsWith(" "))
space_str2 = ""; space_str2 = "";
let inserted_str = space_str2 + "\n" + quote_match[0] + " "; let inserted_str = space_str2 + "\n" + quote_match[0];
if (this.settings.StrictLineMode == "enter_twice" /* EnterTwice */) { if (this.settings.StrictLineMode == "enter_twice" /* EnterTwice */) {
inserted_str = "\n" + quote_match[0] + " \n" + quote_match[0] + " "; inserted_str = "\n" + quote_match[0] + "\n" + quote_match[0];
} }
view.dispatch({ view.dispatch({
changes: { from: pos, to: pos, insert: inserted_str }, changes: { from: pos, to: pos, insert: inserted_str },
@@ -3738,10 +3801,11 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
return false; return false;
}; };
this.handleModA = (view) => { this.handleModA = (view) => {
var _a;
let selection = view.state.selection.main; let selection = view.state.selection.main;
let line = view.state.doc.lineAt(selection.head); let line = view.state.doc.lineAt(selection.anchor);
let line_type = getPosLineType2(view.state, selection.head); let line_type = getPosLineType2(view.state, selection.anchor);
let is_in_code_block = isCodeBlockInPos(view.state, selection.head); let is_in_code_block = isCodeBlockInPos(view.state, selection.anchor);
if (this.settings.EnhanceModA && line_type == "text" /* text */ && !is_in_code_block) { if (this.settings.EnhanceModA && line_type == "text" /* text */ && !is_in_code_block) {
let [block_start, block_end] = this.getBlockLinesInPos(view.state, selection.head); let [block_start, block_end] = this.getBlockLinesInPos(view.state, selection.head);
if (selection.anchor <= view.state.doc.line(block_start).from && selection.head >= view.state.doc.line(block_end).to) { if (selection.anchor <= view.state.doc.line(block_start).from && selection.head >= view.state.doc.line(block_end).to) {
@@ -3785,6 +3849,88 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
} }
} }
if (this.settings.EnhanceModA && line_type == "list" /* list */) { if (this.settings.EnhanceModA && line_type == "list" /* list */) {
const reg_list = /^(\s*)([-*+] \[[^\]]\]|[-*+]|\d+\.)\s/;
let reg_code_block = /^\s+```/;
const listMatch = line.text.match(reg_list);
if (!listMatch) {
if (!reg_code_block.test(line.text)) {
let cur_indent = ((_a = line.text.match(/^\s*/)) == null ? void 0 : _a[0].length) || 0;
let selection_list = [];
selection_list.push({ anchor: line.from + cur_indent, head: line.to });
let list_start_line = line.number;
for (let i = line.number - 1; i >= 1; i--) {
const prevLine = view.state.doc.line(i);
if (getPosLineType2(view.state, prevLine.from) == "list" /* list */) {
list_start_line = i;
break;
}
}
let list_s_match = view.state.doc.line(list_start_line).text.match(reg_list);
let list_s_start_idx = (list_s_match == null ? void 0 : list_s_match[0].length) || 0;
selection_list.push({ anchor: view.state.doc.line(list_start_line).from + list_s_start_idx, head: line.to });
if (selection.anchor <= selection_list[0].anchor && selection.head >= selection_list[0].head) {
view.dispatch({ selection: selection_list[1], userEvent: "EasyTyping.handleModA" });
return true;
} else {
view.dispatch({ selection: selection_list[0], userEvent: "EasyTyping.handleModA" });
return true;
}
}
} else {
const cur_indent = listMatch[1].length;
let selection_list = [];
const contentStart = line.from + listMatch[0].length;
selection_list.push({ anchor: contentStart, head: line.to });
let endLine = line.number;
for (let i = line.number + 1; i <= view.state.doc.lines; i++) {
const nextLine = view.state.doc.line(i);
const nextMatch = nextLine.text.match(/^(\s*)/);
if (!nextMatch || nextMatch[0].length <= cur_indent)
break;
endLine = i;
}
let list_block_selection = { anchor: line.from, head: view.state.doc.line(endLine).to };
selection_list.push(list_block_selection);
let list_start_line = line.number;
for (let i = line.number - 1; i >= 1; i--) {
const prevLine = view.state.doc.line(i);
const prevMatch = prevLine.text.match(/^(\s*)/);
if (getPosLineType2(view.state, prevLine.from) == "list" /* list */ || prevMatch && prevMatch[0].length >= 2) {
list_start_line = i;
} else {
break;
}
}
let list_end_line = line.number;
for (let i = line.number + 1; i <= view.state.doc.lines; i++) {
const nextLine = view.state.doc.line(i);
const nextMatch = nextLine.text.match(/^(\s*)/);
if (getPosLineType2(view.state, nextLine.from) == "list" /* list */ || nextMatch && nextMatch[0].length >= 2) {
list_end_line = i;
} else {
break;
}
}
let list_all_selection = { anchor: view.state.doc.line(list_start_line).from, head: view.state.doc.line(list_end_line).to };
if (list_all_selection.anchor != list_block_selection.anchor || list_all_selection.head != list_block_selection.head) {
selection_list.push(list_all_selection);
}
selection_list.push({ anchor: 0, head: view.state.doc.length });
let hit_idx = -1;
for (let i = selection_list.length - 1; i >= 0; i--) {
const sel = selection_list[i];
if (selection.anchor <= sel.anchor && selection.head >= sel.head) {
hit_idx = i;
break;
}
}
hit_idx += 1;
if (hit_idx < selection_list.length) {
view.dispatch({ selection: selection_list[hit_idx], userEvent: "EasyTyping.handleModA" });
return true;
}
return false;
}
} }
if (!this.settings.BetterCodeEdit) if (!this.settings.BetterCodeEdit)
return false; return false;
@@ -3792,14 +3938,15 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
return selectCodeBlockInPos(view, mainSelection); return selectCodeBlockInPos(view, mainSelection);
}; };
this.onKeyup = (event, view) => { this.onKeyup = (event, view) => {
if (this.settings.debug) { var _a;
if ((_a = this.settings) == null ? void 0 : _a.debug) {
console.log("Keyup:", event.key); console.log("Keyup:", event.key);
} }
this.handleEndComposeTypeKey(event, view); this.handleEndComposeTypeKey(event, view);
}; };
this.triggerCvtRule = (view, cursor_pos) => { this.triggerCvtRule = (view, cursor_pos) => {
let rules = []; let rules = [];
if (this.settings.BaseObEditEnhance) if (this.settings.QuoteSpace)
rules = rules.concat(this.ExtraBasicConvRules); rules = rules.concat(this.ExtraBasicConvRules);
if (this.settings.QuoteSpace) if (this.settings.QuoteSpace)
rules = rules.concat(this.QuoteSpaceRules); rules = rules.concat(this.QuoteSpaceRules);
@@ -3982,7 +4129,8 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
return [newLine, newCh]; return [newLine, newCh];
}; };
this.deleteBlankLines = (editor) => { this.deleteBlankLines = (editor) => {
if (this.settings.debug) { var _a;
if ((_a = this.settings) == null ? void 0 : _a.debug) {
console.log("config.strictLineBreaks", this.app.vault.getConfig("strictLineBreaks")); console.log("config.strictLineBreaks", this.app.vault.getConfig("strictLineBreaks"));
} }
let strictLineBreaks = this.app.vault.config.strictLineBreaks || false; let strictLineBreaks = this.app.vault.config.strictLineBreaks || false;
@@ -4178,6 +4326,10 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
this.compose_need_handle = false; this.compose_need_handle = false;
this.Formater = new LineFormater(); this.Formater = new LineFormater();
this.onFormatArticle = false; this.onFormatArticle = false;
if (!this.settings) {
console.error("EasyTyping: Settings not loaded properly, using defaults");
this.settings = Object.assign({}, DEFAULT_SETTINGS);
}
setDebug(this.settings.debug); setDebug(this.settings.debug);
this.registerEditorExtension([ this.registerEditorExtension([
import_state3.EditorState.transactionFilter.of(this.transactionFilterPlugin), import_state3.EditorState.transactionFilter.of(this.transactionFilterPlugin),
@@ -4314,11 +4466,12 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
}); });
this.addSettingTab(new EasyTypingSettingTab(this.app, this)); this.addSettingTab(new EasyTypingSettingTab(this.app, this));
this.registerEvent(this.app.workspace.on("active-leaf-change", (leaf) => { this.registerEvent(this.app.workspace.on("active-leaf-change", (leaf) => {
var _a;
if (leaf.view.getViewType() == "markdown") { if (leaf.view.getViewType() == "markdown") {
let file = this.app.workspace.getActiveFile(); let file = this.app.workspace.getActiveFile();
if (file != null && this.CurActiveMarkdown != file.path) { if (file != null && this.CurActiveMarkdown != file.path) {
this.CurActiveMarkdown = file.path; this.CurActiveMarkdown = file.path;
if (this.settings.debug) if ((_a = this.settings) == null ? void 0 : _a.debug)
new import_obsidian3.Notice("new md-file open: " + file.path); new import_obsidian3.Notice("new md-file open: " + file.path);
} }
} }
@@ -4340,10 +4493,11 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
console.log("Easy Typing Plugin unloaded."); console.log("Easy Typing Plugin unloaded.");
} }
async normalPaste(editor) { async normalPaste(editor) {
var _a;
let clipboardText = await navigator.clipboard.readText(); let clipboardText = await navigator.clipboard.readText();
if (clipboardText === null || clipboardText === "") if (clipboardText === null || clipboardText === "")
return; return;
if (this.settings.debug) if ((_a = this.settings) == null ? void 0 : _a.debug)
console.log("Normal Paste!!"); console.log("Normal Paste!!");
const editorView = editor.cm; const editorView = editor.cm;
let mainSelection = editorView.state.selection.asSingle().main; let mainSelection = editorView.state.selection.asSingle().main;
@@ -4603,7 +4757,7 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
const line = doc.lineAt(selection.head); const line = doc.lineAt(selection.head);
const lineContent = line.text; const lineContent = line.text;
const listMatch = lineContent.match(/^(\s*)([-*+] \[.\]|[-*+]|\d+\.)\s/); const listMatch = lineContent.match(/^(\s*)([-*+] \[.\]|[-*+]|\d+\.)\s/);
const quoteMatch = lineContent.match(/^(\s*)(>+)(\s)?/); const quoteMatch = lineContent.match(/^(\s*)(>+ ?)/);
let changes; let changes;
let newCursorPos; let newCursorPos;
let prefix = ""; let prefix = "";
@@ -4617,7 +4771,7 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
prefix = indent + (parseInt(listMarker) + 1) + ". "; prefix = indent + (parseInt(listMarker) + 1) + ". ";
} }
} else if (quoteMatch) { } else if (quoteMatch) {
prefix = quoteMatch[1] + quoteMatch[2] + " "; prefix = quoteMatch[1] + quoteMatch[2];
} }
changes = [{ from: line.to, insert: "\n" + prefix }]; changes = [{ from: line.to, insert: "\n" + prefix }];
newCursorPos = line.to + 1 + prefix.length; newCursorPos = line.to + 1 + prefix.length;
@@ -4763,7 +4917,8 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
new import_obsidian3.Notice("EasyTyping: Autoformat is " + status + "!"); new import_obsidian3.Notice("EasyTyping: Autoformat is " + status + "!");
} }
convert2CodeBlock(editor) { convert2CodeBlock(editor) {
if (this.settings.debug) var _a;
if ((_a = this.settings) == null ? void 0 : _a.debug)
console.log("----- EasyTyping: insert code block-----"); console.log("----- EasyTyping: insert code block-----");
if (editor.somethingSelected && editor.getSelection() != "") { if (editor.somethingSelected && editor.getSelection() != "") {
let selected = editor.getSelection(); let selected = editor.getSelection();
@@ -4929,7 +5084,13 @@ var EasyTypingPlugin = class extends import_obsidian3.Plugin {
this.refreshUserConvertRule(); this.refreshUserConvertRule();
} }
async loadSettings() { async loadSettings() {
this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData()); try {
const userData = await this.loadData();
this.settings = Object.assign({}, DEFAULT_SETTINGS, userData || {});
} catch (error) {
console.error("EasyTyping: Failed to load settings, using defaults:", error);
this.settings = Object.assign({}, DEFAULT_SETTINGS);
}
} }
async saveSettings() { async saveSettings() {
await this.saveData(this.settings); await this.saveData(this.settings);

View File

@@ -1,7 +1,7 @@
{ {
"id": "easy-typing-obsidian", "id": "easy-typing-obsidian",
"name": "Easy Typing", "name": "Easy Typing",
"version": "5.5.11", "version": "5.5.15",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "This plugin aims to enhance and optimize the editing experience in Obsidian", "description": "This plugin aims to enhance and optimize the editing experience in Obsidian",
"author": "yaozhuwa", "author": "yaozhuwa",

View File

@@ -5,13 +5,17 @@ span[class="easy-typing-tabstops"] {
} }
span[class="easy-typing-cursor-widget"] { span[class="easy-typing-cursor-widget"] {
color: #1364ce6e; display: inline-block;
/* animation: blink 1s step-start 0s infinite; */ width: 2px;
display: inline; height: 1.2em;
position: absolute; background-color: #1364ceaa;
white-space: pre; position: relative;
margin: 0;
vertical-align: text-bottom;
border-radius: 1px;
animation: blink 1s step-start 0s infinite;
} }
/* @keyframes blink { @keyframes blink {
50% { opacity: 0; } 50% { opacity: 0; }
} */ }

View File

@@ -1,23 +1,32 @@
{ {
"attachmentFolderPath": "./assets/${filename}", "attachmentFolderPath": "./assets/${noteFileName}",
"attachmentRenameMode": "Only pasted images", "attachmentRenameMode": "Only pasted images",
"collectAttachmentUsedByMultipleNotesMode": "Skip",
"collectedAttachmentFileName": "",
"customTokensStr": "", "customTokensStr": "",
"defaultImageSize": "",
"defaultImageSizeDimension": "width",
"duplicateNameSeparator": " ", "duplicateNameSeparator": " ",
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents", "emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
"excludePaths": [], "excludePaths": [],
"generatedAttachmentFilename": "file-${date:YYYYMMDDHHmmssSSS}", "excludePathsFromAttachmentCollecting": [],
"generatedAttachmentFileName": "file-${date:YYYYMMDDHHmmssSSS}",
"includePaths": [], "includePaths": [],
"jpegQuality": 0.8, "jpegQuality": 0.8,
"markdownUrlFormat": "",
"moveAttachmentToProperFolderUsedByMultipleNotesMode": "CopyAll",
"renamedAttachmentFileName": "",
"shouldConvertPastedImagesToJpeg": false, "shouldConvertPastedImagesToJpeg": false,
"shouldDeleteOrphanAttachments": false, "shouldDeleteOrphanAttachments": false,
"shouldHandleRenames": true,
"shouldRenameAttachmentFiles": true, "shouldRenameAttachmentFiles": true,
"shouldRenameAttachmentFolder": true, "shouldRenameAttachmentFolder": true,
"shouldRenameAttachmentsToLowerCase": false,
"shouldRenameCollectedAttachments": false, "shouldRenameCollectedAttachments": false,
"specialCharacters": "#^[]|*\\<>:?", "specialCharacters": "#^[]|*\\<>:?/",
"specialCharactersReplacement": "-", "specialCharactersReplacement": "-",
"timeoutInSeconds": 5,
"treatAsAttachmentExtensions": [ "treatAsAttachmentExtensions": [
".excalidraw.md" ".excalidraw.md"
], ],
"warningVersion": "0.0.0" "version": "9.24.0"
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,9 @@
{ {
"id": "obsidian-custom-attachment-location", "id": "obsidian-custom-attachment-location",
"name": "Custom Attachment Location", "name": "Custom Attachment Location",
"version": "4.27.5", "version": "9.24.0",
"minAppVersion": "1.7.4", "minAppVersion": "1.10.6",
"description": "Customize attachment location with variables($filename, $data, etc) like typora.", "description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
"author": "RainCat1998", "author": "RainCat1998",
"authorUrl": "https://github.com/RainCat1998/", "authorUrl": "https://github.com/RainCat1998/",
"isDesktopOnly": false, "isDesktopOnly": false,

View File

@@ -0,0 +1 @@
.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.tokenized-string-setting-control{height:6em}.obsidian-custom-attachment-location.obsidian-dev-utils.multiple-text-component textarea{height:6em;width:20em}.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.custom-tokens-setting-control{height:18em;width:36em}.obsidian-custom-attachment-location.prompt-modal .cancel-button{margin-right:10px}.obsidian-custom-attachment-location.preview-modal .preview-container{overflow:auto}.obsidian-custom-attachment-location.preview-modal .preview-container.image-embed img,.obsidian-custom-attachment-location.preview-modal .preview-container.video-embed video{max-width:100%;max-height:100%;object-fit:contain}.obsidian-custom-attachment-location .highlighted-token{color:var(--text-accent)}.obsidian-custom-attachment-location .default-image-size-dimension-setting-control{margin-left:5px}

View File

@@ -1,11 +1,11 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.8.3", "version": "2.18.3",
"minAppVersion": "1.1.6", "minAppVersion": "1.5.7",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://www.zsolt.blog", "authorUrl": "https://excalidraw-obsidian.online",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme", "helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false "isDesktopOnly": false

File diff suppressed because one or more lines are too long

View File

@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.", "description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.31.1" "version": "2.35.2"
} }

View File

@@ -14,11 +14,19 @@
} }
.workspace-leaf-content[data-type="git-view"] .view-content { .workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0; padding-left: 0;
padding-top: 0;
padding-right: 0;
} }
.workspace-leaf-content[data-type="git-history-view"] .view-content { .workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0; padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.loading {
overflow: hidden;
} }
.loading > svg { .loading > svg {
@@ -55,6 +63,15 @@
.tooltip.mod-right { .tooltip.mod-right {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-tools { .git-tools {
display: flex; display: flex;
margin-left: auto; margin-left: auto;
@@ -81,6 +98,21 @@
height: auto; height: auto;
} }
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
align-items: center;
}
.workspace-leaf-content[data-type="git-view"]
.tree-item-self:hover
.clickable-icon,
.workspace-leaf-content[data-type="git-history-view"]
.tree-item-self:hover
.clickable-icon {
color: var(--icon-color-hover);
}
/* Highlight an item as active if it's diff is currently opened */
.is-active .git-tools .buttons > * { .is-active .git-tools .buttons > * {
color: var(--nav-item-color-active); color: var(--nav-item-color-active);
} }
@@ -574,3 +606,24 @@
.git-split-diff-view .cm-insertedLine .cm-changedText { .git-split-diff-view .cm-insertedLine .cm-changedText {
background-color: #22bb2230; background-color: #22bb2230;
} }
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
}
.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"></path><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"></path><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"></path><path d="m2 2 20 20"></path></svg>');
}
/* Override styling of Codemirror merge view "collapsed lines" indicator */
.git-split-diff-view .ͼ2 .cm-collapsedLines {
background: var(--interactive-normal);
border-radius: var(--radius-m);
color: var(--text-accent);
font-size: var(--font-small);
padding: var(--size-4-1) var(--size-4-1);
}
.git-split-diff-view .ͼ2 .cm-collapsedLines:hover {
background: var(--interactive-hover);
color: var(--text-accent-hover);
}

View File

@@ -202,7 +202,7 @@
}, },
"trailing-spaces": { "trailing-spaces": {
"enabled": false, "enabled": false,
"twp-space-line-break": false "two-space-line-break": false
}, },
"add-blockquote-indentation-on-paste": { "add-blockquote-indentation-on-paste": {
"enabled": false "enabled": false

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.28.0", "version": "1.30.0",
"minAppVersion": "1.5.7", "minAppVersion": "1.9.0",
"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.", "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.",
"author": "Victor Tao", "author": "Victor Tao",
"authorUrl": "https://github.com/platers", "authorUrl": "https://github.com/platers",

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-outliner", "id": "obsidian-outliner",
"name": "Outliner", "name": "Outliner",
"version": "4.8.1", "version": "4.9.0",
"minAppVersion": "1.5.11", "minAppVersion": "1.8.7",
"description": "Work with your lists like in Workflowy or RoamResearch.", "description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko", "author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko", "authorUrl": "https://github.com/vslinko",

View File

@@ -1,6 +1,6 @@
/* lists and bullets */ /* lists and bullets */
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line { .outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
padding-top: 0.4em; /* padding-top: 0.4em; */
} }
.outliner-plugin-better-lists .cm-formatting-list-ul { .outliner-plugin-better-lists .cm-formatting-list-ul {

View File

@@ -0,0 +1,42 @@
{
"search_support": true,
"level_switch": true,
"markdown": true,
"expand_level": "0",
"hide_unsearched": true,
"auto_expand_ext": "only-expand",
"regex_search": false,
"ellipsis": false,
"label_direction": "left",
"drag_modify": false,
"locate_by_cursor": false,
"show_popover_key": "ctrlKey",
"persist_md_states": true,
"keep_search_input": false,
"export_format": "{title}",
"lang_direction_decide_by": "system",
"auto_scroll_into_view": true,
"vimlize_canvas": true,
"canvas_sort_by": "area",
"patch_color": true,
"primary_color_light": "#18a058",
"primary_color_dark": "#63e2b7",
"rainbow_line": false,
"rainbow_color_1": "#FD8B1F",
"rainbow_color_2": "#FFDF00",
"rainbow_color_3": "#07EB23",
"rainbow_color_4": "#2D8FF0",
"rainbow_color_5": "#BC01E2",
"font_size": "",
"font_family": "",
"font_weight": "",
"line_height": "",
"line_gap": "",
"custom_font_color": false,
"h1_color": "#000000",
"h2_color": "#000000",
"h3_color": "#000000",
"h4_color": "#000000",
"h5_color": "#000000",
"h6_color": "#000000"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-quiet-outline", "id": "obsidian-quiet-outline",
"name": "Quiet Outline", "name": "Quiet Outline",
"version": "0.3.40", "version": "0.5.3",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.", "description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree", "author": "the_tree",

View File

@@ -0,0 +1,16 @@
{
"Books/代码随想录/代码模版.md": {
"scroll": 0,
"cursor": {
"from": {
"line": 0,
"ch": 0
},
"to": {
"line": 0,
"ch": 0
}
},
"expandedKeys": []
}
}

View File

@@ -1,6 +1,48 @@
/* src/stalin.css */ /* src/stalin.css */
.quiet-outline {
--custom-font-size: var(--nav-item-size);
--custom-font-family: inherit;
--custom-font-weight: inherit;
--custom-line-height: 1.6em;
--custom-line-gap: 0px;
--h1-color: inherit;
--h2-color: inherit;
--h3-color: inherit;
--h4-color: inherit;
--h5-color: inherit;
--h6-color: inherit;
}
.quiet-outline-tabs {
display: flex;
border-bottom: 1px solid var(--background-modifier-border);
margin-bottom: 16px;
}
.quiet-outline-tabs button {
background: none;
border: none;
padding: 8px 16px;
cursor: pointer;
color: var(--text-muted);
border-bottom: 2px solid transparent;
transition: all 0.2s ease;
font-size: var(--font-ui-medium);
}
.quiet-outline-tabs button:hover {
color: var(--text-normal);
background-color: var(--background-modifier-hover);
}
.quiet-outline-tabs button.active {
color: var(--text-accent);
border-bottom-color: var(--text-accent);
font-weight: var(--font-semibold);
}
.quiet-outline-tab-content {
min-height: 400px;
}
.quiet-outline .n-tree { .quiet-outline .n-tree {
font-size: var(--nav-item-size); font-size: var(--custom-font-size);
font-family: var(--custom-font-family);
font-weight: var(--custom-font-weight);
} }
.quiet-outline .n-tree-node-indent { .quiet-outline .n-tree-node-indent {
flex: 0 0 13px !important; flex: 0 0 13px !important;
@@ -12,8 +54,9 @@
align-items: center; align-items: center;
} }
.quiet-outline .n-tree-node .n-tree-node-content { .quiet-outline .n-tree-node .n-tree-node-content {
line-height: 1.6em; line-height: var(--custom-line-height);
min-height: 10px; min-height: 10px;
margin-bottom: var(--custom-line-gap);
} }
.quiet-outline .n-tree-node-content__text p { .quiet-outline .n-tree-node-content__text p {
margin: 0; margin: 0;
@@ -27,10 +70,14 @@
white-space: nowrap; white-space: nowrap;
} }
.quiet-outline .n-tree.ellipsis .n-tree-node-content__text { .quiet-outline .n-tree.ellipsis .n-tree-node-content__text {
width: 100%; overflow: hidden;
} }
.quiet-outline .n-tree.ellipsis .n-tree-node-content { .quiet-outline .n-tree.ellipsis .n-tree-node-content {
width: 90%; overflow: hidden;
flex: 1;
}
.quiet-outline .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--pending {
background-color: unset;
} }
.quiet-outline .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled):hover { .quiet-outline .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled):hover {
color: var(--nav-item-color-active); color: var(--nav-item-color-active);
@@ -64,6 +111,16 @@
--n-icon-size: 22px; --n-icon-size: 22px;
font-size: 22px; font-size: 22px;
} }
.quiet-outline .n-tree-node-content .n-input {
.n-input-wrapper {
padding: 0px;
}
.n-input__input-el {
line-height: var(--custom-line-height);
font-size: var(--custom-font-size);
height: var(--custom-line-height);
}
}
.quiet-outline code { .quiet-outline code {
font-weight: bold; font-weight: bold;
font-family: var(--font-monospace); font-family: var(--font-monospace);
@@ -90,8 +147,29 @@
.quiet-outline [class*=level-]:not(.level-1) .n-tree-node-content { .quiet-outline [class*=level-]:not(.level-1) .n-tree-node-content {
font-size: 1em; font-size: 1em;
} }
.quiet-outline .level-1 .n-tree-node-content {
color: var(--h1-color);
}
.quiet-outline .level-2 .n-tree-node-content {
color: var(--h2-color);
}
.quiet-outline .level-3 .n-tree-node-content {
color: var(--h3-color);
}
.quiet-outline .level-4 .n-tree-node-content {
color: var(--h4-color);
}
.quiet-outline .level-5 .n-tree-node-content {
color: var(--h5-color);
}
.quiet-outline .level-6 .n-tree-node-content {
color: var(--h6-color);
}
.n-tree-node.located { .n-tree-node.located {
font-weight: bold !important; font-weight: bold !important;
:is(a) {
font-weight: bold !important;
}
} }
.n-tree-node.located code { .n-tree-node.located code {
font-weight: 1000 !important; font-weight: 1000 !important;
@@ -102,6 +180,9 @@
.n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected { .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected {
background-color: transparent !important; background-color: transparent !important;
} }
.n-tree.n-tree--block-line:focus .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected {
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
}
.view-content:has(.quiet-outline) { .view-content:has(.quiet-outline) {
padding-bottom: 0px; padding-bottom: 0px;
} }
@@ -121,6 +202,7 @@
} }
.quiet-outline .n-tree { .quiet-outline .n-tree {
overflow: auto; overflow: auto;
padding-inline: 2px;
} }
.n-tree__empty { .n-tree__empty {
display: none; display: none;
@@ -128,43 +210,46 @@
.canvas-node .markdown-embed-content .is-flashing { .canvas-node .markdown-embed-content .is-flashing {
mix-blend-mode: normal; mix-blend-mode: normal;
} }
.quiet-outline .n-tree .n-tree-node-content :is(p, h1, h2, h3, h4, h5) {
unicode-bidi: plaintext;
}
/* main.css */ /* main.css */
.quiet-outline .n-tree {
padding-top: 5px;
}
.quiet-outline .n-tree .n-tree-node-indent { .quiet-outline .n-tree .n-tree-node-indent {
content: ""; content: "";
height: unset; height: unset;
align-self: stretch; align-self: stretch;
} }
.quiet-outline .n-tree .n-tree-node-content :is(p, h1, h2, h3, h4, h5) {
unicode-bidi: var(--61117f8c-biDi);
}
.quiet-outline .level-2 .n-tree-node-indent, .quiet-outline .level-2 .n-tree-node-indent,
.quiet-outline .level-3 .n-tree-node-indent:first-child, .quiet-outline .level-3 .n-tree-node-indent:first-child,
.quiet-outline .level-4 .n-tree-node-indent:first-child, .quiet-outline .level-4 .n-tree-node-indent:first-child,
.quiet-outline .level-5 .n-tree-node-indent:first-child, .quiet-outline .level-5 .n-tree-node-indent:first-child,
.quiet-outline .level-6 .n-tree-node-indent:first-child { .quiet-outline .level-6 .n-tree-node-indent:first-child {
border-right: var(--nav-indentation-guide-width) solid var(--8de97876-rainbowColor1); border-right: var(--nav-indentation-guide-width) solid var(--61117f8c-rainbowColor1);
} }
.quiet-outline .level-3 .n-tree-node-indent, .quiet-outline .level-3 .n-tree-node-indent,
.quiet-outline .level-4 .n-tree-node-indent:nth-child(2), .quiet-outline .level-4 .n-tree-node-indent:nth-child(2),
.quiet-outline .level-5 .n-tree-node-indent:nth-child(2), .quiet-outline .level-5 .n-tree-node-indent:nth-child(2),
.quiet-outline .level-6 .n-tree-node-indent:nth-child(2) { .quiet-outline .level-6 .n-tree-node-indent:nth-child(2) {
border-right: var(--nav-indentation-guide-width) solid var(--8de97876-rainbowColor2); border-right: var(--nav-indentation-guide-width) solid var(--61117f8c-rainbowColor2);
} }
.quiet-outline .level-4 .n-tree-node-indent, .quiet-outline .level-4 .n-tree-node-indent,
.quiet-outline .level-5 .n-tree-node-indent:nth-child(3), .quiet-outline .level-5 .n-tree-node-indent:nth-child(3),
.quiet-outline .level-6 .n-tree-node-indent:nth-child(3) { .quiet-outline .level-6 .n-tree-node-indent:nth-child(3) {
border-right: var(--nav-indentation-guide-width) solid var(--8de97876-rainbowColor3); border-right: var(--nav-indentation-guide-width) solid var(--61117f8c-rainbowColor3);
} }
.quiet-outline .level-5 .n-tree-node-indent, .quiet-outline .level-5 .n-tree-node-indent,
.quiet-outline .level-6 .n-tree-node-indent:nth-child(4) { .quiet-outline .level-6 .n-tree-node-indent:nth-child(4) {
border-right: var(--nav-indentation-guide-width) solid var(--8de97876-rainbowColor4); border-right: var(--nav-indentation-guide-width) solid var(--61117f8c-rainbowColor4);
} }
.quiet-outline .level-6 .n-tree-node-indent { .quiet-outline .level-6 .n-tree-node-indent {
border-right: var(--nav-indentation-guide-width) solid var(--8de97876-rainbowColor5); border-right: var(--nav-indentation-guide-width) solid var(--61117f8c-rainbowColor5);
} }
.n-tree-node.located p { .n-tree-node.located p {
color: var(--8de97876-locatedColor); color: var(--61117f8c-locatedColor);
} }
.quiet-outline .n-tree .n-tree-node .n-tree-node-content .n-tree-node-content__prefix { .quiet-outline .n-tree .n-tree-node .n-tree-node-content .n-tree-node-content__prefix {
margin-right: 0; margin-right: 0;

View File

@@ -1,7 +1,7 @@
{ {
"name": "Minimal", "name": "Minimal",
"version": "7.7.18", "version": "8.1.2",
"minAppVersion": "1.6.1", "minAppVersion": "1.9.0",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://twitter.com/kepano", "authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano" "fundingUrl": "https://www.buymeacoffee.com/kepano"

File diff suppressed because one or more lines are too long

View File

@@ -4,21 +4,17 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "7dedcfa144d56140", "id": "05efcb97e4ec16cb",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "229ca4be3afd5932", "id": "4f4081000e4e799b",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "empty",
"state": { "state": {},
"file": "Books/代码随想录/代码模版.md",
"mode": "source",
"source": false
},
"icon": "lucide-file", "icon": "lucide-file",
"title": "代码模版" "title": "New tab"
} }
} }
] ]
@@ -197,7 +193,7 @@
"obsidian-excalidraw-plugin:New drawing": false "obsidian-excalidraw-plugin:New drawing": false
} }
}, },
"active": "229ca4be3afd5932", "active": "4f4081000e4e799b",
"lastOpenFiles": [ "lastOpenFiles": [
"Books/代码随想录/代码模版.md", "Books/代码随想录/代码模版.md",
"Research/FSL/提示工程.md", "Research/FSL/提示工程.md",