From 5fc1231145b02056a9cf928dd5b39391847fc7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Thu, 19 Mar 2026 19:56:47 +0100 Subject: [PATCH] vault backup: 2026-03-19 19:56:47 --- .obsidian/community-plugins.json | 3 +- .obsidian/plugins/obsidian-linter/data.json | 295 ++++ .obsidian/plugins/obsidian-linter/main.js | 438 +++++ .../plugins/obsidian-linter/manifest.json | 11 + .obsidian/plugins/obsidian-linter/styles.css | 1 + .obsidian/workspace.json | 25 +- ...tallation - Linux Mint (depuis Windows).md | 1444 +++++++++++++++++ ...réer son premier circuit avec KiCad 9.0.md | 93 ++ articles/Kikad.md | 28 - 9 files changed, 2304 insertions(+), 34 deletions(-) create mode 100644 .obsidian/plugins/obsidian-linter/data.json create mode 100644 .obsidian/plugins/obsidian-linter/main.js create mode 100644 .obsidian/plugins/obsidian-linter/manifest.json create mode 100644 .obsidian/plugins/obsidian-linter/styles.css create mode 100644 Guide d'installation - Linux Mint (depuis Windows).md create mode 100644 articles/Kikad - Créer son premier circuit avec KiCad 9.0.md delete mode 100644 articles/Kikad.md diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index d3f66fa..bd55645 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,3 +1,4 @@ [ - "obsidian-git" + "obsidian-git", + "obsidian-linter" ] \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-linter/data.json b/.obsidian/plugins/obsidian-linter/data.json new file mode 100644 index 0000000..6fdf2b6 --- /dev/null +++ b/.obsidian/plugins/obsidian-linter/data.json @@ -0,0 +1,295 @@ +{ + "ruleConfigs": { + "add-blank-line-after-yaml": { + "enabled": false + }, + "dedupe-yaml-array-values": { + "enabled": false, + "dedupe-alias-key": true, + "dedupe-tag-key": true, + "dedupe-array-keys": true, + "ignore-keys": "" + }, + "escape-yaml-special-characters": { + "enabled": false, + "try-to-escape-single-line-arrays": false + }, + "force-yaml-escape": { + "enabled": false, + "force-yaml-escape-keys": "" + }, + "format-tags-in-yaml": { + "enabled": false + }, + "format-yaml-array": { + "enabled": false, + "alias-key": true, + "tag-key": true, + "default-array-style": "single-line", + "default-array-keys": true, + "force-single-line-array-style": "", + "force-multi-line-array-style": "" + }, + "insert-yaml-attributes": { + "enabled": false, + "text-to-insert": "aliases: \ntags: " + }, + "move-tags-to-yaml": { + "enabled": false, + "how-to-handle-existing-tags": "Nothing", + "tags-to-ignore": "" + }, + "remove-yaml-keys": { + "enabled": false, + "yaml-keys-to-remove": "" + }, + "sort-yaml-array-values": { + "enabled": false, + "sort-alias-key": true, + "sort-tag-key": true, + "sort-array-keys": true, + "ignore-keys": "", + "sort-order": "Ascending Alphabetical" + }, + "yaml-key-sort": { + "enabled": false, + "yaml-key-priority-sort-order": "", + "priority-keys-at-start-of-yaml": true, + "yaml-sort-order-for-other-keys": "None" + }, + "yaml-timestamp": { + "enabled": false, + "date-created": true, + "date-created-key": "date created", + "date-created-source-of-truth": "file system", + "date-modified": true, + "date-modified-key": "date modified", + "date-modified-source-of-truth": "file system", + "format": "dddd, MMMM Do YYYY, h:mm:ss a", + "convert-to-utc": false, + "update-on-file-contents-updated": "never" + }, + "yaml-title": { + "enabled": false, + "title-key": "title", + "mode": "first-h1-or-filename-if-h1-missing" + }, + "yaml-title-alias": { + "enabled": false, + "preserve-existing-alias-section-style": true, + "keep-alias-that-matches-the-filename": false, + "use-yaml-key-to-keep-track-of-old-filename-or-heading": true, + "alias-helper-key": "linter-yaml-title-alias" + }, + "capitalize-headings": { + "enabled": false, + "style": "Title Case", + "ignore-case-words": true, + "ignore-words": "macOS, iOS, iPhone, iPad, JavaScript, TypeScript, AppleScript, I", + "lowercase-words": "a, an, the, aboard, about, abt., above, abreast, absent, across, after, against, along, aloft, alongside, amid, amidst, mid, midst, among, amongst, anti, apropos, around, round, as, aslant, astride, at, atop, ontop, bar, barring, before, B4, behind, below, beneath, neath, beside, besides, between, 'tween, beyond, but, by, chez, circa, c., ca., come, concerning, contra, counting, cum, despite, spite, down, during, effective, ere, except, excepting, excluding, failing, following, for, from, in, including, inside, into, less, like, minus, modulo, mod, near, nearer, nearest, next, notwithstanding, of, o', off, offshore, on, onto, opposite, out, outside, over, o'er, pace, past, pending, per, plus, post, pre, pro, qua, re, regarding, respecting, sans, save, saving, short, since, sub, than, through, thru, throughout, thruout, till, times, to, t', touching, toward, towards, under, underneath, unlike, until, unto, up, upon, versus, vs., v., via, vice, vis-à-vis, wanting, with, w/, w., c̄, within, w/i, without, 'thout, w/o, abroad, adrift, aft, afterward, afterwards, ahead, apart, ashore, aside, away, back, backward, backwards, beforehand, downhill, downstage, downstairs, downstream, downward, downwards, downwind, east, eastward, eastwards, forth, forward, forwards, heavenward, heavenwards, hence, henceforth, here, hereby, herein, hereof, hereto, herewith, home, homeward, homewards, indoors, inward, inwards, leftward, leftwards, north, northeast, northward, northwards, northwest, now, onward, onwards, outdoors, outward, outwards, overboard, overhead, overland, overseas, rightward, rightwards, seaward, seawards, skywards, skyward, south, southeast, southwards, southward, southwest, then, thence, thenceforth, there, thereby, therein, thereof, thereto, therewith, together, underfoot, underground, uphill, upstage, upstairs, upstream, upward, upwards, upwind, west, westward, westwards, when, whence, where, whereby, wherein, whereto, wherewith, although, because, considering, given, granted, if, lest, once, provided, providing, seeing, so, supposing, though, unless, whenever, whereas, wherever, while, whilst, ago, inasmuch, even, whether, whose, whoever, why, how, whatever, what, both, and, or, either, neither, nor, just, rather, such, that, yet, is, it" + }, + "file-name-heading": { + "enabled": false + }, + "header-increment": { + "enabled": false, + "start-at-h2": false + }, + "headings-start-line": { + "enabled": false + }, + "remove-trailing-punctuation-in-heading": { + "enabled": false, + "punctuation-to-remove": ".,;:!。,;:!" + }, + "footnote-after-punctuation": { + "enabled": false + }, + "move-footnotes-to-the-bottom": { + "enabled": false, + "include-blank-line-between-footnotes": false + }, + "re-index-footnotes": { + "enabled": false + }, + "auto-correct-common-misspellings": { + "enabled": false, + "ignore-words": "", + "skip-words-with-multiple-capitals": false, + "extra-auto-correct-files": [] + }, + "blockquote-style": { + "enabled": false, + "style": "space" + }, + "convert-bullet-list-markers": { + "enabled": false + }, + "default-language-for-code-fences": { + "enabled": false, + "default-language": "" + }, + "emphasis-style": { + "enabled": false, + "style": "consistent" + }, + "no-bare-urls": { + "enabled": false, + "no-bare-uris": false + }, + "ordered-list-style": { + "enabled": false, + "number-style": "ascending", + "list-end-style": "." + }, + "proper-ellipsis": { + "enabled": false + }, + "quote-style": { + "enabled": false, + "single-quote-enabled": true, + "single-quote-style": "''", + "double-quote-enabled": true, + "double-quote-style": "\"\"" + }, + "remove-consecutive-list-markers": { + "enabled": false + }, + "remove-empty-list-markers": { + "enabled": false + }, + "remove-hyphenated-line-breaks": { + "enabled": false + }, + "remove-multiple-spaces": { + "enabled": false + }, + "strong-style": { + "enabled": false, + "style": "consistent" + }, + "two-spaces-between-lines-with-content": { + "enabled": false, + "line-break-indicator": " " + }, + "unordered-list-style": { + "enabled": false, + "list-style": "consistent" + }, + "compact-yaml": { + "enabled": true, + "inner-new-lines": false + }, + "consecutive-blank-lines": { + "enabled": false + }, + "convert-spaces-to-tabs": { + "enabled": false, + "tabsize": 4 + }, + "empty-line-around-blockquotes": { + "enabled": false + }, + "empty-line-around-code-fences": { + "enabled": false + }, + "empty-line-around-horizontal-rules": { + "enabled": false + }, + "empty-line-around-math-blocks": { + "enabled": false + }, + "empty-line-around-tables": { + "enabled": false + }, + "heading-blank-lines": { + "enabled": false, + "bottom": true, + "empty-line-after-yaml": true + }, + "line-break-at-document-end": { + "enabled": false + }, + "move-math-block-indicators-to-their-own-line": { + "enabled": false + }, + "paragraph-blank-lines": { + "enabled": false + }, + "remove-empty-lines-between-list-markers-and-checklists": { + "enabled": false + }, + "remove-link-spacing": { + "enabled": false + }, + "remove-space-around-characters": { + "enabled": false, + "include-fullwidth-forms": true, + "include-cjk-symbols-and-punctuation": true, + "include-dashes": true, + "other-symbols": "" + }, + "remove-space-before-or-after-characters": { + "enabled": false, + "characters-to-remove-space-before": ",!?;:).’”]", + "characters-to-remove-space-after": "¿¡‘“([" + }, + "space-after-list-markers": { + "enabled": false + }, + "space-between-chinese-japanese-or-korean-and-english-or-numbers": { + "enabled": false, + "english-symbols-punctuation-before": "-+;:'\"°%$)]", + "english-symbols-punctuation-after": "-+'\"([¥$" + }, + "trailing-spaces": { + "enabled": false, + "two-space-line-break": false + }, + "add-blockquote-indentation-on-paste": { + "enabled": false + }, + "prevent-double-checklist-indicator-on-paste": { + "enabled": false + }, + "prevent-double-list-item-indicator-on-paste": { + "enabled": false + }, + "proper-ellipsis-on-paste": { + "enabled": false + }, + "remove-hyphens-on-paste": { + "enabled": false + }, + "remove-leading-or-trailing-whitespace-on-paste": { + "enabled": false + }, + "remove-leftover-footnotes-from-quote-on-paste": { + "enabled": false + }, + "remove-multiple-blank-lines-on-paste": { + "enabled": false + } + }, + "lintOnSave": false, + "recordLintOnSaveLogs": false, + "displayChanged": true, + "suppressMessageWhenNoChange": false, + "lintOnFileChange": false, + "displayLintOnFileChangeNotice": false, + "settingsConvertedToConfigKeyValues": true, + "additionalFileExtensions": [], + "foldersToIgnore": [], + "filesToIgnore": [], + "linterLocale": "system-default", + "logLevel": "ERROR", + "lintCommands": [], + "customRegexes": [], + "commonStyles": { + "aliasArrayStyle": "single-line", + "tagArrayStyle": "single-line", + "minimumNumberOfDollarSignsToBeAMathBlock": 2, + "escapeCharacter": "\"", + "removeUnnecessaryEscapeCharsForMultiLineArrays": false + } +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-linter/main.js b/.obsidian/plugins/obsidian-linter/main.js new file mode 100644 index 0000000..b426b16 --- /dev/null +++ b/.obsidian/plugins/obsidian-linter/main.js @@ -0,0 +1,438 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source, please visit the github repository of this plugin +*/ + +var Lg=Object.create;var jr=Object.defineProperty;var sp=Object.getOwnPropertyDescriptor;var Ag=Object.getOwnPropertyNames;var Sg=Object.getPrototypeOf,Eg=Object.prototype.hasOwnProperty;var ai=(t,n)=>()=>(n||t((n={exports:{}}).exports,n),n.exports),Dc=(t,n)=>{for(var e in n)jr(t,e,{get:n[e],enumerable:!0})},ap=(t,n,e,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let r of Ag(n))!Eg.call(t,r)&&r!==e&&jr(t,r,{get:()=>n[r],enumerable:!(i=sp(n,r))||i.enumerable});return t};var oi=(t,n,e)=>(e=t!=null?Lg(Sg(t)):{},ap(n||!t||!t.__esModule?jr(e,"default",{value:t,enumerable:!0}):e,t)),Tg=t=>ap(jr({},"__esModule",{value:!0}),t),x=(t,n,e,i)=>{for(var r=i>1?void 0:i?sp(n,e):n,s=t.length-1,a;s>=0;s--)(a=t[s])&&(r=(i?a(n,e,r):a(r))||r);return i&&r&&jr(n,e,r),r};var Nc=(t,n,e)=>{if(!n.has(t))throw TypeError("Cannot "+e)};var P=(t,n,e)=>(Nc(t,n,"read from private field"),e?e.call(t):n.get(t)),Ce=(t,n,e)=>{if(n.has(t))throw TypeError("Cannot add the same private member more than once");n instanceof WeakSet?n.add(t):n.set(t,e)},Ye=(t,n,e,i)=>(Nc(t,n,"write to private field"),i?i.call(t,e):n.set(t,e),e);var Yc=(t,n,e,i)=>({set _(r){Ye(t,n,r,e)},get _(){return P(t,n,i)}}),ge=(t,n,e)=>(Nc(t,n,"access private method"),e);var so=ai((cp,ro)=>{(function(t,n){"use strict";typeof define=="function"&&define.amd?define(n):typeof ro=="object"&&ro.exports?ro.exports=n():t.log=n()})(cp,function(){"use strict";var t=function(){},n="undefined",e=typeof window!==n&&typeof window.navigator!==n&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"],r={},s=null;function a(f,h){var g=f[h];if(typeof g.bind=="function")return g.bind(f);try{return Function.prototype.bind.call(g,f)}catch{return function(){return Function.prototype.apply.apply(g,[f,arguments])}}}function o(){console.log&&(console.log.apply?console.log.apply(console,arguments):Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()}function l(f){return f==="debug"&&(f="log"),typeof console===n?!1:f==="trace"&&e?o:console[f]!==void 0?a(console,f):console.log!==void 0?a(console,"log"):t}function c(){for(var f=this.getLevel(),h=0;h=0&&H<=g.levels.SILENT)return H;throw new TypeError("log.setLevel() called with invalid level: "+N)}g.name=f,g.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},g.methodFactory=h||d,g.getLevel=function(){return L??w??b},g.setLevel=function(N,H){return L=C(N),H!==!1&&M(L),c.call(g)},g.setDefaultLevel=function(N){w=C(N),S()||g.setLevel(N,!1)},g.resetLevel=function(){L=null,O(),c.call(g)},g.enableAll=function(N){g.setLevel(g.levels.TRACE,N)},g.disableAll=function(N){g.setLevel(g.levels.SILENT,N)},g.rebuild=function(){if(s!==g&&(b=C(s.getLevel())),c.call(g),s===g)for(var N in r)r[N].rebuild()},b=C(s?s.getLevel():"WARN");var B=S();B!=null&&(L=C(B)),c.call(g)}s=new p,s.getLogger=function(h){if(typeof h!="symbol"&&typeof h!="string"||h==="")throw new TypeError("You must supply a name when creating a logger.");var g=r[h];return g||(g=r[h]=new p(h,s.methodFactory)),g};var m=typeof window!==n?window.log:void 0;return s.noConflict=function(){return typeof window!==n&&window.log===s&&(window.log=m),s},s.getLoggers=function(){return r},s.default=s,s})});var Jp=ai((cx,lu)=>{(function(){var t;typeof lu<"u"?t=lu.exports=i:t=function(){return this||(0,eval)("this")}(),t.format=i,t.vsprintf=e,typeof console<"u"&&typeof console.log=="function"&&(t.printf=n);function n(){console.log(i.apply(null,arguments))}function e(r,s){return i.apply(null,[r].concat(s))}function i(r){for(var s=1,a=[].slice.call(arguments),o=0,l=r.length,c="",u,d=!1,p,m,f=!1,h,g=function(){return a[s++]},b=function(){for(var w="";/\d/.test(r[o]);)w+=r[o++],u=r[o];return w.length>0?parseInt(w):null};o{var R=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},oe=-1,de=1,Q=0;R.Diff=function(t,n){return[t,n]};R.prototype.diff_main=function(t,n,e,i){typeof i>"u"&&(this.Diff_Timeout<=0?i=Number.MAX_VALUE:i=new Date().getTime()+this.Diff_Timeout*1e3);var r=i;if(t==null||n==null)throw new Error("Null input. (diff_main)");if(t==n)return t?[new R.Diff(Q,t)]:[];typeof e>"u"&&(e=!0);var s=e,a=this.diff_commonPrefix(t,n),o=t.substring(0,a);t=t.substring(a),n=n.substring(a),a=this.diff_commonSuffix(t,n);var l=t.substring(t.length-a);t=t.substring(0,t.length-a),n=n.substring(0,n.length-a);var c=this.diff_compute_(t,n,s,r);return o&&c.unshift(new R.Diff(Q,o)),l&&c.push(new R.Diff(Q,l)),this.diff_cleanupMerge(c),c};R.prototype.diff_compute_=function(t,n,e,i){var r;if(!t)return[new R.Diff(de,n)];if(!n)return[new R.Diff(oe,t)];var s=t.length>n.length?t:n,a=t.length>n.length?n:t,o=s.indexOf(a);if(o!=-1)return r=[new R.Diff(de,s.substring(0,o)),new R.Diff(Q,a),new R.Diff(de,s.substring(o+a.length))],t.length>n.length&&(r[0][0]=r[2][0]=oe),r;if(a.length==1)return[new R.Diff(oe,t),new R.Diff(de,n)];var l=this.diff_halfMatch_(t,n);if(l){var c=l[0],u=l[1],d=l[2],p=l[3],m=l[4],f=this.diff_main(c,d,e,i),h=this.diff_main(u,p,e,i);return f.concat([new R.Diff(Q,m)],h)}return e&&t.length>100&&n.length>100?this.diff_lineMode_(t,n,i):this.diff_bisect_(t,n,i)};R.prototype.diff_lineMode_=function(t,n,e){var i=this.diff_linesToChars_(t,n);t=i.chars1,n=i.chars2;var r=i.lineArray,s=this.diff_main(t,n,!1,e);this.diff_charsToLines_(s,r),this.diff_cleanupSemantic(s),s.push(new R.Diff(Q,""));for(var a=0,o=0,l=0,c="",u="";a=1&&l>=1){s.splice(a-o-l,o+l),a=a-o-l;for(var d=this.diff_main(c,u,!1,e),p=d.length-1;p>=0;p--)s.splice(a,0,d[p]);a=a+d.length}l=0,o=0,c="",u="";break}a++}return s.pop(),s};R.prototype.diff_bisect_=function(t,n,e){for(var i=t.length,r=n.length,s=Math.ceil((i+r)/2),a=s,o=2*s,l=new Array(o),c=new Array(o),u=0;ue);b++){for(var w=-b+m;w<=b-f;w+=2){var L=a+w,T;w==-b||w!=b&&l[L-1]i)f+=2;else if(M>r)m+=2;else if(p){var S=a+d-w;if(S>=0&&S=O)return this.diff_bisectSplit_(t,n,T,M,e)}}}for(var C=-b+h;C<=b-g;C+=2){var S=a+C,O;C==-b||C!=b&&c[S-1]i)g+=2;else if(B>r)h+=2;else if(!p){var L=a+d-C;if(L>=0&&L=O)return this.diff_bisectSplit_(t,n,T,M,e)}}}}return[new R.Diff(oe,t),new R.Diff(de,n)]};R.prototype.diff_bisectSplit_=function(t,n,e,i,r){var s=t.substring(0,e),a=n.substring(0,i),o=t.substring(e),l=n.substring(i),c=this.diff_main(s,a,!1,r),u=this.diff_main(o,l,!1,r);return c.concat(u)};R.prototype.diff_linesToChars_=function(t,n){var e=[],i={};e[0]="";function r(l){for(var c="",u=0,d=-1,p=e.length;di?t=t.substring(e-i):en.length?t:n,i=t.length>n.length?n:t;if(e.length<4||i.length*2=f.length?[T,M,S,O,L]:null}var a=s(e,i,Math.ceil(e.length/4)),o=s(e,i,Math.ceil(e.length/2)),l;if(!a&&!o)return null;o?a?l=a[4].length>o[4].length?a:o:l=o:l=a;var c,u,d,p;t.length>n.length?(c=l[0],u=l[1],d=l[2],p=l[3]):(d=l[0],p=l[1],c=l[2],u=l[3]);var m=l[4];return[c,u,d,p,m]};R.prototype.diff_cleanupSemantic=function(t){for(var n=!1,e=[],i=0,r=null,s=0,a=0,o=0,l=0,c=0;s0?e[i-1]:-1,a=0,o=0,l=0,c=0,r=null,n=!0)),s++;for(n&&this.diff_cleanupMerge(t),this.diff_cleanupSemanticLossless(t),s=1;s=m?(p>=u.length/2||p>=d.length/2)&&(t.splice(s,0,new R.Diff(Q,d.substring(0,p))),t[s-1][1]=u.substring(0,u.length-p),t[s+1][1]=d.substring(p),s++):(m>=u.length/2||m>=d.length/2)&&(t.splice(s,0,new R.Diff(Q,u.substring(0,m))),t[s-1][0]=de,t[s-1][1]=d.substring(0,d.length-m),t[s+1][0]=oe,t[s+1][1]=u.substring(m),s++),s++}s++}};R.prototype.diff_cleanupSemanticLossless=function(t){function n(m,f){if(!m||!f)return 6;var h=m.charAt(m.length-1),g=f.charAt(0),b=h.match(R.nonAlphaNumericRegex_),w=g.match(R.nonAlphaNumericRegex_),L=b&&h.match(R.whitespaceRegex_),T=w&&g.match(R.whitespaceRegex_),M=L&&h.match(R.linebreakRegex_),S=T&&g.match(R.linebreakRegex_),O=M&&m.match(R.blanklineEndRegex_),C=S&&f.match(R.blanklineStartRegex_);return O||C?5:M||S?4:b&&!L&&T?3:L||T?2:b||w?1:0}for(var e=1;e=d&&(d=p,l=i,c=r,u=s)}t[e-1][1]!=l&&(l?t[e-1][1]=l:(t.splice(e-1,1),e--),t[e][1]=c,u?t[e+1][1]=u:(t.splice(e+1,1),e--))}e++}};R.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;R.whitespaceRegex_=/\s/;R.linebreakRegex_=/[\r\n]/;R.blanklineEndRegex_=/\n\r?\n$/;R.blanklineStartRegex_=/^\r?\n\r?\n/;R.prototype.diff_cleanupEfficiency=function(t){for(var n=!1,e=[],i=0,r=null,s=0,a=!1,o=!1,l=!1,c=!1;s0?e[i-1]:-1,l=c=!1),n=!0)),s++;n&&this.diff_cleanupMerge(t)};R.prototype.diff_cleanupMerge=function(t){t.push(new R.Diff(Q,""));for(var n=0,e=0,i=0,r="",s="",a;n1?(e!==0&&i!==0&&(a=this.diff_commonPrefix(s,r),a!==0&&(n-e-i>0&&t[n-e-i-1][0]==Q?t[n-e-i-1][1]+=s.substring(0,a):(t.splice(0,0,new R.Diff(Q,s.substring(0,a))),n++),s=s.substring(a),r=r.substring(a)),a=this.diff_commonSuffix(s,r),a!==0&&(t[n][1]=s.substring(s.length-a)+t[n][1],s=s.substring(0,s.length-a),r=r.substring(0,r.length-a))),n-=e+i,t.splice(n,e+i),r.length&&(t.splice(n,0,new R.Diff(oe,r)),n++),s.length&&(t.splice(n,0,new R.Diff(de,s)),n++),n++):n!==0&&t[n-1][0]==Q?(t[n-1][1]+=t[n][1],t.splice(n,1)):n++,i=0,e=0,r="",s="";break}t[t.length-1][1]===""&&t.pop();var o=!1;for(n=1;nn));a++)r=e,s=i;return t.length!=a&&t[a][0]===oe?s:s+(n-r)};R.prototype.diff_prettyHtml=function(t){for(var n=[],e=/&/g,i=//g,s=/\n/g,a=0;a");switch(o){case de:n[a]=''+c+"";break;case oe:n[a]=''+c+"";break;case Q:n[a]=""+c+"";break}}return n.join("")};R.prototype.diff_text1=function(t){for(var n=[],e=0;ethis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var i=this.match_alphabet_(n),r=this;function s(T,M){var S=T/n.length,O=Math.abs(e-M);return r.Match_Distance?S+O/r.Match_Distance:O?1:S}var a=this.Match_Threshold,o=t.indexOf(n,e);o!=-1&&(a=Math.min(s(0,o),a),o=t.lastIndexOf(n,e+n.length),o!=-1&&(a=Math.min(s(0,o),a)));var l=1<=f;b--){var w=i[t.charAt(b-1)];if(m===0?g[b]=(g[b+1]<<1|1)&w:g[b]=(g[b+1]<<1|1)&w|((p[b+1]|p[b])<<1|1)|p[b+1],g[b]&l){var L=s(m,b-1);if(L<=a)if(a=L,o=b-1,o>e)f=Math.max(1,2*e-o);else break}}if(s(m+1,e)>a)break;p=g}return o};R.prototype.match_alphabet_=function(t){for(var n={},e=0;e"u")i=t,r=this.diff_main(i,n,!0),r.length>2&&(this.diff_cleanupSemantic(r),this.diff_cleanupEfficiency(r));else if(t&&typeof t=="object"&&typeof n>"u"&&typeof e>"u")r=t,i=this.diff_text1(r);else if(typeof t=="string"&&n&&typeof n=="object"&&typeof e>"u")i=t,r=n;else if(typeof t=="string"&&typeof n=="string"&&e&&typeof e=="object")i=t,r=e;else throw new Error("Unknown call format to patch_make.");if(r.length===0)return[];for(var s=[],a=new R.patch_obj,o=0,l=0,c=0,u=i,d=i,p=0;p=2*this.Patch_Margin&&o&&(this.patch_addContext_(a,u),s.push(a),a=new R.patch_obj,o=0,u=d,l=c);break}m!==de&&(l+=f.length),m!==oe&&(c+=f.length)}return o&&(this.patch_addContext_(a,u),s.push(a)),s};R.prototype.patch_deepCopy=function(t){for(var n=[],e=0;ethis.Match_MaxBits?(l=this.match_main(n,o.substring(0,this.Match_MaxBits),a),l!=-1&&(c=this.match_main(n,o.substring(o.length-this.Match_MaxBits),a+o.length-this.Match_MaxBits),(c==-1||l>=c)&&(l=-1))):l=this.match_main(n,o,a),l==-1)r[s]=!1,i-=t[s].length2-t[s].length1;else{r[s]=!0,i=l-a;var u;if(c==-1?u=n.substring(l,l+o.length):u=n.substring(l,c+this.Match_MaxBits),o==u)n=n.substring(0,l)+this.diff_text2(t[s].diffs)+n.substring(l+o.length);else{var d=this.diff_main(o,u,!1);if(o.length>this.Match_MaxBits&&this.diff_levenshtein(d)/o.length>this.Patch_DeleteThreshold)r[s]=!1;else{this.diff_cleanupSemanticLossless(d);for(var p=0,m,f=0;fs[0][1].length){var a=n-s[0][1].length;s[0][1]=e.substring(s[0][1].length)+s[0][1],r.start1-=a,r.start2-=a,r.length1+=a,r.length2+=a}if(r=t[t.length-1],s=r.diffs,s.length==0||s[s.length-1][0]!=Q)s.push(new R.Diff(Q,e)),r.length1+=n,r.length2+=n;else if(n>s[s.length-1][1].length){var a=n-s[s.length-1][1].length;s[s.length-1][1]+=e.substring(0,a),r.length1+=a,r.length2+=a}return e};R.prototype.patch_splitMax=function(t){for(var n=this.Match_MaxBits,e=0;e2*n?(o.length1+=u.length,r+=u.length,l=!1,o.diffs.push(new R.Diff(c,u)),i.diffs.shift()):(u=u.substring(0,n-o.length1-this.Patch_Margin),o.length1+=u.length,r+=u.length,c===Q?(o.length2+=u.length,s+=u.length):l=!1,o.diffs.push(new R.Diff(c,u)),u==i.diffs[0][1]?i.diffs.shift():i.diffs[0][1]=i.diffs[0][1].substring(u.length))}a=this.diff_text2(o.diffs),a=a.substring(a.length-this.Patch_Margin);var d=this.diff_text1(i.diffs).substring(0,this.Patch_Margin);d!==""&&(o.length1+=d.length,o.length2+=d.length,o.diffs.length!==0&&o.diffs[o.diffs.length-1][0]===Q?o.diffs[o.diffs.length-1][1]+=d:o.diffs.push(new R.Diff(Q,d))),l||t.splice(++e,0,o)}}};R.prototype.patch_toText=function(t){for(var n=[],e=0;e{Wh.exports=zL;var Nv=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Yv=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Kv=["Su","Mo","Tu","We","Th","Fr","Sa"],hc=["January","February","March","April","May","June","July","August","September","October","November","December"],_v=["ACDT","ACST","ACWT","ADT","ACT","AEDT","AEST","AFT","AKDT","AKST","ALMT","AMT","AMST","ANAT","ANAST","AQTT","ART","AST","AWDT","AWST","AZOT","AZOST","AZT","AZST","BNT","BDT","BOT","BRT","BRST","BST","BTT","B","CAST","CAT","CCT","CDT","CEDT","CEST","CET","CHADT","CHAST","CHOT","CHOST","CHsT","CHUT","CIT","CKT","CLST","CLT","COT","CST","CVT","CWST","CXT","C","DAVT","DDUT","DST","EASST","EAST","EAT","ECT","EDT","EEDT","EEST","EET","EGT","EGST","EST","E","EIT","FET","FJT","FJST","FKST","FKT","FNT","F","GALT","GAMT","GET","GFT","GILT","GMT","GST","GYT","G","HADT","HAST","HKT","HOVT","HOVST","HST","ICT","IDT","IOT","IRDT","IRKT","IRKST","IRST","IST","JST","KGT","KOST","KRAT","KRAST","KST","KUYT","LHDT","LHST","LINT","L","MAGT","MAGST","MART","MAWT","MDT","MeST","MHT","MIST","MMT","MSD","MSK","MST","MUT","MVT","MYT","NCT","NDT","NFT","N","NOVT","NOVST","NPT","NRT","NST","NT","NUT","NZDT","NZST","OMST","OMSST","ORAT","O","PDT","PET","PETT","PETST","PGT","PHT","PHOT","PKT","PMDT","PMST","PONT","PST","PWT","PYT","PYST","P","QYZT","RET","ROTT","R","SAKT","SAMT","SAST","SBT","SCT","SGT","SRT","SLT","SLST","SRET","SST","SYOT","TAHT","TFT","TJT","TKT","TLT","TMT","TOT","TRUT","TVT","T","ULAT","ULAST","UTC","UYST","UYT","UZT","U","VET","VLAT","VLAST","VOLT","VUT","V","WAKT","WAT","WAST","WDT","WEDT","WEST","WET","WFT","WGT","WGST","WIB","WIT","WITA","WST","WT","YAKT","YAKST","YAP","YEK","YEKS"],gc=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],zv=new RegExp(Nv.join("|"),"i"),Pv=new RegExp(Yv.join("|"),"i"),Hv=new RegExp("\\b("+Kv.join("|")+")\\b","i"),qv=new RegExp(hc.join("|"),"i"),$v=new RegExp(gc.join("|"),"i"),Uv=new RegExp("\\b("+_v.join("|")+")\\b","i"),jv=/(\d+)(st|nd|rd|th)\b/i,Vv=/(\d{1,4})([/.-])(\d{1,2})[/.-](\d{1,4})/,Wv=/((\+|-)(12:00|11:00|10:00|09:30|09:00|08:00|07:00|06:00|05:00|04:00|03:30|03:00|02:00|01:00|00:00|01:00|02:00|03:00|03:30|04:00|04:30|05:00|05:30|05:45|06:00|06:30|07:00|08:00|08:45|09:00|09:30|10:00|10:30|11:00|12:00|12:45|13:00|14:00))$/,Gv=/((\+|-)(1200|1100|1000|0930|0900|0800|0700|0600|0500|0400|0330|0300|0200|0100|0000|0100|0200|0300|0330|0400|0430|0500|0530|0545|0600|0630|0700|0800|0845|0900|0930|1000|1030|1100|1200|1245|1300|1400))$/,Kr="("+["AM?","PM?"].join("|")+")",Qv=new RegExp("0\\d\\:\\d{1,2}\\:\\d{1,2}(\\s*)"+Kr,"i"),Zv=new RegExp("0\\d\\:\\d{1,2}(\\s*)"+Kr,"i"),Jv=new RegExp("0\\d(\\s*)"+Kr,"i"),Xv=new RegExp("\\d{1,2}\\:\\d{1,2}\\:\\d{1,2}(\\s*)"+Kr,"i"),eL=new RegExp("\\d{1,2}\\:\\d{1,2}(\\s*)"+Kr,"i"),tL=new RegExp("\\d{1,2}(\\s*)"+Kr,"i"),nL=new RegExp("\\d{1,2}"),iL=new RegExp(hc.join("|")+"-\\d{2}","i"),rL=new RegExp(gc.join("|")+"-\\d{2}","i"),Jd=new RegExp("(\\d{1,2})(\\D+)("+hc.join("|")+"|"+gc.join("|")+")(\\2)('?\\d{2,4})"),sL=/\d{2}:\d{2}:\d{2}\.\d{3}/,aL=/\d{2}:\d{2}:\d{2}\.\d{2}/,oL=/\d{2}:\d{2}:\d{2}\.\d{1}/,lL=/T\d{2}:\d{2}:\d{2}/,cL=/0\d:\d{2}:\d{2}/,uL=/0\d:\d{2}/,dL=/\b([01]?[0-9]|2[0-3]):[0-5][0-9]:\d{2}/,pL=/\b([01]?[0-9]|2[0-3]):[0-5][0-9]:\d{2}\.\d{3}/,mL=/\b([01]?[0-9]|2[0-3]):[0-5][0-9]:\d{2}\.\d{2}/,fL=/\b([01]?[0-9]|2[0-3]):[0-5][0-9]:\d{2}\.\d{1}/,hL=/\b([01]?[0-9]|2[0-3]):[0-5][0-9]/,gL=/24:00:\d{2}/,yL=/24:00:\d{2}\.\d{3}/,bL=/24:00:\d{2}\.\d{2}/,kL=/24:00:\d{2}\.\d{1}/,wL=/24:00/,vL=/\d{4}/,LL=/\d{2}/,AL=/'\d{2}/,qh=/0\d/,$h=/\d{1,2}/,SL=/0\d/,EL=/\d{1,2}/,TL=/^([1-9])\/([1-9]|0[1-9])$/,xL=/^([1-9])\/(1[012])$/,ML=/^(0[1-9]|[12][0-9]|3[01])\/([1-9])$/,OL=/^(0[1-9]|[12][0-9]|3[01])\/(1[012]|0[1-9])$/,CL=/^([1-9])(\D)([1-9][0-9])$/,IL=/^([1-9])(\D)([0][0-9])$/,BL=/^(0[1-9]|1[012])(\D)([1-9][0-9])$/,RL=/^(0[1-9]|1[012])(\D)([0][0-9])$/,Xd=/([/][M]|[M][/]|[MM]|[MMMM])/,Uh=/(D)/,ep=/(Y)/,jh=/\d+\D.+$/,Vh=/\D+(\d+)($|Z)/,FL=/M\s*\d{1,2}\b.+$/,DL=/M\D+(0[1-9])\b.+$/,fc=/\d+\s+(H|h|k)/,NL=/\b(at)\b/i,YL=/\d{13}/,KL=/\d{10}/,_L={"/":"MDY",".":"DMY","-":"YMD"};function zL(t,n){var e=t.toString();if(n=n||{},n.preferredOrder=n.preferredOrder||_L,e=e.replace(YL,"x"),e=e.replace(KL,"X"),e=e.replace(NL,"[$1]"),e.match(Jd)){let[,c,u,d,p,m]=e.match(Jd),f=[];c.length===2&&c[0]==="0"||n.preferLongFormat?f.push("DD"):f.push("D"),f.push(u),d.match(hc)?f.push("MMMM"):d.match(gc)?f.push("MMM"):f.push(d),f.push(p),m[0]==="'"?f.push("'YY"):m.length===2?f.push("YY"):(m.length,f.push("YYYY"));var i=f.join("");e=e.replace(Jd,i)}e=e.replace(zv,"dddd"),e=e.replace(Pv,"ddd"),e=e.replace(Hv,"dd"),e=e.replace(jv,"Do"),e=e.replace(qv,"MMMM"),e=e.replace($v,"MMM"),e=e.replace(Vv,PL.bind(null,n)),e=e.replace(Uv,c=>"["+c+"]"),e=e.replace(Wv,"Z"),e=e.replace(Gv,"ZZ"),e=e.replace(sL,"HH:mm:ss.SSS"),e=e.replace(aL,"HH:mm:ss.SS"),e=e.replace(oL,"HH:mm:ss.S"),e=e.replace(lL,"THH:mm:ss");function r(c){return function(u,d,p){return c+d+(p[0].toUpperCase()===p[0]?"A":"a")}}if(e=e.replace(Qv,r("hh:mm:ss")),e=e.replace(Xv,r("h:mm:ss")),e=e.replace(Zv,r("hh:mm")),e=e.replace(eL,r("h:mm")),e=e.replace(Jv,r("hh")),e=e.replace(tL,r("h")),e=e.replace(cL,"HH:mm:ss"),e=e.replace(pL,"H:mm:ss.SSS"),e=e.replace(yL,(n.preferLongFormat?"kk":"k")+":mm:ss.SSS"),e=e.replace(mL,"H:mm:ss.SS"),e=e.replace(bL,(n.preferLongFormat?"kk":"k")+":mm:ss.SS"),e=e.replace(fL,"H:mm:ss.S"),e=e.replace(kL,(n.preferLongFormat?"kk":"k")+":mm:ss.S"),e=e.replace(dL,"H:mm:ss"),e=e.replace(gL,(n.preferLongFormat?"kk":"k")+":mm:ss"),e=e.replace(uL,"HH:mm"),e=e.replace(hL,"H:mm"),e=e.replace(wL,(n.preferLongFormat?"kk":"k")+":mm"),e=e.replace(vL,"YYYY"),e=e.replace(AL,"'YY"),e=e.replace(iL,"MMMM-YY"),e=e.replace(rL,"MMM-YY"),e=e.replace(TL,"D/M"),e=e.replace(xL,"D/MM"),e=e.replace(ML,"DD/M"),e=e.replace(OL,"DD/MM"),e=e.replace(CL,"M$2YY"),e=e.replace(BL,"MM$2YY"),e=e.replace(IL,"M$2DD"),e=e.replace(RL,"MM$2DD"),e.match(Xd)){var s=/0\d\.\d{2}|\d{2}\.\d{2}/,a=/\d{1}\.\d{2}/;e=e.replace(s,"H.mm"),e=e.replace(a,"h.mm")}if(!e.match(Xd)&&e.match(ep)&&(e=e.replace(SL,"MM")),!e.match(Xd)&&e.match(ep)&&(e=e.replace(EL,n.preferLongFormat?"MM":"M")),e.match(DL)&&!e.match(fc)&&(e=e.replace(qh,"DD")),e.match(FL)&&!e.match(fc)&&(e=e.replace($h,n.preferLongFormat?"DD":"D")),!e.match(Uh)&&e.match(jh)&&!e.match(fc)&&(e=e.replace(qh,"DD")),!e.match(Uh)&&e.match(jh)&&!e.match(fc)&&(e=e.replace($h,n.preferLongFormat?"DD":"D")),e.match(ep)||(e=e.replace(LL,"YY")),e.match(Vh)){var o=e.match(Vh)[1],l;o==="00"?l="HH":o==="24"?l=n.preferLongFormat?"kk":"k":o>12?l=n.preferLongFormat?"HH":"H":o[0]==="0"?l=n.preferLongFormat?"hh":"h":l=n.preferLongFormat?"hh":"k",e=e.replace(nL,l)}return e.length<1&&(e=void 0),e}function PL(t,n,e,i,r,s){var a,o=0,l=1,c=2,u=[e.length===1,r.length===1,s.length===1],d=[e[0]==="0",r[0]==="0",s[0]==="0"],p=e.length===4,m=r.length===4,f=s.length===4,h=typeof t.preferredOrder=="string"?t.preferredOrder:t.preferredOrder[i];e=parseInt(e,10),r=parseInt(r,10),s=parseInt(s,10),a=[e,r,s],h=h.toUpperCase();var g=function(w,L){u[w]!==u[L]&&!d[w]&&!d[L]&&(u[w]=!0,u[L]=!0)};if(e>31)return g(l,c),a[0]=p?"YYYY":"YY",a[1]=u[l]?"M":"MM",a[2]=u[c]?"D":"DD",a.join(i);if(e>12)return g(o,l),a[0]=u[o]?"D":"DD",a[1]=u[l]?"M":"MM",a[2]=f?"YYYY":"YY",a.join(i);if(r>12)return g(o,l),a[0]=u[o]?"M":"MM",a[1]=u[l]?"D":"DD",a[2]=f?"YYYY":"YY",a.join(i);if(s>31)return a[2]=f?"YYYY":"YY",h[0]==="M"&&e<13?(g(o,l),a[0]=u[o]?"M":"MM",a[1]=u[l]?"D":"DD",a.join(i)):(g(o,l),a[0]=u[o]?"D":"DD",a[1]=u[l]?"M":"MM",a.join(i));let b=[p,m,f];return g(h.indexOf("D"),h.indexOf("M")),a[h.indexOf("D")]=u[h.indexOf("D")]?"D":"DD",a[h.indexOf("M")]=u[h.indexOf("M")]?"M":"MM",a[h.indexOf("Y")]=b[h.indexOf("Y")]?"YYYY":"YY",a.join(i)}});var Jh=ai((dj,Zh)=>{var Qh=Gh();Zh.exports=Qh;typeof window<"u"&&window.moment&&(window.moment.parseFormat=Qh)});var hg=ai((N3,fg)=>{"use strict";var bt=function(t){if(t=t||{},this.Promise=t.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=t.domainReentrant||!1,this.domainReentrant){if(typeof process>"u"||typeof process.domain>"u")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=t.timeout||bt.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||bt.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||bt.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=bt.DEFAULT_MAX_PENDING};bt.DEFAULT_TIMEOUT=0;bt.DEFAULT_MAX_OCCUPATION_TIME=0;bt.DEFAULT_MAX_EXECUTION_TIME=0;bt.DEFAULT_MAX_PENDING=1e3;bt.prototype.acquire=function(t,n,e,i){if(Array.isArray(t))return this._acquireBatch(t,n,e,i);if(typeof n!="function")throw new Error("You must pass a function to execute");var r=null,s=null,a=null;typeof e!="function"&&(i=e,e=null,a=new this.Promise(function(w,L){r=w,s=L})),i=i||{};var o=!1,l=null,c=null,u=null,d=this,p=function(w,L,T){c&&(clearTimeout(c),c=null),u&&(clearTimeout(u),u=null),w&&(d.queues[t]&&d.queues[t].length===0&&delete d.queues[t],d.domainReentrant&&delete d.domains[t]),o||(a?L?s(L):r(T):typeof e=="function"&&e(L,T),o=!0),w&&d.queues[t]&&d.queues[t].length>0&&d.queues[t].shift()()},m=function(w){if(o)return p(w);l&&(clearTimeout(l),l=null),d.domainReentrant&&w&&(d.domains[t]=process.domain);var L=i.maxExecutionTime||d.maxExecutionTime;if(L&&(u=setTimeout(function(){d.queues[t]&&p(w,new Error("Maximum execution time is exceeded "+t))},L)),n.length===1){var T=!1;try{n(function(M,S){T||(T=!0,p(w,M,S))})}catch(M){T||(T=!0,p(w,M))}}else d._promiseTry(function(){return n()}).then(function(M){p(w,void 0,M)},function(M){p(w,M)})};d.domainReentrant&&process.domain&&(m=process.domain.bind(m));var f=i.maxPending||d.maxPending;if(!d.queues[t])d.queues[t]=[],m(!0);else if(d.domainReentrant&&process.domain&&process.domain===d.domains[t])m(!1);else if(d.queues[t].length>=f)p(!1,new Error("Too many pending tasks in queue "+t));else{var h=function(){m(!0)};i.skipQueue?d.queues[t].unshift(h):d.queues[t].push(h);var g=i.timeout||d.timeout;g&&(l=setTimeout(function(){l=null,p(!1,new Error("async-lock timed out in queue "+t))},g))}var b=i.maxOccupationTime||d.maxOccupationTime;if(b&&(c=setTimeout(function(){d.queues[t]&&p(!1,new Error("Maximum occupation time is exceeded in queue "+t))},b)),a)return a};bt.prototype._acquireBatch=function(t,n,e,i){typeof e!="function"&&(i=e,e=null);var r=this,s=function(o,l){return function(c){r.acquire(o,l,c,i)}},a=t.reduceRight(function(o,l){return s(l,o)},n);if(typeof e=="function")a(e);else return new this.Promise(function(o,l){a.length===1?a(function(c,u){c?l(c):o(u)}):o(a())})};bt.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0};bt.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(n){return this.Promise.reject(n)}};fg.exports=bt});var yg=ai((Y3,gg)=>{"use strict";gg.exports=hg()});var yA={};Dc(yA,{default:()=>Fc});module.exports=Tg(yA);var Z=require("obsidian");function Vr(t,n){if(t==null)return null;let e=Kc(t,n);return typeof e=="string"?e:null}function op(t,n){if(t==null)return null;let e=Kc(t,n);return typeof e=="number"?e:null}function lp(t,n){if(t==null)return null;let e=Kc(t,n);return typeof e=="boolean"?e:null}function Kc(t,n){n=n.replace("..",".");let e=n.split(".");e!=null&&e[e.length-1]==""&&(e[e.length-1]=".");let i=t;for(let r of e)if(i=i[r],i==null)return null;return i}var le=oi(so());var ao="[Obsidian Linter]",_c=new Map,Wr=!1;var oo=[];function lo(t,n){let e=`${ao} ${t}: +`;e+=`${n.name} ${n.message}`,n.stack&&(e+=` +`+n.stack),le.default.error(e),Wr&&co(e.substring(e.indexOf("]")+2),le.default.levels.TRACE)}function Ct(t){le.default.info(`${ao} ${t}`),Wr&&co(t,le.default.levels.INFO)}function et(t){le.default.debug(`${ao} ${t}`),Wr&&co(t,le.default.levels.DEBUG)}function wt(t){le.default.warn(`${ao} ${t}`),Wr&&co(t,le.default.levels.WARN)}function li(t){le.default.getLevel()>le.default.levels.DEBUG||_c.set(t,performance.now())}function Cn(t){if(le.default.getLevel()>le.default.levels.DEBUG)return;_c.has(t)||wt(E("logs.timing-key-not-found").replace("{TIMING_KEY}",t));let n=performance.now()-_c.get(t);et(`${t}: ${n} `+E("logs.milliseconds-abbreviation"))}function co(t,n){le.default.getLevel()<=n&&oo.push(t)}function up(){oo=[]}function zc(t){Wr=t}function uo(t){switch(t){case"INFO":{le.default.setLevel("info");break}case"TRACE":{le.default.setLevel("trace");break}case"DEBUG":{le.default.setLevel("debug");break}case"SILENT":{le.default.setLevel("silent");break}case"ERROR":{le.default.setLevel("error");break}case"WARN":{le.default.setLevel("warn");break}}}function dp(t){switch(t){case le.default.levels.INFO:return"INFO";case le.default.levels.TRACE:return"TRACE";case le.default.levels.DEBUG:return"DEBUG";case le.default.levels.SILENT:return"SILENT";case le.default.levels.ERROR:return"ERROR";case le.default.levels.WARN:return"WARN"}}var pp={};var mp={};var fp={};var hp={commands:{"lint-file":{name:"Linten Sie die aktuelle Datei","error-message":"Lint-Datei-Fehler in der Datei"},"lint-file-unless-ignored":{name:"Linten Sie die aktuelle Datei, es sei denn, sie wird ignoriert"},"lint-all-files":{name:"Linten Sie alle Dateien im Vault","error-message":"Beim Linten aller Dateien Fehler in der Datei","success-message":"Alle Dateien gelinted","errors-message-singular":"Beim Linten aller Dateien gab es einen Fehler.","errors-message-plural":"Beim Linten aller Dateien gab es {NUM} Fehler.","start-message":"Dadurch werden alle Ihre Dateien ver\xE4ndert und es k\xF6nnen Fehler entstehen.","submit-button-text":"Linte alle","submit-button-notice-text":"Linte alle Dateien..."},"lint-all-files-in-folder":{name:"Linte alle Dateien im aktuellen Ordner","start-message":"Dadurch werden alle Ihre Dateien in {FOLDER_NAME} bearbeitet, einschlie\xDFlich der Dateien in den Unterordnern, was zu Fehlern f\xFChren kann.","submit-button-text":"Linte alle Dateien in {FOLDER_NAME}","submit-button-notice-text":"Linten aller Dateien in {FOLDER_NAME}...","error-message":"Beim Linten aller Dateien im Ordner gab es Fehler in der Datei","success-message":"Alle {NUM}-Dateien in {FOLDER_NAME} wurden gelinted.","message-singular":"Alle {NUM}-Dateien in {FOLDER_NAME} wurden gelinted und es trat ein Fehler auf.","message-plural":"Alle {FILE_COUNT}-Dateien in {FOLDER_NAME} wurden gelinted und es gab {ERROR_COUNT} Fehler."},"paste-as-plain-text":{name:"Einf\xFCgen als reiner Text und ohne \xC4nderungen"},"lint-file-pop-up-menu-text":{name:"Linte Datei"},"lint-folder-pop-up-menu-text":{name:"Linte Ordner"}},logs:{"plugin-load":"Plugin wird geladen","plugin-unload":"Plugin entladen","folder-lint":"Linting-Ordner ","linter-run":"Laufender Linter","paste-link-warning":"Abgebrochenes Einf\xFCgen des Lints, da der Inhalt der Zwischenablage ein Link ist, wodurch Konflikte mit anderen Plugins vermieden werden, die das Einf\xFCgen \xE4ndern.","see-console":"Weitere Informationen finden Sie in der Konsole.","unknown-error":"Beim Linten ist ein unbekannter Fehler aufgetreten.","moment-locale-not-found":"Beim Versuch, Moment.js locale auf {MOMENT_LOCALE} umzustellen, wurde {CURRENT_LOCALE} angezeigt","file-change-lint-message-start":"Linted","pre-rules":"Regeln vor regul\xE4ren Regeln","post-rules":"Regeln nach regul\xE4ren Regeln","rule-running":"Laufende Regeln","custom-regex":"Benutzerdefinierte Regex-Regeln","running-custom-regex":"Ausf\xFChren von benutzerdefinierten Regex","running-custom-lint-command":"Ausf\xFChren von benutzerdefinierten Lint-Befehlen","custom-lint-duplicate-warning":'Sie k\xF6nnen denselben Befehl ("{COMMAND_NAME}") nicht zweimal als benutzerdefinierte Lint-Regel ausf\xFChren.',"custom-lint-error-message":"Benutzerdefinierter Lint-Befehl","disabled-text":"ist deaktiviert","run-rule-text":"L\xE4uft","timing-key-not-found":"Der Timing-Schl\xFCssel '{TIMING_KEY}' ist in der Timing-Info-Liste nicht vorhanden, daher wurde er ignoriert","milliseconds-abbreviation":"ms","invalid-date-format-error":"Das Format des Erstellungsdatums '{DATE}' konnte nicht analysiert oder bestimmt werden, sodass das Erstellungsdatum in '{FILE_NAME}","invalid-delimiter-error-message":"Trennzeichen darf nur ein einzelnes Zeichen sein","missing-footnote-error-message":"Die Fu\xDFnote '{FOOTNOTE}' hat keinen entsprechenden Fu\xDFnotenverweis vor dem Fu\xDFnoteninhalt und kann nicht verarbeitet werden. Bitte achten Sie darauf, dass alle Fu\xDFnoten vor dem Inhalt der Fu\xDFnote einen entsprechenden Verweis haben.","too-many-footnotes-error-message":"Der Fu\xDFnotenschl\xFCssel '{FOOTNOTE_KEY}' hat mehr als 1 Fu\xDFnote, die darauf verweist. Bitte aktualisieren Sie die Fu\xDFnoten so, dass es nur noch eine Fu\xDFnote pro Fu\xDFnotenschl\xFCssel gibt.","wrapper-yaml-error":"Fehler in der YAML: {ERROR_MESSAGE}","wrapper-unknown-error":"Unbekannter Fehler: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"Es gibt keinen Inhalt in der Zwischenablage.","characters-added":"Zeichen hinzugef\xFCgt","characters-removed":"Zeichen entfernt","copy-to-clipboard-failed":"Kopieren des Textes in die Zwischenablage fehlgeschlagen: "},"all-rules-option":"Alle","linter-title":"Linter","empty-search-results-text":"Keine Einstellungen stimmen mit der Suche \xFCberein","warning-text":"Warnung","file-backup-text":"Stellen Sie sicher, dass Sie Ihre Dateien gesichert haben.",tabs:{names:{general:"Allgemein",custom:"Individuell",yaml:"YAML",heading:"\xDCberschrift",content:"Inhalt",footnote:"Fu\xDFnote",spacing:"Abstand",paste:"Einf\xFCgen",debug:"Debuggen"},"default-search-bar-text":"Alle Einstellungen durchsuchen",general:{"lint-on-save":{name:"Linten beim Speichern",description:"Linten der Datei beim manuellen Speichern (wenn Strg + S gedr\xFCckt wird oder wenn :w ausgef\xFChrt wird, w\xE4hrend vim-Tastenkombinationen verwendet werden)"},"display-message":{name:"Meldung beim Linten anzeigen",description:"Zeigen Sie die Anzahl der Zeichen an, die sich nach dem Linten ge\xE4ndert haben"},"suppress-message-when-no-change":{name:"Meldung bei keiner \xC4nderung unterdr\xFCcken",description:"Wenn aktiviert, wird keine Meldung angezeigt, wenn keine tats\xE4chlichen \xC4nderungen auftreten."},"lint-on-file-change":{name:"Linten bei Datei\xE4nderungen",description:"Wenn eine Datei geschlossen oder zu einer neuen Datei gewechselt wird, wird die vorherige Datei gelinted."},"display-lint-on-file-change-message":{name:"Nachricht beim Linten nach einer Datei\xE4nderung anzeigen",description:"Zeigt eine Meldung an, wenn Linten bei Datei\xE4nderungen ausgel\xF6st wurde"},"folders-to-ignore":{name:"Ordner, die ignoriert werden sollen",description:"Ordner, die ignoriert werden sollen, wenn alle Dateien gelinted oder beim Speichern gelinted werden. Geben Sie Ordnerpfade ein, die durch Zeilenumbr\xFCche getrennt sind","folder-search-placeholder-text":"Ordner-Name","add-input-button-text":"Einen anderen zu ignorierenden Ordner hinzuf\xFCgen","delete-tooltip":"L\xF6schen"},"additional-file-extensions":{name:"Zus\xE4tzliche Dateierweiterungen",description:"Dateierweiterungen, die zus\xE4tzlich zu md gelinted werden sollen. Zum Beispiel mdx oder svx. F\xFChrenden Punkt nicht angeben. Hinweis: Es werden nur Dateien gelinted, die Obsidian als Markdown ansieht (nativ oder \xFCber andere Plugins), unabh\xE4ngig von hinzugef\xFCgten Erweiterungen.","extension-placeholder":"z.B. mdx","add-input-button-text":"Weitere Erweiterung hinzuf\xFCgen","delete-tooltip":"L\xF6schen"},"override-locale":{name:"Gebietsschema \xFCberschreiben",description:"Legen Sie diese Option fest, wenn Sie ein anderes Gebietsschema als das Standardgebietsschema verwenden m\xF6chten"},"same-as-system-locale":"Identisch mit System ({SYS_LOCALE})","yaml-aliases-section-style":{name:"YAML-Aliase-Abschnittsstil",description:"Der Stil des YAML-Aliasabschnitts"},"yaml-tags-section-style":{name:"Abschnittsstil f\xFCr YAML-Tags",description:"Der Stil des YAML-Tags-Abschnitts"},"default-escape-character":{name:"Standard-Escape-Zeichen",description:"Das Standardzeichen, das zum Maskieren von YAML-Werten verwendet werden soll, wenn ein einfaches Anf\xFChrungszeichen und kein doppeltes Anf\xFChrungszeichen vorhanden sind."},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"Entfernen Sie unn\xF6tige Escape-Zeichen im mehrzeiligen Array-Format",description:"Escape-Zeichen f\xFCr mehrzeilige YAML-Arrays ben\xF6tigen nicht die gleiche Escape-Funktion wie einzeilige Arrays. Entfernen Sie also im mehrzeiligen Format zus\xE4tzliche Escapezeichen, die nicht erforderlich sind"},"number-of-dollar-signs-to-indicate-math-block":{name:"Anzahl der Dollarzeichen, die den Matheblock anzeigen",description:"Die Anzahl der Dollarzeichen, um den mathematischen Inhalt als mathematischen Block anstelle von Inline-Mathematik zu betrachten"}},debug:{"log-level":{name:"Log-Ebene",description:"Die Arten von Logmeldungen, die vom Dienst protokolliert werden d\xFCrfen. Der Standardwert ist Fehler."},"linter-config":{name:"Linter-Konfiguration",description:"Der Inhalt der data.json f\xFCr den Linter zum Zeitpunkt des Ladens der Einstellungsseite"},"log-collection":{name:"Sammeln Sie Protokolle bei aktiviertem Linten beim Speichern und dem Linten der aktuellen Datei",description:"Sammelt die Log-Meldungen, wenn Sie Linten beim Speichern aktiviert haben und die aktuelle Datei linten. Diese Protokolle k\xF6nnen beim Debuggen und Erstellen von Fehlerberichten hilfreich sein."},"linter-logs":{name:"Linter-Protokolle",description:"Die Protokolle des letzten Linten beim Speichern-Durchlaufes oder dem letzten Linten der aktuellen Datei werden gesammelt, wenn die Option aktiviert ist."}}},options:{"custom-command":{name:"Benutzerdefinierte Befehle",description:"Benutzerdefinierte Befehle sind Obsidian-Befehle, die ausgef\xFChrt werden, nachdem der Linter seine regul\xE4ren Regeln ausgef\xFChrt hat. Dies bedeutet, dass sie nicht ausgef\xFChrt werden, bevor die YAML-Zeitstempellogik ausgef\xFChrt wird, sodass sie dazu f\xFChren k\xF6nnen, dass der YAML-Zeitstempel bei der n\xE4chsten Ausf\xFChrung des Linters ausgel\xF6st wird. Sie k\xF6nnen einen Obsidian-Befehl nur einmal ausw\xE4hlen.",warning:"Wenn Sie eine Option ausw\xE4hlen, stellen Sie sicher, dass Sie die Option entweder mit der Maus oder durch Dr\xFCcken der Eingabetaste ausw\xE4hlen. Andere Auswahlmethoden funktionieren m\xF6glicherweise nicht und es werden nur Auswahlen eines tats\xE4chlichen Obsidian-Befehls oder einer leeren Zeichenfolge gespeichert.","add-input-button-text":"Neuen Befehl hinzuf\xFCgen","command-search-placeholder-text":"Obsidian-Befehl","move-up-tooltip":"Aufr\xFCcken","move-down-tooltip":"Bewegen Sie sich nach unten","delete-tooltip":"L\xF6schen"},"custom-replace":{name:"Benutzerdefinierter Regex-Ersatz",description:"Der benutzerdefinierte Regex-Ersatz kann verwendet werden, um alles zu ersetzen, was mit dem Such-Regex mit dem Ersatzwert \xFCbereinstimmt. Bei den Werten replace und find muss es sich um g\xFCltige Regex-Werte handeln.",warning:"Verwenden Sie dies mit Vorsicht, wenn Sie Regex nicht kennen. Stellen Sie au\xDFerdem sicher, dass Sie keine Lookbehinds in Ihrem regul\xE4ren Ausdruck auf iOS-Mobilger\xE4ten verwenden, da dies dazu f\xFChrt, dass Lints fehlschlagen, da dies auf dieser Plattform nicht unterst\xFCtzt wird.","add-input-button-text":"Neuen Regex-Ersatz hinzuf\xFCgen","regex-to-find-placeholder-text":"Regex zu finden","flags-placeholder-text":"Flaggen","regex-to-replace-placeholder-text":"Regex zu ersetzen","label-placeholder-text":"Etikett","move-up-tooltip":"Aufr\xFCcken","move-down-tooltip":"Bewegen Sie sich nach unten","delete-tooltip":"L\xF6schen"}},rules:{"auto-correct-common-misspellings":{name:"H\xE4ufige Rechtschreibfehler automatisch korrigieren",description:'Verwendet ein W\xF6rterbuch mit h\xE4ufigen Rechtschreibfehlern, um sie automatisch in die richtige Schreibweise umzuwandeln. Siehe Autokorrekturkarte f\xFCr die vollst\xE4ndige Liste der automatisch korrigierten W\xF6rter.',"ignore-words":{name:"Ignorieren Sie W\xF6rter",description:"Eine durch Kommas getrennte Liste von W\xF6rtern in Kleinbuchstaben, die bei der automatischen Korrektur ignoriert werden sollen"}},"add-blockquote-indentation-on-paste":{name:"Blockquote-Einr\xFCckung beim Einf\xFCgen hinzuf\xFCgen",description:"F\xFCgt Blockzitate zu allen au\xDFer der ersten Zeile hinzu, wenn sich der Cursor w\xE4hrend des Einf\xFCgens in einer Blockquote/Callout-Zeile befindet"},"blockquote-style":{name:"Blockquote-Stil",description:"Stellt sicher, dass der Blockquote-Stil konsistent ist.",style:{name:"Stil",description:"Der f\xFCr Blockquote-Indikatoren verwendete Stil"}},"capitalize-headings":{name:"\xDCberschriften gro\xDF schreiben",description:"\xDCberschriften sollten mit Gro\xDF- und Kleinschreibung formatiert werden",style:{name:"Stil",description:"Die Art der zu verwendenden Gro\xDFschreibung"},"ignore-case-words":{name:"Ignore Cased Words",description:"Only apply title case style to words that are all lowercase"},"ignore-words":{name:"Ignorieren Sie Gro\xDF-/Kleinschreibungsw\xF6rter",description:"Eine durch Kommas getrennte Liste von W\xF6rtern, die bei der Gro\xDFschreibung ignoriert werden sollen"},"lowercase-words":{name:"W\xF6rter in Kleinbuchstaben",description:"Eine durch Kommas getrennte Liste von W\xF6rtern, um Kleinbuchstaben zu behalten"}},"compact-yaml":{name:"YAML komprimieren",description:"Entfernt f\xFChrende und nachfolgende Leerzeilen im YAML-Frontmatter.","inner-new-lines":{name:"Innere neue Zeilen",description:"Entfernen Sie neue Zeilen, die sich nicht am Anfang oder am Ende der YAML befinden"}},"consecutive-blank-lines":{name:"aufeinanderfolgende Leerzeilen zusammenfassen",description:"Es sollte h\xF6chstens eine aufeinanderfolgende Leerzeile geben."},"convert-bullet-list-markers":{name:"Konvertiere Aufz\xE4hlungszeichen",description:"Konvertiert g\xE4ngige Symbole f\xFCr Aufz\xE4hlungslisten in Markdown-Listenmarkierungen."},"convert-spaces-to-tabs":{name:"Leerzeichen in Tabulatoren konvertieren",description:"Konvertiert f\xFChrende Leerzeichen in Tabulatoren.",tabsize:{name:"Tabgr\xF6\xDFe",description:"Anzahl der Leerzeichen, die in einen Tabulator umgewandelt werden"}},"emphasis-style":{name:"Hervorhebungsstil",description:"Stellt sicher, dass der Hervorhebungsstil konsistent ist.",style:{name:"Stil",description:"Der Stil, der verwendet wird, um hervorgehobene Inhalte zu kennzeichnen"}},"empty-line-around-blockquotes":{name:"Leere Zeile um Blockquotes",description:"Stellt sicher, dass Blockzitate in einer leeren Zeile stehen, es sei denn, sie beginnen oder beenden ein Dokument. Beachten Sie, dass eine leere Zeile entweder eine Verschachtelungsebene weniger f\xFCr Blockzitate oder ein Zeilenumbruchzeichen ist."},"empty-line-around-code-fences":{name:"Leere Zeile um Code-Bereiche",description:"Stellt sicher, dass Codebereiche mit einer leeren Zeile versehen sind, es sei denn, sie beginnen oder beenden ein Dokument."},"empty-line-around-math-blocks":{name:"Leere Zeile um mathematische Bl\xF6cke",description:"Stellt sicher, dass es eine leere Zeile um mathematische Bl\xF6cke gibt, indem Anzahl der Dollarzeichen, die einen mathematischen Block anzeigen verwendet wird, um zu bestimmen, wie viele Dollarzeichen einen mathematischen Block f\xFCr einzeilige Mathematik anzeigen."},"empty-line-around-tables":{name:"Leere Zeile um Tabellen",description:"Stellt sicher, dass es eine leere Zeile um Github-formatierte Tabellen gibt, es sei denn, sie beginnen oder beenden ein Dokument."},"escape-yaml-special-characters":{name:"Escape-YAML-Sonderzeichen",description:`Maskiert Doppelpunkte mit einem Leerzeichen nach ihnen (: ), einfache Anf\xFChrungszeichen (') und doppelte Anf\xFChrungszeichen (") in YAML.`,"try-to-escape-single-line-arrays":{name:"Versucht, Single-Line-Arrays zu vermeiden",description:'Versucht, Arraywerte zu maskieren, wobei davon ausgegangen wird, dass ein Array mit "[" beginnt, mit "]" endet und Elemente enth\xE4lt, die durch "," getrennt sind.'}},"file-name-heading":{name:"\xDCberschrift des Dateinamens",description:"F\xFCgt den Dateinamen als H1-\xDCberschrift ein, wenn keine H1-\xDCberschrift vorhanden ist."},"footnote-after-punctuation":{name:"Fu\xDFnote nach Interpunktion",description:"Stellt sicher, dass Fu\xDFnotenverweise nach der Interpunktion und nicht davor platziert werden."},"force-yaml-escape":{name:"YAML-Escape erzwingen",description:"Maskiert die Werte f\xFCr die angegebenen YAML-Schl\xFCssel.","force-yaml-escape-keys":{name:"Erzwingen Sie die YAML-Escape-Klausel f\xFCr Schl\xFCssel",description:"Verwendet das YAML-Escapezeichen f\xFCr die angegebenen YAML-Schl\xFCssel, die durch ein Zeilenumbruchzeichen getrennt sind, wenn es nicht bereits mit Escapezeichen versehen ist. Nicht auf YAML-Arrays verwenden."}},"format-tags-in-yaml":{name:"Formatieren von Tags in YAML",description:"Entfernen Sie Hashtags aus Tags im YAML-Frontmatter, da sie die Tags dort ung\xFCltig machen."},"format-yaml-array":{name:"Formatieren des YAML-Arrays",description:"Erm\xF6glicht die Formatierung von regul\xE4ren YAML-Arrays als mehrzeilig oder einzeilig und tags und aliases d\xFCrfen einige Obsidian-spezifische YAML-Formate haben. Beachten Sie, dass eine einzelne Zeichenfolge zu einer einzelnen Zeile von einem einzelnen Zeichenfolgeneintrag zu einem einzeiligen Array wechselt, wenn mehr als 1 Eintrag vorhanden ist. Das Gleiche gilt f\xFCr eine einzelne Zeichenfolge bis zu einer mehrzeiligen Zeichenfolge, mit der Ausnahme, dass sie zu einem mehrzeiligen Array wird.","alias-key":{name:'Abschnitt "YAML-Aliase" formatieren',description:"Aktiviert die Formatierung f\xFCr den Abschnitt YAML-Aliase. Sie sollten diese Option nicht zusammen mit der Regel YAML-Titel-Alias aktivieren, da sie m\xF6glicherweise nicht gut zusammenarbeiten oder unterschiedliche Formatstile ausgew\xE4hlt haben, was zu unerwarteten Ergebnissen f\xFChrt."},"tag-key":{name:'Abschnitt "YAML-Tags formatieren"',description:"Aktiviert die Formatierung f\xFCr den Abschnitt YAML-Tags."},"default-array-style":{name:"Standardm\xE4\xDFiger YAML-Array-Abschnittsstil",description:"Der Stil anderer YAML-Arrays, die nicht tags oder aliases sind oder bei Erzwingt f\xFCr Schl\xFCsselwerte einzeilige Arrays und Erzwingt f\xFCr Schl\xFCsselwerte mehrzeilige Arrays"},"default-array-keys":{name:"Formatieren von YAML-Array-Abschnitten",description:"Aktiviert die Formatierung f\xFCr regul\xE4re YAML-Arrays"},"force-single-line-array-style":{name:"Erzwingt f\xFCr Schl\xFCsselwerte einzeilige Arrays",description:"Erzwingt, dass das YAML-Array f\xFCr die neuen zeilengetrennten Schl\xFCssel im einzeiligen Format vorliegt (leer lassen, um diese Option zu deaktivieren)"},"force-multi-line-array-style":{name:"Erzwingt f\xFCr Schl\xFCsselwerte mehrzeilige Arrays",description:"Erzwingt, dass das YAML-Array f\xFCr die neuen zeilengetrennten Schl\xFCssel im mehrzeiligen Format vorliegt (leer lassen, um diese Option zu deaktivieren)"}},"header-increment":{name:"Header-Inkrement",description:"\xDCberschriftenebenen sollten jeweils nur um eine Ebene erh\xF6ht werden","start-at-h2":{name:"Start-Header-Inkrement auf \xDCberschriftenebene 2",description:"Legt die \xDCberschriftenebene 2 als minimale \xDCberschriftenebene in einer Datei f\xFCr das Kopfzeileninkrement fest und verschiebt alle \xDCberschriften entsprechend, sodass sie beginnend mit einer \xDCberschrift der Ebene 2 inkrementiert werden."}},"heading-blank-lines":{name:"\xDCberschriften mit Leerzeilen",description:"Alle \xDCberschriften haben sowohl davor als auch danach eine Leerzeile (au\xDFer wenn sich die \xDCberschrift am Anfang oder Ende des Dokuments befindet).",bottom:{name:"Darunter",description:"Einf\xFCgen einer Leerzeile unter \xDCberschriften (Wenn diese Funktion deaktiviert ist, werden die Leerzeilen nach \xDCberschriften nicht entfernt.)"},"empty-line-after-yaml":{name:"Leere Zeile zwischen YAML und Header",description:"Behalten Sie die leere Zeile zwischen dem YAML-Frontmatter und dem Header bei"}},"headings-start-line":{name:"\xDCberschriften am Zeilenbeginn",description:"Bei \xDCberschriften, die keine Zeile beginnen, wird der vorangehende Leerraum entfernt, um sicherzustellen, dass sie als \xDCberschriften erkannt werden."},"insert-yaml-attributes":{name:"Einf\xFCgen von YAML-Attributen",description:"F\xFCgt die angegebenen YAML-Attribute in den YAML-Frontmatter ein. Setzen Sie jedes Attribut in eine einzelne Zeile.","text-to-insert":{name:"Text zum Einf\xFCgen",description:"Text, der in den YAML-Frontmatter eingef\xFCgt werden soll"}},"line-break-at-document-end":{name:"Zeilenumbruch am Dokumentende",description:"Stellt sicher, dass am Ende eines Dokuments genau ein Zeilenumbruch steht."},"move-footnotes-to-the-bottom":{name:"Fu\xDFnoten nach unten verschieben",description:"Verschieben Sie alle Fu\xDFnoten an das Ende des Dokuments."},"move-math-block-indicators-to-their-own-line":{name:"Verschieben Sie mathematische Blockindikatoren in eine eigene Zeile",description:"Verschieben Sie alle Anfangs- und Endindikatoren f\xFCr mathematische Bl\xF6cke in ihre eigenen Zeilen, indem Sie Anzahl der Dollarzeichen, die einen mathematischen Block anzeigen verwenden, um zu bestimmen, wie viele Dollarzeichen einen mathematischen Block f\xFCr einzeilige Mathematik anzeigen."},"move-tags-to-yaml":{name:"Tags nach YAML verschieben",description:"Verschieben Sie alle Tags in den YAML-Frontmatter des Dokuments.","how-to-handle-existing-tags":{name:"Body-Tag-Operation",description:"Die Aktion, die mit nicht ignorierten Tags im Hauptteil der Datei ausgef\xFChrt werden soll, nachdem sie in den Frontmatter verschoben wurden"},"tags-to-ignore":{name:"ignorierte Tags",description:"Die Tags, die nicht in das Tags-Array verschoben oder aus dem Textinhalt entfernt werden, wenn Entfernen Sie den Hashtag aus Tags im Inhaltstext aktiviert ist. Jedes Tag sollte in einer neuen Zeile und ohne das # stehen. Stellen Sie sicher, dass Sie den Hashtag nicht in den Tag-Namen aufnehmen."}},"no-bare-urls":{name:"Keine blo\xDFen URLs",description:"Umschlie\xDFt blo\xDFe URLs mit spitzen Klammern, es sei denn, sie sind in Back-Ticks, eckige Klammern oder einfache oder doppelte Anf\xFChrungszeichen eingeschlossen."},"ordered-list-style":{name:"Geordneter Listenstil",description:"Stellt sicher, dass geordnete Listen dem angegebenen Stil entsprechen. Beachten Sie, dass 2 Leerzeichen oder 1 Tabulator als Einr\xFCckungsebene betrachtet werden.","number-style":{name:"Zahlen-Stil",description:"Der Zahlenstil, der in geordneten Listenindikatoren verwendet wird"},"list-end-style":{name:"Endestil des Indikators f\xFCr eine geordnete Liste",description:"Das Endezeichen eines geordneten Listenkennzeichens"}},"paragraph-blank-lines":{name:"Leere Absatzzeilen",description:"Alle Abs\xE4tze sollten sowohl davor als auch danach genau eine Leerzeile haben."},"prevent-double-checklist-indicator-on-paste":{name:"Verhindern Sie eine doppelte Checklistenanzeige beim Einf\xFCgen",description:"Entfernt die Start-Checklisten-Anzeige aus dem Text, um sie einzuf\xFCgen, wenn die Zeile, auf der sich der Cursor in der Datei befindet, \xFCber eine Checklistenanzeige verf\xFCgt"},"prevent-double-list-item-indicator-on-paste":{name:"Verhindern Sie die Anzeige f\xFCr doppelte Listenelemente beim Einf\xFCgen",description:"Entfernt den Startlistenindikator aus dem Text, der eingef\xFCgt werden soll, wenn die Zeile, auf der sich der Cursor in der Datei befindet, einen Listenindikator hat"},"proper-ellipsis-on-paste":{name:"Richtige Auslassungspunkte auf Paste",description:"Ersetzt drei aufeinanderfolgende Punkte durch Auslassungspunkte, auch wenn sie im Text ein Leerzeichen zum Einf\xFCgen haben"},"proper-ellipsis":{name:"Richtige Auslassungspunkte",description:"Ersetzt drei aufeinanderfolgende Punkte durch Auslassungspunkte."},"quote-style":{name:"Zitatstil",description:"Aktualisiert die Anf\xFChrungszeichen im Textk\xF6rperinhalt, sodass sie auf die angegebenen einfachen und doppelten Anf\xFChrungszeichenstile aktualisiert werden.","single-quote-enabled":{name:"Aktivieren Sie Stil f\xFCr einfache Anf\xFChrungszeichen",description:"Gibt an, dass der ausgew\xE4hlte einfache Anf\xFChrungszeichenstil verwendet werden soll."},"single-quote-style":{name:"Stil f\xFCr einfache Anf\xFChrungszeichen",description:"Der Stil der zu verwendenden einfachen Anf\xFChrungszeichen."},"double-quote-enabled":{name:"Aktivieren Sie Stil f\xFCr doppelte Anf\xFChrungszeichen",description:"Gibt an, dass der ausgew\xE4hlte doppelte Anf\xFChrungszeichenstil verwendet werden soll."},"double-quote-style":{name:"Stil f\xFCr doppelte Anf\xFChrungszeichen",description:"Der zu verwendende Stil der doppelten Anf\xFChrungszeichen."}},"re-index-footnotes":{name:"Fu\xDFnoten neu indizieren",description:"Indiziert Fu\xDFnotenschl\xFCssel und Fu\xDFnoten neu, basierend auf der Reihenfolge der Fu\xDFnotenverweise in der Datei. HINWEIS: Diese Regel funktioniert nicht, wenn es mehr als eine Fu\xDFnote f\xFCr einen Schl\xFCssel gibt."},"remove-consecutive-list-markers":{name:"Entfernen Sie aufeinanderfolgende Listenmarkierungen",description:"Entfernt aufeinanderfolgende Listenmarkierungen. N\xFCtzlich beim Kopieren und Einf\xFCgen von Listenelementen."},"remove-empty-lines-between-list-markers-and-checklists":{name:"Entfernen Sie leere Zeilen zwischen Listenmarkierungen und Checklisten",description:"Es sollten keine leeren Zeilen zwischen Listenmarkierungen und Checklisten stehen."},"remove-empty-list-markers":{name:"Entfernen Sie leere Listenmarkierungen",description:"Entfernt leere Listenmarkierungen, d.h. Listenelemente ohne Inhalt."},"remove-hyphenated-line-breaks":{name:"Entfernen Sie Zeilenumbr\xFCche mit Bindestrich",description:"Entfernt Zeilenumbr\xFCche mit Bindestrich. N\xFCtzlich beim Einf\xFCgen von Text aus Lehrb\xFCchern."},"remove-hyphens-on-paste":{name:"Entfernen Sie Bindestriche auf Paste",description:"Entfernt Bindestriche aus dem Text zum Einf\xFCgen"},"remove-leading-or-trailing-whitespace-on-paste":{name:"Entfernen Sie f\xFChrende oder nachgestellte Leerzeichen beim Einf\xFCgen",description:"Entfernt alle f\xFChrenden Leerzeichen ohne Tabulatoren und alle nachgestellten Leerzeichen, die der Text einf\xFCgen kann"},"remove-leftover-footnotes-from-quote-on-paste":{name:"Entfernen Sie \xFCbrig gebliebene Fu\xDFnoten aus dem Zitat beim Einf\xFCgen",description:"Entfernt alle \xFCbrig gebliebenen Fu\xDFnotenverweise, die der Text einf\xFCgen kann"},"remove-link-spacing":{name:"Linkabstand entfernen",description:"Entfernt den Abstand um den Linktext."},"remove-multiple-blank-lines-on-paste":{name:"Entfernen Sie mehrfache Leerzeilen beim Einf\xFCgen",description:"Verdichtet mehrere Leerzeilen zu einer Leerzeile, damit der Text eingef\xFCgt werden kann"},"remove-multiple-spaces":{name:"Entfernen Sie mehrfache Leerzeichen",description:"Entfernt zwei oder mehr aufeinanderfolgende Leerzeichen. Ignoriert Leerzeichen am Anfang und am Ende der Zeile."},"remove-space-around-characters":{name:"Entfernen Sie den Abstand um die Zeichen",description:"Stellt sicher, dass bestimmte Zeichen nicht von Leerzeichen umgeben sind (entweder einzelne Leerzeichen oder ein Tabulator). Beachten Sie, dass dies in einigen F\xE4llen zu Problemen mit dem Markdown-Format f\xFChren kann.","include-fullwidth-forms":{name:"Einf\xFCgen von Formularen in voller Breite",description:'Einschlie\xDFen Unicode-Block "Formulare" in voller Breite'},"include-cjk-symbols-and-punctuation":{name:"CJK-Symbole und Satzzeichen einschlie\xDFen",description:'Einschlie\xDFen CJK-Symbole und Satzzeichen Unicode-Block'},"include-dashes":{name:"Bindestriche einschlie\xDFen",description:"F\xFCgen Sie den Gedankenstrich (\u2013) und den Gedankenstrich (\u2014) ein"},"other-symbols":{name:"Andere Symbole",description:"Andere Symbole, die enthalten sind"}},"remove-space-before-or-after-characters":{name:"Entfernen Sie Leerzeichen vor oder nach Zeichen",description:"Entfernt Leerzeichen vor und nach den angegebenen Zeichen. Beachten Sie, dass dies in einigen F\xE4llen zu Problemen mit dem Markdown-Format f\xFChren kann.","characters-to-remove-space-before":{name:"Leerzeichen vor Zeichen entfernen",description:"Entfernt Leerzeichen vor den angegebenen Zeichen. Hinweis: Die Verwendung von { oder } in der Zeichenliste wirkt sich unerwartet auf Dateien aus, da es in der Ignoriersyntax hinter den Kulissen verwendet wird."},"characters-to-remove-space-after":{name:"Leerzeichen nach Zeichen entfernen",description:"Entfernt Leerzeichen vor den angegebenen Zeichen. Hinweis: Die Verwendung von { oder } in der Zeichenliste wirkt sich unerwartet auf Dateien aus, da es in der Ignoriersyntax hinter den Kulissen verwendet wird."}},"remove-trailing-punctuation-in-heading":{name:"Entfernen Sie nachgestellte Satzzeichen in der \xDCberschrift",description:'Entfernt die angegebene Interpunktion am Ende von \xDCberschriften, wobei darauf zu achten ist, dass das Semikolon am Ende von HTML-Entit\xE4tsreferenzen ignoriert wird.',"punctuation-to-remove":{name:"Nachfolgende Interpunktion",description:"Das nachfolgende Satzzeichen, das aus den \xDCberschriften in der Datei entfernt werden soll."}},"remove-yaml-keys":{name:"Entfernen von YAML-Schl\xFCsseln",description:"Entfernt die angegebenen YAML-Schl\xFCssel","yaml-keys-to-remove":{name:"Zu entfernende YAML-Schl\xFCssel",description:"Die zu entfernenden YAML-Schl\xFCssel aus dem YAML-Frontmatter mit oder ohne Doppelpunkt"}},"space-after-list-markers":{name:"Leerzeichen nach Listenmarkierungen",description:"Es sollte ein einzelnes Leerzeichen nach Listenmarkierungen und Kontrollk\xE4stchen geben."},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"Leerzeichen zwischen Chinesisch, Japanisch oder Koreanisch und Englisch oder Zahlen",description:'Stellt sicher, dass Chinesisch, Japanisch oder Koreanisch und Englisch oder Zahlen durch ein einziges Leerzeichen getrennt werden. Folgt diesen Richtlinien'},"strong-style":{name:"Starker Stil",description:"Stellt sicher, dass der starke Stil konsistent ist.",style:{name:"Stil",description:"Der Stil, der verwendet wird, um starke/fettgedruckte Inhalte zu kennzeichnen"}},"trailing-spaces":{name:"Nachgestellte Leerzeichen",description:"Entfernt zus\xE4tzliche Leerzeichen nach jeder Zeile.","two-space-line-break":{name:"Zwei Leerzeichen Zeilenumbruch",description:'Ignorieren Sie zwei Leerzeichen, gefolgt von einem Zeilenumbruch ("Zwei-Leerzeichen-Regel").'}},"two-spaces-between-lines-with-content":{name:"Zwei Leerzeichen zwischen Zeilen mit Inhalt",description:"Stellt sicher, dass zwei Leerzeichen an den Zeilenenden hinzugef\xFCgt werden, wobei der Inhalt in der n\xE4chsten Zeile f\xFCr Abs\xE4tze, Blockzitate und Listenelemente fortgesetzt wird"},"unordered-list-style":{name:"Ungeordneter Listenstil",description:"Stellt sicher, dass ungeordnete Listen dem angegebenen Stil folgen.","list-style":{name:"Stil des Listenelements",description:"Das Listenelementformat, das in ungeordneten Listen verwendet werden soll"}},"yaml-key-sort":{name:"Sortierung von YAML-Schl\xFCsseln",description:"Sortiert die YAML-Schl\xFCssel basierend auf der angegebenen Reihenfolge und Priorit\xE4t. Hinweis: Kann auch Leerzeilen entfernen.","yaml-key-priority-sort-order":{name:"Priorit\xE4tssortierreihenfolge der YAML-Schl\xFCssel",description:"Die Reihenfolge, in der die Schl\xFCssel sortiert werden sollen, wobei in jeder Zeile ein Schl\xFCssel in der Reihenfolge der Liste sortiert wird"},"priority-keys-at-start-of-yaml":{name:"Priorit\xE4tsschl\xFCssel am Anfang von YAML",description:"Die priorisierte Sortierreihenfolge der YAML-Schl\xFCssel wird am Anfang des YAML-Frontmatters platziert"},"yaml-sort-order-for-other-keys":{name:"YAML-Sortierreihenfolge f\xFCr andere Schl\xFCssel",description:"Die Art und Weise, wie die Schl\xFCssel sortiert werden, die nicht im Textbereich der priorisierten Sortierreihenfolge von YAML-Keys vorhanden sind"}},"yaml-timestamp":{name:"YAML-Zeitstempel",description:"Verfolgen Sie das Datum, an dem die Datei zuletzt bearbeitet wurde, im YAML-Frontmatter. Ruft Datumsangaben aus Dateimetadaten ab.","date-created":{name:"Erstellungsdatum",description:"Geben Sie das Datum ein, an dem die Datei erstellt wurde"},"date-created-key":{name:"Schl\xFCssel f\xFCr das Erstellungsdatum",description:"Der YAML-Schl\xFCssel, der f\xFCr das Erstellungsdatum verwendet werden soll"},"date-modified":{name:"\xC4nderungsdatum",description:"Geben Sie das Datum ein, an dem die Datei zuletzt ge\xE4ndert wurde"},"date-modified-key":{name:"Schl\xFCssel f\xFCr das \xC4nderungsdatum",description:"Der YAML-Schl\xFCssel, der f\xFCr das \xC4nderungsdatum verwendet werden soll"},format:{name:"Format",description:'Zu verwendendes Datumsformat f\xFCr Moment.js (siehe Momentformatoptionen)'}},"yaml-title-alias":{name:"YAML-Titel-Alias",description:"F\xFCgt den Titel der Datei in den Aliasabschnitt des YAML-Frontmatters ein. Ruft den Titel aus dem ersten H1- oder Dateinamen ab.","preserve-existing-alias-section-style":{name:"Vorhandenes Alias-Abschnittsformat beibehalten",description:"Wenn diese Option festgelegt ist, gilt die Einstellung YAML-Aliase-Abschnittsstil nur f\xFCr die neu erstellten Abschnitte"},"keep-alias-that-matches-the-filename":{name:"Behalten Sie einen Alias bei, der mit dem Dateinamen \xFCbereinstimmt",description:"Solche Aliase sind in der Regel redundant"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"Verwenden Sie den YAML-Schl\xFCssel linter-yaml-title-alias, um bei \xC4nderungen von Dateinamen und \xDCberschriften zu helfen",description:"Wenn sich die erste H1-\xDCberschrift \xE4ndert oder der Dateiname ge\xE4ndert wird, wenn der erste H1 nicht vorhanden ist, wird der alte Alias, der in diesem Schl\xFCssel gespeichert ist, durch den neuen Wert ersetzt, anstatt nur einen neuen Eintrag in das Alias-Array einzuf\xFCgen"}},"yaml-title":{name:"YAML-Titel",description:"F\xFCgt den Titel der Datei in das YAML-Frontmatter ein. Ruft den Titel basierend auf dem ausgew\xE4hlten Modus ab.","title-key":{name:"Titel-Schl\xFCssel",description:"Der YAML-Schl\xFCssel, der f\xFCr den Titel verwendet werden soll"},mode:{name:"Modus",description:"Die zum Abrufen des Titels zu verwendende Methode"}}},enums:{"Title Case":"Titel Gro\xDF- und Kleinschreibung","ALL CAPS":"GROSSBUCHSTABEN","First letter":"Anfangsbuchstabe",".":".",")":")",ERROR:"Fehler",TRACE:"Spur",DEBUG:"Debuggen",INFO:"Info",WARN:"Warnen",SILENT:"Leise",ascending:"aufsteigend",lazy:"lazy",Nothing:"Faul","Remove hashtag":"Hashtag entfernen","Remove whole tag":"Ganzes Tag entfernen",asterisk:"Sternchen",underscore:"unterstreichen",consistent:"folgerichtig","-":"-","*":"*","+":"+",space:"Raum","no space":"kein Platz",None:"Nichts","Ascending Alphabetical":"Aufsteigend Alphabetisch","Descending Alphabetical":"Absteigend Alphabetisch","multi-line":"mehrzeilig","single-line":"einzeilig","single string to single-line":"Single String zu Single-Line","single string to multi-line":"Single String zu Multi-Line","single string comma delimited":"Komma mit Trennzeichen f\xFCr eine Zeichenfolge","single string space delimited":"Einzelzeichenfolgenabstand durch Trennzeichen","single-line space delimited":"einzeiliger Abstand durch Trennzeichen","first-h1":"erste \xDCberschrift der Ebene 1","first-h1-or-filename-if-h1-missing":"Erste \xDCberschrift der Ebene 1 oder Dateiname, wenn die \xDCberschrift der Ebene 1 fehlt",filename:"Dateinamen","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Pc={commands:{"lint-file":{name:"Lint the current file","error-message":"Lint File Error in File"},"lint-file-unless-ignored":{name:"Lint the current file unless ignored"},"lint-all-files":{name:"Lint all files in the vault","error-message":"Lint All Files Error in File","success-message":"Linted all files","errors-message-singular":"Linted all files and there was 1 error.","errors-message-plural":"Linted all files and there were {NUM} errors.","start-message":"This will edit all of your files and may introduce errors.","submit-button-text":"Lint All","submit-button-notice-text":"Linting all files..."},"lint-all-files-in-folder":{name:"Lint all files in the current folder","start-message":"This will edit all of your files in {FOLDER_NAME} including files in its subfolders which may introduce errors.","submit-button-text":"Lint All Files in {FOLDER_NAME}","submit-button-notice-text":"Linting all files in {FOLDER_NAME}...","error-message":"Lint All Files in Folder Error in File","success-message":"Linted all {NUM} files in {FOLDER_NAME}.","message-singular":"Linted all {NUM} files in {FOLDER_NAME} and there was 1 error.","message-plural":"Linted all {FILE_COUNT} files in {FOLDER_NAME} and there were {ERROR_COUNT} error."},"paste-as-plain-text":{name:"Paste as Plain Text & without Modifications"},"ignore-folder":{name:"Ignore folder"},"ignore-file":{name:"Ignore file"},"lint-file-pop-up-menu-text":{name:"Lint file"},"lint-folder-pop-up-menu-text":{name:"Lint folder"},"ignore-file-pop-up-menu-text":{name:"Ignore file in Linter"},"ignore-folder-pop-up-menu-text":{name:"Ignore folder in Linter"}},logs:{"plugin-load":"Loading plugin","plugin-unload":"Unloading plugin","folder-lint":"Linting folder ","linter-run":"Running linter","file-change-yaml-lint-run":"Running editor content change YAML linting","file-change-yaml-lint-skipped":"No file change detected, so YAML linting skipped","file-change-yaml-lint-warning":"No file info is present, but debounce ran. Something went wrong somewhere.","paste-link-warning":"aborted paste lint as the clipboard content is a link and doing so will avoid conflicts with other plugins that modify pasting.","see-console":"See console for more details.","unknown-error":"An unknown error occurred during linting.","moment-locale-not-found":"Trying to switch Moment.js locale to {MOMENT_LOCALE}, got {CURRENT_LOCALE}","file-change-lint-message-start":"Linted","custom-command-callback-warning":"Please only set the custom command callback for integration tests.","pre-rules":"rules before regular rules","post-rules":"rules after regular rules","rule-running":"rules running","custom-regex":"custom regex rules","running-custom-regex":"Running Custom Regex","running-custom-lint-command":"Running Custom Lint Commands","custom-lint-duplicate-warning":'You cannot run the same command ("{COMMAND_NAME}") as a custom lint rule twice.',"custom-lint-error-message":"Custom Lint Command","disabled-text":"is disabled","run-rule-text":"Running","timing-key-not-found":"timing key '{TIMING_KEY}' does not exist in the timing info list, so it was ignored","milliseconds-abbreviation":"ms","invalid-date-format-error":"The format of the created date '{DATE}' could not be parsed or determined so the created date was left alone in '{FILE_NAME}'","invalid-delimiter-error-message":"delimiter is only allowed to be a single character","missing-footnote-error-message":"Footnote '{FOOTNOTE}' has no corresponding footnote reference before the footnote contents and cannot be processed. Please make sure that all footnotes have a corresponding reference before the content of the footnote.","too-many-footnotes-error-message":"Footnote key '{FOOTNOTE_KEY}' has more than 1 footnote referencing it. Please update the footnotes so that there is only one footnote per footnote key.","wrapper-yaml-error":"error in the YAML: {ERROR_MESSAGE}","wrapper-unknown-error":"unknown error: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"There is no clipboard content.","characters-added":"characters added","characters-removed":"characters removed","copy-to-clipboard-failed":"Failed to copy text to clipboard: "},"all-rules-option":"All","linter-title":"Linter","empty-search-results-text":"No settings match search","warning-text":"Warning","file-backup-text":"Make sure you have backed up your files.","custom-command-warning":"Linting multiple files with custom commands enabled is a slow process that requires the ability to open panes in the side panel. It is noticeably slower than running without custom commands enabled. Please proceed with caution.","cancel-button-text":"Cancel","copy-aria-label":"Copy","disabled-other-rule-notice":"If you enable {NAME_1}, it will disable {NAME_2}. Would you like to proceed?","disabled-conflicting-rule-notice":"{NAME_1}, conflicts with {NAME_2}, so it has been turned off. You can switch which setting is off in the settings tab.",ok:"Ok","parse-results-heading-text":"Custom Parse Values","file-parse-description-text":"The following is the list of custom replacements found in {FILE}.","no-parsed-values-found-text":"There were no custom replacements found in {FILE}. Please make sure that all tables with custom replacements in {FILE} only have two columns and all rows start and end with a pipe (i.e. |).","find-header-text":"Word to Find","replace-header-text":"Replacement Word","close-button-text":"Close",tabs:{names:{general:"General",custom:"Custom",yaml:"YAML",heading:"Heading",content:"Content",footnote:"Footnote",spacing:"Spacing",paste:"Paste",debug:"Debug"},"default-search-bar-text":"Search all settings",general:{"lint-on-save":{name:"Lint on save",description:"Lint the file on manual save (when Ctrl + S is pressed or when :w is executed while using vim keybindings)"},"display-message":{name:"Display message on lint",description:"Display the number of characters changed after linting"},"suppress-message-when-no-change":{name:"Suppress Message When No Change",description:"If enabled, no message will be shown when no actual changes occur."},"lint-on-file-change":{name:"Lint on Focused File Change",description:"When a file is closed or a new file is swapped to, the previous file is linted."},"display-lint-on-file-change-message":{name:"Display Lint on File Change Message",description:"Displays a message when Lint on Focused File Change occurs"},"folders-to-ignore":{name:"Folders to ignore",description:"Folders to ignore when linting all files or linting on save.","folder-search-placeholder-text":"Folder name","add-input-button-text":"Add another folder to ignore","delete-tooltip":"Delete"},"files-to-ignore":{name:"Files to ignore",description:"Files to ignore when linting all files or linting on save.","file-search-placeholder-text":"regex for file to ignore","add-input-button-text":"Add another file to ignore regex","delete-tooltip":"Delete","label-placeholder-text":"label","flags-placeholder-text":"flags",warning:"Use this with caution if you do not know regex. Also, please make sure that if you use lookbehinds in your regex on iOS mobile that you are on a version that supports using them."},"additional-file-extensions":{name:"Additional file extensions",description:"File extensions to lint in addition to md. For example, mdx or svx. Do not include the leading dot. Note: Only files that Obsidian sees as markdown (whether natively or via other plugins) will be linted, regardless of extensions added.","extension-placeholder":"e.g. mdx","add-input-button-text":"Add another extension","delete-tooltip":"Delete"},"override-locale":{name:"Override locale",description:"Set this if you want to use a locale different from the default"},"same-as-system-locale":"Same as system ({SYS_LOCALE})","yaml-aliases-section-style":{name:"YAML aliases section style",description:"The style of the YAML aliases section"},"yaml-tags-section-style":{name:"YAML tags section style",description:"The style of the YAML tags section"},"default-escape-character":{name:"Default Escape Character",description:"The default character to use to escape YAML values when a single quote and double quote are not present."},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"Remove Unnecessary Escape Characters when in Multi-Line Array Format",description:"Escape characters for multi-line YAML arrays don't need the same escaping as single-line arrays, so when in multi-line format remove extra escapes that are not necessary"},"number-of-dollar-signs-to-indicate-math-block":{name:"Number of Dollar Signs to Indicate Math Block",description:"The amount of dollar signs to consider the math content to be a math block instead of inline math"}},debug:{"log-level":{name:"Log Level",description:"The types of logs that will be allowed to be logged by the service. The default is ERROR."},"linter-config":{name:"Linter Config",description:"The contents of the data.json for the Linter as of the setting page loading"},"log-collection":{name:"Collect logs when linting on save and linting the current file",description:"Goes ahead and collects logs when you Lint on save and linting the current file. These logs can be helpful for debugging and create bug reports."},"linter-logs":{name:"Linter Logs",description:"The logs from the last Lint on save or the last lint current file run if enabled."}}},options:{"custom-command":{name:"Custom Commands",description:"Custom commands are Obsidian commands that get run after the linter is finished running its regular rules. This means that they do not run before the YAML timestamp logic runs, so they can cause YAML timestamp to be triggered on the next run of the linter. You may only select an Obsidian command once.",warning:"When selecting an option, make sure to select the option either by using the mouse or by hitting the enter key. Other selection methods may not work and only selections of an actual Obsidian command or an empty string will be saved.","add-input-button-text":"Add new command","command-search-placeholder-text":"Obsidian command","move-up-tooltip":"Move up","move-down-tooltip":"Move down","delete-tooltip":"Delete"},"custom-replace":{name:"Custom Regex Replacement",description:"Custom regex replacement can be used to replace anything that matches the find regex with the replacement value. The replace and find values will need to be valid regex values.",warning:"Use this with caution if you do not know regex. Also, please make sure that if you use lookbehinds in your regex on iOS mobile that you are on a version that supports using them.","add-input-button-text":"Add new regex replacement","regex-to-find-placeholder-text":"regex to find","flags-placeholder-text":"flags","regex-to-replace-placeholder-text":"regex to replace","label-placeholder-text":"label","move-up-tooltip":"Move up","move-down-tooltip":"Move down","delete-tooltip":"Delete"},"custom-auto-correct":{"delete-tooltip":"Delete","show-parsed-contents-tooltip":"View parsed replacements","custom-row-parse-warning":'"{ROW}" is not a valid row with custom replacements. It must have only 2 columns.',"file-search-placeholder-text":"File name","add-new-replacement-file-tooltip":"Add another custom file","warning-text":"Selected files will automatically have {NAME} disabled.","refresh-tooltip-text":"Reload custom replacements"}},rules:{"auto-correct-common-misspellings":{name:"Auto-correct Common Misspellings",description:'Uses a dictionary of common misspellings to automatically convert them to their proper spellings. See auto-correct map for the full list of auto-corrected words. Note: this list can work on text from multiple languages, but this list is the same no matter what language is currently in use.',"ignore-words":{name:"Ignore Words",description:"A comma separated list of lowercased words to ignore when auto-correcting"},"extra-auto-correct-files":{name:"Extra Auto-Correct Source Files",description:"These are files that have a markdown table in them that have the initial word and the word to correct it to (these are case insensitive corrections). Note: the tables used should have the starting and ending | indicators present for each line."},"skip-words-with-multiple-capitals":{name:"Skip Words with Multiple Capitals",description:"Will skip any files that have a capital letter in them other than as the first letter of the word. Acronyms and some other words can benefit from this. It may cause issues with proper nouns being properly fixed."},"default-install":"You are using Auto-correct Common Misspellings. In order to do so, the default misspellings will be downloaded. This should only happen once. Please wait...","default-install-failed":"Failed to download {URL}. Disabling Auto-correct Common Misspellings.","defaults-missing":"Failed to find default common auto-correct file: {FILE}."},"add-blank-line-after-yaml":{name:"Add Blank Line After YAML",description:"Adds a blank line after the YAML block if it does not end the current file or it is not already followed by at least 1 blank line"},"add-blockquote-indentation-on-paste":{name:"Add Blockquote Indentation on Paste",description:"Adds blockquotes to all but the first line, when the cursor is in a blockquote/callout line during pasting"},"blockquote-style":{name:"Blockquote Style",description:"Makes sure the blockquote style is consistent.",style:{name:"Style",description:"The style used on blockquote indicators"}},"capitalize-headings":{name:"Capitalize Headings",description:"Headings should be formatted with capitalization",style:{name:"Style",description:"The style of capitalization to use"},"ignore-case-words":{name:"Ignore Cased Words",description:"Only apply title case style to words that are all lowercase"},"ignore-words":{name:"Ignore Words",description:"A comma separated list of words to ignore when capitalizing"},"lowercase-words":{name:"Lowercase Words",description:"A comma separated list of words to keep lowercase"}},"compact-yaml":{name:"Compact YAML",description:"Removes leading and trailing blank lines in the YAML front matter.","inner-new-lines":{name:"Inner New Lines",description:"Remove new lines that are not at the start or the end of the YAML"}},"consecutive-blank-lines":{name:"Consecutive blank lines",description:"There should be at most one consecutive blank line."},"convert-bullet-list-markers":{name:"Convert Bullet List Markers",description:"Converts common bullet list marker symbols to markdown list markers."},"convert-spaces-to-tabs":{name:"Convert Spaces to Tabs",description:"Converts leading spaces to tabs.",tabsize:{name:"Tabsize",description:"Number of spaces that will be converted to a tab"}},"dedupe-yaml-array-values":{name:"Dedupe YAML Array Values",description:"Removes duplicate array values in a case sensitive manner.","dedupe-alias-key":{name:"Dedupe YAML aliases section",description:"Turns on removing duplicate aliases."},"dedupe-tag-key":{name:"Dedupe YAML tags section",description:"Turns on removing duplicate tags."},"dedupe-array-keys":{name:"Dedupe YAML array sections",description:"Turns on removing duplicate values for regular YAML arrays"},"ignore-keys":{name:"YAML Keys to Ignore",description:"A list of YAML keys without the ending colon on their own lines that are not meant to have duplicate values removed from them."}},"default-language-for-code-fences":{name:"Default Language For Code Fences",description:"Add a default language to code fences that do not have a language specified.","default-language":{name:"Programming Language",description:'Leave empty to do nothing. Languages tags can be found here.'}},"emphasis-style":{name:"Emphasis Style",description:"Makes sure the emphasis style is consistent.",style:{name:"Style",description:"The style used to denote emphasized content"}},"empty-line-around-blockquotes":{name:"Empty Line Around Blockquotes",description:"Ensures that there is an empty line around blockquotes unless they start or end a document. Note: an empty line is either one less level of nesting for blockquotes or a newline character."},"empty-line-around-code-fences":{name:"Empty Line Around Code Fences",description:"Ensures that there is an empty line around code fences unless they start or end a document."},"empty-line-around-math-blocks":{name:"Empty Line Around Math Blocks",description:"Ensures that there is an empty line around math blocks using Number of Dollar Signs to Indicate a Math Block to determine how many dollar signs indicates a math block for single-line math."},"empty-line-around-tables":{name:"Empty Line Around Tables",description:"Ensures that there is an empty line around github flavored tables unless they start or end a document."},"escape-yaml-special-characters":{name:"Escape YAML Special Characters",description:`Escapes colons with a space after them (: ), single quotes ('), and double quotes (") in YAML.`,"try-to-escape-single-line-arrays":{name:"Try to Escape Single Line Arrays",description:'Tries to escape array values assuming that an array starts with "[", ends with "]", and has items that are delimited by ",".'}},"file-name-heading":{name:"File Name Heading",description:"Inserts the file name as a H1 heading if no H1 heading exists."},"footnote-after-punctuation":{name:"Footnote after Punctuation",description:"Ensures that footnote references are placed after punctuation, not before."},"force-yaml-escape":{name:"Force YAML Escape",description:"Escapes the values for the specified YAML keys.","force-yaml-escape-keys":{name:"Force YAML Escape on Keys",description:"Uses the YAML escape character on the specified YAML keys separated by a new line character if it is not already escaped. Do not use on YAML arrays."}},"format-tags-in-yaml":{name:"Format Tags in YAML",description:"Remove Hashtags from tags in the YAML frontmatter, as they make the tags there invalid."},"format-yaml-array":{name:"Format YAML Array",description:"Allows for the formatting of regular YAML arrays as either multi-line or single-line and tags and aliases are allowed to have some Obsidian specific YAML formats. Note: that single string to single-line goes from a single string entry to a single-line array if more than 1 entry is present. The same is true for single string to multi-line except it becomes a multi-line array.","alias-key":{name:"Format YAML aliases section",description:"Turns on formatting for the YAML aliases section. You should not enable this option alongside the rule YAML Title Alias as they may not work well together or they may have different format styles selected causing unexpected results."},"tag-key":{name:"Format YAML tags section",description:"Turns on formatting for the YAML tags section."},"default-array-style":{name:"Default YAML array section style",description:"The style of other YAML arrays that are not tags, aliases or in Force key values to be single-line arrays and Force key values to be multi-line arrays"},"default-array-keys":{name:"Format YAML array sections",description:"Turns on formatting for regular YAML arrays"},"force-single-line-array-style":{name:"Force key values to be single-line arrays",description:"Forces the YAML array for the new line separated keys to be in single-line format (leave empty to disable this option)"},"force-multi-line-array-style":{name:"Force key values to be multi-line arrays",description:"Forces the YAML array for the new line separated keys to be in multi-line format (leave empty to disable this option)"}},"header-increment":{name:"Header Increment",description:"Heading levels should only increment by one level at a time","start-at-h2":{name:"Start Header Increment at Heading Level 2",description:"Makes heading level 2 the minimum heading level in a file for header increment and shifts all headings accordingly so they increment starting with a level 2 heading."}},"heading-blank-lines":{name:"Heading blank lines",description:"All headings have one blank line both before and after (except where the heading is at the beginning or end of the document).",bottom:{name:"Bottom",description:"Ensures one blank line after headings (when disabled it does not remove blank lines after headings)"},"empty-line-after-yaml":{name:"Empty Line Between YAML and Header",description:"Keep the empty line between the YAML frontmatter and header"}},"headings-start-line":{name:"Headings Start Line",description:"Headings that do not start a line will have their preceding whitespace removed to make sure they get recognized as headers."},"insert-yaml-attributes":{name:"Insert YAML attributes",description:"Inserts the given YAML attributes into the YAML frontmatter. Put each attribute on a single line.","text-to-insert":{name:"Text to insert",description:"Text to insert into the YAML frontmatter"}},"line-break-at-document-end":{name:"Line Break at Document End",description:"Ensures that there is exactly one line break at the end of a document if the note is not empty."},"move-footnotes-to-the-bottom":{name:"Move Footnotes to the bottom",description:"Move all footnotes to the bottom of the document and makes sure they are sorted based on the order they are referenced in the file's body.","include-blank-line-between-footnotes":{name:"Include Blank Line Between Footnotes",description:"Includes a blank line between footnotes when enabled."}},"move-math-block-indicators-to-their-own-line":{name:"Move Math Block Indicators to Their Own Line",description:"Move all starting and ending math block indicators to their own lines using Number of Dollar Signs to Indicate a Math Block to determine how many dollar signs indicates a math block for single-line math."},"move-tags-to-yaml":{name:"Move Tags to YAML",description:"Move all tags to YAML frontmatter of the document.","how-to-handle-existing-tags":{name:"Body tag operation",description:"What to do with non-ignored tags in the body of the file once they have been moved to the frontmatter"},"tags-to-ignore":{name:"Tags to ignore",description:"The tags that will not be moved to the tags array or removed from the body content if Remove the hashtag from tags in content body is enabled. Each tag should be on a new line and without the #. Make sure not to include the hashtag in the tag name."}},"no-bare-urls":{name:"No Bare URLs",description:"Encloses bare URLs with angle brackets except when enclosed in back ticks, square braces, or single or double quotes.","no-bare-uris":{name:"No Bare URIs",description:"Attempts to enclose bare URIs with angle brackets except when enclosed in back ticks, square braces, or single or double quotes."}},"ordered-list-style":{name:"Ordered List Style",description:"Makes sure that ordered lists follow the style specified. Note: that 2 spaces or 1 tab is considered to be an indentation level.","number-style":{name:"Number Style",description:"The number style used in ordered list indicators"},"list-end-style":{name:"Ordered List Indicator End Style",description:"The ending character of an ordered list indicator"},"preserve-start":{name:"Preserve Starting Number",description:"Whether to preserve the starting number of an ordered list. This can be used to have an ordered list that has content in between the ordered list items."}},"paragraph-blank-lines":{name:"Paragraph blank lines",description:"All paragraphs should have exactly one blank line both before and after."},"prevent-double-checklist-indicator-on-paste":{name:"Prevent Double Checklist Indicator on Paste",description:"Removes starting checklist indicator from the text to paste if the line the cursor is on in the file has a checklist indicator"},"prevent-double-list-item-indicator-on-paste":{name:"Prevent Double List Item Indicator on Paste",description:"Removes starting list indicator from the text to paste if the line the cursor is on in the file has a list indicator"},"proper-ellipsis-on-paste":{name:"Proper Ellipsis on Paste",description:"Replaces three consecutive dots with an ellipsis even if they have a space between them in the text to paste"},"proper-ellipsis":{name:"Proper Ellipsis",description:"Replaces three consecutive dots with an ellipsis."},"quote-style":{name:"Quote Style",description:"Updates the quotes in the body content to be updated to the specified single and double quote styles.","single-quote-enabled":{name:"Enable Single Quote Style",description:"Specifies that the selected single quote style should be used."},"single-quote-style":{name:"Single Quote Style",description:"The style of single quotes to use."},"double-quote-enabled":{name:"Enable Double Quote Style",description:"Specifies that the selected double quote style should be used."},"double-quote-style":{name:"Double Quote Style",description:"The style of double quotes to use."}},"re-index-footnotes":{name:"Re-Index Footnotes",description:"Re-indexes footnote keys and footnote, based on the order of footnote references in the file. Note: This rule does not work if there is more than one footnote for a key."},"remove-consecutive-list-markers":{name:"Remove Consecutive List Markers",description:"Removes consecutive list markers. Useful when copy-pasting list items."},"remove-empty-lines-between-list-markers-and-checklists":{name:"Remove Empty Lines Between List Markers and Checklists",description:"There should not be any empty lines between list markers and checklists."},"remove-empty-list-markers":{name:"Remove Empty List Markers",description:"Removes empty list markers, i.e. list items without content."},"empty-line-around-horizontal-rules":{name:"Empty Line Around Horizontal Rules",description:"Ensures that there is an empty line around horizontal rules unless they start or end a document."},"remove-hyphenated-line-breaks":{name:"Remove Hyphenated Line Breaks",description:"Removes hyphenated line breaks. Useful when pasting text from textbooks."},"remove-hyphens-on-paste":{name:"Remove Hyphens on Paste",description:"Removes hyphens from the text to paste"},"remove-leading-or-trailing-whitespace-on-paste":{name:"Remove Leading or Trailing Whitespace on Paste",description:"Removes any leading non-tab whitespace and all trailing whitespace for the text to paste"},"remove-leftover-footnotes-from-quote-on-paste":{name:"Remove Leftover Footnotes from Quote on Paste",description:"Removes any leftover footnote references for the text to paste"},"remove-link-spacing":{name:"Remove link spacing",description:"Removes spacing around link text."},"remove-multiple-blank-lines-on-paste":{name:"Remove Multiple Blank Lines on Paste",description:"Condenses multiple blank lines down into one blank line for the text to paste"},"remove-multiple-spaces":{name:"Remove Multiple Spaces",description:"Removes two or more consecutive spaces. Ignores spaces at the beginning and ending of the line. "},"remove-space-around-characters":{name:"Remove Space around Characters",description:"Ensures that certain characters are not surrounded by whitespace (either single spaces or a tab). Note: this may causes issues with markdown format in some cases.","include-fullwidth-forms":{name:"Include Fullwidth Forms",description:'Include Fullwidth Forms Unicode block'},"include-cjk-symbols-and-punctuation":{name:"Include CJK Symbols and Punctuation",description:'Include CJK Symbols and Punctuation Unicode block'},"include-dashes":{name:"Include Dashes",description:"Include en dash (\u2013) and em dash (\u2014)"},"other-symbols":{name:"Other symbols",description:"Other symbols to include"}},"remove-space-before-or-after-characters":{name:"Remove Space Before or After Characters",description:"Removes space before the specified characters and after the specified characters. Note: this may causes issues with markdown format in some cases.","characters-to-remove-space-before":{name:"Remove Space Before Characters",description:"Removes space before the specified characters. Note: using { or } in the list of characters will unexpectedly affect files as it is used in the ignore syntax behind the scenes."},"characters-to-remove-space-after":{name:"Remove Space After Characters",description:"Removes space after the specified characters. >Note: using { or } in the list of characters will unexpectedly affect files as it is used in the ignore syntax behind the scenes."}},"remove-trailing-punctuation-in-heading":{name:"Remove Trailing Punctuation in Heading",description:'Removes the specified punctuation from the end of headings making sure to ignore the semicolon at the end of HTML entity references.',"punctuation-to-remove":{name:"Trailing Punctuation",description:"The trailing punctuation to remove from the headings in the file."}},"remove-yaml-keys":{name:"Remove YAML Keys",description:"Removes the YAML keys specified","yaml-keys-to-remove":{name:"YAML Keys to Remove",description:"The YAML keys to remove from the YAML frontmatter with or without colons"}},"sort-yaml-array-values":{name:"Sort YAML Array Values",description:"Sorts YAML array values based on the specified sort order.","sort-alias-key":{name:"Sort YAML aliases section",description:"Turns on sorting aliases."},"sort-tag-key":{name:"Sort YAML tags section",description:"Turns on sorting tags."},"sort-array-keys":{name:"Sort YAML array sections",description:"Turns on sorting values for regular YAML arrays"},"ignore-keys":{name:"YAML Keys to Ignore",description:"A list of YAML keys without the ending colon on their own lines that are not meant to have their values sorted."},"sort-order":{name:"Sort Order",description:"The way to sort the YAML array values."}},"space-after-list-markers":{name:"Space after list markers",description:"There should be a single space after list markers and checkboxes."},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"Space between Chinese Japanese or Korean and English or numbers",description:'Ensures that Chinese, Japanese, or Korean and English or numbers are separated by a single space. Follows these guidelines',"english-symbols-punctuation-before":{name:"English Punctuations and Symbols Before CJK",description:'The list of non-letter punctuation and symbols to consider to be from English when found before Chinese, Japanese, or Korean characters. Note: "*" is always considered to be English and is necessary for handling some markdown syntaxes properly.'},"english-symbols-punctuation-after":{name:"English Punctuations and Symbols After CJK",description:'The list of non-letter punctuation and symbols to consider to be from English when found after Chinese, Japanese, or Korean characters. Note: "*" is always considered to be English and is necessary for handling some markdown syntaxes properly.'}},"strong-style":{name:"Strong Style",description:"Makes sure the strong style is consistent.",style:{name:"Style",description:"The style used to denote strong/bolded content"}},"trailing-spaces":{name:"Trailing spaces",description:"Removes extra spaces after every line.","two-space-line-break":{name:"Two Space Linebreak",description:'Ignore two spaces followed by a line break ("Two Space Rule").'}},"two-spaces-between-lines-with-content":{name:"Line Break Between Lines with Content",description:"Makes sure that the specified line break is added to the ends of lines with content continued on the next line for paragraphs, blockquotes, and list items","line-break-indicator":{name:"Line Break Indicator",description:"The line break indicator to use."}},"unordered-list-style":{name:"Unordered List Style",description:"Makes sure that unordered lists follow the style specified.","list-style":{name:"List item style",description:"The list item style to use in unordered lists"}},"yaml-key-sort":{name:"YAML Key Sort",description:"Sorts the YAML keys based on the order and priority specified. Note: may remove blank lines as well. Only works on non-nested keys.","yaml-key-priority-sort-order":{name:"YAML Key Priority Sort Order",description:"The order in which to sort keys with one on each line where it sorts in the order found in the list"},"priority-keys-at-start-of-yaml":{name:"Priority Keys at Start of YAML",description:"YAML Key Priority Sort Order is placed at the start of the YAML frontmatter"},"yaml-sort-order-for-other-keys":{name:"YAML Sort Order for Other Keys",description:"The way in which to sort the keys that are not found in the YAML Key Priority Sort Order text area"}},"yaml-timestamp":{name:"YAML Timestamp",description:"Keep track of the date the file was last edited in the YAML front matter. Gets dates from file metadata.","date-created":{name:"Date Created",description:"Insert the file creation date"},"date-created-key":{name:"Date Created Key",description:"Which YAML key to use for creation date"},"date-created-source-of-truth":{name:"Date Created Source of Truth",description:"Specifies where to get the date created value from if it is already present in the frontmatter."},"date-modified-source-of-truth":{name:"Date Modified Source of Truth",description:"Specifies what way should be used to determine when the date modified should be updated if it is already present in the frontmatter."},"date-modified":{name:"Date Modified",description:"Insert the date the file was last modified"},"date-modified-key":{name:"Date Modified Key",description:"Which YAML key to use for modification date"},format:{name:"Format",description:'Moment date format to use (see Moment format options)'},"convert-to-utc":{name:"Convert Local Time to UTC",description:"Uses UTC equivalent for saved dates instead of local time"},"update-on-file-contents-updated":{name:"Update YAML Timestamp on File Contents Update",description:"When the currently active note is modified, YAML Timestamp is run on the note. This should update the modified note timestamp if it is more than 5 seconds off from the current value."}},"yaml-title-alias":{name:"YAML Title Alias",description:"Inserts or updates the title of the file into the YAML frontmatter's aliases section. Gets the title from the first H1 or filename.","preserve-existing-alias-section-style":{name:"Preserve existing aliases section style",description:"If set, the YAML aliases section style setting applies only to the newly created sections"},"keep-alias-that-matches-the-filename":{name:"Keep alias that matches the filename",description:"Such aliases are usually redundant"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"Use the YAML key specified by Alias Helper Key to help with filename and heading changes",description:"If set, when the first H1 heading changes or filename if first H1 is not present changes, then the old alias stored in this key will be replaced with the new value instead of just inserting a new entry in the aliases array"},"alias-helper-key":{name:"Alias Helper Key",description:"The key to use to help keep track of what the last file name or heading was that was stored in the frontmatter by this rule."}},"yaml-title":{name:"YAML Title",description:"Inserts the title of the file into the YAML frontmatter. Gets the title based on the selected mode.","title-key":{name:"Title Key",description:"Which YAML key to use for title"},mode:{name:"Mode",description:"The method to use to get the title"}}},enums:{"Title Case":"Title Case","ALL CAPS":"ALL CAPS","First letter":"First letter",".":".",")":")",ERROR:"error",TRACE:"trace",DEBUG:"debug",INFO:"info",WARN:"warn",SILENT:"silent",ascending:"ascending",lazy:"lazy",preserve:"preserve",Nothing:"Nothing","Remove hashtag":"Remove hashtag","Remove whole tag":"Remove whole tag",asterisk:"asterisk",underscore:"underscore",consistent:"consistent","-":"-","*":"*","+":"+",space:"space","no space":"no space",None:"None","Ascending Alphabetical":"Ascending Alphabetical","Descending Alphabetical":"Descending Alphabetical","multi-line":"multi-line","single-line":"single-line","single string to single-line":"single string to single-line","single string to multi-line":"single string to multi-line","single string comma delimited":"single string comma delimited","single string space delimited":"single string space delimited","single-line space delimited":"single-line space delimited","first-h1":"First H1","first-h1-or-filename-if-h1-missing":"First H1 or Filename if H1 is Missing",filename:"Filename",never:"Never","after 5 seconds":"After 5 seconds","after 10 seconds":"After 10 seconds","after 15 seconds":"After 15 seconds","after 30 seconds":"After 30 seconds","after 1 minute":"After 1 minute","file system":"File system",frontmatter:"YAML frontmatter","user or Linter edits":"Changes in Obsidian","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var gp={commands:{"lint-file":{name:"Analizar este archivo","error-message":"Error Analizando un Archivooccuri\xF3 en el Archivo"},"lint-file-unless-ignored":{name:"Analizar este archivo si no es ignorado"},"lint-all-files":{name:"Analizar todos los archivos en la b\xF3veda","error-message":"Error Analizando Todos los Archivos en Archivo","success-message":"Analiz\xF3 todos los archivos","errors-message-singular":"Analiz\xF3 todos los archivos y un error ocurri\xF3.","errors-message-plural":"Analiz\xF3 todos los archivos y {NUM} errores ocurrieron","start-message":"Esto editar\xE1 todos de sus archivos y es possible que introduzca errores","submit-button-text":"Analizar Todo","submit-button-notice-text":"Analizando todos los archivos..."},"lint-all-files-in-folder":{name:"Analizar todos los archivos en esta carpeta","start-message":"Esto editar\xE1 todos de sus archivos en {FOLDER_NAME} incluyendo los archivos que existen en las subcarpetas y es possible que introduzca errores.","submit-button-text":"Analizar Todos los Archivos en {FOLDER_NAME}","submit-button-notice-text":"Analizando todos los archivos en {FOLDER_NAME}...","error-message":"Error Analizando Todos los Archivos en Carpeta en Archivo","success-message":"Analiz\xF3 los {NUM} archivos en {FOLDER_NAME}.","message-singular":"Analiz\xF3 los {NUM} archivos en {FOLDER_NAME} y un error ocurri\xF3.","message-plural":"Analiz\xF3 los {FILE_COUNT} archivos en {FOLDER_NAME} y {ERROR_COUNT} errores ocurrieron."},"paste-as-plain-text":{name:"Pegar como texto sin formato y sin modificaciones"},"lint-file-pop-up-menu-text":{name:"Analizar el archivo"},"lint-folder-pop-up-menu-text":{name:"Analizar la carpeta"}},logs:{"plugin-load":"Cargando el programa adicional","plugin-unload":"Descargando el programa adicional","folder-lint":"Analizando la carpeta ","linter-run":"Usando linter","paste-link-warning":"abort\xF3 lint de pagar porque el contento del portapapeles es un enlace y no lo hizo para evitar conflictos con otros programas adicionales que modifican lo que hace el pegar.","see-console":"Consulte la consola para obtener m\xE1s detalles.","unknown-error":"Se ha producido un error desconocido durante el linting.","moment-locale-not-found":"Intentando cambiar la zona de Moment.js a {MOMENT_LOCALE}, el resulto fue {CURRENT_LOCALE}","file-change-lint-message-start":"Analiz\xF3","pre-rules":"Las reglas antes de las reglas normales","post-rules":"las reglas despu\xE9s de las reglas normales","rule-running":"usando las reglas","custom-regex":"las reglas regex personalizadas","running-custom-regex":"Usando regex personalizada","running-custom-lint-command":"Usando comandos de lint personalizados","custom-lint-duplicate-warning":'No se puede usar el mismo comando ("{COMMAND_NAME}") dos veces como un comando de lint.',"custom-lint-error-message":"El commando de lint personalizado","disabled-text":"es inhabilitado","run-rule-text":"Usando","timing-key-not-found":"clave de ritmo '{TIMING_KEY}' no ya existe en la lista de claves de ritmo y fue ignorado por eso","milliseconds-abbreviation":"ms","invalid-date-format-error":"No se pudo analizar ni identificar el formato de la fech de creaci\xF3n `{DATE}` entonces la fecha de creaci\xF3n se dej\xF3 sola en `{FILE_NAME}`","invalid-delimiter-error-message":"El delimitador solo puede ser de un solo car\xE1cter","missing-footnote-error-message":"La nota al pie `{FOOTNOTE}` no tiene ninguna referencia de nota al pie correspondiente antes del contenido de la nota al pie y no se puede procesar. Aseg\xFArese de que todas las notas a pie de p\xE1gina tengan una referencia correspondiente antes del contenido de la nota al pie de p\xE1gina.","too-many-footnotes-error-message":"La clave de nota al pie '{FOOTNOTE_KEY}' tiene m\xE1s de 1 nota al pie que hace referencia a ella. Actualice las notas al pie para que solo haya una nota al pie por clave de nota al pie.","wrapper-yaml-error":"hubo un error en el YAML: {ERROR_MESSAGE}","wrapper-unknown-error":"huno un error desconocido: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"No hay contenido del portapapeles.","characters-added":"Caracteres a\xF1adidos","characters-removed":"Caracteres eliminados"},"all-rules-option":"Todo","linter-title":"Linter","empty-search-results-text":"No hay configuraci\xF3n que coincida con la b\xFAsqueda","warning-text":"Advertencia","file-backup-text":"Aseg\xFArese de haber realizado una copia de seguridad de sus archivos.","copy-aria-label":"Copiar",tabs:{names:{general:"General",custom:"Personalizado",yaml:"YAML",heading:"Encabezado",content:"Contenido",footnote:"Notas al pie",spacing:"Espacio en blanco",paste:"Pegar",debug:"Depurar"},"default-search-bar-text":"Buscar en todos los ajustes",general:{"lint-on-save":{name:"Analizar en guardar",description:"Analizar el archivo en el guardado manual (cuando se presiona `Ctrl + S` o cuando se ejecuta `:w` mientras se usan combinaciones de claves de vim)"},"display-message":{name:"Mostrar mensaje en analizar",description:"Mostrar el n\xFAmero de caracteres modificados despu\xE9s de analizar"},"suppress-message-when-no-change":{name:"Suprimir mensaje cuando no hay cambios",description:"Si est\xE1 habilitado, no se mostrar\xE1 ning\xFAn mensaje cuando no ocurran cambios reales."},"folders-to-ignore":{name:"Carpetas para omitir",description:"Carpetas que se deben omitir al analizar todos los archivos o al guardar en l\xEDnea.","folder-search-placeholder-text":"El nombre de la carpeta","add-input-button-text":"Agregar otra carpeta para ignorar","delete-tooltip":"Borrar"},"additional-file-extensions":{name:"Extensiones de archivo adicionales",description:"Extensiones de archivo a analizar adem\xE1s de md. Por ejemplo, mdx o svx. No incluir el punto inicial. Nota: Solo se analizar\xE1n los archivos que Obsidian considera markdown (de forma nativa o mediante otros complementos), independientemente de las extensiones a\xF1adidas.","extension-placeholder":"p. ej. mdx","add-input-button-text":"A\xF1adir otra extensi\xF3n","delete-tooltip":"Borrar"},"lint-on-file-change":{name:"Analizar archivo en cambiar",description:"Cuando se cierra un archivo o se cambia a un nuevo archivo, el archivo anterior se analiza."},"display-lint-on-file-change-message":{name:"Mostrar mensaje en cambiar el archivo",description:"Muestra un mensaje cuando se produce `Analizar archivo en cambiar`"},"override-locale":{name:"Anular configuraci\xF3n regional",description:"Establezca esta opci\xF3n si desea utilizar una configuraci\xF3n regional diferente de la predeterminada"},"same-as-system-locale":"Igual que el sistema ({SYS_LOCALE})","yaml-aliases-section-style":{name:"Estilo de secci\xF3n de alias de YAML",description:"El estilo de la secci\xF3n de alias de YAML"},"yaml-tags-section-style":{name:"Estilo de secci\xF3n de etiquetas de YAML",description:"El estilo de la secci\xF3n de etiquetas de YAML"},"default-escape-character":{name:"Car\xE1cter de escape predeterminado",description:"El car\xE1cter predeterminado que se va a usar para escapar de los valores YAML cuando no hay comillas simples y comillas dobles."},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"Eliminaci\xF3n de caracteres de escape innecesarios cuando est\xE1 en formato de matriz multil\xEDnea",description:"Los caracteres de escape para matrices de YAML multil\xEDnea no necesitan el mismo escape que las matrices de una sola l\xEDnea, por lo que cuando est\xE1n en formato multil\xEDnea, elimine los escapes adicionales que no son necesarios"},"number-of-dollar-signs-to-indicate-math-block":{name:"N\xFAmero de signos de d\xF3lar para indicar el bloque matem\xE1tico",description:"La cantidad de signos de d\xF3lar para considerar el contenido matem\xE1tico como un bloque matem\xE1tico en lugar de matem\xE1ticas en l\xEDnea"}},debug:{"log-level":{name:"Nivel de registro",description:"Los tipos de registros que el servicio permitir\xE1 registrar. El valor predeterminado es error."},"linter-config":{name:"Configuraci\xF3n de Linter",description:"El contenido del archivo data.json para Linter a partir de la carga de la p\xE1gina de configuraci\xF3n"},"log-collection":{name:"Recopilar registros al activar y desactivar el archivo actual",description:"Contin\xFAa y recopila registros cuando `Analizar en guardar` y analizar el archivo actual. Estos registros pueden ser \xFAtiles para depurar y crear informes de errores."},"linter-logs":{name:"Registros de Linter",description:"Los registros del \xFAltimo `Analizar en guardar` o del \xFAltimo archivo actual de analizar se ejecutan si est\xE1n habilitados."}}},options:{"custom-command":{name:"Comandos personalizados",description:"Los comandos personalizados son comandos de Obsidian que se ejecutan despu\xE9s de que Linter termina de ejecutar sus reglas regulares. Esto significa que no se ejecutan antes de que se ejecute la l\xF3gica de marca de tiempo YAML, por lo que pueden hacer que la marca de tiempo de YAML se active en la siguiente ejecuci\xF3n del Linter. Solo puede seleccionar un comando de Obsidian una vez.",warning:"Al seleccionar una opci\xF3n, aseg\xFArese de seleccionar la opci\xF3n usando el rat\xF3n o presionando la clave Intro. Es posible que otros m\xE9todos de selecci\xF3n no funcionen y solo se guardar\xE1n las selecciones de un comando de Obsidian real o una cadena vac\xEDa.","add-input-button-text":"Agregar nuevo comando","command-search-placeholder-text":"Comando de Obsidian","move-up-tooltip":"Desplazar hacia arriba","move-down-tooltip":"Desplazar hacia abajo","delete-tooltip":"Borrar"},"custom-replace":{name:"Reemplazo regex personalizado",description:"El reemplazo de regex personalizado se puede usar para reemplazar cualquier cosa que coincida con el valor de b\xFAsqueda de regex con el valor de reemplazo. Los valores de reemplazo y b\xFAsqueda deber\xE1n ser valores regex v\xE1lidos.",warning:"Use esto con precauci\xF3n si no conoce regex. Adem\xE1s, aseg\xFArese de no usar lookbehinds en su regex en dispositivos m\xF3viles iOS, ya que eso har\xE1 que falle analizar ya que no es compatible con esa plataforma.","add-input-button-text":"Agregar nuevo reemplazo de regex","regex-to-find-placeholder-text":"Regex para encontrar","flags-placeholder-text":"Marcas","regex-to-replace-placeholder-text":"Regex para reemplazar","label-placeholder-text":"etiqueta","move-up-tooltip":"Desplazar hacia arriba","move-down-tooltip":"Desplazar hacia abajo","delete-tooltip":"Borrar"}},rules:{"auto-correct-common-misspellings":{name:"Correcci\xF3n autom\xE1tica de errores ortogr\xE1ficos comunes",description:'Utiliza un diccionario de errores ortogr\xE1ficos comunes para convertirlos autom\xE1ticamente a su ortograf\xEDa correcta. Consulte mapa de autocorrecci\xF3n para obtener la lista completa de palabras corregidas autom\xE1ticamente. Nota: esta lista puede funcionar en texto de varios idiomas, pero esta lista es la misma sin importar qu\xE9 idioma est\xE9 en uso actualmente.',"ignore-words":{name:"Ignorar palabras",description:"Una lista separada por comas de palabras en min\xFAsculas para ignorar al corregir autom\xE1ticamente"}},"add-blockquote-indentation-on-paste":{name:"Agregar sangr\xEDa de blockquote en pegar",description:"Agrega blockquotes a todas menos a la primera l\xEDnea, cuando el cursor est\xE1 en una l\xEDnea blockquote/callout durante el pegado"},"blockquote-style":{name:"Estilo de cotizaci\xF3n en bloque",description:"Se asegura de que el estilo de la cita en bloque sea consistente.",style:{name:"Estilo",description:"El estilo utilizado en los indicadores de cotizaci\xF3n en bloque"}},"capitalize-headings":{name:"Poner may\xFAsculas en los encabezados",description:"Los encabezados deben estar formateados con may\xFAsculas",style:{name:"Estilo",description:"El estilo de may\xFAsculas que se va a utilizar"},"ignore-case-words":{name:"Ignorar palabras en may\xFAsculas y min\xFAsculas",description:"Solo aplique el estilo de may\xFAsculas y min\xFAsculas a las palabras que est\xE9n todas en min\xFAsculas"},"ignore-words":{name:"Ignorar palabras",description:"Una lista de palabras separadas por comas para ignorar al poner en may\xFAsculas"},"lowercase-words":{name:"Palabras en min\xFAsculas",description:"Una lista de palabras separadas por comas para mantener min\xFAsculas"}},"compact-yaml":{name:"YAML compacto",description:"Elimina las l\xEDneas en blanco iniciales y finales en la materia frontal de YAML.","inner-new-lines":{name:"Nuevas l\xEDneas internas",description:"Quitar nuevas l\xEDneas que no est\xE9n al principio o al final del YAML"}},"consecutive-blank-lines":{name:"L\xEDneas en blanco consecutivas",description:"Debe haber como m\xE1ximo una l\xEDnea en blanco consecutiva."},"convert-bullet-list-markers":{name:"Convertir marcadores de lista de vi\xF1etas",description:"Convierte s\xEDmbolos de marcador de lista de vi\xF1etas comunes en marcadores de lista de rebajas."},"convert-spaces-to-tabs":{name:"Convertir espacios en pesta\xF1as",description:"Convierte los espacios iniciales en pesta\xF1as.",tabsize:{name:"Tama\xF1o de la pesta\xF1a",description:"N\xFAmero de espacios que se convertir\xE1n en una pesta\xF1a"}},"emphasis-style":{name:"Estilo de \xE9nfasis",description:"Se asegura de que el estilo de \xE9nfasis sea consistente.",style:{name:"Estilo",description:"El estilo utilizado para denotar el contenido enfatizado"}},"empty-line-around-blockquotes":{name:"L\xEDnea vac\xEDa alrededor de blockquotes",description:"Asegura que haya una l\xEDnea vac\xEDa alrededor de blockquotes a menos que inicien o finalicen un documento. **Tenga en cuenta que una l\xEDnea vac\xEDa es un nivel menos de anidamiento para blockquotes o un car\xE1cter de nueva l\xEDnea.**"},"empty-line-around-code-fences":{name:"L\xEDnea vac\xEDa alrededor de las vallas de c\xF3digo",description:"Garantiza que haya una l\xEDnea vac\xEDa alrededor de las vallas de c\xF3digo a menos que inicien o finalicen un documento."},"empty-line-around-math-blocks":{name:"L\xEDnea vac\xEDa alrededor de los bloques matem\xE1ticos",description:"Asegura que haya una l\xEDnea vac\xEDa alrededor de los bloques matem\xE1ticos usando `N\xFAmero de signos de d\xF3lar para indicar un bloque matem\xE1tico` para determinar cu\xE1ntos signos de d\xF3lar indica un bloque matem\xE1tico para matem\xE1ticas de una sola l\xEDnea."},"empty-line-around-tables":{name:"L\xEDnea vac\xEDa alrededor de las tablas",description:"Asegura que haya una l\xEDnea vac\xEDa alrededor de las tablas con sabor a github a menos que inicien o finalicen un documento."},"escape-yaml-special-characters":{name:"Evitar los caracteres especiales de YAML",description:`Escapa dos puntos con un espacio despu\xE9s de ellos (:), comillas simples (') y comillas dobles (") en YAML.`,"try-to-escape-single-line-arrays":{name:"Intente escapar las matrices de una sola l\xEDnea",description:'Intenta escapar de los valores de matriz suponiendo que una matriz comienza con "[", termina con "]" y tiene elementos que est\xE1n delimitados por ",".'}},"file-name-heading":{name:"Encabezado de nombre de archivo",description:"Inserta el nombre de archivo como un encabezado H1 si no existe ning\xFAn encabezado H1."},"footnote-after-punctuation":{name:"Nota al pie despu\xE9s de la puntuaci\xF3n",description:"Asegura que las referencias de notas al pie se coloquen despu\xE9s de la puntuaci\xF3n, no antes."},"force-yaml-escape":{name:"Forzar escape de YAML",description:"Escapa los valores de las claves YAML especificadas.","force-yaml-escape-keys":{name:"Forzar escape de YAML en las claves",description:"Utiliza el car\xE1cter de escape de YAML en las claves de YAML especificadas separadas por un nuevo car\xE1cter de l\xEDnea si a\xFAn no est\xE1 escapado. No lo use en matrices de YAML."}},"format-tags-in-yaml":{name:"Dar formato a las etiquetas de formato en YAML",description:"Elimine los hashtags de las etiquetas en el frontmatter del YAML, ya que hacen que las etiquetas no sean v\xE1lidas."},"format-yaml-array":{name:"Dar formato a las matrices de YAML",description:"Permite el formato de matrices regulares de YAML como multil\xEDnea o de una sola l\xEDnea y las `etiquetas` y `alias` pueden tener algunos formatos espec\xEDficos de YAML de Obsidian. Tenga en cuenta que una sola cadena a una sola l\xEDnea pasa de una sola entrada de cadena a una matriz de una sola l\xEDnea si hay m\xE1s de 1 entrada presente. Lo mismo es cierto para una sola cadena a multil\xEDnea, excepto que se convierte en una matriz multil\xEDnea.","alias-key":{name:"Dar formato a la secci\xF3n de alias de YAML",description:"Activa el formato para la secci\xF3n de alias YAML. No debe habilitar esta opci\xF3n junto con la regla `Alias de t\xEDtulo YAML`, ya que es posible que no funcionen bien juntos o que tengan diferentes estilos de formato seleccionados que causen resultados inesperados."},"tag-key":{name:"Dar formato a la secci\xF3n de etiquetas de YAML",description:"Activa el formato para la secci\xF3n de etiquetas de YAML."},"default-array-style":{name:"Estilo de secci\xF3n de matriz predeterminado de YAML",description:"El estilo de otras matrices de YAML que no son `etiquetas`, `alias` o en `Forzar valores de clave para que sean matrices de una sola l\xEDnea` y `Forzar valores de clave para que sean matrices multil\xEDnea`"},"default-array-keys":{name:"Dar formato a las secciones de matrices de YAML",description:"Activa el formato para matrices normales de YAML"},"force-single-line-array-style":{name:"Forzar que los valores de clave sean matrices de una sola l\xEDnea",description:"Fuerza la matriz de YAML para que las nuevas claves separadas por l\xEDnea est\xE9n en formato de una sola l\xEDnea (deje vac\xEDo para deshabilitar esta opci\xF3n)"},"force-multi-line-array-style":{name:"Forzar que los valores de las claves sean matrices multil\xEDneas",description:"Fuerza la matriz de YAML para que las nuevas claves separadas por l\xEDnea est\xE9n en formato multil\xEDnea (deje vac\xEDa para deshabilitar esta opci\xF3n)"}},"header-increment":{name:"Incremento de encabezado",description:"Los niveles de encabezado solo deben aumentar en un nivel a la vez","start-at-h2":{name:"Iniciar el incremento de encabezado en el nivel de encabezado 2",description:"Hace que el nivel de encabezado 2 sea el nivel de t\xEDtulo m\xEDnimo en un archivo para el incremento de encabezado y desplaza todos los encabezados en consecuencia para que se incrementen a partir de un encabezado de nivel 2."}},"heading-blank-lines":{name:"L\xEDneas en blanco de encabezado",description:"Todos los encabezados tienen una l\xEDnea en blanco antes y despu\xE9s (excepto cuando el encabezado est\xE1 al principio o al final del documento).",bottom:{name:"Abajo",description:"Asegura una l\xEDnea en blanco despu\xE9s de los encabezados (cuando est\xE1 deshabilitado, no elimina las l\xEDneas en blanco despu\xE9s de los encabezados)"},"empty-line-after-yaml":{name:"L\xEDnea vac\xEDa entre el YAML y el encabezado",description:"Mantenga la l\xEDnea vac\xEDa entre el frontmatter del YAML y el encabezado"}},"headings-start-line":{name:"Comenzar los encabezados al principio de la l\xEDnea",description:"Los encabezados que no inician una l\xEDnea tendr\xE1n su espacio en blanco anterior eliminado para asegurarse de que se reconozcan como encabezados."},"insert-yaml-attributes":{name:"Insertar atributos de YAML",description:"Inserta los atributos especificados de YAML en el frontmatter del YAML. Coloque cada atributo en una sola l\xEDnea.","text-to-insert":{name:"Texto a insertar",description:"Texto para insertar en el frontmatter del YAML"}},"line-break-at-document-end":{name:"Salto de l\xEDnea al final del documento",description:"Asegura que haya exactamente un salto de l\xEDnea al final de un documento."},"move-footnotes-to-the-bottom":{name:"Mover las notas al pie a la parte inferior",description:"Mueva todas las notas al pie de p\xE1gina a la parte inferior del documento."},"move-math-block-indicators-to-their-own-line":{name:"Mover los indicadores de bloques matem\xE1ticos a su propia l\xEDnea",description:"Mueva todos los indicadores de bloques matem\xE1ticos iniciales y finales a sus propias l\xEDneas usando `N\xFAmero de signos de d\xF3lar para indicar un bloque matem\xE1tico` para determinar cu\xE1ntos signos de d\xF3lar indica un bloque matem\xE1tico para matem\xE1ticas de una sola l\xEDnea."},"move-tags-to-yaml":{name:"Mover etiquetas a YAML",description:"Mueva todas las etiquetas al frontmatter del YAML del documento.","how-to-handle-existing-tags":{name:"Operaci\xF3n de etiqueta corporal",description:"Lo qur se debe hacer con las etiquetas no ignoradas en el cuerpo del archivo una vez que se han movido al frontmatter"},"tags-to-ignore":{name:"Etiquetas para omitir",description:"Las etiquetas que no se mover\xE1n a la matriz de etiquetas ni se eliminar\xE1n del contenido del cuerpo si est\xE1 habilitado `Eliminar el hashtag de las etiquetas en el cuerpo del contenido`. Cada etiqueta debe estar en una nueva l\xEDnea y sin el `#`. **Aseg\xFArese de no incluir el hashtag en el nombre de la etiqueta.**"}},"no-bare-urls":{name:"Sin URL desnuda",description:"Encierra las direcciones URL desnudas con corchetes angulares, excepto cuando est\xE1n encerradas en marcas traseras, llaves cuadradas o comillas simples o dobles.","no-bare-uris":{name:"Sin URI desnuda",description:"Encierra las direcciones URI desnudas con corchetes angulares, excepto cuando est\xE1n encerradas en marcas traseras, llaves cuadradas o comillas simples o dobles."}},"ordered-list-style":{name:"Estilo de lista ordenada",description:"Se asegura de que las listas ordenadas siguen el estilo especificado. Tenga en cuenta que 2 espacios o 1 tabulaci\xF3n se considera un nivel de sangr\xEDa.","number-style":{name:"Estilo num\xE9rico",description:"El estilo num\xE9rico utilizado en los indicadores de lista ordenada"},"list-end-style":{name:"Estilo final del indicador de lista ordenada",description:"El car\xE1cter final de un indicador de lista ordenada"}},"paragraph-blank-lines":{name:"L\xEDneas en blanco del p\xE1rrafo",description:"Todos los p\xE1rrafos deben tener exactamente una l\xEDnea en blanco antes y despu\xE9s."},"prevent-double-checklist-indicator-on-paste":{name:"Evitar el indicador de doble lista de verificaci\xF3n en pegar",description:"Elimina el indicador de lista de verificaci\xF3n inicial del texto para pegar si la l\xEDnea en la que se encuentra el cursor en el archivo tiene un indicador de lista de verificaci\xF3n"},"prevent-double-list-item-indicator-on-paste":{name:"Prevenir el indicador de elemento de lista doble al pegar",description:"Elimina el indicador de lista inicial del texto para pegar si la l\xEDnea en la que se encuentra el cursor en el archivo tiene un indicador de lista"},"proper-ellipsis-on-paste":{name:"Puntos suspensivos adecuados al pegar",description:"Reemplaza tres puntos consecutivos por puntos suspensivos aunque tengan un espacio entre ellos en el texto a pegar"},"proper-ellipsis":{name:"Puntos suspensivos propios",description:"Reemplaza tres puntos consecutivos con puntos suspensivos."},"quote-style":{name:"Estilo de cotizaci\xF3n",description:"Actualiza las comillas en el contenido del cuerpo para que se actualicen a los estilos de comillas simples y dobles especificados.","single-quote-enabled":{name:"Habilitar `Estilo de comillas simples`",description:"Especifica que se debe utilizar el estilo de comillas simples seleccionado."},"single-quote-style":{name:"Estilo de comillas simples",description:"El estilo de las comillas simples a utilizar."},"double-quote-enabled":{name:"Habilitar `Estilo de comillas dobles`",description:"Especifica que se debe utilizar el estilo de comillas dobles seleccionado."},"double-quote-style":{name:"Estilo de comillas dobles",description:"El estilo de comillas dobles a utilizar."}},"re-index-footnotes":{name:"Volver a indexar notas al pie",description:"Vuelve a indexar las notas al pie de p\xE1gina y las notas al pie, seg\xFAn el orden de las referencias de notas al pie en el archivo. NOTA: esta regla *no* funciona si hay m\xE1s de una nota al pie para una clave."},"remove-consecutive-list-markers":{name:"Eliminar marcadores de lista consecutiva",description:"Elimina marcadores de lista consecutivos. \xDAtil al copiar y pegar elementos de la lista."},"remove-empty-lines-between-list-markers-and-checklists":{name:"Eliminar l\xEDneas vac\xEDas entre marcadores de lista y listas de verificaci\xF3n",description:"No debe haber l\xEDneas vac\xEDas entre los marcadores de lista y las listas de verificaci\xF3n."},"remove-empty-list-markers":{name:"Eliminar marcadores de lista vac\xEDa",description:"Elimina marcadores de listas vac\xEDas, es decir, lista de elementos sin contenido."},"remove-hyphenated-line-breaks":{name:"Eliminar saltos de l\xEDnea con gui\xF3n",description:"Elimina los saltos de l\xEDnea con gui\xF3n. \xDAtil al pegar texto de libros de texto."},"remove-hyphens-on-paste":{name:"Eliminar guiones al pegar",description:"Elimina guiones del texto al pegar"},"remove-leading-or-trailing-whitespace-on-paste":{name:"Eliminar espacios en blanco iniciales o finales al pegar",description:"Elimina cualquier espacio en blanco inicial que no sea una pesta\xF1a y todos los espacios en blanco finales para que el texto se pegue"},"remove-leftover-footnotes-from-quote-on-paste":{name:"Eliminar las notas al pie sobrantes de la cita al pegar",description:"Elimina las referencias de notas al pie sobrantes para que el texto se pegue"},"remove-link-spacing":{name:"Quitar el espacio entre enlaces",description:"Elimina el espacio alrededor del texto del enlace."},"remove-multiple-blank-lines-on-paste":{name:"Eliminar varias l\xEDneas en blanco al pegar",description:"Condensa varias l\xEDneas en blanco en una l\xEDnea en blanco para que el texto se pegue"},"remove-multiple-spaces":{name:"Quitar varios espacios",description:"Elimina dos o m\xE1s espacios consecutivos. Ignora los espacios al principio y al final de la l\xEDnea."},"remove-space-around-characters":{name:"Quitar el espacio alrededor de los caracteres",description:"Garantiza que determinados caracteres no est\xE9n rodeados de espacios en blanco (ya sean espacios individuales o tabulaciones). Tenga en cuenta que esto puede causar problemas con el formato de descuento en algunos casos.","include-fullwidth-forms":{name:"Incluir formularios de ancho completo",description:'Incluir bloque Unicode de formularios de ancho completo'},"include-cjk-symbols-and-punctuation":{name:"Incluir s\xEDmbolos de CJK y puntuaci\xF3n",description:'Incluir Bloque Unicode de s\xEDmbolos y puntuaci\xF3n de CJK'},"include-dashes":{name:"Incluir guiones",description:"Incluir gui\xF3n corto (\u2013) y gui\xF3n largo (\u2014)"},"other-symbols":{name:"Otros s\xEDmbolos",description:"Otros s\xEDmbolos para incluir"}},"remove-space-before-or-after-characters":{name:"Quitar el espacio antes o despu\xE9s de los caracteres",description:"Elimina el espacio antes de los caracteres especificados y despu\xE9s de los caracteres especificados. Tenga en cuenta que esto puede causar problemas con el formato de descuento en algunos casos.","characters-to-remove-space-before":{name:"Eliminar espacio antes de los caracteres",description:"Elimina el espacio antes de los caracteres especificados. Nota: el uso de `{` o `}` en la lista de caracteres afectar\xE1 inesperadamente a los archivos, ya que se usa en la sintaxis de ignorar en segundo plano."},"characters-to-remove-space-after":{name:"Eliminar espacio despu\xE9s de los caracteres",description:"Elimina el espacio despu\xE9s de los caracteres especificados. Nota: el uso de `{` o `}` en la lista de caracteres afectar\xE1 inesperadamente a los archivos, ya que se usa en la sintaxis de ignorar en segundo plano."}},"remove-trailing-punctuation-in-heading":{name:"Eliminar la puntuaci\xF3n final en el encabezado",description:'Elimina la puntuaci\xF3n especificada al final de los encabezados, asegur\xE1ndose de ignorar el punto y coma al final de referencias de entidades de HTML.',"punctuation-to-remove":{name:"Puntuaci\xF3n final",description:"La puntuaci\xF3n final que se eliminar\xE1 de los encabezados del archivo."}},"remove-yaml-keys":{name:"Eliminar claves de YAML",description:"Elimina las claves especificadas de YAML","yaml-keys-to-remove":{name:"Claves de YAML para eliminar",description:"Las claves de YAML para eliminar del frontmatter del YAML con o sin dos puntos"}},"space-after-list-markers":{name:"Espacio despu\xE9s de los marcadores de lista",description:"Debe haber un solo espacio despu\xE9s de los marcadores de lista y las casillas de verificaci\xF3n."},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"Espacio entre chino japon\xE9s o coreano e ingl\xE9s o n\xFAmeros",description:'Garantiza que el chino, el japon\xE9s o el coreano y el ingl\xE9s o los n\xFAmeros est\xE9n separados por un solo espacio. Sigue estas directrices'},"strong-style":{name:"Estilo fuerte",description:"Se asegura de que el estilo fuerte sea consistente.",style:{name:"Estilo",description:"El estilo utilizado para denotar contenido fuerte/en negrita"}},"trailing-spaces":{name:"Espacios finales",description:"Elimina espacios adicionales despu\xE9s de cada l\xEDnea.","two-space-line-break":{name:"Salto de l\xEDnea de dos espacios",description:'Ignore dos espacios seguidos de un salto de l\xEDnea ("Regla de dos espacios").'}},"two-spaces-between-lines-with-content":{name:"Dos espacios entre l\xEDneas con contenido",description:"Se asegura de que el salto de l\xEDnea especificado se agregue al final de las l\xEDneas y el contenido contin\xFAe en la l\xEDnea siguiente para p\xE1rrafos, citas en bloque y elementos de lista.","line-break-indicator":{name:"Indicador de salto de l\xEDnea",description:"El indicador de salto de l\xEDnea a utilizar."}},"unordered-list-style":{name:"Estilo de lista desordenada",description:"Se asegura de que las listas desordenadas sigan el estilo especificado.","list-style":{name:"Estilo de elemento de lista",description:"El estilo de elemento de lista para usar en listas desordenadas"}},"yaml-key-sort":{name:"Clasificaci\xF3n de clave de YAML",description:"Ordena las claves de YAML seg\xFAn el orden y la prioridad especificados. Nota: tambi\xE9n puede eliminar las l\xEDneas en blanco.","yaml-key-priority-sort-order":{name:"Orden de clasificaci\xF3n de prioridad de clave de YAML",description:"El orden en el que se ordenan las claves con una en cada l\xEDnea donde se ordena en el orden que se encuentra en la lista"},"priority-keys-at-start-of-yaml":{name:"Claves de prioridad al inicio del YAML",description:"El orden de clasificaci\xF3n de prioridad clave de YAML se coloca al comienzo del frontmatter del YAML"},"yaml-sort-order-for-other-keys":{name:"Orden de clasificaci\xF3n de YAML para otras claves",description:"La forma en que ordenar las claves que no se encuentran en el \xE1rea de texto `Orden de clasificaci\xF3n de prioridad de clave de YAML`"}},"yaml-timestamp":{name:"Marca de tiempo de YAML",description:"Lleve un registro de la fecha en que se edit\xF3 el archivo por \xFAltima vez en el frente del YAML. Obtiene las fechas de los metadatos del archivo.","date-created":{name:"Fecha de creaci\xF3n",description:"Inserte la fecha de creaci\xF3n del archivo"},"date-created-key":{name:"Clave de fecha de creaci\xF3n",description:"La clave de YAML para usar para la fecha de creaci\xF3n"},"date-modified":{name:"Fecha modificada",description:"Inserte la fecha en que se modific\xF3 el archivo por \xFAltima vez"},"date-modified-key":{name:"Clave de fecha modificada",description:"La clave de YAML para usar para la fecha de modificaci\xF3n"},format:{name:"Formato",description:"Formato de fecha de Moment a usar (ver [Opciones de formato de Moment](https://momentjscom.readthedocs.io/en/latest/moment/04-displaying/01-format/))"}},"yaml-title-alias":{name:"Alias de t\xEDtulo de YAML",description:"Inserta o actualiza el t\xEDtulo del archivo en la secci\xF3n de alias de YAML frontmatter. Obtiene el t\xEDtulo del primer H1 o nombre de archivo.","preserve-existing-alias-section-style":{name:"Conservar el estilo de secci\xF3n de alias existente",description:"Si se establece, la configuraci\xF3n `Estilo de secci\xF3n de alias de YAML` se aplica solo a las secciones reci\xE9n creadas"},"keep-alias-that-matches-the-filename":{name:"Mantenga el alias que coincida con el nombre del archivo",description:"Estos alias suelen ser redundantes."},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"Use la clave de YAML especificado por `Clave auxiliar de alias` para ayudar con los cambios de nombre de archivo y encabezado",description:"Si se establece, cuando cambia el primer encabezado H1 o cambia el nombre de archivo si el primer H1 no est\xE1 presente, el alias anterior almacenado en esta clave se reemplazar\xE1 con el nuevo valor en lugar de simplemente insertar una nueva entrada en la matriz de alias."},"alias-helper-key":{name:"Clave auxiliar de alias",description:"La clave que se debe utilizar para ayudar a realizar un seguimiento de cu\xE1l fue el \xFAltimo nombre de archivo o encabezado que esta regla almacen\xF3 en el frontmatter."}},"yaml-title":{name:"T\xEDtulo de YAML",description:"Inserta el t\xEDtulo del archivo en el frontmatter de YAML. Obtiene el t\xEDtulo seg\xFAn el modo seleccionado.","title-key":{name:"Clave de t\xEDtulo",description:"La clave de YAML para usar para el t\xEDtulo"},mode:{name:"Modo",description:"El m\xE9todo a utilizar para obtener el t\xEDtulo"}}},enums:{"Title Case":"Titulo del Caso","ALL CAPS":"TODO MAY\xDASCULAS","First letter":"Primera letra",".":".",")":")",ERROR:"error",TRACE:"trazar",DEBUG:"depurar",INFO:"informaci\xF3n",WARN:"advertencia",SILENT:"silencio",ascending:"ascendente",lazy:"perezoso",Nothing:"nada","Remove hashtag":"Remove hashtag","Remove whole tag":"Remove whole tag",asterisk:"asterisco",underscore:"guion bajo",consistent:"congruente","-":"-","*":"*","+":"+",space:"espacio","no space":"sin espacio",None:"nada","Ascending Alphabetical":"Ascendente alfab\xE9tico","Descending Alphabetical":"Descendiente alfab\xE9tico","multi-line":"multil\xEDnea","single-line":"linea sola","single string to single-line":"una sola cadena a una sola l\xEDnea","single string to multi-line":"cadena \xFAnica a multil\xEDnea","single string comma delimited":"cadena \xFAnica delimitada por comas","single string space delimited":"espacio de una sola cadena delimitado","single-line space delimited":"espacio de una sola l\xEDnea delimitado","first-h1":"primer encabezado de nivel 1","first-h1-or-filename-if-h1-missing":"primer encabezado de nivel 1 o nombre de archivo si falta el encabezado de primer nivel 1",filename:"nombre del archivo","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var yp={};var bp={};var kp={};var wp={};var vp={commands:{"lint-file":{name:"\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B","error-message":"\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306ELint\u30A8\u30E9\u30FC"},"lint-file-unless-ignored":{name:"\u9664\u5916\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u3001\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B"},"lint-all-files":{name:"Vault\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B","error-message":"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u306ELint\u30A8\u30E9\u30FC","success-message":"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u307E\u3057\u305F","errors-message-singular":"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u30011\u3064\u306E\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3057\u305F\u3002","errors-message-plural":"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u3001{NUM}\u500B\u306E\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3057\u305F\u3002","start-message":"\u3053\u308C\u306B\u3088\u308A\u3001\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u7DE8\u96C6\u3055\u308C\u3001\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002","submit-button-text":"\u3059\u3079\u3066Lint\u3059\u308B","submit-button-notice-text":"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u3066\u3044\u307E\u3059..."},"lint-all-files-in-folder":{name:"\u73FE\u5728\u306E\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B","start-message":"\u3053\u308C\u306B\u3088\u308A\u3001{FOLDER_NAME}\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\uFF08\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u30D5\u30A1\u30A4\u30EB\u3082\u542B\u3080\uFF09\u304C\u7DE8\u96C6\u3055\u308C\u3001\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002","submit-button-text":"{FOLDER_NAME}\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B","submit-button-notice-text":"{FOLDER_NAME}\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u3066\u3044\u307E\u3059...","error-message":"{FOLDER_NAME}\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u306ELint\u30A8\u30E9\u30FC","success-message":"{FOLDER_NAME}\u5185\u306E{NUM}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u307E\u3057\u305F\u3002","message-singular":"{FOLDER_NAME}\u5185\u306E{NUM}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u30011\u3064\u306E\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3057\u305F\u3002","message-plural":"{FOLDER_NAME}\u5185\u306E{FILE_COUNT}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3057\u3001{ERROR_COUNT}\u500B\u306E\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3057\u305F\u3002"},"paste-as-plain-text":{name:"\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3068\u3057\u3066\u8CBC\u308A\u4ED8\u3051\u308B\uFF08\u5909\u66F4\u306A\u3057\uFF09"},"ignore-folder":{name:"\u30D5\u30A9\u30EB\u30C0\u3092\u7121\u8996\u3059\u308B"},"ignore-file":{name:"\u30D5\u30A1\u30A4\u30EB\u3092\u7121\u8996\u3059\u308B"},"lint-file-pop-up-menu-text":{name:"\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B"},"lint-folder-pop-up-menu-text":{name:"\u30D5\u30A9\u30EB\u30C0\u3092Lint\u3059\u308B"},"ignore-file-pop-up-menu-text":{name:"\u30D5\u30A1\u30A4\u30EB\u3092Lint\u304B\u3089\u7121\u8996\u3059\u308B"},"ignore-folder-pop-up-menu-text":{name:"\u30D5\u30A9\u30EB\u30C0\u3092Lint\u304B\u3089\u7121\u8996\u3059\u308B"}},logs:{"plugin-load":"\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D","plugin-unload":"\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A2\u30F3\u30ED\u30FC\u30C9\u4E2D","folder-lint":"\u30D5\u30A9\u30EB\u30C0\u3092Lint\u4E2D ","linter-run":"Linter\u3092\u5B9F\u884C\u4E2D","file-change-yaml-lint-run":"\u30A8\u30C7\u30A3\u30BF\u306E\u5185\u5BB9\u5909\u66F4\u306B\u3088\u308BYAML\u306ELint\u3092\u5B9F\u884C\u4E2D","file-change-yaml-lint-skipped":"\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u304C\u691C\u51FA\u3055\u308C\u306A\u304B\u3063\u305F\u305F\u3081\u3001YAML\u306ELint\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u307E\u3057\u305F\u3002","file-change-yaml-lint-warning":"\u30D5\u30A1\u30A4\u30EB\u60C5\u5831\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u304C\u3001\u30C7\u30D0\u30A6\u30F3\u30B9\u304C\u5B9F\u884C\u3055\u308C\u307E\u3057\u305F\u3002\u3069\u3053\u304B\u3067\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002","paste-link-warning":"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306E\u5185\u5BB9\u304C\u30EA\u30F3\u30AF\u3067\u3042\u308B\u305F\u3081\u3001\u8CBC\u308A\u4ED8\u3051\u306ELint\u3092\u4E2D\u6B62\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306B\u3088\u308A\u3001\u8CBC\u308A\u4ED8\u3051\u3092\u5909\u66F4\u3059\u308B\u4ED6\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u3068\u306E\u7AF6\u5408\u3092\u56DE\u907F\u3057\u307E\u3059\u3002","see-console":"\u8A73\u7D30\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002","unknown-error":"Lint\u4E2D\u306B\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002","moment-locale-not-found":"Moment.js\u306E\u30ED\u30B1\u30FC\u30EB\u3092 {MOMENT_LOCALE} \u306B\u5207\u308A\u66FF\u3048\u3088\u3046\u3068\u3057\u307E\u3057\u305F\u304C\u3001\u73FE\u5728\u306E\u30ED\u30B1\u30FC\u30EB\u306F {CURRENT_LOCALE} \u3067\u3059\u3002","file-change-lint-message-start":"Lint\u3055\u308C\u307E\u3057\u305F","custom-command-callback-warning":"\u7D71\u5408\u30C6\u30B9\u30C8\u306E\u305F\u3081\u306B\u306E\u307F\u30AB\u30B9\u30BF\u30E0\u30B3\u30DE\u30F3\u30C9\u30B3\u30FC\u30EB\u30D0\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","pre-rules":"\u57FA\u672C\u30EB\u30FC\u30EB\u306E\u524D\u306E\u30EB\u30FC\u30EB","post-rules":"\u57FA\u672C\u30EB\u30FC\u30EB\u306E\u5F8C\u306E\u30EB\u30FC\u30EB","rule-running":"\u30EB\u30FC\u30EB\u3092\u5B9F\u884C\u4E2D","custom-regex":"\u30AB\u30B9\u30BF\u30E0\u6B63\u898F\u8868\u73FE\u30EB\u30FC\u30EB","running-custom-regex":"\u30AB\u30B9\u30BF\u30E0\u6B63\u898F\u8868\u73FE\u3092\u5B9F\u884C\u4E2D","running-custom-lint-command":"\u30AB\u30B9\u30BF\u30E0Lint\u30B3\u30DE\u30F3\u30C9\u3092\u5B9F\u884C\u4E2D","custom-lint-duplicate-warning":'\u540C\u3058\u30B3\u30DE\u30F3\u30C9\uFF08"{COMMAND_NAME}"\uFF09\u3092\u30AB\u30B9\u30BF\u30E0Lint\u30EB\u30FC\u30EB\u3068\u3057\u30662\u56DE\u5B9F\u884C\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002',"custom-lint-error-message":"\u30AB\u30B9\u30BF\u30E0Lint\u30B3\u30DE\u30F3\u30C9","disabled-text":"\u306F\u7121\u52B9\u3067\u3059","run-rule-text":"\u5B9F\u884C\u4E2D","timing-key-not-found":"\u30BF\u30A4\u30DF\u30F3\u30B0\u30AD\u30FC '{TIMING_KEY}' \u306F\u30BF\u30A4\u30DF\u30F3\u30B0\u60C5\u5831\u30EA\u30B9\u30C8\u306B\u5B58\u5728\u3057\u306A\u3044\u305F\u3081\u3001\u7121\u8996\u3055\u308C\u307E\u3057\u305F","milliseconds-abbreviation":"ms","invalid-date-format-error":"\u4F5C\u6210\u65E5\u4ED8\u306E\u5F62\u5F0F '{DATE}' \u3092\u89E3\u6790\u307E\u305F\u306F\u5224\u5225\u3067\u304D\u306A\u304B\u3063\u305F\u305F\u3081\u3001\u4F5C\u6210\u65E5\u4ED8\u306F '{FILE_NAME}' \u306B\u305D\u306E\u307E\u307E\u6B8B\u3055\u308C\u307E\u3057\u305F","invalid-delimiter-error-message":"\u533A\u5207\u308A\u6587\u5B57\u306F 1\u6587\u5B57\u306E\u307F\u8A31\u53EF\u3055\u308C\u3066\u3044\u307E\u3059","missing-footnote-error-message":"\u811A\u6CE8 '{FOOTNOTE}' \u306B\u306F\u5BFE\u5FDC\u3059\u308B\u811A\u6CE8\u53C2\u7167\u304C\u811A\u6CE8\u5185\u5BB9\u306E\u524D\u306B\u5B58\u5728\u3057\u306A\u3044\u305F\u3081\u3001\u51E6\u7406\u3067\u304D\u307E\u305B\u3093\u3002\u3059\u3079\u3066\u306E\u811A\u6CE8\u306B\u811A\u6CE8\u5185\u5BB9\u306E\u524D\u306B\u5BFE\u5FDC\u3059\u308B\u53C2\u7167\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","too-many-footnotes-error-message":"\u811A\u6CE8\u30AD\u30FC '{FOOTNOTE_KEY}' \u306B\u8907\u6570\u306E\u811A\u6CE8\u304C\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u811A\u6CE8\u3092\u66F4\u65B0\u3057\u3066\u3001\u811A\u6CE8\u30AD\u30FC\u3054\u3068\u306B 1\u3064\u306E\u811A\u6CE8\u306E\u307F\u304C\u5B58\u5728\u3059\u308B\u3088\u3046\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002","wrapper-yaml-error":"YAML\u30A8\u30E9\u30FC: {ERROR_MESSAGE}","wrapper-unknown-error":"\u4E0D\u660E\u306A\u30A8\u30E9\u30FC: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u5185\u5BB9\u304C\u3042\u308A\u307E\u305B\u3093\u3002","characters-added":"\u6587\u5B57\u304C\u8FFD\u52A0\u3055\u308C\u307E\u3057\u305F","characters-removed":"\u6587\u5B57\u304C\u524A\u9664\u3055\u308C\u307E\u3057\u305F","copy-to-clipboard-failed":"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3078\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u30B3\u30D4\u30FC\u306B\u5931\u6557\u3057\u307E\u3057\u305F: "},"all-rules-option":"\u3059\u3079\u3066","linter-title":"Linter","empty-search-results-text":"\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u8A2D\u5B9A\u304C\u3042\u308A\u307E\u305B\u3093","warning-text":"\u8B66\u544A","file-backup-text":"\u30D5\u30A1\u30A4\u30EB\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3092\u53D6\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","custom-command-warning":"\u30AB\u30B9\u30BF\u30E0\u30B3\u30DE\u30F3\u30C9\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u72B6\u614B\u3067\u8907\u6570\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B\u306E\u306F\u3001\u30B5\u30A4\u30C9\u30D1\u30CD\u30EB\u3067\u30DA\u30A4\u30F3\u3092\u958B\u304F\u80FD\u529B\u304C\u5FC5\u8981\u306A\u9045\u3044\u30D7\u30ED\u30BB\u30B9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0\u30B3\u30DE\u30F3\u30C9\u304C\u7121\u52B9\u306A\u72B6\u614B\u3067\u5B9F\u884C\u3059\u308B\u3088\u308A\u3082\u660E\u3089\u304B\u306B\u9045\u304F\u306A\u308A\u307E\u3059\u3002\u6CE8\u610F\u3057\u3066\u9032\u3081\u3066\u304F\u3060\u3055\u3044\u3002","cancel-button-text":"\u30AD\u30E3\u30F3\u30BB\u30EB","copy-aria-label":"\u30B3\u30D4\u30FC","disabled-other-rule-notice":"{NAME_1}\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001{NAME_2}\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B\uFF1F","disabled-conflicting-rule-notice":"{NAME_1}\u306F{NAME_2}\u3068\u7AF6\u5408\u3057\u3066\u3044\u308B\u305F\u3081\u3001\u7121\u52B9\u306B\u306A\u308A\u307E\u3057\u305F\u3002\u8A2D\u5B9A\u30BF\u30D6\u3067\u3069\u306E\u8A2D\u5B9A\u3092\u30AA\u30D5\u306B\u3059\u308B\u304B\u3092\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",ok:"Ok","parse-results-heading-text":"\u30AB\u30B9\u30BF\u30E0\u89E3\u6790\u5024","file-parse-description-text":"{FILE}\u3067\u898B\u3064\u304B\u3063\u305F\u30AB\u30B9\u30BF\u30E0\u7F6E\u63DB\u306E\u30EA\u30B9\u30C8\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\u3002","no-parsed-values-found-text":"{FILE}\u306B\u30AB\u30B9\u30BF\u30E0\u7F6E\u63DB\u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002{FILE}\u5185\u306E\u30AB\u30B9\u30BF\u30E0\u7F6E\u63DB\u3092\u542B\u3080\u3059\u3079\u3066\u306E\u30C6\u30FC\u30D6\u30EB\u304C2\u5217\u306E\u307F\u3067\u3001\u3059\u3079\u3066\u306E\u884C\u304C\u30D1\u30A4\u30D7\uFF08\u4F8B\uFF1A|\uFF09\u3067\u59CB\u307E\u308A\u3001\u7D42\u308F\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","find-header-text":"\u691C\u7D22\u3059\u308B\u5358\u8A9E","replace-header-text":"\u7F6E\u63DB\u3059\u308B\u5358\u8A9E","close-button-text":"\u9589\u3058\u308B",tabs:{names:{general:"\u4E00\u822C",custom:"\u30AB\u30B9\u30BF\u30E0",yaml:"YAML",heading:"\u898B\u51FA\u3057",content:"\u5185\u5BB9",footnote:"\u811A\u6CE8",spacing:"\u30B9\u30DA\u30FC\u30B9",paste:"\u8CBC\u308A\u4ED8\u3051",debug:"\u30C7\u30D0\u30C3\u30B0"},"default-search-bar-text":"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u304B\u3089\u691C\u7D22",general:{"lint-on-save":{name:"\u4FDD\u5B58\u6642\u306BLint\u5B9F\u884C",description:"\u624B\u52D5\u3067\u4FDD\u5B58\u3057\u305F\u3068\u304D\u306B\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B\uFF08Ctrl + S\u304C\u62BC\u3055\u308C\u305F\u3068\u304D\u3084\u3001vim\u30AD\u30FC\u30D0\u30A4\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u3068\u304D\u306B:w\u304C\u5B9F\u884C\u3055\u308C\u305F\u3068\u304D\uFF09"},"display-message":{name:"Lint\u6642\u306B\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8868\u793A",description:"Lint\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u6587\u5B57\u6570\u3092\u8868\u793A\u3059\u308B"},"suppress-message-when-no-change":{name:"\u5909\u66F4\u304C\u306A\u3044\u5834\u5408\u306F\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6291\u5236",description:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5B9F\u969B\u306B\u5909\u66F4\u304C\u306A\u3044\u5834\u5408\u306F\u30E1\u30C3\u30BB\u30FC\u30B8\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002"},"lint-on-file-change":{name:"\u30D5\u30A9\u30FC\u30AB\u30B9\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u6642\u306BLint\u3059\u308B",description:"\u30D5\u30A1\u30A4\u30EB\u304C\u9589\u3058\u3089\u308C\u305F\u308A\u3001\u65B0\u3057\u3044\u30D5\u30A1\u30A4\u30EB\u306B\u5207\u308A\u66FF\u3048\u3089\u308C\u305F\u308A\u3057\u305F\u3068\u304D\u306B\u3001\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u304CLint\u3055\u308C\u307E\u3059\u3002"},"display-lint-on-file-change-message":{name:"\u30D5\u30A9\u30FC\u30AB\u30B9\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u6642\u306BLint\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8868\u793A",description:'"\u30D5\u30A9\u30FC\u30AB\u30B9\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u6642\u306BLint\u3057\u305F"\u3068\u304D\u306B\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8868\u793A\u3057\u307E\u3059'},"folders-to-ignore":{name:"\u7121\u8996\u3059\u308B\u30D5\u30A9\u30EB\u30C0",description:"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B\u3068\u304D\u3084\u3001\u4FDD\u5B58\u6642\u306BLint\u3059\u308B\u3068\u304D\u306B\u7121\u8996\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3002","folder-search-placeholder-text":"\u30D5\u30A9\u30EB\u30C0\u540D","add-input-button-text":"\u7121\u8996\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u8FFD\u52A0","delete-tooltip":"\u524A\u9664"},"files-to-ignore":{name:"\u7121\u8996\u3059\u308B\u30D5\u30A1\u30A4\u30EB",description:"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092Lint\u3059\u308B\u3068\u304D\u3084\u3001\u4FDD\u5B58\u6642\u306BLint\u3059\u308B\u3068\u304D\u306B\u7121\u8996\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u3002","file-search-placeholder-text":"\u7121\u8996\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u306E\u6B63\u898F\u8868\u73FE","add-input-button-text":"\u7121\u8996\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u306E\u6B63\u898F\u8868\u73FE\u3092\u8FFD\u52A0","delete-tooltip":"\u524A\u9664","label-placeholder-text":"\u30E9\u30D9\u30EB","flags-placeholder-text":"\u30D5\u30E9\u30B0",warning:"\u6B63\u898F\u8868\u73FE\u3092\u77E5\u3089\u306A\u3044\u5834\u5408\u306F\u6CE8\u610F\u3057\u3066\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u307E\u305F\u3001iOS\u30E2\u30D0\u30A4\u30EB\u3067\u6B63\u898F\u8868\u73FE\u306E\u5F8C\u8AAD\u307F\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u30D0\u30FC\u30B8\u30E7\u30F3\u3067\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},"additional-file-extensions":{name:"\u8FFD\u52A0\u306E\u30D5\u30A1\u30A4\u30EB\u62E1\u5F35\u5B50",description:"md \u306B\u52A0\u3048\u3066 Lint \u3059\u308B\u30D5\u30A1\u30A4\u30EB\u62E1\u5F35\u5B50\u3002\u4F8B: mdx\u3001svx\u3002\u5148\u982D\u306E\u30C9\u30C3\u30C8\u306F\u542B\u3081\u307E\u305B\u3093\u3002\u6CE8: \u8FFD\u52A0\u3057\u305F\u62E1\u5F35\u5B50\u306B\u95A2\u4FC2\u306A\u304F\u3001Obsidian \u304C Markdown \u3068\u3057\u3066\u8A8D\u8B58\u3059\u308B\u30D5\u30A1\u30A4\u30EB\uFF08\u30CD\u30A4\u30C6\u30A3\u30D6\u307E\u305F\u306F\u4ED6\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u7D4C\u7531\uFF09\u306E\u307F\u304C Lint \u3055\u308C\u307E\u3059\u3002","extension-placeholder":"\u4F8B: mdx","add-input-button-text":"\u62E1\u5F35\u5B50\u3092\u8FFD\u52A0","delete-tooltip":"\u524A\u9664"},"override-locale":{name:"\u30ED\u30B1\u30FC\u30EB\u3092\u4E0A\u66F8\u304D\u3059\u308B",description:"\u30C7\u30D5\u30A9\u30EB\u30C8\u3068\u306F\u7570\u306A\u308B\u30ED\u30B1\u30FC\u30EB\u3092\u4F7F\u7528\u3057\u305F\u3044\u5834\u5408\u306B\u8A2D\u5B9A\u3057\u307E\u3059"},"same-as-system-locale":"\u30B7\u30B9\u30C6\u30E0\u3068\u540C\u3058 ({SYS_LOCALE})","yaml-aliases-section-style":{name:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30B9\u30BF\u30A4\u30EB",description:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30B9\u30BF\u30A4\u30EB"},"yaml-tags-section-style":{name:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30B9\u30BF\u30A4\u30EB",description:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30B9\u30BF\u30A4\u30EB"},"default-escape-character":{name:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57",description:"\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3068\u30C0\u30D6\u30EB\u30AF\u30A9\u30FC\u30C8\u304C\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u306B\u3001YAML\u306E\u5024\u3092\u30A8\u30B9\u30B1\u30FC\u30D7\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3059\u308B\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u6587\u5B57\u3002"},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"\u8907\u6570\u884C\u914D\u5217\u5F62\u5F0F\u3067\u4E0D\u8981\u306A\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57\u3092\u524A\u9664",description:"\u8907\u6570\u884C\u306EYAML\u914D\u5217\u3067\u306F\u3001\u5358\u4E00\u884C\u306E\u914D\u5217\u3068\u540C\u3058\u30A8\u30B9\u30B1\u30FC\u30D7\u306F\u5FC5\u8981\u306A\u3044\u305F\u3081\u3001\u8907\u6570\u884C\u5F62\u5F0F\u306E\u5834\u5408\u306F\u4E0D\u8981\u306A\u30A8\u30B9\u30B1\u30FC\u30D7\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"number-of-dollar-signs-to-indicate-math-block":{name:"\u6570\u5B66\u30D6\u30ED\u30C3\u30AF\u3092\u793A\u3059\u30C9\u30EB\u8A18\u53F7\u306E\u6570",description:"\u6570\u5B66\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u30A4\u30F3\u30E9\u30A4\u30F3\u6570\u5B66\u3067\u306F\u306A\u304F\u6570\u5B66\u30D6\u30ED\u30C3\u30AF\u3068\u898B\u306A\u3059\u305F\u3081\u306E\u30C9\u30EB\u8A18\u53F7\u306E\u6570"}},debug:{"log-level":{name:"\u30ED\u30B0\u30EC\u30D9\u30EB",description:"\u30B5\u30FC\u30D3\u30B9\u306B\u3088\u3063\u3066\u30ED\u30B0\u306B\u8A18\u9332\u3055\u308C\u308B\u3053\u3068\u304C\u8A31\u53EF\u3055\u308C\u308B\u30ED\u30B0\u306E\u7A2E\u985E\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u306F ERROR \u3067\u3059\u3002"},"linter-config":{name:"Linter\u306E\u8A2D\u5B9A",description:"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306E\u8AAD\u307F\u8FBC\u307F\u6642\u70B9\u3067\u306ELinter\u306E data.json \u306E\u5185\u5BB9"},"log-collection":{name:"\u4FDD\u5B58\u6642\u306ELint\u5B9F\u884C\u304A\u3088\u3073\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB\u306ELint\u5B9F\u884C\u6642\u306B\u3001\u30ED\u30B0\u3092\u53CE\u96C6",description:'"\u4FDD\u5B58\u6642\u306BLint\u5B9F\u884C"\u304A\u3088\u3073\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB\u306ELint\u5B9F\u884C\u6642\u306B\u30ED\u30B0\u3092\u53CE\u96C6\u3057\u307E\u3059\u3002\u3053\u308C\u3089\u306E\u30ED\u30B0\u306F\u30C7\u30D0\u30C3\u30B0\u3084\u30D0\u30B0\u5831\u544A\u306E\u4F5C\u6210\u306B\u5F79\u7ACB\u3061\u307E\u3059\u3002'},"linter-logs":{name:"Linter\u30ED\u30B0",description:'\u6700\u5F8C\u306E"\u4FDD\u5B58\u6642\u306BLint\u5B9F\u884C"\u3001\u307E\u305F\u306F\u3001\u6700\u5F8C\u306E"\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB" \u306B\u5B9F\u884C\u3057\u305FLint\u306E\u30ED\u30B0\uFF08\u6709\u52B9\u306A\u5834\u5408\uFF09'}}},options:{"custom-command":{name:"\u30AB\u30B9\u30BF\u30E0\u30B3\u30DE\u30F3\u30C9",description:"\u30AB\u30B9\u30BF\u30E0\u30B3\u30DE\u30F3\u30C9\u306F\u3001Linter\u304C\u901A\u5E38\u306E\u30EB\u30FC\u30EB\u3092\u5B9F\u884C\u3057\u305F\u5F8C\u306B\u5B9F\u884C\u3055\u308C\u308BObsidian\u30B3\u30DE\u30F3\u30C9\u3067\u3059\u3002\u3053\u308C\u306F\u3001YAML\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u30ED\u30B8\u30C3\u30AF\u304C\u5B9F\u884C\u3055\u308C\u308B\u524D\u306B\u5B9F\u884C\u3055\u308C\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u3001Linter\u306E\u6B21\u306E\u5B9F\u884C\u3067YAML\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u304C\u30C8\u30EA\u30AC\u30FC\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u30021\u3064\u306EObsidian\u30B3\u30DE\u30F3\u30C9\u306E\u307F\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u3002",warning:"\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3059\u308B\u969B\u306F\u3001\u30DE\u30A6\u30B9\u3092\u4F7F\u7528\u3059\u308B\u304B\u3001Enter\u30AD\u30FC\u3092\u62BC\u3057\u3066\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u4ED6\u306E\u9078\u629E\u65B9\u6CD5\u306F\u6A5F\u80FD\u3057\u306A\u3044\u5834\u5408\u304C\u3042\u308A\u3001\u5B9F\u969B\u306EObsidian\u30B3\u30DE\u30F3\u30C9\u307E\u305F\u306F\u7A7A\u306E\u6587\u5B57\u5217\u306E\u9078\u629E\u306E\u307F\u304C\u4FDD\u5B58\u3055\u308C\u307E\u3059\u3002","add-input-button-text":"\u65B0\u3057\u3044\u30B3\u30DE\u30F3\u30C9\u3092\u8FFD\u52A0","command-search-placeholder-text":"Obsidian\u30B3\u30DE\u30F3\u30C9","move-up-tooltip":"\u4E0A\u306B\u79FB\u52D5","move-down-tooltip":"\u4E0B\u306B\u79FB\u52D5","delete-tooltip":"\u524A\u9664"},"custom-replace":{name:"\u30AB\u30B9\u30BF\u30E0\u6B63\u898F\u8868\u73FE\u7F6E\u63DB",description:'\u30AB\u30B9\u30BF\u30E0\u6B63\u898F\u8868\u73FE\u7F6E\u63DB\u306F\u3001"\u691C\u7D22\u3059\u308B\u6B63\u898F\u8868\u73FE\u306B\u4E00\u81F4\u3059\u308B\u3082\u306E"\u3092\u3001"\u7F6E\u63DB\u3059\u308B\u5024"\u306B\u7F6E\u304D\u63DB\u3048\u308B\u305F\u3081\u306B\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002"\u7F6E\u63DB\u3059\u308B\u5024"\u3068"\u691C\u7D22\u3059\u308B\u5024"\u306F\u6709\u52B9\u306A\u6B63\u898F\u8868\u73FE\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002',warning:"\u6B63\u898F\u8868\u73FE\u3092\u77E5\u3089\u306A\u3044\u5834\u5408\u306F\u6CE8\u610F\u3057\u3066\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u307E\u305F\u3001iOS\u30E2\u30D0\u30A4\u30EB\u3067\u6B63\u898F\u8868\u73FE\u306E\u5F8C\u8AAD\u307F\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u30D0\u30FC\u30B8\u30E7\u30F3\u3067\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","add-input-button-text":"\u65B0\u3057\u3044\u6B63\u898F\u8868\u73FE\u7F6E\u63DB\u3092\u8FFD\u52A0","regex-to-find-placeholder-text":"\u691C\u7D22\u3059\u308B\u6B63\u898F\u8868\u73FE","flags-placeholder-text":"\u30D5\u30E9\u30B0","regex-to-replace-placeholder-text":"\u7F6E\u63DB\u3059\u308B\u6B63\u898F\u8868\u73FE","label-placeholder-text":"\u30E9\u30D9\u30EB","move-up-tooltip":"\u4E0A\u306B\u79FB\u52D5","move-down-tooltip":"\u4E0B\u306B\u79FB\u52D5","delete-tooltip":"\u524A\u9664"},"custom-auto-correct":{"delete-tooltip":"\u524A\u9664","show-parsed-contents-tooltip":"\u89E3\u6790\u3055\u308C\u305F\u7F6E\u63DB\u3092\u8868\u793A","custom-row-parse-warning":'"{ROW}" \u306F\u3001\u30AB\u30B9\u30BF\u30E0\u7F6E\u63DB\u306E\u6709\u52B9\u306A\u884C\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u30022\u5217\u306E\u307F\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002',"file-search-placeholder-text":"\u30D5\u30A1\u30A4\u30EB\u540D","add-new-replacement-file-tooltip":"\u5225\u306E\u30AB\u30B9\u30BF\u30E0\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0","warning-text":"\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u81EA\u52D5\u7684\u306B {NAME} \u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002","refresh-tooltip-text":"\u30AB\u30B9\u30BF\u30E0\u7F6E\u63DB\u3092\u30EA\u30ED\u30FC\u30C9"}},rules:{"auto-correct-common-misspellings":{name:"\u4E00\u822C\u7684\u306A\u8AA4\u5B57\u306E\u81EA\u52D5\u4FEE\u6B63",description:'\u4E00\u822C\u7684\u306A\u8AA4\u5B57\u3092\u81EA\u52D5\u7684\u306B\u6B63\u3057\u3044\u7DB4\u308A\u306B\u5909\u63DB\u3059\u308B\u305F\u3081\u306E\u8F9E\u66F8\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u5B8C\u5168\u306A\u81EA\u52D5\u4FEE\u6B63\u5358\u8A9E\u306E\u30EA\u30B9\u30C8\u306B\u3064\u3044\u3066\u306F\u3001\u81EA\u52D5\u4FEE\u6B63\u30DE\u30C3\u30D7\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u6CE8\uFF1A\u3053\u306E\u30EA\u30B9\u30C8\u306F\u8907\u6570\u306E\u8A00\u8A9E\u306E\u30C6\u30AD\u30B9\u30C8\u3067\u6A5F\u80FD\u3059\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u304C\u3001\u73FE\u5728\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u8A00\u8A9E\u306B\u95A2\u4FC2\u306A\u304F\u540C\u3058\u30EA\u30B9\u30C8\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002',"ignore-words":{name:"\u9664\u5916\u3059\u308B\u8A9E",description:"\u30B3\u30F3\u30DE\u533A\u5207\u308A\u306E\u5C0F\u6587\u5B57\u306E\u5358\u8A9E\u306E\u30EA\u30B9\u30C8\u3067\u3001\u81EA\u52D5\u4FEE\u6B63\u6642\u306B\u7121\u8996\u3055\u308C\u307E\u3059\u3002"},"extra-auto-correct-files":{name:"\u8FFD\u52A0\u306E\u81EA\u52D5\u4FEE\u6B63\u30BD\u30FC\u30B9\u30D5\u30A1\u30A4\u30EB",description:"\u3053\u308C\u3089\u306F\u3001\u6700\u521D\u306E\u5358\u8A9E\u3068\u4FEE\u6B63\u3059\u308B\u5358\u8A9E\u3092\u542B\u3080\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u30C6\u30FC\u30D6\u30EB\u304C\u3042\u308B\u30D5\u30A1\u30A4\u30EB\u3067\u3059\uFF08\u3053\u308C\u3089\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u306A\u3044\u4FEE\u6B63\u3067\u3059\uFF09\u3002\u6CE8\uFF1A\u4F7F\u7528\u3055\u308C\u308B\u30C6\u30FC\u30D6\u30EB\u306F\u3001\u5404\u884C\u306B\u958B\u59CB\u304A\u3088\u3073\u7D42\u4E86\u306E|\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u304C\u5B58\u5728\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},"skip-words-with-multiple-capitals":{name:"\u8907\u6570\u306E\u5927\u6587\u5B57\u3092\u542B\u3080\u8A9E\u3092\u30B9\u30AD\u30C3\u30D7",description:"\u5358\u8A9E\u306E\u6700\u521D\u306E\u6587\u5B57\u4EE5\u5916\u306B\u5927\u6587\u5B57\u3092\u542B\u3080\u30D5\u30A1\u30A4\u30EB\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002\u982D\u5B57\u8A9E\u3084\u305D\u306E\u4ED6\u306E\u5358\u8A9E\u306B\u5F79\u7ACB\u3061\u307E\u3059\u304C\u3001\u56FA\u6709\u540D\u8A5E\u306E\u4FEE\u6B63\u306B\u554F\u984C\u3092\u5F15\u304D\u8D77\u3053\u3059\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002"},"default-install":"\u4E00\u822C\u7684\u306A\u8AA4\u5B57\u306E\u81EA\u52D5\u4FEE\u6B63\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002\u3053\u308C\u3092\u884C\u3046\u305F\u3081\u306B\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u8AA4\u5B57\u8A02\u6B63\u304C\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u4E00\u5EA6\u3060\u3051\u884C\u308F\u308C\u308B\u306F\u305A\u3067\u3059\u3002\u3057\u3070\u3089\u304F\u304A\u5F85\u3061\u304F\u3060\u3055\u3044...","default-install-failed":"{URL} \u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u4E00\u822C\u7684\u306A\u8AA4\u5B57\u306E\u81EA\u52D5\u4FEE\u6B63\u3092\u7121\u52B9\u306B\u3057\u307E\u3059\u3002","defaults-missing":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u4E00\u822C\u7684\u306A\u81EA\u52D5\u4FEE\u6B63\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002: {FILE}"},"add-blank-line-after-yaml":{name:"YAML\u306E\u5F8C\u306B\u7A7A\u884C\u3092\u8FFD\u52A0",description:"YAML\u30D6\u30ED\u30C3\u30AF\u306E\u5F8C\u306B\u7A7A\u884C\u3092\u8FFD\u52A0\u3057\u307E\u3059\u3002\u73FE\u5728\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u3067\u306A\u3044\u5834\u5408\u3001\u307E\u305F\u306F\u3059\u3067\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u7A7A\u884C\u304C\u7D9A\u3044\u3066\u3044\u306A\u3044\u5834\u5408\u306B\u9069\u7528\u3055\u308C\u307E\u3059\u3002"},"add-blockquote-indentation-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306B\u30D6\u30ED\u30C3\u30AF\u5F15\u7528\u306E\u30A4\u30F3\u30C7\u30F3\u30C8\u3092\u8FFD\u52A0",description:"\u8CBC\u308A\u4ED8\u3051\u6642\u306B\u30AB\u30FC\u30BD\u30EB\u304C\u30D6\u30ED\u30C3\u30AF\u5F15\u7528/\u30B3\u30FC\u30EB\u30A2\u30A6\u30C8\u884C\u306B\u3042\u308B\u5834\u5408\u3001\u6700\u521D\u306E\u884C\u3092\u9664\u304F\u3059\u3079\u3066\u306E\u884C\u306B\u30D6\u30ED\u30C3\u30AF\u5F15\u7528\u3092\u8FFD\u52A0\u3057\u307E\u3059\u3002"},"blockquote-style":{name:"\u30D6\u30ED\u30C3\u30AF\u5F15\u7528\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u30D6\u30ED\u30C3\u30AF\u5F15\u7528\u306E\u30B9\u30BF\u30A4\u30EB\u304C\u4E00\u8CAB\u3057\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002",style:{name:"\u30B9\u30BF\u30A4\u30EB",description:"\u30D6\u30ED\u30C3\u30AF\u5F15\u7528\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u306B\u4F7F\u7528\u3055\u308C\u308B\u30B9\u30BF\u30A4\u30EB"}},"capitalize-headings":{name:"\u898B\u51FA\u3057\u306E\u5927\u6587\u5B57\u5316",description:"\u898B\u51FA\u3057\u306F\u5927\u6587\u5B57\u3067\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",style:{name:"\u30B9\u30BF\u30A4\u30EB",description:"\u4F7F\u7528\u3059\u308B\u5927\u6587\u5B57\u5316\u306E\u30B9\u30BF\u30A4\u30EB"},"ignore-case-words":{name:"\u5927\u6587\u5B57\u3092\u7121\u8996\u3059\u308B\u8A9E",description:"\u3059\u3079\u3066\u5C0F\u6587\u5B57\u306E\u5358\u8A9E\u306B\u306E\u307F\u30BF\u30A4\u30C8\u30EB\u30B1\u30FC\u30B9\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528\u3057\u307E\u3059"},"ignore-words":{name:"\u7121\u8996\u3059\u308B\u8A9E",description:"\u5927\u6587\u5B57\u5316\u6642\u306B\u7121\u8996\u3059\u308B\u5358\u8A9E\u306E\u30B3\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8"},"lowercase-words":{name:"\u5C0F\u6587\u5B57\u306E\u5358\u8A9E",description:"\u5C0F\u6587\u5B57\u306E\u307E\u307E\u306B\u3059\u308B\u5358\u8A9E\u306E\u30B3\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8"}},"compact-yaml":{name:"\u30B3\u30F3\u30D1\u30AF\u30C8YAML",description:"YAML front-matter \u306E\u5148\u982D\u3068\u672B\u5C3E\u306E\u7A7A\u884C\u3092\u524A\u9664\u3057\u307E\u3059\u3002","inner-new-lines":{name:"\u5185\u90E8\u306E\u6539\u884C",description:"YAML\u306E\u5148\u982D\u3084\u672B\u5C3E\u3067\u306F\u306A\u3044\u6539\u884C\u3092\u524A\u9664\u3057\u307E\u3059\u3002"}},"consecutive-blank-lines":{name:"\u9023\u7D9A\u3059\u308B\u7A7A\u884C",description:"\u9023\u7D9A\u3059\u308B\u7A7A\u884C\u306F\u6700\u5927\u30671\u884C\u307E\u3067\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},"convert-bullet-list-markers":{name:"\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u306E\u5909\u63DB",description:"\u4E00\u822C\u7684\u306A\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u8A18\u53F7\u3092\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u306B\u5909\u63DB\u3057\u307E\u3059\u3002"},"convert-spaces-to-tabs":{name:"\u30B9\u30DA\u30FC\u30B9\u3092\u30BF\u30D6\u306B\u5909\u63DB",description:"\u5148\u982D\u306E\u30B9\u30DA\u30FC\u30B9\u3092\u30BF\u30D6\u306B\u5909\u63DB\u3057\u307E\u3059\u3002",tabsize:{name:"\u30BF\u30D6\u30B5\u30A4\u30BA",description:"\u30BF\u30D6\u306B\u5909\u63DB\u3055\u308C\u308B\u30B9\u30DA\u30FC\u30B9\u306E\u6570"}},"dedupe-yaml-array-values":{name:"YAML\u914D\u5217\u5024\u306E\u91CD\u8907\u6392\u9664",description:"\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3066\u91CD\u8907\u3059\u308B\u914D\u5217\u5024\u3092\u524A\u9664\u3057\u307E\u3059\u3002","dedupe-alias-key":{name:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u91CD\u8907\u6392\u9664",description:"\u91CD\u8907\u3059\u308B\u30A8\u30A4\u30EA\u30A2\u30B9\u306E\u524A\u9664\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"dedupe-tag-key":{name:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u91CD\u8907\u6392\u9664",description:"\u91CD\u8907\u3059\u308B\u30BF\u30B0\u306E\u524A\u9664\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"dedupe-array-keys":{name:"YAML\u914D\u5217\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u91CD\u8907\u6392\u9664",description:"\u901A\u5E38\u306EYAML\u914D\u5217\u306E\u91CD\u8907\u3059\u308B\u5024\u306E\u524A\u9664\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"ignore-keys":{name:"\u7121\u8996\u3059\u308BYAML\u30AD\u30FC",description:"\u91CD\u8907\u3059\u308B\u5024\u3092\u524A\u9664\u3057\u306A\u3044YAML\u30AD\u30FC\u306E\u30EA\u30B9\u30C8\uFF08\u672B\u5C3E\u306E\u30B3\u30ED\u30F3\u306A\u3057\uFF09\u3067\u3059\u3002"}},"default-language-for-code-fences":{name:"\u30B3\u30FC\u30C9\u30D5\u30A7\u30F3\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E",description:"\u8A00\u8A9E\u6307\u5B9A\u306E\u306A\u3044\u30B3\u30FC\u30C9\u30D5\u30A7\u30F3\u30B9\u306B\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u8A00\u8A9E\u3092\u8FFD\u52A0\u3057\u307E\u3059\u3002","default-language":{name:"\u30D7\u30ED\u30B0\u30E9\u30DF\u30F3\u30B0\u8A00\u8A9E",description:'\u4F55\u3082\u3057\u306A\u3044\u5834\u5408\u306F\u7A7A\u306E\u307E\u307E\u306B\u3057\u307E\u3059\u3002\u8A00\u8A9E\u30BF\u30B0\u306F\u3053\u3061\u3089\u3067\u78BA\u8A8D\u3067\u304D\u307E\u3059\u3002'}},"emphasis-style":{name:"\u5F37\u8ABF\u30B9\u30BF\u30A4\u30EB",description:"\u5F37\u8ABF\u30B9\u30BF\u30A4\u30EB\u304C\u4E00\u8CAB\u3057\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002",style:{name:"\u30B9\u30BF\u30A4\u30EB",description:"\u5F37\u8ABF\u3055\u308C\u305F\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u793A\u3059\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u30B9\u30BF\u30A4\u30EB"}},"empty-line-around-blockquotes":{name:"\u5F15\u7528\u30D6\u30ED\u30C3\u30AF\u306E\u5468\u308A\u306E\u7A7A\u884C",description:"\u5F15\u7528\u30D6\u30ED\u30C3\u30AF\u306E\u5468\u308A\u306B\u7A7A\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u305F\u3060\u3057\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u958B\u59CB\u307E\u305F\u306F\u7D42\u4E86\u6642\u306F\u9664\u304D\u307E\u3059\u3002\u6CE8\uFF1A\u7A7A\u884C\u306F\u5F15\u7528\u30D6\u30ED\u30C3\u30AF\u306E\u30CD\u30B9\u30C8\u30EC\u30D9\u30EB\u304C1\u3064\u5C11\u306A\u3044\u304B\u3001\u6539\u884C\u6587\u5B57\u306E\u3044\u305A\u308C\u304B\u3067\u3059\u3002"},"empty-line-around-code-fences":{name:"\u30B3\u30FC\u30C9\u30D5\u30A7\u30F3\u30B9\u306E\u5468\u308A\u306E\u7A7A\u884C",description:"\u30B3\u30FC\u30C9\u30D5\u30A7\u30F3\u30B9\u306E\u5468\u308A\u306B\u7A7A\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u305F\u3060\u3057\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u958B\u59CB\u307E\u305F\u306F\u7D42\u4E86\u6642\u306F\u9664\u304D\u307E\u3059\u3002"},"empty-line-around-math-blocks":{name:"\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u306E\u5468\u308A\u306E\u7A7A\u884C",description:'"\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u3092\u793A\u3059\u30C9\u30EB\u8A18\u53F7\u306E\u6570"\u3092\u4F7F\u7528\u3057\u3066\u3001\u5358\u4E00\u884C\u306E\u6570\u5F0F\u306E\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u306E\u5468\u308A\u306B\u7A7A\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002'},"empty-line-around-tables":{name:"\u30C6\u30FC\u30D6\u30EB\u306E\u5468\u308A\u306E\u7A7A\u884C",description:"GitHub\u98A8\u306E\u30C6\u30FC\u30D6\u30EB\u306E\u5468\u308A\u306B\u7A7A\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u305F\u3060\u3057\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u958B\u59CB\u307E\u305F\u306F\u7D42\u4E86\u6642\u306F\u9664\u304D\u307E\u3059\u3002"},"escape-yaml-special-characters":{name:"YAML\u7279\u6B8A\u6587\u5B57\u306E\u30A8\u30B9\u30B1\u30FC\u30D7",description:`YAML\u5185\u306E\u30B3\u30ED\u30F3\u306E\u5F8C\u306B\u30B9\u30DA\u30FC\u30B9\u3092\u8FFD\u52A0\u3059\u308B(:)\u3001\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8(')\u3001\u30C0\u30D6\u30EB\u30AF\u30A9\u30FC\u30C8(")\u3092\u30A8\u30B9\u30B1\u30FC\u30D7\u3057\u307E\u3059\u3002`,"try-to-escape-single-line-arrays":{name:"\u5358\u4E00\u884C\u914D\u5217\u306E\u30A8\u30B9\u30B1\u30FC\u30D7\u3092\u8A66\u307F\u308B",description:'\u914D\u5217\u304C "[" \u3067\u59CB\u307E\u308A "]" \u3067\u7D42\u308F\u308A\u3001\u9805\u76EE\u304C "," \u3067\u533A\u5207\u3089\u308C\u3066\u3044\u308B\u3068\u4EEE\u5B9A\u3057\u3066\u3001\u914D\u5217\u5024\u306E\u30A8\u30B9\u30B1\u30FC\u30D7\u3092\u8A66\u307F\u307E\u3059\u3002'}},"file-name-heading":{name:"\u30D5\u30A1\u30A4\u30EB\u540D\u898B\u51FA\u3057",description:"H1\u898B\u51FA\u3057\u304C\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u306B\u3001\u30D5\u30A1\u30A4\u30EB\u540D\u3092H1\u898B\u51FA\u3057\u3068\u3057\u3066\u633F\u5165\u3057\u307E\u3059\u3002"},"footnote-after-punctuation":{name:"\u53E5\u8AAD\u70B9\u306E\u5F8C\u306E\u811A\u6CE8",description:"\u811A\u6CE8\u306E\u53C2\u7167\u304C\u53E5\u8AAD\u70B9\u306E\u5F8C\u306B\u914D\u7F6E\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u53E5\u8AAD\u70B9\u306E\u524D\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002"},"force-yaml-escape":{name:"YAML\u306E\u5F37\u5236\u30A8\u30B9\u30B1\u30FC\u30D7",description:"\u6307\u5B9A\u3055\u308C\u305FYAML\u30AD\u30FC\u306E\u5024\u3092\u30A8\u30B9\u30B1\u30FC\u30D7\u3057\u307E\u3059\u3002","force-yaml-escape-keys":{name:"YAML\u30AD\u30FC\u306E\u5F37\u5236\u30A8\u30B9\u30B1\u30FC\u30D7",description:"\u6307\u5B9A\u3055\u308C\u305FYAML\u30AD\u30FC\u306B\u5BFE\u3057\u3066\u3001\u307E\u3060\u30A8\u30B9\u30B1\u30FC\u30D7\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306BYAML\u306E\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002YAML\u914D\u5217\u306B\u306F\u4F7F\u7528\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002"}},"format-tags-in-yaml":{name:"YAML\u5185\u306E\u30BF\u30B0\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:"YAML front-matter \u5185\u306E\u30BF\u30B0\u304B\u3089\u3001\u30CF\u30C3\u30B7\u30E5\u30BF\u30B0\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u3053\u308C\u306B\u3088\u308A\u3001\u30BF\u30B0\u304C\u7121\u52B9\u306B\u306A\u308B\u306E\u3092\u9632\u304E\u307E\u3059\u3002"},"format-yaml-array":{name:"YAML\u914D\u5217\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:"\u901A\u5E38\u306EYAML\u914D\u5217\u3092\u8907\u6570\u884C\u307E\u305F\u306F\u5358\u4E00\u884C\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3067\u304D\u308B\u3088\u3046\u306B\u3057\u3001tags\u304A\u3088\u3073aliases\u306F\u3001Obsidian\u56FA\u6709\u306EYAML\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6301\u3064\u3053\u3068\u304C\u8A31\u53EF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u5358\u4E00\u6587\u5B57\u5217\u304B\u3089\u5358\u4E00\u884C\u3078\u306E\u5909\u63DB\u306F\u30011\u3064\u4EE5\u4E0A\u306E\u30A8\u30F3\u30C8\u30EA\u304C\u5B58\u5728\u3059\u308B\u5834\u5408\u306B\u5358\u4E00\u6587\u5B57\u5217\u306E\u30A8\u30F3\u30C8\u30EA\u304B\u3089\u5358\u4E00\u884C\u914D\u5217\u306B\u5909\u308F\u308A\u307E\u3059\u3002\u540C\u69D8\u306B\u3001\u5358\u4E00\u6587\u5B57\u5217\u304B\u3089\u8907\u6570\u884C\u3078\u306E\u5909\u63DB\u306F\u8907\u6570\u884C\u914D\u5217\u306B\u306A\u308A\u307E\u3059\u3002","alias-key":{name:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002\u30EB\u30FC\u30EBYAML\u30BF\u30A4\u30C8\u30EB\u30A8\u30A4\u30EA\u30A2\u30B9\u3068\u4E00\u7DD2\u306B\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002\u3053\u308C\u3089\u306F\u3046\u307E\u304F\u6A5F\u80FD\u3057\u306A\u3044\u304B\u3001\u7570\u306A\u308B\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u30B9\u30BF\u30A4\u30EB\u304C\u9078\u629E\u3055\u308C\u3066\u4E88\u671F\u3057\u306A\u3044\u7D50\u679C\u3092\u62DB\u304F\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002"},"tag-key":{name:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"default-array-style":{name:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306EYAML\u914D\u5217\u30BB\u30AF\u30B7\u30E7\u30F3\u30B9\u30BF\u30A4\u30EB",description:'YAML\u914D\u5217\u306E\u30B9\u30BF\u30A4\u30EB\uFF08"\u30BF\u30B0"\u3001"\u30A8\u30A4\u30EA\u30A2\u30B9"\u3001\u304A\u3088\u3073"\u5358\u4E00\u884C\u914D\u5217\u306B\u5F37\u5236\u3059\u308B\u30AD\u30FC\u306E\u5024"\u3084"\u8907\u6570\u884C\u914D\u5217\u306B\u5F37\u5236\u3059\u308B\u30AD\u30FC\u306E\u5024"\u306B\u542B\u307E\u308C\u306A\u3044\u3082\u306E\uFF09'},"default-array-keys":{name:"YAML\u914D\u5217\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:"\u901A\u5E38\u306EYAML\u914D\u5217\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"force-single-line-array-style":{name:"\u5358\u4E00\u884C\u914D\u5217\u306B\u5F37\u5236\u3059\u308B\u30AD\u30FC\u306E\u5024",description:"\u6539\u884C\u3067\u533A\u5207\u3089\u308C\u305F\u30AD\u30FC\u306E\u5024\u306EYAML\u914D\u5217\u3092\u5358\u4E00\u884C\u5F62\u5F0F\u306B\u5F37\u5236\u3057\u307E\u3059\uFF08\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u7121\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u7A7A\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09"},"force-multi-line-array-style":{name:"\u8907\u6570\u884C\u914D\u5217\u306B\u5F37\u5236\u3059\u308B\u30AD\u30FC\u306E\u5024",description:"\u6539\u884C\u3067\u533A\u5207\u3089\u308C\u305F\u30AD\u30FC\u306E\u5024\u306EYAML\u914D\u5217\u3092\u8907\u6570\u884C\u5F62\u5F0F\u306B\u5F37\u5236\u3057\u307E\u3059\uFF08\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u7121\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u7A7A\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09"}},"header-increment":{name:"\u30D8\u30C3\u30C0\u30FC\u306E\u30A4\u30F3\u30AF\u30EA\u30E1\u30F3\u30C8",description:"\u898B\u51FA\u3057\u30EC\u30D9\u30EB\u306F\u4E00\u5EA6\u306B1\u30EC\u30D9\u30EB\u305A\u3064\u3057\u304B\u5897\u52A0\u3057\u306A\u3044\u3088\u3046\u306B\u3057\u307E\u3059","start-at-h2":{name:"\u898B\u51FA\u3057\u30EC\u30D9\u30EB2\u3067\u30D8\u30C3\u30C0\u30FC\u306E\u30A4\u30F3\u30AF\u30EA\u30E1\u30F3\u30C8\u3092\u958B\u59CB",description:"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u6700\u5C0F\u898B\u51FA\u3057\u30EC\u30D9\u30EB\u30922\u306B\u3057\u3001\u3059\u3079\u3066\u306E\u898B\u51FA\u3057\u3092\u305D\u308C\u306B\u5FDC\u3058\u3066\u30B7\u30D5\u30C8\u3057\u3066\u3001\u30EC\u30D9\u30EB2\u306E\u898B\u51FA\u3057\u304B\u3089\u59CB\u307E\u308B\u3088\u3046\u306B\u3057\u307E\u3059\u3002"}},"heading-blank-lines":{name:"\u898B\u51FA\u3057\u306E\u7A7A\u767D\u884C",description:"\u3059\u3079\u3066\u306E\u898B\u51FA\u3057\u306E\u524D\u5F8C\u306B\u30011\u884C\u306E\u7A7A\u767D\u884C\u3092\u5165\u308C\u307E\u3059\uFF08\u898B\u51FA\u3057\u304C\u6587\u66F8\u306E\u5148\u982D\u307E\u305F\u306F\u672B\u5C3E\u306B\u3042\u308B\u5834\u5408\u3092\u9664\u304F\uFF09\u3002",bottom:{name:"\u4E0B\u90E8",description:"\u898B\u51FA\u3057\u306E\u5F8C\u306B\u30011\u884C\u306E\u7A7A\u767D\u884C\u3092\u78BA\u4FDD\u3057\u307E\u3059\uFF08\u7121\u52B9\u306B\u3059\u308B\u3068\u3001\u898B\u51FA\u3057\u306E\u5F8C\u306E\u7A7A\u767D\u884C\u306F\u524A\u9664\u3055\u308C\u307E\u305B\u3093\uFF09"},"empty-line-after-yaml":{name:"YAML\u3068\u898B\u51FA\u3057\u306E\u9593\u306E\u7A7A\u884C",description:"YAML front-matter \u3068\u3001\u898B\u51FA\u3057\u306E\u9593\u306E\u7A7A\u884C\u3092\u4FDD\u6301\u3057\u307E\u3059"}},"headings-start-line":{name:"\u898B\u51FA\u3057\u306E\u958B\u59CB\u884C",description:"\u884C\u306E\u5148\u982D\u3067\u59CB\u307E\u3089\u306A\u3044\u898B\u51FA\u3057\u306F\u3001\u524D\u306E\u7A7A\u767D\u304C\u524A\u9664\u3055\u308C\u3066\u898B\u51FA\u3057\u3068\u3057\u3066\u8A8D\u8B58\u3055\u308C\u308B\u3088\u3046\u306B\u3057\u307E\u3059\u3002"},"insert-yaml-attributes":{name:"YAML\u5C5E\u6027\u306E\u633F\u5165",description:"\u6307\u5B9A\u3055\u308C\u305FYAML\u5C5E\u6027\u3092 YAML front-matter \u306B\u633F\u5165\u3057\u307E\u3059\u3002\u5404\u5C5E\u6027\u306F\u5358\u4E00\u884C\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002","text-to-insert":{name:"\u633F\u5165\u3059\u308B\u30C6\u30AD\u30B9\u30C8",description:"YAML front-matter \u306B\u633F\u5165\u3059\u308B\u30C6\u30AD\u30B9\u30C8"}},"line-break-at-document-end":{name:"\u6587\u66F8\u672B\u5C3E\u306E\u6539\u884C",description:"\u30CE\u30FC\u30C8\u304C\u7A7A\u3067\u306A\u3044\u5834\u5408\u3001\u6587\u66F8\u306E\u672B\u5C3E\u306B\u6B63\u78BA\u306B1\u3064\u306E\u6539\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u4FDD\u8A3C\u3057\u307E\u3059\u3002"},"move-footnotes-to-the-bottom":{name:"\u811A\u6CE8\u3092\u672B\u5C3E\u306B\u79FB\u52D5",description:"\u3059\u3079\u3066\u306E\u811A\u6CE8\u3092\u6587\u66F8\u306E\u672B\u5C3E\u306B\u79FB\u52D5\u3057\u3001\u30D5\u30A1\u30A4\u30EB\u672C\u6587\u3067\u53C2\u7167\u3055\u308C\u308B\u9806\u5E8F\u306B\u57FA\u3065\u3044\u3066\u4E26\u3079\u66FF\u3048\u3089\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002","include-blank-line-between-footnotes":{name:"\u811A\u6CE8\u9593\u306E\u7A7A\u884C\u3092\u542B\u3081\u308B",description:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u811A\u6CE8\u9593\u306B\u7A7A\u884C\u3092\u542B\u3081\u307E\u3059\u3002"}},"move-math-block-indicators-to-their-own-line":{name:"\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u306E\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u72EC\u81EA\u306E\u884C\u306B\u79FB\u52D5",description:'\u5358\u4E00\u884C\u306E\u6570\u5F0F\u306B\u5BFE\u3057\u3066\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u3092\u793A\u3059\u30C9\u30EB\u8A18\u53F7\u306E\u6570\u3092\u6C7A\u5B9A\u3059\u308B\u305F\u3081\u306B"\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u3092\u793A\u3059\u30C9\u30EB\u8A18\u53F7\u306E\u6570"\u3092\u4F7F\u7528\u3057\u3066\u3001\u3059\u3079\u3066\u306E\u958B\u59CB\u304A\u3088\u3073\u7D42\u4E86\u306E\u6570\u5F0F\u30D6\u30ED\u30C3\u30AF\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u72EC\u81EA\u306E\u884C\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002'},"move-tags-to-yaml":{name:"\u30BF\u30B0\u3092 YAML \u306B\u79FB\u52D5",description:"\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u6587\u66F8\u306E YAML front-matter \u306B\u79FB\u52D5\u3057\u307E\u3059\u3002","how-to-handle-existing-tags":{name:"\u672C\u6587\u306E\u30BF\u30B0\u64CD\u4F5C",description:"\u30BF\u30B0\u304C YAML front-matter \u306B\u79FB\u52D5\u3055\u308C\u305F\u5F8C\u3001\u30D5\u30A1\u30A4\u30EB\u672C\u6587\u5185\u306E\u7121\u8996\u3055\u308C\u3066\u3044\u306A\u3044\u30BF\u30B0\u306B\u5BFE\u3057\u3066\u4F55\u3092\u3059\u308B\u304B"},"tags-to-ignore":{name:"\u7121\u8996\u3059\u308B\u30BF\u30B0",description:'"YAML\u5185\u306E\u30BF\u30B0\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8"\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306B\u3001\u30BF\u30B0\u914D\u5217\u306B\u79FB\u52D5\u3055\u308C\u306A\u3044\u304B\u3001\u672C\u6587\u304B\u3089\u524A\u9664\u3055\u308C\u306A\u3044\u30BF\u30B0\u3067\u3059\u3002\u5404\u30BF\u30B0\u306F\u65B0\u3057\u3044\u884C\u306B\u8A18\u8FF0\u3057\u3001#\u3092\u542B\u3081\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002\u30BF\u30B0\u540D\u306B\u30CF\u30C3\u30B7\u30E5\u30BF\u30B0\u3092\u542B\u3081\u306A\u3044\u3088\u3046\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002'}},"no-bare-urls":{name:"bare URL\u3092\u8A31\u53EF\u3057\u306A\u3044",description:"\u30D0\u30C3\u30AF\u30AF\u30A9\u30FC\u30C8\u3001\u89D2\u62EC\u5F27\u3001\u307E\u305F\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3084\u30C0\u30D6\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u307E\u308C\u3066\u3044\u306A\u3044bare URL\u3092\u5C71\u62EC\u5F27(><)\u3067\u56F2\u307F\u307E\u3059\u3002","no-bare-uris":{name:"bare URI\u3092\u8A31\u53EF\u3057\u306A\u3044",description:"\u30D0\u30C3\u30AF\u30AF\u30A9\u30FC\u30C8\u3001\u89D2\u62EC\u5F27\u3001\u307E\u305F\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3084\u30C0\u30D6\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u307E\u308C\u3066\u3044\u306A\u3044bare URI\u3092\u5C71\u62EC\u5F27(><)\u3067\u56F2\u3082\u3046\u3068\u3057\u307E\u3059\u3002"}},"ordered-list-style":{name:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u304C\u6307\u5B9A\u3055\u308C\u305F\u30B9\u30BF\u30A4\u30EB\u306B\u5F93\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u6CE8\uFF1A2\u3064\u306E\u30B9\u30DA\u30FC\u30B9\u307E\u305F\u306F1\u3064\u306E\u30BF\u30D6\u306F\u30A4\u30F3\u30C7\u30F3\u30C8\u30EC\u30D9\u30EB\u3068\u898B\u306A\u3059\u3002","number-style":{name:"\u6570\u5B57\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u306E\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3067\u4F7F\u7528\u3055\u308C\u308B\u6570\u5B57\u306E\u30B9\u30BF\u30A4\u30EB"},"list-end-style":{name:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u306E\u7D42\u4E86\u30B9\u30BF\u30A4\u30EB",description:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u306E\u7D42\u4E86\u6587\u5B57"},"preserve-start":{name:"\u958B\u59CB\u756A\u53F7\u3092\u4FDD\u6301",description:"\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u306E\u958B\u59CB\u756A\u53F7\u3092\u4FDD\u6301\u3059\u308B\u304B\u3069\u3046\u304B\u3002\u3053\u308C\u306B\u3088\u308A\u3001\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8\u306E\u9805\u76EE\u9593\u306B\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u3042\u308B\u30EA\u30B9\u30C8\u3092\u4F5C\u6210\u3067\u304D\u307E\u3059\u3002"}},"paragraph-blank-lines":{name:"\u6BB5\u843D\u306E\u7A7A\u884C",description:"\u3059\u3079\u3066\u306E\u6BB5\u843D\u306E\u524D\u5F8C\u306B\u3001\u6B63\u78BA\u306B1\u884C\u306E\u7A7A\u767D\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002"},"prevent-double-checklist-indicator-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u4E8C\u91CD\u30C1\u30A7\u30C3\u30AF\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u9632\u6B62",description:"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u30AB\u30FC\u30BD\u30EB\u304C\u3042\u308B\u884C\u306B\u30C1\u30A7\u30C3\u30AF\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u304C\u3042\u308B\u5834\u5408\u3001\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u958B\u59CB\u30C1\u30A7\u30C3\u30AF\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"prevent-double-list-item-indicator-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u4E8C\u91CD\u30EA\u30B9\u30C8\u9805\u76EE\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u9632\u6B62",description:"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u30AB\u30FC\u30BD\u30EB\u304C\u3042\u308B\u884C\u306B\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u304C\u3042\u308B\u5834\u5408\u3001\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u958B\u59CB\u30EA\u30B9\u30C8\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"proper-ellipsis-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u9069\u5207\u306A\u7701\u7565\u8A18\u53F7",description:"\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u5185\u306E3\u3064\u306E\u9023\u7D9A\u3057\u305F\u30C9\u30C3\u30C8\u3092\u3001\u7701\u7565\u8A18\u53F7\u306B\u7F6E\u304D\u63DB\u3048\u307E\u3059\u3002\u30C9\u30C3\u30C8\u306E\u9593\u306B\u30B9\u30DA\u30FC\u30B9\u304C\u3042\u3063\u3066\u3082\u7F6E\u304D\u63DB\u3048\u307E\u3059\u3002"},"proper-ellipsis":{name:"\u9069\u5207\u306A\u7701\u7565\u8A18\u53F7",description:"3\u3064\u306E\u9023\u7D9A\u3057\u305F\u30C9\u30C3\u30C8\u3092\u7701\u7565\u8A18\u53F7\u306B\u7F6E\u304D\u63DB\u3048\u307E\u3059\u3002"},"quote-style":{name:"\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u672C\u6587\u306E\u5F15\u7528\u7B26\u3092\u3001\u6307\u5B9A\u3055\u308C\u305F\u30B7\u30F3\u30B0\u30EB\u304A\u3088\u3073\u30C0\u30D6\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u306B\u66F4\u65B0\u3057\u307E\u3059\u3002","single-quote-enabled":{name:"\u30B7\u30F3\u30B0\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B",description:"\u6307\u5B9A\u3055\u308C\u305F\u30B7\u30F3\u30B0\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002"},"single-quote-style":{name:"\u30B7\u30F3\u30B0\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u4F7F\u7528\u3059\u308B\u30B7\u30F3\u30B0\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3067\u3059\u3002"},"double-quote-enabled":{name:"\u30C0\u30D6\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B",description:"\u6307\u5B9A\u3055\u308C\u305F\u30C0\u30D6\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002"},"double-quote-style":{name:"\u30C0\u30D6\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u4F7F\u7528\u3059\u308B\u30C0\u30D6\u30EB\u5F15\u7528\u7B26\u306E\u30B9\u30BF\u30A4\u30EB\u3067\u3059\u3002"}},"re-index-footnotes":{name:"\u811A\u6CE8\u306E\u518D\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u5316",description:"\u767A\u751F\u9806\u306B\u57FA\u3065\u3044\u3066\u811A\u6CE8\u30AD\u30FC\u3068\u811A\u6CE8\u3092\u518D\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u5316\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u3053\u306E\u30EB\u30FC\u30EB\u306F\u3001\u30AD\u30FC\u306B\u5BFE\u3057\u3066\u8907\u6570\u306E\u811A\u6CE8\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002"},"remove-consecutive-list-markers":{name:"\u9023\u7D9A\u3059\u308B\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u306E\u524A\u9664",description:"\u9023\u7D9A\u3059\u308B\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u30EA\u30B9\u30C8\u9805\u76EE\u3092\u30B3\u30D4\u30FC\uFF06\u30DA\u30FC\u30B9\u30C8\u3059\u308B\u969B\u306B\u4FBF\u5229\u3067\u3059\u3002"},"remove-empty-lines-between-list-markers-and-checklists":{name:"\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3068\u30C1\u30A7\u30C3\u30AF\u30EA\u30B9\u30C8\u306E\u9593\u306E\u7A7A\u884C\u3092\u524A\u9664",description:"\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3068\u30C1\u30A7\u30C3\u30AF\u30EA\u30B9\u30C8\u306E\u9593\u306B\u7A7A\u884C\u304C\u306A\u3044\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002"},"remove-empty-list-markers":{name:"\u7A7A\u306E\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3092\u524A\u9664",description:"\u5185\u5BB9\u306E\u306A\u3044\u30EA\u30B9\u30C8\u9805\u76EE\u3001\u3059\u306A\u308F\u3061\u7A7A\u306E\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"empty-line-around-horizontal-rules":{name:"\u6C34\u5E73\u30EB\u30FC\u30EB\u306E\u5468\u308A\u306E\u7A7A\u884C",description:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u958B\u59CB\u307E\u305F\u306F\u7D42\u4E86\u3067\u306A\u3044\u9650\u308A\u3001\u6C34\u5E73\u30EB\u30FC\u30EB\u306E\u5468\u308A\u306B\u7A7A\u884C\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002"},"remove-hyphenated-line-breaks":{name:"\u30CF\u30A4\u30D5\u30F3\u3067\u533A\u5207\u3089\u308C\u305F\u6539\u884C\u3092\u524A\u9664",description:"\u6559\u79D1\u66F8\u304B\u3089\u30C6\u30AD\u30B9\u30C8\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u969B\u306B\u4FBF\u5229\u306A\u3001\u30CF\u30A4\u30D5\u30F3\u3067\u533A\u5207\u3089\u308C\u305F\u6539\u884C\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"remove-hyphens-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u30CF\u30A4\u30D5\u30F3\u3092\u524A\u9664",description:"\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u30CF\u30A4\u30D5\u30F3\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"remove-leading-or-trailing-whitespace-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u5148\u982D\u307E\u305F\u306F\u672B\u5C3E\u306E\u7A7A\u767D\u3092\u524A\u9664",description:"\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u306E\u3001\u5148\u982D\u306E\u30BF\u30D6\u4EE5\u5916\u306E\u7A7A\u767D\u3068\u3001\u672B\u5C3E\u306E\u7A7A\u767D\u3092\u3059\u3079\u3066\u524A\u9664\u3057\u307E\u3059\u3002"},"remove-leftover-footnotes-from-quote-on-paste":{name:"\u5F15\u7528\u7B26\u306E\u8CBC\u308A\u4ED8\u3051\u6642\u306B\u6B8B\u3063\u305F\u811A\u6CE8\u3092\u524A\u9664",description:"\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u306E\u6B8B\u3063\u305F\u811A\u6CE8\u53C2\u7167\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"remove-link-spacing":{name:"\u30EA\u30F3\u30AF\u306E\u9593\u9694\u3092\u524A\u9664",description:"\u30EA\u30F3\u30AF\u30C6\u30AD\u30B9\u30C8\u306E\u5468\u308A\u306E\u7A7A\u884C\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},"remove-multiple-blank-lines-on-paste":{name:"\u8CBC\u308A\u4ED8\u3051\u6642\u306E\u8907\u6570\u306E\u7A7A\u884C\u3092\u524A\u9664",description:"\u8CBC\u308A\u4ED8\u3051\u308B\u30C6\u30AD\u30B9\u30C8\u306E\u3001\u8907\u6570\u306E\u7A7A\u884C\u3092\u30011\u3064\u306E\u7A7A\u884C\u306B\u307E\u3068\u3081\u307E\u3059\u3002"},"remove-multiple-spaces":{name:"\u8907\u6570\u306E\u30B9\u30DA\u30FC\u30B9\u3092\u524A\u9664",description:"2\u3064\u4EE5\u4E0A\u9023\u7D9A\u3059\u308B\u30B9\u30DA\u30FC\u30B9\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u884C\u306E\u5148\u982D\u3068\u672B\u5C3E\u306E\u30B9\u30DA\u30FC\u30B9\u306F\u7121\u8996\u3057\u307E\u3059\u3002"},"remove-space-around-characters":{name:"\u6587\u5B57\u306E\u5468\u308A\u306E\u7A7A\u767D\u3092\u524A\u9664",description:"\u7279\u5B9A\u306E\u6587\u5B57\u304C\u7A7A\u767D\uFF08\u5358\u4E00\u30B9\u30DA\u30FC\u30B9\u307E\u305F\u306F\u30BF\u30D6\uFF09\u3067\u56F2\u307E\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u3053\u308C\u306B\u3088\u308A\u3001\u5834\u5408\u306B\u3088\u3063\u3066\u306F\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u5F62\u5F0F\u306B\u554F\u984C\u304C\u751F\u3058\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","include-fullwidth-forms":{name:"\u5168\u89D2\u6587\u5B57\u3092\u542B\u3081\u308B",description:'\u30E6\u30CB\u30B3\u30FC\u30C9\u30D6\u30ED\u30C3\u30AF\u5168\u89D2\u6587\u5B57\uFF08Fullwidth Forms\uFF09\u3092\u542B\u3081\u308B'},"include-cjk-symbols-and-punctuation":{name:"CJK\u8A18\u53F7\u304A\u3088\u3073\u53E5\u8AAD\u70B9\u3092\u542B\u3081\u308B",description:'\u30E6\u30CB\u30B3\u30FC\u30C9\u30D6\u30ED\u30C3\u30AFCJK\u8A18\u53F7\u304A\u3088\u3073\u53E5\u8AAD\u70B9\uFF08CJK Symbols and Punctuation\uFF09\u3092\u542B\u3081\u308B'},"include-dashes":{name:"\u30C0\u30C3\u30B7\u30E5\u3092\u542B\u3081\u308B",description:"en\u30C0\u30C3\u30B7\u30E5\uFF08\u2013\uFF09\u304A\u3088\u3073em\u30C0\u30C3\u30B7\u30E5\uFF08\u2014\uFF09\u3092\u542B\u3081\u308B"},"other-symbols":{name:"\u305D\u306E\u4ED6\u306E\u8A18\u53F7",description:"\u305D\u306E\u4ED6\u306E\u542B\u3081\u308B\u8A18\u53F7\u306E\u30EA\u30B9\u30C8"}},"remove-space-before-or-after-characters":{name:"\u6587\u5B57\u306E\u524D\u5F8C\u306E\u7A7A\u767D\u3092\u524A\u9664",description:"\u6307\u5B9A\u3055\u308C\u305F\u6587\u5B57\u306E\u524D\u5F8C\u306E\u7A7A\u767D\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u3053\u308C\u306B\u3088\u308A\u3001\u5834\u5408\u306B\u3088\u3063\u3066\u306F\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u5F62\u5F0F\u306B\u554F\u984C\u304C\u751F\u3058\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","characters-to-remove-space-before":{name:"\u6587\u5B57\u306E\u524D\u306E\u7A7A\u767D\u3092\u524A\u9664",description:"\u6307\u5B9A\u3055\u308C\u305F\u6587\u5B57\u306E\u524D\u306E\u7A7A\u767D\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u30EA\u30B9\u30C8\u5185\u3067{\u307E\u305F\u306F}\u3092\u4F7F\u7528\u3059\u308B\u3068\u3001\u80CC\u5F8C\u3067\u7121\u8996\u69CB\u6587\u306B\u4F7F\u7528\u3055\u308C\u308B\u305F\u3081\u3001\u30D5\u30A1\u30A4\u30EB\u306B\u4E88\u671F\u3057\u306A\u3044\u5F71\u97FF\u3092\u4E0E\u3048\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002"},"characters-to-remove-space-after":{name:"\u6587\u5B57\u306E\u5F8C\u306E\u7A7A\u767D\u3092\u524A\u9664",description:"\u6307\u5B9A\u3055\u308C\u305F\u6587\u5B57\u306E\u5F8C\u306E\u7A7A\u767D\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u30EA\u30B9\u30C8\u5185\u3067{\u307E\u305F\u306F}\u3092\u4F7F\u7528\u3059\u308B\u3068\u3001\u80CC\u5F8C\u3067\u7121\u8996\u69CB\u6587\u306B\u4F7F\u7528\u3055\u308C\u308B\u305F\u3081\u3001\u30D5\u30A1\u30A4\u30EB\u306B\u4E88\u671F\u3057\u306A\u3044\u5F71\u97FF\u3092\u4E0E\u3048\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002"}},"remove-trailing-punctuation-in-heading":{name:"\u898B\u51FA\u3057\u306E\u672B\u5C3E\u306E\u53E5\u8AAD\u70B9\u3092\u524A\u9664",description:'\u898B\u51FA\u3057\u306E\u672B\u5C3E\u304B\u3089\u3001\u6307\u5B9A\u3055\u308C\u305F\u53E5\u8AAD\u70B9\u3092\u524A\u9664\u3057\u307E\u3059\u3002HTML\u30A8\u30F3\u30C6\u30A3\u30C6\u30A3\u53C2\u7167\u306E\u672B\u5C3E\u306E\u30BB\u30DF\u30B3\u30ED\u30F3\u306F\u7121\u8996\u3055\u308C\u307E\u3059\u3002',"punctuation-to-remove":{name:"\u672B\u5C3E\u306E\u53E5\u8AAD\u70B9",description:"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u898B\u51FA\u3057\u304B\u3089\u524A\u9664\u3059\u308B\u672B\u5C3E\u306E\u53E5\u8AAD\u70B9\u3002"}},"remove-yaml-keys":{name:"YAML\u30AD\u30FC\u3092\u524A\u9664",description:"\u6307\u5B9A\u3055\u308C\u305FYAML\u30AD\u30FC\u3092\u524A\u9664\u3057\u307E\u3059","yaml-keys-to-remove":{name:"\u524A\u9664\u3059\u308BYAML\u30AD\u30FC",description:"\u30B3\u30ED\u30F3\u306E\u6709\u7121\u306B\u304B\u304B\u308F\u3089\u305A\u3001YAML front-matter \u304B\u3089\u524A\u9664\u3059\u308BYAML\u30AD\u30FC"}},"sort-yaml-array-values":{name:"YAML\u914D\u5217\u306E\u5024\u3092\u30BD\u30FC\u30C8",description:"\u6307\u5B9A\u3055\u308C\u305F\u30BD\u30FC\u30C8\u9806\u306B\u57FA\u3065\u3044\u3066\u3001YAML\u914D\u5217\u306E\u5024\u3092\u30BD\u30FC\u30C8\u3057\u307E\u3059\u3002","sort-alias-key":{name:"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u30BD\u30FC\u30C8",description:"\u30A8\u30A4\u30EA\u30A2\u30B9\u306E\u30BD\u30FC\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"sort-tag-key":{name:"YAML\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u30BD\u30FC\u30C8",description:"\u30BF\u30B0\u306E\u30BD\u30FC\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"sort-array-keys":{name:"YAML\u914D\u5217\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u30BD\u30FC\u30C8",description:"\u901A\u5E38\u306EYAML\u914D\u5217\u306E\u5024\u306E\u30BD\u30FC\u30C8\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},"ignore-keys":{name:"\u7121\u8996\u3059\u308BYAML\u30AD\u30FC",description:"\u5024\u306E\u30BD\u30FC\u30C8\u3092\u884C\u308F\u306A\u3044YAML\u30AD\u30FC\u306E\u30EA\u30B9\u30C8\u3002\u5404\u30AD\u30FC\u306F\u30B3\u30ED\u30F3\u306A\u3057\u3067\u72EC\u7ACB\u3057\u305F\u884C\u306B\u8A18\u8FF0\u3057\u307E\u3059\u3002"},"sort-order":{name:"\u30BD\u30FC\u30C8\u9806",description:"YAML\u914D\u5217\u306E\u5024\u3092\u30BD\u30FC\u30C8\u3059\u308B\u65B9\u6CD5\u3002"}},"space-after-list-markers":{name:"\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u306E\u5F8C\u306E\u30B9\u30DA\u30FC\u30B9",description:"\u30EA\u30B9\u30C8\u30DE\u30FC\u30AB\u30FC\u3068\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9\u306E\u5F8C\u306B\u306F\u3001\u5358\u4E00\u306E\u30B9\u30DA\u30FC\u30B9\u304C\u5FC5\u8981\u3067\u3059\u3002"},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"\u4E2D\u56FD\u8A9E\u3001\u65E5\u672C\u8A9E\u3001\u97D3\u56FD\u8A9E\u3068\u82F1\u8A9E\u307E\u305F\u306F\u6570\u5B57\u306E\u9593\u306E\u30B9\u30DA\u30FC\u30B9",description:'\u4E2D\u56FD\u8A9E\u3001\u65E5\u672C\u8A9E\u3001\u97D3\u56FD\u8A9E\u3068\u82F1\u8A9E\u307E\u305F\u306F\u6570\u5B57\u306E\u9593\u306B\u5358\u4E00\u306E\u30B9\u30DA\u30FC\u30B9\u304C\u3042\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002\u3053\u308C\u3089\u306E\u30AC\u30A4\u30C9\u30E9\u30A4\u30F3\u306B\u5F93\u3044\u307E\u3059\u3002',"english-symbols-punctuation-before":{name:"CJK\u306E\u524D\u306E\u82F1\u8A9E\u306E\u3001\u53E5\u8AAD\u70B9\u3068\u8A18\u53F7",description:"\u4E2D\u56FD\u8A9E\u3001\u65E5\u672C\u8A9E\u3001\u97D3\u56FD\u8A9E\u306E\u6587\u5B57\u306E\u524D\u306B\u3042\u308B\u5834\u5408\u306B\u3001\u82F1\u8A9E\u3068\u898B\u306A\u3055\u308C\u308B\u975E\u6587\u5B57\u306E\u53E5\u8AAD\u70B9\u3068\u8A18\u53F7\u306E\u30EA\u30B9\u30C8\u3002\u6CE8\uFF1A\u300C*\u300D\u306F\u5E38\u306B\u82F1\u8A9E\u3068\u898B\u306A\u3055\u308C\u3001\u4E00\u90E8\u306E\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u69CB\u6587\u3092\u9069\u5207\u306B\u51E6\u7406\u3059\u308B\u305F\u3081\u306B\u5FC5\u8981\u3067\u3059\u3002"},"english-symbols-punctuation-after":{name:"CJK\u306E\u5F8C\u306E\u82F1\u8A9E\u306E\u3001\u53E5\u8AAD\u70B9\u3068\u8A18\u53F7",description:"\u4E2D\u56FD\u8A9E\u3001\u65E5\u672C\u8A9E\u3001\u97D3\u56FD\u8A9E\u306E\u6587\u5B57\u306E\u5F8C\u306B\u3042\u308B\u5834\u5408\u306B\u3001\u82F1\u8A9E\u3068\u898B\u306A\u3055\u308C\u308B\u975E\u6587\u5B57\u306E\u53E5\u8AAD\u70B9\u3068\u8A18\u53F7\u306E\u30EA\u30B9\u30C8\u3002\u6CE8\uFF1A\u300C*\u300D\u306F\u5E38\u306B\u82F1\u8A9E\u3068\u898B\u306A\u3055\u308C\u3001\u4E00\u90E8\u306E\u30DE\u30FC\u30AF\u30C0\u30A6\u30F3\u69CB\u6587\u3092\u9069\u5207\u306B\u51E6\u7406\u3059\u308B\u305F\u3081\u306B\u5FC5\u8981\u3067\u3059\u3002"}},"strong-style":{name:"\u5F37\u8ABF\u30B9\u30BF\u30A4\u30EB",description:"\u5F37\u8ABF\u30B9\u30BF\u30A4\u30EB\u304C\u4E00\u8CAB\u3057\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002",style:{name:"\u30B9\u30BF\u30A4\u30EB",description:"\u5F37\u8ABF/\u592A\u5B57\u306E\u5185\u5BB9\u3092\u793A\u3059\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u30B9\u30BF\u30A4\u30EB"}},"trailing-spaces":{name:"\u884C\u672B\u306E\u7A7A\u767D",description:"\u5404\u884C\u306E\u4F59\u5206\u306A\u7A7A\u767D\u3092\u524A\u9664\u3057\u307E\u3059\u3002","two-space-line-break":{name:"\u4E8C\u91CD\u30B9\u30DA\u30FC\u30B9\u306E\u6539\u884C",description:'\u6539\u884C\u306B\u7D9A\u304F\u4E8C\u91CD\u30B9\u30DA\u30FC\u30B9\uFF08"\u4E8C\u91CD\u30B9\u30DA\u30FC\u30B9\u30EB\u30FC\u30EB"\uFF09\u3092\u7121\u8996\u3057\u307E\u3059\u3002'}},"two-spaces-between-lines-with-content":{name:"\u5185\u5BB9\u306E\u3042\u308B\u884C\u9593\u306E\u6539\u884C",description:"\u6BB5\u843D\u3001\u5F15\u7528\u3001\u30EA\u30B9\u30C8\u9805\u76EE\u306E\u6B21\u306E\u884C\u306B\u5185\u5BB9\u304C\u7D9A\u304F\u884C\u306E\u672B\u5C3E\u306B\u3001\u6307\u5B9A\u3055\u308C\u305F\u6539\u884C\u304C\u8FFD\u52A0\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002","line-break-indicator":{name:"\u6539\u884C\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC",description:"\u4F7F\u7528\u3059\u308B\u6539\u884C\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u3002"}},"unordered-list-style":{name:"\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8\u304C\u6307\u5B9A\u3055\u308C\u305F\u30B9\u30BF\u30A4\u30EB\u306B\u5F93\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002","list-style":{name:"\u30EA\u30B9\u30C8\u9805\u76EE\u306E\u30B9\u30BF\u30A4\u30EB",description:"\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8\u3067\u4F7F\u7528\u3059\u308B\u30EA\u30B9\u30C8\u9805\u76EE\u306E\u30B9\u30BF\u30A4\u30EB"}},"yaml-key-sort":{name:"YAML\u30AD\u30FC\u306E\u30BD\u30FC\u30C8",description:"\u6307\u5B9A\u3055\u308C\u305F\u9806\u5E8F\u3068\u512A\u5148\u9806\u4F4D\u306B\u57FA\u3065\u3044\u3066YAML\u30AD\u30FC\u3092\u30BD\u30FC\u30C8\u3057\u307E\u3059\u3002\u6CE8\uFF1A\u7A7A\u884C\u3082\u524A\u9664\u3059\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002\u30CD\u30B9\u30C8\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC\u306B\u306E\u307F\u6A5F\u80FD\u3057\u307E\u3059\u3002","yaml-key-priority-sort-order":{name:"YAML\u30AD\u30FC\u512A\u5148\u30BD\u30FC\u30C8\u9806",description:"\u30EA\u30B9\u30C8\u306B\u898B\u3064\u304B\u3063\u305F\u9806\u5E8F\u3067\u30BD\u30FC\u30C8\u3055\u308C\u308B\u5404\u884C\u306B\u30011\u3064\u305A\u3064\u30AD\u30FC\u3092\u4E26\u3079\u308B\u9806\u5E8F"},"priority-keys-at-start-of-yaml":{name:"YAML\u306E\u5148\u982D\u306B\u3042\u308B\u512A\u5148\u30AD\u30FC",description:"YAML\u30AD\u30FC\u512A\u5148\u30BD\u30FC\u30C8\u9806\u306F YAML front-matter \u306E\u5148\u982D\u306B\u914D\u7F6E\u3055\u308C\u307E\u3059"},"yaml-sort-order-for-other-keys":{name:"\u305D\u306E\u4ED6\u306E\u30AD\u30FC\u306EYAML\u30BD\u30FC\u30C8\u9806",description:"YAML\u30AD\u30FC\u512A\u5148\u30BD\u30FC\u30C8\u9806\u306E\u30C6\u30AD\u30B9\u30C8\u30A8\u30EA\u30A2\u306B\u898B\u3064\u304B\u3089\u306A\u3044\u30AD\u30FC\u3092\u30BD\u30FC\u30C8\u3059\u308B\u65B9\u6CD5"}},"yaml-timestamp":{name:"YAML\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7",description:"YAML front-matter \u3067\u30D5\u30A1\u30A4\u30EB\u304C\u6700\u5F8C\u306B\u7DE8\u96C6\u3055\u308C\u305F\u65E5\u4ED8\u3092\u8FFD\u8DE1\u3057\u307E\u3059\u3002\u30D5\u30A1\u30A4\u30EB\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u65E5\u4ED8\u3092\u53D6\u5F97\u3057\u307E\u3059\u3002","date-created":{name:"\u4F5C\u6210\u65E5",description:"\u30D5\u30A1\u30A4\u30EB\u306E\u4F5C\u6210\u65E5\u3092\u633F\u5165\u3057\u307E\u3059\u3002"},"date-created-key":{name:"\u4F5C\u6210\u65E5\u30AD\u30FC",description:"\u4F5C\u6210\u65E5\u306B\u4F7F\u7528\u3059\u308BYAML\u30AD\u30FC"},"date-created-source-of-truth":{name:"\u4F5C\u6210\u65E5\u306E\u771F\u5B9F\u306E\u60C5\u5831\u6E90",description:"\u4F5C\u6210\u65E5\u304C\u3059\u3067\u306B front-matter \u306B\u5B58\u5728\u3059\u308B\u5834\u5408\u306B\u3001\u4F5C\u6210\u65E5\u3092\u53D6\u5F97\u3059\u308B\u5834\u6240\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002"},"date-modified-source-of-truth":{name:"\u66F4\u65B0\u65E5\u306E\u771F\u5B9F\u306E\u60C5\u5831\u6E90",description:"\u66F4\u65B0\u65E5\u304C\u3059\u3067\u306B front-matter \u306B\u5B58\u5728\u3059\u308B\u5834\u5408\u306B\u3001\u66F4\u65B0\u65E5\u304C\u66F4\u65B0\u3055\u308C\u308B\u3079\u304D\u6642\u3092\u3001\u3069\u306E\u624B\u6BB5\u3092\u7528\u3044\u308B\u304B\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002"},"date-modified":{name:"\u66F4\u65B0\u65E5",description:"\u30D5\u30A1\u30A4\u30EB\u306E\u6700\u7D42\u66F4\u65B0\u65E5\u3092\u633F\u5165\u3057\u307E\u3059\u3002"},"date-modified-key":{name:"\u66F4\u65B0\u65E5\u30AD\u30FC",description:"\u66F4\u65B0\u65E5\u306B\u4F7F\u7528\u3059\u308BYAML\u30AD\u30FC"},format:{name:"\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",description:'\u4F7F\u7528\u3059\u308Bmoment date\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\uFF08moment date\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u53C2\u7167\uFF09'},"convert-to-utc":{name:"\u30ED\u30FC\u30AB\u30EB\u6642\u9593\u3092UTC\u306B\u5909\u63DB",description:"\u4FDD\u5B58\u3055\u308C\u305F\u65E5\u4ED8\u3092\u3001\u30ED\u30FC\u30AB\u30EB\u6642\u9593\u306E\u4EE3\u308F\u308A\u306BUTC\u306E\u3092\u4F7F\u7528\u3057\u307E\u3059"},"update-on-file-contents-updated":{name:"\u30D5\u30A1\u30A4\u30EB\u5185\u5BB9\u306E\u66F4\u65B0\u6642\u306BYAML\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u3092\u66F4\u65B0",description:'\u73FE\u5728\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30CE\u30FC\u30C8\u304C\u5909\u66F4\u3055\u308C\u308B\u3068\u3001"YAML\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7"\u3067\u5B9F\u884C\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306B\u3088\u308A\u3001\u73FE\u5728\u306E\u5024\u304B\u30895\u79D2\u4EE5\u4E0A\u305A\u308C\u3066\u3044\u308B\u5834\u5408\u306F\u3001\u5909\u66F4\u3055\u308C\u305F\u30CE\u30FC\u30C8\u306E\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u304C\u66F4\u65B0\u3055\u308C\u308B\u306F\u305A\u3067\u3059\u3002'}},"yaml-title-alias":{name:"YAML\u30BF\u30A4\u30C8\u30EB\u30A8\u30A4\u30EA\u30A2\u30B9",description:"\u30D5\u30A1\u30A4\u30EB\u306E\u30BF\u30A4\u30C8\u30EB\u3092 YAML front-matter \u306E\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306B\u633F\u5165\u307E\u305F\u306F\u66F4\u65B0\u3057\u307E\u3059\u3002\u30BF\u30A4\u30C8\u30EB\u306F\u6700\u521D\u306EH1\u307E\u305F\u306F\u30D5\u30A1\u30A4\u30EB\u540D\u304B\u3089\u53D6\u5F97\u3057\u307E\u3059\u3002","preserve-existing-alias-section-style":{name:"\u65E2\u5B58\u306E\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u4FDD\u6301",description:'\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001"YAML\u30A8\u30A4\u30EA\u30A2\u30B9\u30BB\u30AF\u30B7\u30E7\u30F3\u30B9\u30BF\u30A4\u30EB"\u306E\u8A2D\u5B9A\u306F\u3001\u65B0\u3057\u304F\u4F5C\u6210\u3055\u308C\u305F\u30BB\u30AF\u30B7\u30E7\u30F3\u306B\u306E\u307F\u9069\u7528\u3055\u308C\u307E\u3059'},"keep-alias-that-matches-the-filename":{name:"\u30D5\u30A1\u30A4\u30EB\u540D\u3068\u4E00\u81F4\u3059\u308B\u30A8\u30A4\u30EA\u30A2\u30B9\u3092\u4FDD\u6301",description:"\u305D\u306E\u3088\u3046\u306A\u30A8\u30A4\u30EA\u30A2\u30B9\u306F\u901A\u5E38\u5197\u9577\u3067\u3059"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"Alias Helper Key\u3067\u6307\u5B9A\u3055\u308C\u305FYAML\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u3001\u30D5\u30A1\u30A4\u30EB\u540D\u3068\u898B\u51FA\u3057\u306E\u5909\u66F4\u3092\u652F\u63F4\u3057\u307E\u3059",description:"\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u6700\u521D\u306EH1\u898B\u51FA\u3057\u304C\u5909\u66F4\u3055\u308C\u305F\u5834\u5408\u3001\u307E\u305F\u306F\u6700\u521D\u306EH1\u304C\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u306F\u30D5\u30A1\u30A4\u30EB\u540D\u304C\u5909\u66F4\u3055\u308C\u305F\u5834\u5408\u306B\u3001\u3053\u306E\u30AD\u30FC\u306B\u4FDD\u5B58\u3055\u308C\u3066\u3044\u308B\u53E4\u3044\u30A8\u30A4\u30EA\u30A2\u30B9\u306F\u3001\u65B0\u3057\u3044\u5024\u306B\u7F6E\u304D\u63DB\u3048\u3089\u308C\u307E\u3059\u3002\u30A8\u30A4\u30EA\u30A2\u30B9\u914D\u5217\u306B\u65B0\u3057\u3044\u30A8\u30F3\u30C8\u30EA\u3092\u633F\u5165\u3059\u308B\u3060\u3051\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002"},"alias-helper-key":{name:"Alias Helper Key",description:"\u3053\u306E\u30EB\u30FC\u30EB\u306B\u3088\u3063\u3066 front-matter \u306B\u4FDD\u5B58\u3055\u308C\u305F\u6700\u5F8C\u306E\u30D5\u30A1\u30A4\u30EB\u540D\u307E\u305F\u306F\u898B\u51FA\u3057\u3092\u8FFD\u8DE1\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3059\u308B\u30AD\u30FC\u3002"}},"yaml-title":{name:"YAML\u30BF\u30A4\u30C8\u30EB",description:"\u30D5\u30A1\u30A4\u30EB\u306E\u30BF\u30A4\u30C8\u30EB\u3092 YAML front-matter \u306B\u633F\u5165\u3057\u307E\u3059\u3002\u9078\u629E\u3057\u305F\u30E2\u30FC\u30C9\u306B\u57FA\u3065\u3044\u3066\u30BF\u30A4\u30C8\u30EB\u3092\u53D6\u5F97\u3057\u307E\u3059\u3002","title-key":{name:"\u30BF\u30A4\u30C8\u30EB\u30AD\u30FC",description:"\u30BF\u30A4\u30C8\u30EB\u306B\u4F7F\u7528\u3059\u308BYAML\u30AD\u30FC"},mode:{name:"\u30E2\u30FC\u30C9",description:"\u30BF\u30A4\u30C8\u30EB\u3092\u53D6\u5F97\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3059\u308B\u65B9\u6CD5"}}},enums:{"Title Case":"\u30BF\u30A4\u30C8\u30EB\u30B1\u30FC\u30B9","ALL CAPS":"\u3059\u3079\u3066\u5927\u6587\u5B57","First letter":"\u6700\u521D\u306E\u6587\u5B57",".":".",")":")",ERROR:"\u30A8\u30E9\u30FC",TRACE:"\u30C8\u30EC\u30FC\u30B9",DEBUG:"\u30C7\u30D0\u30C3\u30B0",INFO:"\u60C5\u5831",WARN:"\u8B66\u544A",SILENT:"\u30B5\u30A4\u30EC\u30F3\u30C8",ascending:"\u6607\u9806",lazy:"\u9045\u5EF6",preserve:"\u4FDD\u6301",Nothing:"\u306A\u3057","Remove hashtag":"\u30CF\u30C3\u30B7\u30E5\u30BF\u30B0\u3092\u524A\u9664","Remove whole tag":"\u30BF\u30B0\u5168\u4F53\u3092\u524A\u9664",asterisk:"\u30A2\u30B9\u30BF\u30EA\u30B9\u30AF",underscore:"\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2",consistent:"\u4E00\u8CAB\u6027","-":"-","*":"*","+":"+",space:"\u30B9\u30DA\u30FC\u30B9","no space":"\u30B9\u30DA\u30FC\u30B9\u306A\u3057",None:"\u306A\u3057","Ascending Alphabetical":"\u30A2\u30EB\u30D5\u30A1\u30D9\u30C3\u30C8\u306E\u6607\u9806","Descending Alphabetical":"\u30A2\u30EB\u30D5\u30A1\u30D9\u30C3\u30C8\u306E\u964D\u9806","multi-line":"\u8907\u6570\u884C","single-line":"\u5358\u4E00\u884C","single string to single-line":"\u5358\u4E00\u6587\u5B57\u5217\u304B\u3089\u5358\u4E00\u884C\u3078","single string to multi-line":"\u5358\u4E00\u6587\u5B57\u5217\u304B\u3089\u8907\u6570\u884C\u3078","single string comma delimited":"\u5358\u4E00\u6587\u5B57\u5217\u30AB\u30F3\u30DE\u533A\u5207\u308A","single string space delimited":"\u5358\u4E00\u6587\u5B57\u5217\u30B9\u30DA\u30FC\u30B9\u533A\u5207\u308A","single-line space delimited":"\u5358\u4E00\u884C\u30B9\u30DA\u30FC\u30B9\u533A\u5207\u308A","first-h1":"\u6700\u521D\u306EH1","first-h1-or-filename-if-h1-missing":"\u6700\u521D\u306EH1 \u307E\u305F\u306F H1\u304C\u306A\u3044\u5834\u5408\u306F\u30D5\u30A1\u30A4\u30EB\u540D",filename:"\u30D5\u30A1\u30A4\u30EB\u540D",never:"\u306A\u3057","after 5 seconds":"5\u79D2\u5F8C","after 10 seconds":"10\u79D2\u5F8C","after 15 seconds":"15\u79D2\u5F8C","after 30 seconds":"30\u79D2\u5F8C","after 1 minute":"1\u5206\u5F8C","file system":"\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0",frontmatter:"YAML frontmatter","user or Linter edits":"Obsidian\u3067\u306E\u5909\u66F4","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Lp={};var Ap={};var Sp={};var Ep={};var Tp={};var xp={};var Mp={};var Op={commands:{"lint-file":{name:"\u041B\u0438\u043D\u0442 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430","error-message":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430"},"lint-file-unless-ignored":{name:"\u041B\u0438\u043D\u0442 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D \u043D\u0435 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F"},"lint-all-files":{name:"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435","error-message":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","success-message":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u043F\u0440\u043E\u0448\u0435\u043B \u0443\u0441\u043F\u0435\u0448\u043D\u043E","errors-message-singular":"\u041B\u0438\u043D\u0442\u0435\u0440 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043B \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u0441 1 \u043E\u0448\u0438\u0431\u043A\u043E\u0439.","errors-message-plural":"\u041B\u0438\u043D\u0442\u0435\u0440 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043B \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u0441 {NUM} \u043E\u0448\u0438\u0431\u043E\u043A.","start-message":"\u042D\u0442\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u0442 \u0432\u0441\u0435 \u0432\u0430\u0448\u0438 \u0444\u0430\u0439\u043B\u044B \u0438 \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043E\u0448\u0438\u0431\u043A\u0438.","submit-button-text":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0433\u043E","submit-button-notice-text":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432..."},"lint-all-files-in-folder":{name:"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u0430\u043F\u043A\u0435","start-message":"\u042D\u0442\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u0442 \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u0432 {FOLDER_NAME}, \u0432\u043A\u043B\u044E\u0447\u0430\u044F \u0444\u0430\u0439\u043B\u044B \u0432 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0430\u0445, \u0447\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043E\u0448\u0438\u0431\u043A\u0438.","submit-button-text":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {FOLDER_NAME}","submit-button-notice-text":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {FOLDER_NAME}...","error-message":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043F\u0430\u043F\u043A\u0435","success-message":"\u041B\u0438\u043D\u0442 \u0432\u0441\u0435\u0445 {NUM} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {FOLDER_NAME} \u043F\u0440\u043E\u0448\u0435\u043B \u0443\u0441\u043F\u0435\u0448\u043D\u043E.","message-singular":"\u041B\u0438\u043D\u0442\u0435\u0440 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043B \u0432\u0441\u0435 {NUM} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {FOLDER_NAME} \u0441 1 \u043E\u0448\u0438\u0431\u043A\u043E\u0439.","message-plural":"\u041B\u0438\u043D\u0442\u0435\u0440 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043B \u0432\u0441\u0435 {FILE_COUNT} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {FOLDER_NAME} \u0441 {ERROR_COUNT} \u043E\u0448\u0438\u0431\u043E\u043A."},"paste-as-plain-text":{name:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043A\u0430\u043A Plain Text, \u0431\u0435\u0437 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439"},"lint-file-pop-up-menu-text":{name:"\u041B\u0438\u043D\u0442 \u0444\u0430\u0439\u043B\u0430"},"lint-folder-pop-up-menu-text":{name:"\u041B\u0438\u043D\u0442 \u043F\u0430\u043F\u043A\u0438"}},logs:{"plugin-load":"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043F\u043B\u0430\u0433\u0438\u043D\u0430","plugin-unload":"\u0412\u044B\u0433\u0440\u0443\u0437\u043A\u0430 \u043F\u043B\u0430\u0433\u0438\u043D\u0430","folder-lint":"\u041B\u0438\u043D\u0442 \u043F\u0430\u043F\u043A\u0438 ","linter-run":"\u0417\u0430\u043F\u0443\u0441\u043A \u043B\u0438\u043D\u0442\u0435\u0440\u0430","file-change-yaml-lint-run":"\u0417\u0430\u043F\u0443\u0441\u043A \u043B\u0438\u043D\u0442\u0430 YAML \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0430","file-change-yaml-lint-skipped":"\u041D\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0444\u0430\u0439\u043B\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043B\u0438\u043D\u0442 YAML \u043F\u0440\u043E\u043F\u0443\u0449\u0435\u043D","file-change-yaml-lint-warning":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E \u0444\u0430\u0439\u043B\u0435 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442, \u043D\u043E (debounce) \u0437\u0430\u043F\u0443\u0449\u0435\u043D. \u0413\u0434\u0435-\u0442\u043E \u0447\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A.","paste-link-warning":"\u0432\u0441\u0442\u0430\u0432\u043A\u0430 \u043F\u0440\u0435\u0440\u0432\u0430\u043D\u0430, \u0442\u0430\u043A \u043A\u0430\u043A \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441\u0441\u044B\u043B\u043A\u043E\u0439, \u0438 \u044D\u0442\u043E \u043F\u043E\u0437\u0432\u043E\u043B\u0438\u0442 \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044C \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u043E\u0432 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u0430\u043C\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0438\u0437\u043C\u0435\u043D\u044F\u044E\u0442 \u0432\u0441\u0442\u0430\u0432\u043A\u0443.","see-console":"\u0411\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0443\u044E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044E \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438.","unknown-error":"\u0412\u043E \u0432\u0440\u0435\u043C\u044F \u043B\u0438\u043D\u0442\u0438\u043D\u0433\u0430 \u043F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430.","moment-locale-not-found":"\u041F\u043E\u043F\u044B\u0442\u043A\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C Moment.js \u043D\u0430 {MOMENT_LOCALE}, \u0441 {CURRENT_LOCALE}","file-change-lint-message-start":"\u041B\u0438\u043D\u0442 \u0443\u0441\u043F\u0435\u0448\u0435\u043D","custom-command-callback-warning":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0439 (callback) \u0434\u043B\u044F \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0445 \u0442\u0435\u0441\u0442\u043E\u0432.","pre-rules":"\u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u043F\u0435\u0440\u0435\u0434 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u043C\u0438 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u043C\u0438","post-rules":"\u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u043F\u043E\u0441\u043B\u0435 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439","rule-running":"\u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u044B","custom-regex":"\u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439","running-custom-regex":"\u0417\u0430\u043F\u0443\u0441\u043A \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439","running-custom-lint-command":"\u0417\u0430\u043F\u0443\u0441\u043A \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u043B\u0438\u043D\u0442\u0430","custom-lint-duplicate-warning":'\u0412\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043E\u0434\u043D\u0443 \u0438 \u0442\u0443 \u0436\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0443 ("{COMMAND_NAME}") \u043A\u0430\u043A \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u043E\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u043E \u043B\u0438\u043D\u0442\u0430 \u0434\u0432\u0430\u0436\u0434\u044B.',"custom-lint-error-message":"\u041A\u0430\u0441\u0442\u043E\u043C\u043D\u0430\u044F \u043A\u043E\u043C\u0430\u043D\u0434\u0430 \u043B\u0438\u043D\u0442\u0430","disabled-text":"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","run-rule-text":"\u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F","timing-key-not-found":"\u043A\u043B\u044E\u0447 \u0442\u0430\u0439\u043C\u0438\u043D\u0433\u0430 '{TIMING_KEY}' \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u0442\u0430\u0439\u043C\u0438\u043D\u0433\u0430\u0445, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u043D \u0431\u044B\u043B \u043F\u0440\u043E\u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D","milliseconds-abbreviation":"\u043C\u0441","invalid-date-format-error":"\u0424\u043E\u0440\u043C\u0430\u0442 \u0441\u043E\u0437\u0434\u0430\u043D\u043D\u043E\u0439 \u0434\u0430\u0442\u044B '{DATE}' \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0440\u043E\u0430\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D \u0438\u043B\u0438 \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0434\u0430\u0442\u0430 \u0431\u044B\u043B\u0430 \u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0430 \u0431\u0435\u0437 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0432 '{FILE_NAME}'","invalid-delimiter-error-message":"\u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0434\u0438\u043D \u0441\u0438\u043C\u0432\u043E\u043B","missing-footnote-error-message":"\u0421\u043D\u043E\u0441\u043A\u0430 '{FOOTNOTE}' \u043D\u0435 \u0438\u043C\u0435\u0435\u0442 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0435\u0439 \u0441\u0441\u044B\u043B\u043A\u0438 \u043D\u0430 \u0441\u043D\u043E\u0441\u043A\u0443 \u043F\u0435\u0440\u0435\u0434 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u044B\u043C \u0441\u043D\u043E\u0441\u043A\u0438 \u0438 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u0441\u0435 \u0441\u043D\u043E\u0441\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u0441\u0441\u044B\u043B\u043A\u0443 \u043F\u0435\u0440\u0435\u0434 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u044B\u043C \u0441\u043D\u043E\u0441\u043A\u0438.","too-many-footnotes-error-message":"\u0421\u043D\u043E\u0441\u043A\u0430 \u0441 \u043A\u043B\u044E\u0447\u043E\u043C '{FOOTNOTE_KEY}' \u0438\u043C\u0435\u0435\u0442 \u0431\u043E\u043B\u0435\u0435 \u043E\u0434\u043D\u043E\u0439 \u0441\u0441\u044B\u043B\u043A\u0438 \u043D\u0430 \u043D\u0435\u0451. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u043D\u043E\u0441\u043A\u0438 \u0442\u0430\u043A, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u043B\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0434\u043D\u0430 \u0441\u043D\u043E\u0441\u043A\u0430 \u043D\u0430 \u043A\u043B\u044E\u0447 \u0441\u043D\u043E\u0441\u043A\u0438.","wrapper-yaml-error":"\u043E\u0448\u0438\u0431\u043A\u0430 \u0432 YAML: {ERROR_MESSAGE}","wrapper-unknown-error":"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"\u041D\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E \u0432 \u0431\u0443\u0444\u0435\u0440\u0435 \u043E\u0431\u043C\u0435\u043D\u0430.","characters-added":"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E","characters-removed":"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0443\u0434\u0430\u043B\u0435\u043D\u043E","copy-to-clipboard-failed":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430: "},"all-rules-option":"\u0412\u0441\u0435","linter-title":"\u041B\u0438\u043D\u0442\u0435\u0440","empty-search-results-text":"\u041D\u0435\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u043F\u043E\u0438\u0441\u043A\u0443","warning-text":"\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435","file-backup-text":"\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u043B\u0438 \u0441\u0432\u043E\u0438 \u0444\u0430\u0439\u043B\u044B.","custom-command-warning":"\u041B\u0438\u043D\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0441 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044B\u043C\u0438 \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u043C\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u0430\u043C\u0438 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u043C \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u043C, \u0442\u0440\u0435\u0431\u0443\u044E\u0449\u0438\u043C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0438 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u0438 \u0432 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438. \u041E\u043D \u0437\u0430\u043C\u0435\u0442\u043D\u043E \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u0435\u0435, \u0447\u0435\u043C \u0437\u0430\u043F\u0443\u0441\u043A \u0431\u0435\u0437 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044B\u0445 \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0430\u0439\u0442\u0435 \u0441 \u043E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u043E\u0441\u0442\u044C\u044E.","cancel-button-text":"\u041E\u0442\u043C\u0435\u043D\u0430","copy-aria-label":"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","disabled-other-rule-notice":"\u0415\u0441\u043B\u0438 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 {NAME_1}, \u043E\u043D \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442 {NAME_2}. \u0425\u043E\u0442\u0438\u0442\u0435 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C?","disabled-conflicting-rule-notice":"{NAME_1}, \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 {NAME_2}, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u043D \u0431\u044B\u043B \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C, \u043A\u0430\u043A\u043E\u0439 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D \u0432 \u0442\u0430\u0431\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",ok:"\u0425\u043E\u0440\u043E\u0448\u043E","parse-results-heading-text":"\u041A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u043F\u0430\u0440\u0441\u0438\u043D\u0433\u0430","file-parse-description-text":"\u041D\u0438\u0436\u0435 \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D \u0441\u043F\u0438\u0441\u043E\u043A \u0437\u0430\u043C\u0435\u043D, \u043D\u0430\u0439\u0434\u0435\u043D\u043D\u044B\u0445 \u0432 {FILE}.","no-parsed-values-found-text":"\u0412 {FILE} \u043D\u0435 \u0431\u044B\u043B\u043E \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0437\u0430\u043C\u0435\u043D. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u0441\u0435 \u0442\u0430\u0431\u043B\u0438\u0446\u044B \u0441 \u043A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u043C\u0438 \u0437\u0430\u043C\u0435\u043D\u0430\u043C\u0438 \u0432 {FILE} \u0438\u043C\u0435\u044E\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u0432\u0435 \u043A\u043E\u043B\u043E\u043D\u043A\u0438 \u0438 \u0432\u0441\u0435 \u0441\u0442\u0440\u043E\u043A\u0438 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0438 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0432\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u043E\u0439 \u0447\u0435\u0440\u0442\u043E\u0439 (\u0442.\u0435. |).","find-header-text":"\u0421\u043B\u043E\u0432\u043E \u0434\u043B\u044F \u041F\u043E\u0438\u0441\u043A\u0430","replace-header-text":"\u0417\u0430\u043C\u0435\u043D\u044F\u0435\u043C\u043E\u0435 \u0441\u043B\u043E\u0432\u043E","close-button-text":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C",tabs:{names:{general:"\u041E\u0431\u0449\u0438\u0435",custom:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435",yaml:"YAML",heading:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438",content:"\u041A\u043E\u043D\u0442\u0435\u043D\u0442",footnote:"\u0421\u043D\u043E\u0441\u043A\u0438",spacing:"\u041E\u0442\u0441\u0442\u0443\u043F\u044B",paste:"\u0412\u0441\u0442\u0430\u0432\u043A\u0430",debug:"\u041E\u0442\u043B\u0430\u0434\u043A\u0430"},"default-search-bar-text":"\u041F\u043E\u0438\u0441\u043A \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",general:{"lint-on-save":{name:"\u041B\u0438\u043D\u0442 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438",description:"\u041B\u0438\u043D\u0442 \u0444\u0430\u0439\u043B\u0430 \u043F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438 (\u043A\u043E\u0433\u0434\u0430 \u043D\u0430\u0436\u0430\u0442\u0430 Ctrl + S \u0438\u043B\u0438 \u043A\u043E\u0433\u0434\u0430 :w \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 VIM-\u0440\u0435\u0436\u0438\u043C\u0430)"},"display-message":{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0435 \u043F\u043E\u0441\u043B\u0435 \u043B\u0438\u043D\u0442\u0430",description:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043D\u044B\u0445 \u043F\u043E\u0441\u043B\u0435 \u043B\u0438\u043D\u0442\u0430"},"suppress-message-when-no-change":{name:"\u041F\u043E\u0434\u0430\u0432\u0438\u0442\u044C \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439",description:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E, \u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u0444\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439."},"lint-on-file-change":{name:"\u041B\u0438\u043D\u0442 \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432 \u0444\u043E\u043A\u0443\u0441\u0435",description:"\u041A\u043E\u0433\u0434\u0430 \u0444\u0430\u0439\u043B \u0437\u0430\u043A\u0440\u044B\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u043B\u0438 \u0437\u0430\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u043D\u0430 \u043D\u043E\u0432\u044B\u0439, \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0439 \u0444\u0430\u0439\u043B \u043B\u0438\u043D\u0442\u0438\u0442\u0441\u044F."},"display-lint-on-file-change-message":{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432 \u0444\u043E\u043A\u0443\u0441\u0435",description:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u041B\u0438\u043D\u0442 \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432 \u0444\u043E\u043A\u0443\u0441\u0435"},"folders-to-ignore":{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438",description:"\u041F\u0430\u043F\u043A\u0438, \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0438\u043B\u0438 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438.","folder-search-placeholder-text":"\u0418\u043C\u044F \u043F\u0430\u043F\u043A\u0438","add-input-button-text":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u043A \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u043C","delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},"files-to-ignore":{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B",description:"\u0424\u0430\u0439\u043B\u044B, \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0438\u043B\u0438 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438.","file-search-placeholder-text":"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439 (regex)","add-input-button-text":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0444\u0430\u0439\u043B \u043A \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u043C (regex)","delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","label-placeholder-text":"\u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A","flags-placeholder-text":"\u0444\u043B\u0430\u0433\u0438",warning:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u044D\u0442\u043E \u0441 \u043E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u043E\u0441\u0442\u044C\u044E, \u0435\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u043D\u0430\u0435\u0442\u0435 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F. \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0435\u0441\u043B\u0438 \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435 (lookbehinds) \u0432 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u0445 \u043D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 iOS, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u0430\u0448\u0430 \u0432\u0435\u0440\u0441\u0438\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0438\u0445 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435."},"additional-file-extensions":{name:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432",description:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432 \u0434\u043B\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u0430, \u043E\u0442\u043B\u0438\u0447\u043D\u044B\u0435 \u043E\u0442 .md. \u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, mdx \u0438\u043B\u0438 svx. \u041D\u0435 \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0439\u0442\u0435 \u0442\u043E\u0447\u043A\u0443 \u0432 \u043D\u0430\u0447\u0430\u043B\u0435. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0444\u0430\u0439\u043B\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 Obsidian \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0435\u0442 \u043A\u0430\u043A Markdown (\u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0438\u043B\u0438 \u0447\u0435\u0440\u0435\u0437 \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u043B\u0430\u0433\u0438\u043D\u044B), \u043D\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E \u043E\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439.","extension-placeholder":"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, mdx","add-input-button-text":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435","delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},"override-locale":{name:"\u041F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u044F\u0437\u044B\u043A",description:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u044D\u0442\u043E, \u0435\u0441\u043B\u0438 \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044F\u0437\u044B\u043A, \u043E\u0442\u043B\u0438\u0447\u043D\u044B\u0439 \u043E\u0442 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u0433\u043E"},"same-as-system-locale":"\u0422\u043E \u0436\u0435, \u0447\u0442\u043E \u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0435 ({SYS_LOCALE})","yaml-aliases-section-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 YAML (aliases)",description:"\u0421\u0442\u0438\u043B\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 YAML (aliases)"},"yaml-tags-section-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 YAML (tags)",description:"\u0421\u0442\u0438\u043B\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 YAML (tags)"},"default-escape-character":{name:"\u0421\u0438\u043C\u0432\u043E\u043B \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F YAML (escape)",description:"\u0421\u0438\u043C\u0432\u043E\u043B \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 \u0434\u043B\u044F \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 YAML \u043F\u0440\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u043E\u0434\u0438\u043D\u0430\u0440\u043D\u044B\u0445 \u0438 \u0434\u0432\u043E\u0439\u043D\u044B\u0445 \u043A\u0430\u0432\u044B\u0447\u0435\u043A."},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u043E\u0433\u043E \u043C\u0430\u0441\u0441\u0438\u0432\u0430",description:"\u0421\u0438\u043C\u0432\u043E\u043B\u044B \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043B\u044F \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0445 \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432 YAML \u043D\u0435 \u043D\u0443\u0436\u0434\u0430\u044E\u0442\u0441\u044F \u0432 \u0442\u0430\u043A\u043E\u043C \u0436\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438, \u043A\u0430\u043A \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043B\u0438\u0448\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043D\u0443\u0436\u043D\u044B."},"number-of-dollar-signs-to-indicate-math-block":{name:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430 \u0434\u043B\u044F \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0430",description:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430, \u043F\u0440\u0438 \u043A\u043E\u0442\u043E\u0440\u043E\u043C \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u043C \u0431\u043B\u043E\u043A\u043E\u043C, \u0430 \u043D\u0435 \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u043E\u0439 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u043A\u043E\u0439."}},debug:{"log-level":{name:"\u0423\u0440\u043E\u0432\u0435\u043D\u044C \u043B\u043E\u0433\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",description:"\u0422\u0438\u043F\u044B \u043B\u043E\u0433\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u044B \u0434\u043B\u044F \u0437\u0430\u043F\u0438\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u043C. \u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E ERROR."},"linter-config":{name:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043B\u0438\u043D\u0442\u0435\u0440\u0430",description:"\u0421\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 data.json \u0434\u043B\u044F \u043B\u0438\u043D\u0442\u0435\u0440\u0430 \u043D\u0430 \u043C\u043E\u043C\u0435\u043D\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A"},"log-collection":{name:"\u0421\u043E\u0431\u0438\u0440\u0430\u0442\u044C \u043B\u043E\u0433\u0438 \u043F\u0440\u0438 \u043B\u0438\u043D\u0442\u0435 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438 \u0438 \u043B\u0438\u043D\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430",description:"\u0421\u043E\u0431\u0438\u0440\u0430\u0435\u0442 \u043B\u043E\u0433\u0438 \u043F\u0440\u0438 \u041B\u0438\u043D\u0442 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438 \u0438 \u043B\u0438\u043D\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430. \u042D\u0442\u0438 \u043B\u043E\u0433\u0438 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u043F\u043E\u043B\u0435\u0437\u043D\u044B \u0434\u043B\u044F \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F \u043E\u0442\u0447\u0435\u0442\u043E\u0432 \u043E\u0431 \u043E\u0448\u0438\u0431\u043A\u0430\u0445."},"linter-logs":{name:"\u041B\u043E\u0433\u0438 \u043B\u0438\u043D\u0442\u0435\u0440\u0430",description:"\u041B\u043E\u0433\u0438 \u043E\u0442 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u041B\u0438\u043D\u0442 \u043F\u0440\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u043B\u0438\u043D\u0442\u0438\u043D\u0433\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0444\u0430\u0439\u043B\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B."}}},options:{"custom-command":{name:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B",description:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u2014 \u044D\u0442\u043E \u043A\u043E\u043C\u0430\u043D\u0434\u044B Obsidian, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0437\u0430\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F \u043F\u043E\u0441\u043B\u0435 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A linter \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0441\u0432\u043E\u0438\u0445 \u043E\u0431\u044B\u0447\u043D\u044B\u0445 \u043F\u0440\u0430\u0432\u0438\u043B. \u042D\u0442\u043E \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0437\u0430\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F \u0434\u043E \u0437\u0430\u043F\u0443\u0441\u043A\u0430 \u043B\u043E\u0433\u0438\u043A\u0438 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438 YAML, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u043D\u0438 \u043C\u043E\u0433\u0443\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438 YAML \u043F\u0440\u0438 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0437\u0430\u043F\u0443\u0441\u043A\u0435 linter. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043A\u043E\u043C\u0430\u043D\u0434\u0443 Obsidian \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0434\u0438\u043D \u0440\u0430\u0437.",warning:"\u041F\u0440\u0438 \u0432\u044B\u0431\u043E\u0440\u0435 \u043E\u043F\u0446\u0438\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u0432\u044B\u0431\u0440\u0430\u043B\u0438 \u0435\u0435 \u043B\u0438\u0431\u043E \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043C\u044B\u0448\u0438, \u043B\u0438\u0431\u043E \u043D\u0430\u0436\u0430\u0432 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 Enter. \u0414\u0440\u0443\u0433\u0438\u0435 \u043C\u0435\u0442\u043E\u0434\u044B \u0432\u044B\u0431\u043E\u0440\u0430 \u043C\u043E\u0433\u0443\u0442 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C, \u0438 \u0431\u0443\u0434\u0443\u0442 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0432\u044B\u0431\u043E\u0440\u044B \u0444\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043A\u043E\u043C\u0430\u043D\u0434\u044B Obsidian \u0438\u043B\u0438 \u043F\u0443\u0441\u0442\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438.","add-input-button-text":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u043A\u043E\u043C\u0430\u043D\u0434\u0443","command-search-placeholder-text":"\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Obsidian","move-up-tooltip":"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u0432\u0435\u0440\u0445","move-down-tooltip":"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437","delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},"custom-replace":{name:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u043D\u044B \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439",description:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u043D\u044B \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u044B \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u043B\u044E\u0431\u043E\u0433\u043E \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0435\u0433\u043E \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u043C\u0443 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044E \u043F\u043E\u0438\u0441\u043A\u0430, \u043D\u0430 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0437\u0430\u043C\u0435\u043D\u044B. \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u0438 \u043F\u043E\u0438\u0441\u043A\u0430 \u0434\u043E\u043B\u0436\u043D\u044B \u0431\u044B\u0442\u044C \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u043C\u0438 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u043C\u0438 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u043C\u0438.",warning:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u044D\u0442\u043E \u0441 \u043E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u043E\u0441\u0442\u044C\u044E, \u0435\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u043D\u0430\u0435\u0442\u0435 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F. \u0422\u0430\u043A\u0436\u0435 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0435\u0441\u043B\u0438 \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435 \u043E\u0431\u0440\u0430\u0442\u043D\u044B\u0435 \u0441\u0441\u044B\u043B\u043A\u0438 \u0432 \u0432\u0430\u0448\u0438\u0445 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u0445 \u043D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 iOS, \u0432\u044B \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u0438, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0435\u0439 \u0438\u0445 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435.","add-input-button-text":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0437\u0430\u043C\u0435\u043D\u0443 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0433\u043E \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F","regex-to-find-placeholder-text":"\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u043F\u043E\u0438\u0441\u043A\u0430","flags-placeholder-text":"\u0444\u043B\u0430\u0433\u0438","regex-to-replace-placeholder-text":"\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B","label-placeholder-text":"\u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A","move-up-tooltip":"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u0432\u0435\u0440\u0445","move-down-tooltip":"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437","delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},"custom-auto-correct":{"delete-tooltip":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","show-parsed-contents-tooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0440\u0430\u0437\u043E\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u043D\u044B","custom-row-parse-warning":'"{ROW}" \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u043E\u0439 \u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u043C\u0438 \u0437\u0430\u043C\u0435\u043D\u0430\u043C\u0438. \u041E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0438\u043C\u0435\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E 2 \u043A\u043E\u043B\u043E\u043D\u043A\u0438.',"file-search-placeholder-text":"\u0418\u043C\u044F \u0444\u0430\u0439\u043B\u0430","add-new-replacement-file-tooltip":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0444\u0430\u0439\u043B","warning-text":"\u0412\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u044B.","refresh-tooltip-text":"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u043D\u044B"}},rules:{"auto-correct-common-misspellings":{name:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043E\u043F\u0435\u0447\u0430\u0442\u043E\u043A",description:'\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0441\u043B\u043E\u0432\u0430\u0440\u044C \u0440\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0445 \u043E\u043F\u0435\u0447\u0430\u0442\u043E\u043A \u0434\u043B\u044F \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438\u0445 \u043D\u0430 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0438\u0435. \u0421\u043C\u043E\u0442\u0440\u0438\u0442\u0435 auto-correct map \u0434\u043B\u044F \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0445 \u0441\u043B\u043E\u0432. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u0441\u043F\u0438\u0441\u043E\u043A \u043C\u043E\u0436\u0435\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u0441 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u043D\u043E \u043E\u043D \u043E\u0441\u0442\u0430\u0435\u0442\u0441\u044F \u043E\u0434\u0438\u043D\u0430\u043A\u043E\u0432\u044B\u043C \u043D\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E \u043E\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u043E\u0433\u043E \u0432 \u0434\u0430\u043D\u043D\u044B\u0439 \u043C\u043E\u043C\u0435\u043D\u0442 \u044F\u0437\u044B\u043A\u0430.',"ignore-words":{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0432\u0430",description:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u043B\u043E\u0432, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u0437\u0430\u043F\u044F\u0442\u044B\u043C\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u0440\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u043C \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0438"},"extra-auto-correct-files":{name:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u0430\u0432\u0442\u043E\u043A\u043E\u0440\u0440\u0435\u043A\u0446\u0438\u0438",description:"\u042D\u0442\u0438 \u0444\u0430\u0439\u043B\u044B \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442 markdown-\u0442\u0430\u0431\u043B\u0438\u0446\u044B, \u0432 \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0435\u0441\u0442\u044C \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E \u0438 \u0441\u043B\u043E\u0432\u043E \u0434\u043B\u044F \u0435\u0433\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F (\u044D\u0442\u0438 \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0435\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B \u043A \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0443). \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u0442\u0430\u0431\u043B\u0438\u0446\u044B, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0435 \u0432 \u044D\u0442\u0438\u0445 \u0444\u0430\u0439\u043B\u0430\u0445, \u0434\u043E\u043B\u0436\u043D\u044B \u0438\u043C\u0435\u0442\u044C \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B | \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438."},"skip-words-with-multiple-capitals":{name:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0441 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u043C\u0438 \u0431\u0443\u043A\u0432\u0430\u043C\u0438",description:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442 \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B, \u0432 \u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0435\u0441\u0442\u044C \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0430\u044F \u0431\u0443\u043A\u0432\u0430, \u043A\u0440\u043E\u043C\u0435 \u043F\u0435\u0440\u0432\u043E\u0439 \u0431\u0443\u043A\u0432\u044B \u0441\u043B\u043E\u0432\u0430. \u0410\u043A\u0440\u043E\u043D\u0438\u043C\u044B \u0438 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043C\u043E\u0433\u0443\u0442 \u0432\u044B\u0438\u0433\u0440\u0430\u0442\u044C \u043E\u0442 \u044D\u0442\u043E\u0433\u043E. \u042D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u043C \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435\u043C \u0438\u043C\u0435\u043D \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0445."},"default-install":"\u0412\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0435\u043D\u043D\u044B\u0445 \u043E\u0448\u0438\u0431\u043E\u043A. \u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u044B \u043E\u0440\u0444\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u0448\u0438\u0431\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u042D\u0442\u043E \u0434\u043E\u043B\u0436\u043D\u043E \u043F\u0440\u043E\u0438\u0437\u043E\u0439\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0434\u0438\u043D \u0440\u0430\u0437. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435...","default-install-failed":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C {URL}. \u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043A\u043E\u0440\u0440\u0435\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0435\u043D\u043D\u044B\u0445 \u043E\u0440\u0444\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0448\u0438\u0431\u043E\u043A.","defaults-missing":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043D\u0430\u0439\u0442\u0438 \u0444\u0430\u0439\u043B \u0430\u0432\u0442\u043E\u043A\u043E\u0440\u0440\u0435\u043A\u0446\u0438\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E: {FILE}."},"add-blank-line-after-yaml":{name:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u043E\u0441\u043B\u0435 YAML",description:"\u0414\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u043E\u0441\u043B\u0435 \u0431\u043B\u043E\u043A\u0430 YAML, \u0435\u0441\u043B\u0438 \u043E\u043D \u043D\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0444\u0430\u0439\u043B \u0438\u043B\u0438 \u0437\u0430 \u043D\u0438\u043C \u0435\u0449\u0435 \u043D\u0435 \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0445\u043E\u0442\u044F \u0431\u044B \u043E\u0434\u043D\u0430 \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430."},"add-blockquote-indentation-on-paste":{name:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u0441\u0442\u0443\u043F \u0446\u0438\u0442\u0430\u0442\u044B \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0414\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u0442 \u0446\u0438\u0442\u0430\u0442\u044B \u043A\u043E \u0432\u0441\u0435\u043C \u0441\u0442\u0440\u043E\u043A\u0430\u043C, \u043A\u0440\u043E\u043C\u0435 \u043F\u0435\u0440\u0432\u043E\u0439, \u043A\u043E\u0433\u0434\u0430 \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0441\u0442\u0440\u043E\u043A\u0435 \u0446\u0438\u0442\u0430\u0442\u044B/\u0432\u044B\u043D\u043E\u0441\u043A\u0438 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438"},"blockquote-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0446\u0438\u0442\u0430\u0442\u044B",description:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0435\u0434\u0438\u043D\u043E\u043E\u0431\u0440\u0430\u0437\u0438\u0435 \u0441\u0442\u0438\u043B\u044F \u0446\u0438\u0442\u0430\u0442.",style:{name:"\u0421\u0442\u0438\u043B\u044C",description:"\u0421\u0442\u0438\u043B\u044C, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 \u043D\u0430 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u0445 \u0446\u0438\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F"}},"capitalize-headings":{name:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0441 \u0431\u043E\u043B\u044C\u0448\u043E\u0439 \u0431\u0443\u043A\u0432\u044B",description:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0434\u043E\u043B\u0436\u043D\u044B \u0431\u044B\u0442\u044C \u043E\u0442\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0445 \u0431\u0443\u043A\u0432",style:{name:"\u0421\u0442\u0438\u043B\u044C",description:"\u0421\u0442\u0438\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0445 \u0431\u0443\u043A\u0432"},"ignore-case-words":{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0441 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u043E\u0439 \u0431\u0443\u043A\u0432\u044B",description:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0445 \u0431\u0443\u043A\u0432 \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u0441\u043B\u043E\u0432\u0430\u043C, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043B\u043D\u043E\u0441\u0442\u044C\u044E \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u044B \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u043C\u0438 \u0431\u0443\u043A\u0432\u0430\u043C\u0438"},"ignore-words":{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0432\u0430",description:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u043B\u043E\u0432, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u0437\u0430\u043F\u044F\u0442\u044B\u043C\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u0440\u0438 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0445 \u0431\u0443\u043A\u0432"},"lowercase-words":{name:"\u0421\u043B\u043E\u0432\u0430 \u0432 \u043D\u0438\u0436\u043D\u0435\u043C \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435",description:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u043B\u043E\u0432, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u0437\u0430\u043F\u044F\u0442\u044B\u043C\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u043E\u0441\u0442\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u0432 \u043D\u0438\u0436\u043D\u0435\u043C \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435"}},"compact-yaml":{name:"\u0421\u0436\u0430\u0442\u044B\u0439 YAML",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u043F\u0443\u0441\u0442\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438 \u0432 \u0431\u043B\u043E\u043A\u0435 YAML.","inner-new-lines":{name:"\u0412\u043D\u0443\u0442\u0440\u0435\u043D\u043D\u0438\u0435 \u043D\u043E\u0432\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043D\u043E\u0432\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 \u0438\u043B\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 YAML"}},"consecutive-blank-lines":{name:"\u041F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0443\u0441\u0442\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438",description:"\u0414\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043D\u0435 \u0431\u043E\u043B\u0435\u0435 \u043E\u0434\u043D\u043E\u0439 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u043F\u0443\u0441\u0442\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438."},"convert-bullet-list-markers":{name:"\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u043C\u0430\u0440\u043A\u0435\u0440\u044B \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u0443\u0435\u0442 \u043E\u0431\u0449\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043C\u0430\u0440\u043A\u0435\u0440\u043E\u0432 \u0441\u043F\u0438\u0441\u043A\u0430 \u0432 \u043C\u0430\u0440\u043A\u0435\u0440\u044B markdown."},"convert-spaces-to-tabs":{name:"\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432 \u0442\u0430\u0431\u044B",description:"\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u0443\u0435\u0442 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432 \u0442\u0430\u0431\u044B.",tabsize:{name:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0442\u0430\u0431\u0430",description:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u0442\u0430\u0431\u044B"}},"dedupe-yaml-array-values":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u044B \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u043C\u0430\u0441\u0441\u0438\u0432\u0430 YAML",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u044B \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u043C\u0430\u0441\u0441\u0438\u0432\u0430 YAML \u0432 \u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u043C \u043A \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0443.","dedupe-alias-key":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u044B \u0441\u0435\u043A\u0446\u0438\u0438 YAML aliases",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u043E\u0432."},"dedupe-tag-key":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u044B \u0441\u0435\u043A\u0446\u0438\u0438 YAML tags",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u0442\u0435\u0433\u043E\u0432."},"dedupe-array-keys":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u044B \u0441\u0435\u043A\u0446\u0438\u0438 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432 YAML"},"ignore-keys":{name:"YAML \u043A\u043B\u044E\u0447\u0438 \u0434\u043B\u044F \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",description:"\u0421\u043F\u0438\u0441\u043E\u043A YAML \u043A\u043B\u044E\u0447\u0435\u0439 \u0431\u0435\u0437 \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u044E\u0449\u0435\u0433\u043E \u0434\u0432\u043E\u0435\u0442\u043E\u0447\u0438\u044F \u043D\u0430 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u044B\u0445 \u0441\u0442\u0440\u043E\u043A\u0430\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u044B \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u0438\u0437 \u043D\u0438\u0445."}},"default-language-for-code-fences":{name:"\u042F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0431\u043B\u043E\u043A\u043E\u0432 \u043A\u043E\u0434\u0430",description:"\u0414\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0431\u043B\u043E\u043A\u043E\u0432 \u043A\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u0438\u043C\u0435\u044E\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430.","default-language":{name:"\u042F\u0437\u044B\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",description:'\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u043D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u0434\u0435\u043B\u0430\u0442\u044C. \u042F\u0437\u044B\u043A\u0438 \u0442\u0435\u0433\u043E\u0432 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C.'}},"emphasis-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0430\u043A\u0446\u0435\u043D\u0442\u0430",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0441\u0442\u0438\u043B\u044C \u0430\u043A\u0446\u0435\u043D\u0442\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u043E\u0432\u0430\u043D.",style:{name:"\u0421\u0442\u0438\u043B\u044C",description:"\u0421\u0442\u0438\u043B\u044C, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 \u0434\u043B\u044F \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0430\u043A\u0446\u0435\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E"}},"empty-line-around-blockquotes":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0446\u0438\u0442\u0430\u0442",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0435\u0441\u0442\u044C \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0446\u0438\u0442\u0430\u0442, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0435 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0438\u043B\u0438 \u043D\u0435 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u043C. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u2014 \u044D\u0442\u043E \u043B\u0438\u0431\u043E \u043E\u0434\u0438\u043D \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u043E\u0441\u0442\u0438 \u0434\u043B\u044F \u0446\u0438\u0442\u0430\u0442, \u043B\u0438\u0431\u043E \u0441\u0438\u043C\u0432\u043E\u043B \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438."},"empty-line-around-code-fences":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0431\u043B\u043E\u043A\u043E\u0432 \u043A\u043E\u0434\u0430",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0435\u0441\u0442\u044C \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0431\u043B\u043E\u043A\u043E\u0432 \u043A\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0435 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0438\u043B\u0438 \u043D\u0435 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u043C."},"empty-line-around-math-blocks":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0431\u043B\u043E\u043A\u043E\u0432",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0435\u0441\u0442\u044C \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0431\u043B\u043E\u043A\u043E\u0432, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430 \u0434\u043B\u044F \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0430 \u0434\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u044E\u0442 \u043D\u0430 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0431\u043B\u043E\u043A \u0434\u043B\u044F \u043E\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438."},"empty-line-around-tables":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0442\u0430\u0431\u043B\u0438\u0446",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0435\u0441\u0442\u044C \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 (github flavored) \u0442\u0430\u0431\u043B\u0438\u0446, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0435 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0438\u043B\u0438 \u043D\u0435 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u043C."},"escape-yaml-special-characters":{name:"\u042D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B YAML",description:`\u042D\u043A\u0440\u0430\u043D\u0438\u0440\u0443\u0435\u0442 \u0434\u0432\u043E\u0435\u0442\u043E\u0447\u0438\u044F \u0441 \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u043C \u043F\u043E\u0441\u043B\u0435 \u043D\u0438\u0445 (: ), \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438 ('), \u0438 \u0434\u0432\u043E\u0439\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438 (") \u0432 YAML.`,"try-to-escape-single-line-arrays":{name:"\u041F\u043E\u043F\u044B\u0442\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0434\u043D\u043E\u043C\u0435\u0440\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B",description:'\u041F\u044B\u0442\u0430\u0435\u0442\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432, \u043F\u0440\u0435\u0434\u043F\u043E\u043B\u0430\u0433\u0430\u044F, \u0447\u0442\u043E \u043C\u0430\u0441\u0441\u0438\u0432 \u043D\u0430\u0447\u0438\u043D\u0430\u0435\u0442\u0441\u044F \u0441 "[", \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044F "]", \u0438 \u0438\u043C\u0435\u0435\u0442 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0435 ",".'}},"file-name-heading":{name:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0444\u0430\u0439\u043B\u0430",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u043A\u0430\u043A \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A H1, \u0435\u0441\u043B\u0438 \u043D\u0435\u0442 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 H1."},"footnote-after-punctuation":{name:"\u0421\u043D\u043E\u0441\u043A\u0430 \u043F\u043E\u0441\u043B\u0435 \u0437\u043D\u0430\u043A\u0430 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0441\u043D\u043E\u0441\u043A\u0438 \u0441\u0441\u044B\u043B\u043E\u043A \u0440\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u044B \u043F\u043E\u0441\u043B\u0435 \u0437\u043D\u0430\u043A\u0430 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F, \u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0434 \u043D\u0438\u043C."},"force-yaml-escape":{name:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 YAML",description:"\u042D\u043A\u0440\u0430\u043D\u0438\u0440\u0443\u0435\u0442 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u043A\u043B\u044E\u0447\u0435\u0439 YAML.","force-yaml-escape-keys":{name:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 YAML \u043D\u0430 \u043A\u043B\u044E\u0447\u0430\u0445",description:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u0443\u044E\u0449\u0438\u0439 \u0441\u0438\u043C\u0432\u043E\u043B YAML \u043D\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u043A\u043B\u044E\u0447\u0430\u0445 YAML, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u043C \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438, \u0435\u0441\u043B\u0438 \u043E\u043D \u0435\u0449\u0435 \u043D\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D. \u041D\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430 \u043C\u0430\u0441\u0441\u0438\u0432\u0430\u0445 YAML."}},"format-tags-in-yaml":{name:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u043E\u0432 \u0432 YAML",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0445\u044D\u0448-\u0442\u0435\u0433\u0438 \u0438\u0437 \u0442\u0435\u0433\u043E\u0432 \u0432 YAML frontmatter, \u0442\u0430\u043A \u043A\u0430\u043A \u043E\u043D\u0438 \u0434\u0435\u043B\u0430\u044E\u0442 \u0442\u0435\u0433\u0438 \u0442\u0430\u043C \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u043C\u0438."},"format-yaml-array":{name:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u0430 YAML",description:"\u041F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B YAML \u043A\u0430\u043A \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435, \u0442\u0430\u043A \u0438 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435, \u0438 \u0442\u0435\u0433\u0438 \u0438 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u043C\u043E\u0433\u0443\u0442 \u0438\u043C\u0435\u0442\u044C \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0441\u043F\u0435\u0446\u0438\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u043B\u044F Obsidian YAML \u0444\u043E\u0440\u043C\u0430\u0442\u044B. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u043E\u0434\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439 \u043C\u0430\u0441\u0441\u0438\u0432 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0438\u0442, \u0435\u0441\u043B\u0438 \u043F\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0431\u043E\u043B\u0435\u0435 \u043E\u0434\u043D\u043E\u0433\u043E \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430. \u0422\u043E \u0436\u0435 \u0441\u0430\u043C\u043E\u0435 \u0432\u0435\u0440\u043D\u043E \u0434\u043B\u044F \u043E\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438 \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439 \u043C\u0430\u0441\u0441\u0438\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0441\u044F \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u043C \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u043C.","alias-key":{name:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u043A\u0446\u0438\u044E YAML \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u043E\u0432",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u043B\u044F \u0441\u0435\u043A\u0446\u0438\u0438 YAML \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u043E\u0432. \u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u044D\u0442\u0443 \u043E\u043F\u0446\u0438\u044E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0441 \u043F\u0440\u0430\u0432\u0438\u043B\u043E\u043C YAML Title Alias, \u0442\u0430\u043A \u043A\u0430\u043A \u043E\u043D\u0438 \u043C\u043E\u0433\u0443\u0442 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u0445\u043E\u0440\u043E\u0448\u043E \u0432\u043C\u0435\u0441\u0442\u0435 \u0438\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u043C\u0435\u0442\u044C \u0440\u0430\u0437\u043D\u044B\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u044B, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043D\u0435\u043E\u0436\u0438\u0434\u0430\u043D\u043D\u044B\u043C \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430\u043C."},"tag-key":{name:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u043A\u0446\u0438\u044E YAML \u0442\u0435\u0433\u043E\u0432",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u043B\u044F \u0441\u0435\u043A\u0446\u0438\u0438 YAML \u0442\u0435\u0433\u043E\u0432."},"default-array-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0441\u0435\u043A\u0446\u0438\u0438 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",description:"\u0421\u0442\u0438\u043B\u044C \u0434\u0440\u0443\u0433\u0438\u0445 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0442\u0435\u0433\u0430\u043C\u0438, \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u0430\u043C\u0438 \u0438\u043B\u0438 \u0432 \u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043B\u044E\u0447\u0435\u0439 \u0432 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B \u0438 \u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043B\u044E\u0447\u0435\u0439 \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B"},"default-array-keys":{name:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u043A\u0446\u0438\u0438 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u043B\u044F \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432"},"force-single-line-array-style":{name:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043B\u044E\u0447\u0435\u0439 \u0432 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B",description:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u0430 \u0434\u043B\u044F \u043A\u043B\u044E\u0447\u0435\u0439, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u043E\u0439, \u0432 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435 (\u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u043E\u043F\u0446\u0438\u044E)"},"force-multi-line-array-style":{name:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043B\u044E\u0447\u0435\u0439 \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u043C\u0430\u0441\u0441\u0438\u0432\u044B",description:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u044D\u043A\u0440\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u0430 \u0434\u043B\u044F \u043A\u043B\u044E\u0447\u0435\u0439, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u043E\u0439, \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435 (\u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u043E\u043F\u0446\u0438\u044E)"}},"header-increment":{name:"\u0418\u043D\u043A\u0440\u0435\u043C\u0435\u043D\u0442 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432",description:"\u0423\u0440\u043E\u0432\u043D\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0434\u043E\u043B\u0436\u043D\u044B \u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0430 \u043E\u0434\u0438\u043D \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0437\u0430 \u0440\u0430\u0437","start-at-h2":{name:"\u041D\u0430\u0447\u0430\u0442\u044C \u0438\u043D\u043A\u0440\u0435\u043C\u0435\u043D\u0442 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441 \u0443\u0440\u043E\u0432\u043D\u044F 2",description:"\u0414\u0435\u043B\u0430\u0435\u0442 \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 2 \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u043C \u0443\u0440\u043E\u0432\u043D\u0435\u043C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u0432 \u0444\u0430\u0439\u043B\u0435 \u0434\u043B\u044F \u0438\u043D\u043A\u0440\u0435\u043C\u0435\u043D\u0442\u0430 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0438 \u0441\u0434\u0432\u0438\u0433\u0430\u0435\u0442 \u0432\u0441\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043D\u043D\u043E, \u0447\u0442\u043E\u0431\u044B \u043E\u043D\u0438 \u043D\u0430\u0447\u0438\u043D\u0430\u043B\u0438\u0441\u044C \u0441 \u0443\u0440\u043E\u0432\u043D\u044F 2 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430."}},"heading-blank-lines":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432",description:"\u0412\u0441\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u043E\u0434\u043D\u0443 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u0434\u043E \u0438 \u043F\u043E\u0441\u043B\u0435 (\u0437\u0430 \u0438\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u0441\u043B\u0443\u0447\u0430\u0435\u0432, \u043A\u043E\u0433\u0434\u0430 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 \u0438\u043B\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430).",bottom:{name:"\u041D\u0438\u0436\u043D\u0438\u0439",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442 \u043E\u0434\u043D\u0443 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u043E\u0441\u043B\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 (\u041F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0443\u0441\u0442\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438 \u043F\u043E\u0441\u043B\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u043D\u0435 \u0443\u0434\u0430\u043B\u044F\u044E\u0442\u0441\u044F)"},"empty-line-after-yaml":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043C\u0435\u0436\u0434\u0443 YAML \u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u043C",description:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043C\u0435\u0436\u0434\u0443 YAML frontmatter \u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u043C"}},"headings-start-line":{name:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0441 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438",description:"\u0423 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442 \u0441\u0442\u0440\u043E\u043A\u0443, \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u043F\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0438\u043C \u043F\u0440\u043E\u0431\u0435\u043B\u044B, \u0447\u0442\u043E\u0431\u044B \u043E\u043D\u0438 \u0431\u044B\u043B\u0438 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u043A\u0430\u043A \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438."},"insert-yaml-attributes":{name:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C YAML \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044B",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0435 YAML \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044B \u0432 YAML frontmatter. \u041F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u043D\u0430 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443.","text-to-insert":{name:"\u0422\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438",description:"\u0422\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0432 YAML frontmatter"}},"line-break-at-document-end":{name:"\u0420\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0432 \u043A\u043E\u043D\u0446\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430 \u0435\u0441\u0442\u044C \u0440\u043E\u0432\u043D\u043E \u043E\u0434\u043D\u0430 \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430."},"move-footnotes-to-the-bottom":{name:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0441\u043D\u043E\u0441\u043A\u0438 \u0432\u043D\u0438\u0437",description:"\u041F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u0435\u0442 \u0432\u0441\u0435 \u0441\u043D\u043E\u0441\u043A\u0438 \u0432\u043D\u0438\u0437 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430 \u0438 \u0433\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u043E\u043D\u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u0443\u044E\u0442\u0441\u044F \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043F\u043E\u0440\u044F\u0434\u043A\u043E\u043C, \u0432 \u043A\u043E\u0442\u043E\u0440\u043E\u043C \u043E\u043D\u0438 \u0443\u043F\u043E\u043C\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0432 \u0442\u0435\u043B\u0435 \u0444\u0430\u0439\u043B\u0430."},"move-math-block-indicators-to-their-own-line":{name:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0431\u043B\u043E\u043A\u043E\u0432 \u0432 \u0441\u0432\u043E\u044E \u0441\u0442\u0440\u043E\u043A\u0443",description:"\u041F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u0435\u0442 \u0432\u0441\u0435 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0431\u043B\u043E\u043A\u043E\u0432 \u043D\u0430 \u0441\u0432\u043E\u0438 \u0441\u0442\u0440\u043E\u043A\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430 \u0434\u043B\u044F \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0430 \u0434\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u043D\u0430\u043A\u043E\u0432 \u0434\u043E\u043B\u043B\u0430\u0440\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u044E\u0442 \u043D\u0430 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0431\u043B\u043E\u043A \u0434\u043B\u044F \u043E\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438."},"move-tags-to-yaml":{name:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0442\u0435\u0433\u0438 \u0432 YAML",description:"\u041F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u0435\u0442 \u0432\u0441\u0435 \u0442\u0435\u0433\u0438 \u0432 YAML frontmatter \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430.","how-to-handle-existing-tags":{name:"\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F \u0442\u0435\u0433\u0430 \u0432 \u0442\u0435\u043B\u0435 \u0444\u0430\u0439\u043B\u0430",description:"\u0427\u0442\u043E \u0434\u0435\u043B\u0430\u0442\u044C \u0441 \u043D\u0435\u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u043C\u044B\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438 \u0432 \u0442\u0435\u043B\u0435 \u0444\u0430\u0439\u043B\u0430 \u043F\u043E\u0441\u043B\u0435 \u0438\u0445 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u044F \u0432 frontmatter"},"tags-to-ignore":{name:"\u0422\u0435\u0433\u0438 \u0434\u043B\u044F \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",description:"\u0422\u0435\u0433\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u044B \u0432 \u043C\u0430\u0441\u0441\u0438\u0432 \u0442\u0435\u0433\u043E\u0432 \u0438\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438\u0437 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E \u0442\u0435\u043B\u0430 \u0444\u0430\u0439\u043B\u0430, \u0435\u0441\u043B\u0438 \u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0445\u044D\u0448-\u0442\u0435\u0433 \u0438\u0437 \u0442\u0435\u0433\u043E\u0432 \u0432 \u0442\u0435\u043B\u0435 \u0444\u0430\u0439\u043B\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D. \u041A\u0430\u0436\u0434\u044B\u0439 \u0442\u0435\u0433 \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435 \u0438 \u0431\u0435\u0437 #. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0445\u044D\u0448-\u0442\u0435\u0433 \u0432 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u0430."}},"no-bare-urls":{name:"\u041E\u0431\u0435\u0440\u043D\u0443\u0442\u044C URL",description:"\u041E\u0431\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0433\u043E\u043B\u044B\u0435 URL \u0443\u0433\u043B\u043E\u0432\u044B\u043C\u0438 \u0441\u043A\u043E\u0431\u043A\u0430\u043C\u0438, \u0437\u0430 \u0438\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u0441\u043B\u0443\u0447\u0430\u0435\u0432, \u043A\u043E\u0433\u0434\u0430 \u043E\u043D\u0438 \u0437\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0432 \u043E\u0431\u0440\u0430\u0442\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438, \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u044B\u0435 \u0441\u043A\u043E\u0431\u043A\u0438 \u0438\u043B\u0438 \u043E\u0434\u0438\u043D\u0430\u0440\u043D\u044B\u0435 \u0438\u043B\u0438 \u0434\u0432\u043E\u0439\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438.","no-bare-uris":{name:"\u041E\u0431\u0435\u0440\u043D\u0443\u0442\u044C URI",description:"\u041E\u0431\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0433\u043E\u043B\u044B\u0435 URI \u0443\u0433\u043B\u043E\u0432\u044B\u043C\u0438 \u0441\u043A\u043E\u0431\u043A\u0430\u043C\u0438, \u0437\u0430 \u0438\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u0441\u043B\u0443\u0447\u0430\u0435\u0432, \u043A\u043E\u0433\u0434\u0430 \u043E\u043D\u0438 \u0437\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0432 \u043E\u0431\u0440\u0430\u0442\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438, \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u044B\u0435 \u0441\u043A\u043E\u0431\u043A\u0438 \u0438\u043B\u0438 \u043E\u0434\u0438\u043D\u0430\u0440\u043D\u044B\u0435 \u0438\u043B\u0438 \u0434\u0432\u043E\u0439\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438."}},"ordered-list-style":{name:"\u0421\u0442\u0438\u043B\u044C \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u0441\u043F\u0438\u0441\u043A\u0438 \u0441\u043B\u0435\u0434\u0443\u044E\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u043C\u0443 \u0441\u0442\u0438\u043B\u044E. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: 2 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u0438\u043B\u0438 1 \u0442\u0430\u0431\u0443\u043B\u044F\u0446\u0438\u044F \u0441\u0447\u0438\u0442\u0430\u044E\u0442\u0441\u044F \u0443\u0440\u043E\u0432\u043D\u0435\u043C \u043E\u0442\u0441\u0442\u0443\u043F\u0430.","number-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0447\u0438\u0441\u043B\u0430",description:"\u0421\u0442\u0438\u043B\u044C \u0447\u0438\u0441\u043B\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 \u0432 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u0445 \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0441\u043F\u0438\u0441\u043A\u043E\u0432"},"list-end-style":{name:"\u0421\u0442\u0438\u043B\u044C \u043A\u043E\u043D\u0446\u0430 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430 \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u041A\u043E\u043D\u0435\u0447\u043D\u044B\u0439 \u0441\u0438\u043C\u0432\u043E\u043B \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430 \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430"},"preserve-start":{name:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E",description:"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u043B\u0438 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430. \u042D\u0442\u043E \u043C\u043E\u0436\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u043B\u044F \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0438\u043C\u0435\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043C\u0435\u0436\u0434\u0443 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C\u0438 \u043D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430."}},"paragraph-blank-lines":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043C\u0435\u0436\u0434\u0443 \u0430\u0431\u0437\u0430\u0446\u0430\u043C\u0438",description:"\u0412\u0441\u0435 \u0430\u0431\u0437\u0430\u0446\u044B \u0434\u043E\u043B\u0436\u043D\u044B \u0438\u043C\u0435\u0442\u044C \u0440\u043E\u0432\u043D\u043E \u043E\u0434\u043D\u0443 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u0434\u043E \u0438 \u043F\u043E\u0441\u043B\u0435."},"prevent-double-checklist-indicator-on-paste":{name:"\u041F\u0440\u0435\u0434\u043E\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430 \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0439 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430 \u0438\u0437 \u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u043E\u043A\u0430, \u043D\u0430 \u043A\u043E\u0442\u043E\u0440\u043E\u0439 \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F \u043A\u0443\u0440\u0441\u043E\u0440 \u0432 \u0444\u0430\u0439\u043B\u0435, \u0438\u043C\u0435\u0435\u0442 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430"},"prevent-double-list-item-indicator-on-paste":{name:"\u041F\u0440\u0435\u0434\u043E\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430 \u0441\u043F\u0438\u0441\u043A\u0430 \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0439 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043F\u0438\u0441\u043A\u0430 \u0438\u0437 \u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u043E\u043A\u0430, \u043D\u0430 \u043A\u043E\u0442\u043E\u0440\u043E\u0439 \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F \u043A\u0443\u0440\u0441\u043E\u0440 \u0432 \u0444\u0430\u0439\u043B\u0435, \u0438\u043C\u0435\u0435\u0442 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043F\u0438\u0441\u043A\u0430"},"proper-ellipsis-on-paste":{name:"\u041F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430\u044F \u043C\u043D\u043E\u0433\u043E\u0442\u043E\u0447\u0438\u0435 \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0417\u0430\u043C\u0435\u043D\u044F\u0435\u0442 \u0442\u0440\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0442\u043E\u0447\u043A\u0438 \u043D\u0430 \u043C\u043D\u043E\u0433\u043E\u0442\u043E\u0447\u0438\u0435, \u0434\u0430\u0436\u0435 \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u0438\u043C\u0435\u044E\u0442 \u043F\u0440\u043E\u0431\u0435\u043B \u043C\u0435\u0436\u0434\u0443 \u043D\u0438\u043C\u0438 \u0432 \u0442\u0435\u043A\u0441\u0442\u0435 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438"},"proper-ellipsis":{name:"\u041F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430\u044F \u043C\u043D\u043E\u0433\u043E\u0442\u043E\u0447\u0438\u0435",description:"\u0417\u0430\u043C\u0435\u043D\u044F\u0435\u0442 \u0442\u0440\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0442\u043E\u0447\u043A\u0438 \u043D\u0430 \u043C\u043D\u043E\u0433\u043E\u0442\u043E\u0447\u0438\u0435."},"quote-style":{name:"\u0421\u0442\u0438\u043B\u044C \u043A\u0430\u0432\u044B\u0447\u0435\u043A",description:"\u041E\u0431\u043D\u043E\u0432\u043B\u044F\u0435\u0442 \u043A\u0430\u0432\u044B\u0447\u043A\u0438 \u0432 \u0442\u0435\u043B\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E \u0434\u043E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0441\u0442\u0438\u043B\u044F \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u044B\u0445 \u0438 \u0434\u0432\u043E\u0439\u043D\u044B\u0445 \u043A\u0430\u0432\u044B\u0447\u0435\u043A.","single-quote-enabled":{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0421\u0442\u0438\u043B\u044C \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438",description:"\u0423\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442, \u0447\u0442\u043E \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0441\u0442\u0438\u043B\u044C \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438."},"single-quote-style":{name:"\u0421\u0442\u0438\u043B\u044C \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438",description:"\u0421\u0442\u0438\u043B\u044C \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438 \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F."},"double-quote-enabled":{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0421\u0442\u0438\u043B\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438",description:"\u0423\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442, \u0447\u0442\u043E \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0441\u0442\u0438\u043B\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438."},"double-quote-style":{name:"\u0421\u0442\u0438\u043B\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438",description:"\u0421\u0442\u0438\u043B\u044C \u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u0430\u0432\u044B\u0447\u043A\u0438 \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F."}},"re-index-footnotes":{name:"\u041F\u0435\u0440\u0435\u0438\u043D\u0434\u0435\u043A\u0441\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0441\u043A\u0438",description:"\u041F\u0435\u0440\u0435\u0438\u043D\u0434\u0435\u043A\u0441\u0438\u0440\u0443\u0435\u0442 \u043A\u043B\u044E\u0447\u0438 \u0438 \u0441\u043D\u043E\u0441\u043A\u0438 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u043F\u043E\u0440\u044F\u0434\u043A\u0430 \u0438\u0445 \u043F\u043E\u044F\u0432\u043B\u0435\u043D\u0438\u044F. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u042D\u0442\u043E \u043F\u0440\u0430\u0432\u0438\u043B\u043E \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0435\u0441\u043B\u0438 \u0434\u043B\u044F \u043E\u0434\u043D\u043E\u0433\u043E \u0438 \u0442\u043E\u0433\u043E \u0436\u0435 \u043A\u043B\u044E\u0447\u0430 \u0435\u0441\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u043E\u0434\u043D\u043E\u0439 \u0441\u043D\u043E\u0441\u043A\u0438."},"remove-consecutive-list-markers":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043F\u0438\u0441\u043A\u0430. \u0423\u0434\u043E\u0431\u043D\u043E \u043F\u0440\u0438 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438 \u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u0441\u043F\u0438\u0441\u043A\u0430."},"remove-empty-lines-between-list-markers-and-checklists":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438 \u043C\u0435\u0436\u0434\u0443 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u043C\u0438 \u0441\u043F\u0438\u0441\u043A\u0430 \u0438 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430\u043C\u0438",description:"\u041C\u0435\u0436\u0434\u0443 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u043C\u0438 \u0441\u043F\u0438\u0441\u043A\u0430 \u0438 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430\u043C\u0438 \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u0445 \u0441\u0442\u0440\u043E\u043A."},"remove-empty-list-markers":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u0443\u0441\u0442\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043F\u0438\u0441\u043A\u0430, \u0442\u043E \u0435\u0441\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B \u0441\u043F\u0438\u0441\u043A\u0430 \u0431\u0435\u0437 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E."},"empty-line-around-horizontal-rules":{name:"\u041F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u044B\u0445 \u043F\u0440\u0430\u0432\u0438\u043B",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0435\u0441\u0442\u044C \u043F\u0443\u0441\u0442\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u0432\u043E\u043A\u0440\u0443\u0433 \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u044B\u0445 \u043F\u0440\u0430\u0432\u0438\u043B, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0435 \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0442\u0441\u044F \u0438\u043B\u0438 \u043D\u0435 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u043C."},"remove-hyphenated-line-breaks":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0433\u0438\u043F\u0435\u0440\u0431\u043E\u043B\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0440\u0430\u0437\u0440\u044B\u0432\u044B \u0441\u0442\u0440\u043E\u043A",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0433\u0438\u043F\u0435\u0440\u0431\u043E\u043B\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0440\u0430\u0437\u0440\u044B\u0432\u044B \u0441\u0442\u0440\u043E\u043A. \u0423\u0434\u043E\u0431\u043D\u043E \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435 \u0442\u0435\u043A\u0441\u0442\u0430 \u0438\u0437 \u0443\u0447\u0435\u0431\u043D\u0438\u043A\u043E\u0432."},"remove-hyphens-on-paste":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0434\u0435\u0444\u0438\u0441\u044B \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0434\u0435\u0444\u0438\u0441\u044B \u0438\u0437 \u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438"},"remove-leading-or-trailing-whitespace-on-paste":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u0438\u043B\u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043B\u044E\u0431\u044B\u0435 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0435\u0442\u0430\u0431\u043E\u0432\u044B\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0438 \u0432\u0441\u0435 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0434\u043B\u044F \u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438"},"remove-leftover-footnotes-from-quote-on-paste":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u044B\u0435 \u0441\u043D\u043E\u0441\u043A\u0438 \u0438\u0437 \u0446\u0438\u0442\u0430\u0442\u044B \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043B\u044E\u0431\u044B\u0435 \u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u044B\u0435 \u0441\u043D\u043E\u0441\u043A\u0438 \u0434\u043B\u044F \u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438"},"remove-link-spacing":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432\u043E\u043A\u0440\u0443\u0433 \u0442\u0435\u043A\u0441\u0442\u0430 \u0441\u0441\u044B\u043B\u043A\u0438",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432\u043E\u043A\u0440\u0443\u0433 \u0442\u0435\u043A\u0441\u0442\u0430 \u0441\u0441\u044B\u043B\u043A\u0438."},"remove-multiple-blank-lines-on-paste":{name:"\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u043F\u0443\u0441\u0442\u044B\u0445 \u0441\u0442\u0440\u043E\u043A \u043F\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043A\u0435",description:"\u0421\u0436\u0438\u043C\u0430\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043F\u0443\u0441\u0442\u044B\u0445 \u0441\u0442\u0440\u043E\u043A \u0432 \u043E\u0434\u043D\u0443 \u043F\u0443\u0441\u0442\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0442\u0435\u043A\u0441\u0442\u0430"},"remove-multiple-spaces":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u0432",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0434\u0432\u0430 \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0440\u043E\u0431\u0435\u043B\u0430. \u0418\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 \u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0442\u0440\u043E\u043A\u0438."},"remove-space-around-characters":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0432\u043E\u043A\u0440\u0443\u0433 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043D\u0435 \u043E\u043A\u0440\u0443\u0436\u0435\u043D\u044B \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043B\u0438\u0431\u043E \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438, \u043B\u0438\u0431\u043E \u0442\u0430\u0431\u0443\u043B\u044F\u0446\u0438\u0435\u0439). \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u0444\u043E\u0440\u043C\u0430\u0442\u043E\u043C markdown \u0432 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u043B\u0443\u0447\u0430\u044F\u0445.","include-fullwidth-forms":{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u043B\u043D\u044B\u0435 \u0444\u043E\u0440\u043C\u044B",description:'\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0411\u043B\u043E\u043A \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 Halfwidth and Fullwidth Forms Unicode'},"include-cjk-symbols-and-punctuation":{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0438 \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u044E CJK",description:'\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0411\u043B\u043E\u043A \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 CJK Symbols and Punctuation Unicode'},"include-dashes":{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0434\u0435\u0444\u0438\u0441\u044B",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0434\u0435\u0444\u0438\u0441 (\u2013) \u0438 \u044D\u043C-\u0434\u0435\u0444\u0438\u0441 (\u2014)"},"other-symbols":{name:"\u0414\u0440\u0443\u0433\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B",description:"\u0414\u0440\u0443\u0433\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B"}},"remove-space-before-or-after-characters":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0434\u043E \u0438 \u043F\u043E\u0441\u043B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0434\u043E \u0438 \u043F\u043E\u0441\u043B\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u0444\u043E\u0440\u043C\u0430\u0442\u043E\u043C markdown \u0432 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u043B\u0443\u0447\u0430\u044F\u0445.","characters-to-remove-space-before":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0434\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u0434\u043E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 { \u0438\u043B\u0438 } \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043D\u0435\u043E\u0436\u0438\u0434\u0430\u043D\u043D\u043E \u043F\u043E\u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u0444\u0430\u0439\u043B\u044B, \u0442\u0430\u043A \u043A\u0430\u043A \u043E\u043D\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442\u0441\u044F \u0432 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u0435 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0437\u0430 \u043A\u0443\u043B\u0438\u0441\u0430\u043C\u0438."},"characters-to-remove-space-after":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u043F\u043E\u0441\u043B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u043F\u043E\u0441\u043B\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 { \u0438\u043B\u0438 } \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043D\u0435\u043E\u0436\u0438\u0434\u0430\u043D\u043D\u043E \u043F\u043E\u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u0444\u0430\u0439\u043B\u044B, \u0442\u0430\u043A \u043A\u0430\u043A \u043E\u043D\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442\u0441\u044F \u0432 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u0435 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0437\u0430 \u043A\u0443\u043B\u0438\u0441\u0430\u043C\u0438."}},"remove-trailing-punctuation-in-heading":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0432 \u043A\u043E\u043D\u0446\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",description:'\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0438\u0437 \u043A\u043E\u043D\u0446\u0430 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442 \u0442\u043E\u0447\u043A\u0443 \u0441 \u0437\u0430\u043F\u044F\u0442\u043E\u0439 \u0432 \u043A\u043E\u043D\u0446\u0435 HTML entity references.',"punctuation-to-remove":{name:"\u0417\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F",description:"\u0417\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0438\u0437 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432."}},"remove-yaml-keys":{name:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C YAML \u043A\u043B\u044E\u0447\u0438",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0435 YAML \u043A\u043B\u044E\u0447\u0438","yaml-keys-to-remove":{name:"YAML \u043A\u043B\u044E\u0447\u0438 \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F",description:"YAML \u043A\u043B\u044E\u0447\u0438 \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0438\u0437 YAML frontmatter \u0441 \u0438\u043B\u0438 \u0431\u0435\u0437 \u0434\u0432\u043E\u0435\u0442\u043E\u0447\u0438\u044F"}},"sort-yaml-array-values":{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432",description:"\u0421\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0430 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438.","sort-alias-key":{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C YAML aliases section",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0430\u043B\u0438\u0430\u0441\u043E\u0432."},"sort-tag-key":{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C YAML tags section",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0442\u0435\u0433\u043E\u0432."},"sort-array-keys":{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C YAML \u043C\u0430\u0441\u0441\u0438\u0432\u044B",description:"\u0412\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u044B\u0445 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432"},"ignore-keys":{name:"YAML \u043A\u043B\u044E\u0447\u0438 \u0434\u043B\u044F \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",description:"\u0421\u043F\u0438\u0441\u043E\u043A YAML \u043A\u043B\u044E\u0447\u0435\u0439 \u0431\u0435\u0437 \u0434\u0432\u043E\u0435\u0442\u043E\u0447\u0438\u044F \u043D\u0430 \u0441\u0432\u043E\u0435\u0439 \u0441\u0442\u0440\u043E\u043A\u0435, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u044B \u0434\u043B\u044F \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439."},"sort-order":{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438",description:"\u0421\u043F\u043E\u0441\u043E\u0431 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 YAML \u043C\u0430\u0441\u0441\u0438\u0432\u043E\u0432."}},"space-after-list-markers":{name:"\u041F\u0440\u043E\u0431\u0435\u043B \u043F\u043E\u0441\u043B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u043E\u0432 \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u041C\u0435\u0436\u0434\u0443 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u043C\u0438 \u0441\u043F\u0438\u0441\u043A\u0430 \u0438 \u0447\u0435\u043A-\u043B\u0438\u0441\u0442\u0430\u043C\u0438 \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u043E\u0434\u0438\u043D \u043F\u0440\u043E\u0431\u0435\u043B."},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"\u041F\u0440\u043E\u0431\u0435\u043B \u043C\u0435\u0436\u0434\u0443 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u043C, \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u043C \u0438\u043B\u0438 \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u043C \u0438\u043B\u0438 \u0447\u0438\u0441\u043B\u0430\u043C\u0438",description:'\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435, \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0435 \u0438\u043B\u0438 \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0435 \u0438\u043B\u0438 \u0447\u0438\u0441\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u044B \u043E\u0434\u043D\u0438\u043C \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u043C. \u0421\u043B\u0435\u0434\u0443\u0435\u0442 \u044D\u0442\u0438\u043C \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0430\u0446\u0438\u044F\u043C',"english-symbols-punctuation-before":{name:"\u0410\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u044F \u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0435\u0440\u0435\u0434 CJK",description:'\u0421\u043F\u0438\u0441\u043E\u043A \u0437\u043D\u0430\u043A\u043E\u0432 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435 \u043E\u0442\u043D\u043E\u0441\u044F\u0449\u0438\u0445\u0441\u044F \u043A \u0431\u0443\u043A\u0432\u0430\u043C, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u043C\u0438, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0434 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u043C\u0438, \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u043C\u0438 \u0438\u043B\u0438 \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u043C\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: "*" \u0432\u0441\u0435\u0433\u0434\u0430 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044F \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u043C \u0438 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C \u0434\u043B\u044F \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0439 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u043E\u0432 markdown.'},"english-symbols-punctuation-after":{name:"\u0410\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0443\u0430\u0446\u0438\u044F \u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u043E\u0441\u043B\u0435 CJK",description:'\u0421\u043F\u0438\u0441\u043E\u043A \u0437\u043D\u0430\u043A\u043E\u0432 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435 \u043E\u0442\u043D\u043E\u0441\u044F\u0449\u0438\u0445\u0441\u044F \u043A \u0431\u0443\u043A\u0432\u0430\u043C, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u043C\u0438, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u043F\u043E\u0441\u043B\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445, \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0445 \u0438\u043B\u0438 \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: "*" \u0432\u0441\u0435\u0433\u0434\u0430 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044F \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u043C \u0438 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C \u0434\u043B\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0439 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441\u043E\u0432 markdown.'}},"strong-style":{name:'\u0421\u0442\u0438\u043B\u044C "\u0436\u0438\u0440\u043D\u044B\u0439"',description:'\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u0438 \u0441\u0442\u0438\u043B\u044F "\u0436\u0438\u0440\u043D\u044B\u0439".',style:{name:"\u0421\u0442\u0438\u043B\u044C",description:"\u0421\u0442\u0438\u043B\u044C \u0434\u043B\u044F \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0436\u0438\u0440\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430"}},"trailing-spaces":{name:"\u041F\u0440\u043E\u0431\u0435\u043B\u044B \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0442\u0440\u043E\u043A\u0438",description:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u044B \u043F\u043E\u0441\u043B\u0435 \u043A\u0430\u0436\u0434\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438.","two-space-line-break":{name:"\u0414\u0432\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0442\u0440\u043E\u043A\u0438",description:'\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442 \u0434\u0432\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0437\u0430 \u043A\u043E\u0442\u043E\u0440\u044B\u043C\u0438 \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0440\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438 ("\u0414\u0432\u0435 \u043F\u0440\u043E\u0431\u0435\u043B\u0430 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0442\u0440\u043E\u043A\u0438").'}},"two-spaces-between-lines-with-content":{name:"\u0420\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438 \u043C\u0435\u0436\u0434\u0443 \u0441\u0442\u0440\u043E\u043A\u0430\u043C\u0438 \u0441 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u044B\u043C",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0440\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A \u043A\u043E\u043D\u0446\u0430\u043C \u0441\u0442\u0440\u043E\u043A \u0441 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u044B\u043C, \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0430\u044E\u0449\u0438\u043C\u0441\u044F \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0442\u0440\u043E\u043A\u0435 \u0434\u043B\u044F \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432, \u0446\u0438\u0442\u0430\u0442 \u0438 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u0441\u043F\u0438\u0441\u043A\u0430","line-break-indicator":{name:"\u0420\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438",description:"\u0420\u0430\u0437\u0440\u044B\u0432 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F."}},"unordered-list-style":{name:"\u0421\u0442\u0438\u043B\u044C \u043D\u0435\u0443\u043F\u043E\u0440\u044F\u0434\u043E\u0447\u0435\u043D\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u0413\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043E \u043D\u0435\u0443\u043F\u043E\u0440\u044F\u0434\u043E\u0447\u0435\u043D\u043D\u044B\u0435 \u0441\u043F\u0438\u0441\u043A\u0438 \u0441\u043B\u0435\u0434\u0443\u044E\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u043C\u0443 \u0441\u0442\u0438\u043B\u044E.","list-style":{name:"\u0421\u0442\u0438\u043B\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430 \u0441\u043F\u0438\u0441\u043A\u0430",description:"\u0421\u0442\u0438\u043B\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430 \u0441\u043F\u0438\u0441\u043A\u0430 \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u043D\u0435\u0443\u043F\u043E\u0440\u044F\u0434\u043E\u0447\u0435\u043D\u043D\u044B\u0445 \u0441\u043F\u0438\u0441\u043A\u0430\u0445"}},"yaml-key-sort":{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430 YAML \u043A\u043B\u044E\u0447\u0435\u0439",description:"\u0421\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442 YAML \u043A\u043B\u044E\u0447\u0438 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0430 \u0438 \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u0430. \u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u043C\u043E\u0436\u0435\u0442 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u0435 \u0441\u0442\u0440\u043E\u043A\u0438. \u0420\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043D\u0435\u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u043C\u0438 \u043A\u043B\u044E\u0447\u0430\u043C\u0438.","yaml-key-priority-sort-order":{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 YAML \u043A\u043B\u044E\u0447\u0435\u0439",description:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A, \u0432 \u043A\u043E\u0442\u043E\u0440\u043E\u043C \u0441\u043E\u0440\u0442\u0438\u0440\u0443\u044E\u0442\u0441\u044F \u043A\u043B\u044E\u0447\u0438 \u0441 \u043E\u0434\u043D\u0438\u043C \u043D\u0430 \u043A\u0430\u0436\u0434\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435, \u0433\u0434\u0435 \u043E\u043D\u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u0443\u044E\u0442\u0441\u044F \u0432 \u043F\u043E\u0440\u044F\u0434\u043A\u0435, \u043D\u0430\u0439\u0434\u0435\u043D\u043D\u043E\u043C \u0432 \u0441\u043F\u0438\u0441\u043A\u0435"},"priority-keys-at-start-of-yaml":{name:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u044B\u0435 \u043A\u043B\u044E\u0447\u0438 \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 YAML",description:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 YAML \u043A\u043B\u044E\u0447\u0435\u0439 \u0440\u0430\u0441\u043F\u043E\u043B\u0430\u0433\u0430\u0435\u0442\u0441\u044F \u0432 \u043D\u0430\u0447\u0430\u043B\u0435 YAML frontmatter"},"yaml-sort-order-for-other-keys":{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 YAML \u0434\u043B\u044F \u0434\u0440\u0443\u0433\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0439",description:"\u0421\u043F\u043E\u0441\u043E\u0431 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u043A\u043B\u044E\u0447\u0435\u0439, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B \u0432 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u043C \u043F\u043E\u043B\u0435 \u041F\u043E\u0440\u044F\u0434\u043A\u0430 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 YAML \u043A\u043B\u044E\u0447\u0435\u0439"}},"yaml-timestamp":{name:"YAML Timestamp",description:"\u041E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0435\u0442 \u0434\u0430\u0442\u0443 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430 \u0432 YAML frontmatter. \u041F\u043E\u043B\u0443\u0447\u0430\u0435\u0442 \u0434\u0430\u0442\u044B \u0438\u0437 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u0430.","date-created":{name:"\u0414\u0430\u0442\u0430 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u0434\u0430\u0442\u0443 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430"},"date-created-key":{name:"\u041A\u043B\u044E\u0447 \u0434\u0430\u0442\u044B \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",description:"\u041A\u0430\u043A\u043E\u0439 YAML \u043A\u043B\u044E\u0447 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u043B\u044F \u0434\u0430\u0442\u044B \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F"},"date-created-source-of-truth":{name:"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0438\u0441\u0442\u0438\u043D\u043D\u043E\u0439 \u0434\u0430\u0442\u044B \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043E\u0442\u043A\u0443\u0434\u0430 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0434\u0430\u0442\u044B \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F, \u0435\u0441\u043B\u0438 \u043E\u043D\u043E \u0443\u0436\u0435 \u043F\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 frontmatter."},"date-modified-source-of-truth":{name:"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0438\u0441\u0442\u0438\u043D\u043D\u043E\u0439 \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043A\u0430\u043A\u0438\u043C \u0441\u043F\u043E\u0441\u043E\u0431\u043E\u043C \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0443\u0436\u0435 \u043F\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 frontmatter."},"date-modified":{name:"\u0414\u0430\u0442\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u0434\u0430\u0442\u0443 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430"},"date-modified-key":{name:"\u041A\u043B\u044E\u0447 \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",description:"\u041A\u0430\u043A\u043E\u0439 YAML \u043A\u043B\u044E\u0447 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u043B\u044F \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F"},format:{name:"\u0424\u043E\u0440\u043C\u0430\u0442",description:'\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u0430\u0442\u044B, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 Moment (\u0441\u043C. Moment format options)'},"convert-to-utc":{name:"\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F \u0432 UTC",description:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u044D\u043A\u0432\u0438\u0432\u0430\u043B\u0435\u043D\u0442 UTC \u0434\u043B\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u043D\u044B\u0445 \u0434\u0430\u0442 \u0432\u043C\u0435\u0441\u0442\u043E \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0440\u0435\u043C\u0435\u043D\u0438"},"update-on-file-contents-updated":{name:"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C YAML Timestamp \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0430",description:"\u041A\u043E\u0433\u0434\u0430 \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0430\u043A\u0442\u0438\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430, YAML Timestamp \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u043D\u0430 \u0437\u0430\u043C\u0435\u0442\u043A\u0435. \u042D\u0442\u043E \u0434\u043E\u043B\u0436\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043C\u0435\u0442\u043A\u0443 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043E\u0442\u043B\u0438\u0447\u0430\u0435\u0442\u0441\u044F \u043E\u0442 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C \u043D\u0430 5 \u0441\u0435\u043A\u0443\u043D\u0434."}},"yaml-title-alias":{name:"YAML \u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0410\u043B\u0438\u0430\u0441",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u0438\u043B\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u044F\u0435\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430 \u0432 YAML frontmatter's aliases section. \u041F\u043E\u043B\u0443\u0447\u0430\u0435\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0438\u0437 \u043F\u0435\u0440\u0432\u043E\u0433\u043E H1 \u0438\u043B\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430.","preserve-existing-alias-section-style":{name:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u0442\u0438\u043B\u044C \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0435\u0433\u043E \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u0430\u043B\u0438\u0430\u0441\u043E\u0432",description:"\u0415\u0441\u043B\u0438 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E, \u0442\u043E \u0421\u0442\u0438\u043B\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u0430\u043B\u0438\u0430\u0441\u043E\u0432 YAML \u043F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u043D\u043E\u0432\u044B\u043C \u0441\u043E\u0437\u0434\u0430\u043D\u043D\u044B\u043C \u0440\u0430\u0437\u0434\u0435\u043B\u0430\u043C"},"keep-alias-that-matches-the-filename":{name:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0430\u043B\u0438\u0430\u0441, \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u044E\u0449\u0438\u0439 \u0441 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435\u043C \u0444\u0430\u0439\u043B\u0430",description:"\u0422\u0430\u043A\u0438\u0435 \u0430\u043B\u0438\u0430\u0441\u044B \u043E\u0431\u044B\u0447\u043D\u043E \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0438\u0437\u0431\u044B\u0442\u043E\u0447\u043D\u044B\u043C\u0438"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C YAML \u043A\u043B\u044E\u0447, \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0432 \u041A\u043B\u044E\u0447 \u043F\u043E\u043C\u043E\u0449\u043D\u0438\u043A\u0430 \u0430\u043B\u0438\u0430\u0441\u0430, \u0434\u043B\u044F \u043F\u043E\u043C\u043E\u0449\u0438 \u0441 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430 \u0438\u043B\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",description:"\u0415\u0441\u043B\u0438 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E, \u043A\u043E\u0433\u0434\u0430 \u043F\u0435\u0440\u0432\u044B\u0439 H1 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0438\u043B\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430, \u0435\u0441\u043B\u0438 \u043F\u0435\u0440\u0432\u044B\u0439 H1 \u043D\u0435 \u043F\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442, \u0442\u043E \u0441\u0442\u0430\u0440\u044B\u0439 \u0430\u043B\u0438\u0430\u0441, \u0445\u0440\u0430\u043D\u044F\u0449\u0438\u0439\u0441\u044F \u0432 \u044D\u0442\u043E\u043C \u043A\u043B\u044E\u0447\u0435, \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043C\u0435\u043D\u0435\u043D \u043D\u0430 \u043D\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432\u043C\u0435\u0441\u0442\u043E \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0441\u0442\u043E \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C \u0432 \u043C\u0430\u0441\u0441\u0438\u0432 \u0430\u043B\u0438\u0430\u0441\u043E\u0432"},"alias-helper-key":{name:"\u041A\u043B\u044E\u0447 \u043F\u043E\u043C\u043E\u0449\u043D\u0438\u043A\u0430 \u0430\u043B\u0438\u0430\u0441\u0430",description:"\u041A\u043B\u044E\u0447 \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043B\u044F \u043F\u043E\u043C\u043E\u0449\u0438 \u0432 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0438 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u043E\u0439 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0444\u0430\u0439\u043B \u0438\u043B\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0431\u044B\u043B \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D \u0432 frontmatter \u044D\u0442\u0438\u043C \u043F\u0440\u0430\u0432\u0438\u043B\u043E\u043C."}},"yaml-title":{name:"YAML \u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",description:"\u0412\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430 \u0432 YAML frontmatter. \u041F\u043E\u043B\u0443\u0447\u0430\u0435\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430.","title-key":{name:"\u041A\u043B\u044E\u0447 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F",description:"\u041A\u0430\u043A\u043E\u0439 YAML \u043A\u043B\u044E\u0447 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u043B\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F"},mode:{name:"\u0420\u0435\u0436\u0438\u043C",description:"\u041C\u0435\u0442\u043E\u0434 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F"}}},enums:{"Title Case":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A","ALL CAPS":"\u0412\u0421\u0415 \u041A\u0410\u041F\u0421\u041E\u041C","First letter":"\u041F\u0435\u0440\u0432\u0430\u044F \u0431\u0443\u043A\u0432\u0430",".":".",")":")",ERROR:"\u041E\u0428\u0418\u0411\u041A\u0410",TRACE:"\u0422\u0420\u0410\u0421\u0421\u0418\u0420\u041E\u0412\u041A\u0410",DEBUG:"\u041E\u0422\u041B\u0410\u0414\u041A\u0410",INFO:"\u0418\u041D\u0424\u041E\u0420\u041C\u0410\u0426\u0418\u042F",WARN:"\u041F\u0420\u0415\u0414\u0423\u041F\u0420\u0415\u0416\u0414\u0415\u041D\u0418\u0415",SILENT:"\u0411\u0415\u0417 \u0417\u0412\u0423\u041A\u0410",ascending:"\u041F\u043E \u0432\u043E\u0437\u0440\u0430\u0441\u0442\u0430\u043D\u0438\u044E",lazy:"\u043B\u0435\u043D\u0438\u0432\u044B\u0439",preserve:"\u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",Nothing:"\u041D\u0438\u0447\u0435\u0433\u043E","Remove hashtag":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0445\u044D\u0448\u0442\u0435\u0433","Remove whole tag":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0435\u0441\u044C \u0442\u0435\u0433",asterisk:"\u0437\u0432\u0435\u0437\u0434\u043E\u0447\u043A\u0430",underscore:"\u043D\u0438\u0436\u043D\u0435\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435",consistent:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439","-":"-","*":"*","+":"+",space:"\u043F\u0440\u043E\u0431\u0435\u043B","no space":"\u0431\u0435\u0437 \u043F\u0440\u043E\u0431\u0435\u043B\u0430",None:"\u041D\u0438\u0447\u0435\u0433\u043E","Ascending Alphabetical":"\u0412 \u0430\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u043E\u043C \u043F\u043E\u0440\u044F\u0434\u043A\u0435","Descending Alphabetical":"\u0412 \u043E\u0431\u0440\u0430\u0442\u043D\u043E\u043C \u0430\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u043E\u043C \u043F\u043E\u0440\u044F\u0434\u043A\u0435","multi-line":"\u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439","single-line":"\u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439","single string to single-line":"\u043E\u0434\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439","single string to multi-line":"\u043E\u0434\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u043C\u043D\u043E\u0433\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0439","single string comma delimited":"\u043E\u0434\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u0430\u044F \u0437\u0430\u043F\u044F\u0442\u044B\u043C\u0438","single string space delimited":"\u043E\u0434\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u0430\u044F \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438","single-line space delimited":"\u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u0430\u044F \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438","first-h1":"\u041F\u0435\u0440\u0432\u044B\u0439 H1","first-h1-or-filename-if-h1-missing":"\u041F\u0435\u0440\u0432\u044B\u0439 H1 \u0438\u043B\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430, \u0435\u0441\u043B\u0438 H1 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D",filename:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430",never:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430","after 5 seconds":"\u0427\u0435\u0440\u0435\u0437 5 \u0441\u0435\u043A\u0443\u043D\u0434","after 10 seconds":"\u0427\u0435\u0440\u0435\u0437 10 \u0441\u0435\u043A\u0443\u043D\u0434","after 15 seconds":"\u0427\u0435\u0440\u0435\u0437 15 \u0441\u0435\u043A\u0443\u043D\u0434","after 30 seconds":"\u0427\u0435\u0440\u0435\u0437 30 \u0441\u0435\u043A\u0443\u043D\u0434","after 1 minute":"\u0427\u0435\u0440\u0435\u0437 1 \u043C\u0438\u043D\u0443\u0442\u0443","file system":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u0444\u0430\u0439\u043B\u043E\u0432",frontmatter:"YAML frontmatter","user or Linter edits":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0432 Obsidian","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Cp={};var Ip={commands:{"lint-file":{name:"Ge\xE7erli dosyay\u0131 lintle","error-message":"Dosyada Lintleme Hatas\u0131"},"lint-file-unless-ignored":{name:"Yoksay\u0131lmad\u0131k\xE7a ge\xE7erli dosyay\u0131 lintle"},"lint-all-files":{name:"Kasadaki t\xFCm dosyalar\u0131 lintle","error-message":"Dosyada T\xFCm Dosyalar\u0131 Lintleme Hatas\u0131","success-message":"T\xFCm dosyalar lintlendi","errors-message-singular":"T\xFCm dosyalar lintlendi ve 1 hata vard\u0131.","errors-message-plural":"T\xFCm dosyalar lintlendi ve {NUM} hata vard\u0131.","start-message":"Bu, t\xFCm dosyalar\u0131n\u0131z\u0131 d\xFCzenler ve hatalara yol a\xE7abilir.","submit-button-text":"T\xFCm\xFCn\xFC Lintle","submit-button-notice-text":"T\xFCm dosyalar lintleniyor..."},"lint-all-files-in-folder":{name:"Ge\xE7erli klas\xF6rdeki t\xFCm dosyalar\u0131 lintle","start-message":"Bu, {FOLDER_NAME} dahilindeki t\xFCm dosyalar\u0131n\u0131z\u0131 ve alt klas\xF6rlerini d\xFCzenler ve hatalara yol a\xE7abilir.","submit-button-text":"{FOLDER_NAME} i\xE7indeki T\xFCm Dosyalar\u0131 Lintle","submit-button-notice-text":"{FOLDER_NAME} i\xE7indeki t\xFCm dosyalar lintleniyor...","error-message":"Klas\xF6rdeki T\xFCm Dosyalar\u0131 Lintleme Hatas\u0131 Dosyada","success-message":"{FOLDER_NAME} i\xE7indeki t\xFCm {NUM} dosya lintlendi.","message-singular":"{FOLDER_NAME} i\xE7indeki t\xFCm {NUM} dosya lintlendi ve 1 hata vard\u0131.","message-plural":"{FOLDER_NAME} i\xE7indeki t\xFCm {FILE_COUNT} dosya lintlendi ve {ERROR_COUNT} hata vard\u0131."},"paste-as-plain-text":{name:"D\xFCz Metin Olarak & Modifikasyonsuz Yap\u0131\u015Ft\u0131r"},"lint-file-pop-up-menu-text":{name:"Dosyay\u0131 lintle"},"lint-folder-pop-up-menu-text":{name:"Klas\xF6r\xFC lintle"}},logs:{"plugin-load":"Eklenti y\xFCkleniyor","plugin-unload":"Eklenti kald\u0131r\u0131l\u0131yor","folder-lint":"Klas\xF6r lintleniyor ","linter-run":"Lintleme \xE7al\u0131\u015Ft\u0131r\u0131l\u0131yor","paste-link-warning":"pano i\xE7eri\u011Fi bir link oldu\u011Fu ve yap\u0131\u015Ft\u0131rmay\u0131 de\u011Fi\u015Ftiren di\u011Fer eklentilerle \xE7ak\u0131\u015Fmay\u0131 \xF6nlemek i\xE7in lintleme yap\u0131\u015Ft\u0131rmas\u0131 iptal edildi.","see-console":"Daha fazla detay i\xE7in konsolu kontrol edin.","unknown-error":"Lintleme s\u0131ras\u0131nda bilinmeyen bir hata olu\u015Ftu.","moment-locale-not-found":"Moment.js yerelini {MOMENT_LOCALE} olarak de\u011Fi\u015Ftirmeye \xE7al\u0131\u015F\u0131yor, elde edilen {CURRENT_LOCALE}","file-change-lint-message-start":"Lintlendi","pre-rules":"normal kurallardan \xF6nceki kurallar","post-rules":"normal kurallardan sonraki kurallar","rule-running":"kurallar \xE7al\u0131\u015Ft\u0131r\u0131l\u0131yor","custom-regex":"\xF6zel regex kurallar\u0131","running-custom-regex":"\xD6zel Regex \xC7al\u0131\u015Ft\u0131r\u0131l\u0131yor","running-custom-lint-command":"\xD6zel Lint Komutlar\u0131 \xC7al\u0131\u015Ft\u0131r\u0131l\u0131yor","custom-lint-duplicate-warning":'Ayn\u0131 komutu ("{COMMAND_NAME}") \xF6zel bir lint kural\u0131 olarak iki kez \xE7al\u0131\u015Ft\u0131ramazs\u0131n\u0131z.',"custom-lint-error-message":"\xD6zel Lint Komutu Hatas\u0131","disabled-text":"devre d\u0131\u015F\u0131","run-rule-text":"\xC7al\u0131\u015Ft\u0131r\u0131l\u0131yor","timing-key-not-found":"'{TIMING_KEY}' zamanlama anahtar\u0131 zamanlama bilgisi listesinde bulunamad\u0131, bu y\xFCzden yoksay\u0131ld\u0131","milliseconds-abbreviation":"ms","invalid-date-format-error":"Olu\u015Fturulan tarih format\u0131 '{DATE}' ayr\u0131\u015Ft\u0131r\u0131lamad\u0131 veya belirlenemedi, bu y\xFCzden '{FILE_NAME}' dosyas\u0131ndaki olu\u015Fturulan tarih ayn\u0131 b\u0131rak\u0131ld\u0131","invalid-delimiter-error-message":"ayra\xE7 sadece tek bir karakter olabilir","missing-footnote-error-message":"'{FOOTNOTE}' dipnotunun i\xE7eri\u011Finden \xF6nce kar\u015F\u0131l\u0131k gelen bir dipnot referans\u0131 yok ve i\u015Flenemez. L\xFCtfen t\xFCm dipnotlar\u0131n, dipnot i\xE7eri\u011Finden \xF6nce kar\u015F\u0131l\u0131k gelen bir referans\u0131 oldu\u011Fundan emin olun.","too-many-footnotes-error-message":"'{FOOTNOTE_KEY}' dipnot anahtar\u0131 birden fazla dipnota at\u0131fta bulunuyor. L\xFCtfen dipnotlar\u0131 g\xFCncelleyin, b\xF6ylece her dipnot anahtar\u0131 i\xE7in yaln\u0131zca bir dipnot olur.","wrapper-yaml-error":"YAML'da hata: {ERROR_MESSAGE}","wrapper-unknown-error":"bilinmeyen hata: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"Panoda i\xE7erik yok.","characters-added":"karakterler eklendi","characters-removed":"karakterler kald\u0131r\u0131ld\u0131"},"all-rules-option":"T\xFCm\xFC","linter-title":"Linter","empty-search-results-text":"Arama ile e\u015Fle\u015Fen ayar bulunamad\u0131","warning-text":"Uyar\u0131","file-backup-text":"Dosyalar\u0131n\u0131z\u0131n yede\u011Fini ald\u0131\u011F\u0131n\u0131zdan emin olun.",tabs:{names:{general:"Genel",custom:"\xD6zel",yaml:"YAML",heading:"Ba\u015Fl\u0131k",content:"\u0130\xE7erik",footnote:"Dipnot",spacing:"Bo\u015Fluk",paste:"Yap\u0131\u015Ft\u0131r",debug:"Hata ay\u0131kla"},"default-search-bar-text":"T\xFCm ayarlar\u0131 ara",general:{"lint-on-save":{name:"Kaydederken d\xFCzelt",description:"Manuel kaydetme (Ctrl + S tu\u015Funa bas\u0131ld\u0131\u011F\u0131nda veya vim tu\u015F ba\u011Flamalar\u0131n\u0131 kullan\u0131rken :w komutu \xE7al\u0131\u015Ft\u0131r\u0131ld\u0131\u011F\u0131nda) dosyay\u0131 d\xFCzeltir"},"display-message":{name:"D\xFCzeltme sonras\u0131 mesaj\u0131 g\xF6ster",description:"D\xFCzeltme sonras\u0131 de\u011Fi\u015Fen karakter say\u0131s\u0131n\u0131 g\xF6sterir"},"suppress-message-when-no-change":{name:"De\u011Fi\u015Fiklik Olmad\u0131\u011F\u0131nda Mesaj\u0131 Bast\u0131r",description:"Etkinle\u015Ftirildi\u011Finde, ger\xE7ek de\u011Fi\u015Fiklikler olmad\u0131\u011F\u0131nda mesaj g\xF6sterilmez."},"lint-on-file-change":{name:"Dosya De\u011Fi\u015Fikli\u011Finde D\xFCzeltme",description:"Bir dosya kapat\u0131ld\u0131\u011F\u0131nda veya yeni bir dosya a\xE7\u0131ld\u0131\u011F\u0131nda, \xF6nceki dosya d\xFCzeltilir."},"display-lint-on-file-change-message":{name:"Dosya De\u011Fi\u015Fikli\u011Finde D\xFCzeltme Mesaj\u0131n\u0131 G\xF6ster",description:"Dosya De\u011Fi\u015Fikli\u011Finde D\xFCzeltme oldu\u011Funda bir mesaj g\xF6sterir"},"folders-to-ignore":{name:"Yoksay\u0131lacak klas\xF6rler",description:"T\xFCm dosyalar\u0131 d\xFCzeltirken veya kaydederken d\xFCzeltme i\u015Fleminin yoksay\u0131laca\u011F\u0131 klas\xF6rler. Klas\xF6r yollar\u0131n\u0131 yeni sat\u0131rlarla ay\u0131rarak girin"},"additional-file-extensions":{name:"Ek dosya uzant\u0131lar\u0131",description:"md dosyalar\u0131na ek olarak lintlenecek dosya uzant\u0131lar\u0131. \xD6rne\u011Fin mdx veya svx. Ba\u015Ftaki noktay\u0131 eklemeyin. Not: Yaln\u0131zca Obsidian'\u0131n markdown olarak g\xF6rd\xFC\u011F\xFC dosyalar (yerel veya di\u011Fer eklentiler arac\u0131l\u0131\u011F\u0131yla) lintlenecektir, eklenen uzant\u0131lardan ba\u011F\u0131ms\u0131z olarak.","extension-placeholder":"\xF6rn. mdx","add-input-button-text":"Ba\u015Fka uzant\u0131 ekle","delete-tooltip":"Sil"},"override-locale":{name:"Yerel ayarlar\u0131n \xFCzerine yaz",description:"Varsay\u0131lan\u0131n d\u0131\u015F\u0131nda bir yerel ayar kullanmak istiyorsan\u0131z bunu ayarlay\u0131n"},"same-as-system-locale":"Sistemle ayn\u0131 ({SYS_LOCALE})","yaml-aliases-section-style":{name:"YAML takma adlar\u0131 b\xF6l\xFCm\xFC stili",description:"YAML takma adlar\u0131 b\xF6l\xFCm\xFCn\xFCn stili"},"yaml-tags-section-style":{name:"YAML etiketleri b\xF6l\xFCm\xFC stili",description:"YAML etiketleri b\xF6l\xFCm\xFCn\xFCn stili"},"default-escape-character":{name:"Varsay\u0131lan Ka\xE7\u0131\u015F Karakteri",description:"Tek t\u0131rnak ve \xE7ift t\u0131rnak bulunmayan YAML de\u011Ferlerinden ka\xE7mak i\xE7in kullan\u0131lacak varsay\u0131lan karakter."},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"\xC7ok Sat\u0131rl\u0131 Dizi Format\u0131ndayken Gereksiz Ka\xE7\u0131\u015F Karakterlerini Kald\u0131r",description:"\xC7ok sat\u0131rl\u0131 YAML dizileri i\xE7in ka\xE7\u0131\u015F karakterleri tek sat\u0131rl\u0131 dizilere g\xF6re ayn\u0131 ka\xE7\u0131\u015Fa ihtiya\xE7 duymaz, bu y\xFCzden \xE7ok sat\u0131rl\u0131 format i\xE7erisinde gerekli olmayan ekstra ka\xE7\u0131\u015Flar\u0131 kald\u0131r\u0131r"},"number-of-dollar-signs-to-indicate-math-block":{name:"Matematiksel Blo\u011Fu Belirtmek \u0130\xE7in Dolar \u0130\u015Fareti Say\u0131s\u0131",description:"Matematik i\xE7eri\u011Finin bir matematiksel blok yerine inline matematik olup olmad\u0131\u011F\u0131n\u0131 belirlemek i\xE7in kullan\u0131lacak dolar i\u015Fareti say\u0131s\u0131"}},debug:{"log-level":{name:"Log D\xFCzeyi",description:"Hizmetin loglamaya izin verdi\u011Fi log t\xFCrleri. Varsay\u0131lan ERROR'dur."},"linter-config":{name:"Linter Yap\u0131land\u0131rmas\u0131",description:"Ayar sayfas\u0131n\u0131n y\xFCklenmesi s\u0131ras\u0131nda Linter i\xE7in data.json i\xE7eri\u011Fi"},"log-collection":{name:"Kaydetme d\xFCzeltmesi ve mevcut dosyan\u0131n d\xFCzeltilmesi s\u0131ras\u0131nda loglar\u0131 topla",description:"Kaydetme d\xFCzeltmesi yapt\u0131\u011F\u0131n\u0131zda ve mevcut dosyay\u0131 d\xFCzeltirken loglar\u0131 toplar. Bu loglar hata ay\u0131klama ve hata raporlar\u0131 olu\u015Fturma i\xE7in yard\u0131mc\u0131 olabilir."},"linter-logs":{name:"Linter Loglar\u0131",description:"Son Kaydetme d\xFCzeltmesi veya son mevcut dosya \xE7al\u0131\u015Ft\u0131rmas\u0131ndan elde edilen loglar (e\u011Fer etkinle\u015Ftirilmi\u015Fse)."}}},options:{"custom-command":{name:"\xD6zel Komutlar",description:"\xD6zel komutlar, linter normal kurallar\u0131n\u0131 \xE7al\u0131\u015Ft\u0131rmay\u0131 bitirdikten sonra \xE7al\u0131\u015Ft\u0131r\u0131lan Obsidyen komutlard\u0131r. Bu, YAML zaman damgas\u0131 mant\u0131\u011F\u0131 \xE7al\u0131\u015Fmadan \xF6nce \xE7al\u0131\u015Fmad\u0131klar\u0131 anlam\u0131na gelir, dolay\u0131s\u0131yla linterin bir sonraki \xE7al\u0131\u015Fmas\u0131nda YAML zaman damgas\u0131n\u0131n tetiklenmesine neden olabilirler. Bir Obsidyen komutunu yaln\u0131zca bir kez se\xE7ebilirsiniz.",warning:"Bir se\xE7ene\u011Fi se\xE7erken, se\xE7ene\u011Fi fareyi kullanarak veya enter tu\u015Funa basarak se\xE7ti\u011Finizden emin olun. Di\u011Fer se\xE7im y\xF6ntemleri \xE7al\u0131\u015Fmayabilir ve yaln\u0131zca ger\xE7ek bir Obsidian komutunun veya bo\u015F bir dizinin se\xE7imleri kaydedilir.","add-input-button-text":"Yeni komut ekle","command-search-placeholder-text":"Obsidian komutu","move-up-tooltip":"Yukar\u0131","move-down-tooltip":"A\u015Fa\u011F\u0131","delete-tooltip":"Sil"},"custom-replace":{name:"\xD6zel Regex De\u011Fi\u015Ftirme",description:"\xD6zel regex de\u011Fi\u015Ftirme, bulunan regex ile e\u015Fle\u015Fen her \u015Feyi de\u011Fi\u015Ftirme de\u011Feri ile de\u011Fi\u015Ftirmek i\xE7in kullan\u0131labilir. De\u011Fi\u015Ftirme ve bulma de\u011Ferleri ge\xE7erli regex de\u011Ferleri olmal\u0131d\u0131r.",warning:"Regex hakk\u0131nda bilginiz yoksa dikkatli kullan\u0131n. Ayr\u0131ca, l\xFCtle iOS mobil platformunda regexinizde geriye d\xF6n\xFCk aramalar\u0131 kullanmay\u0131n \xE7\xFCnk\xFC bu, o platformda desteklenmedi\u011Fi i\xE7in lint i\u015Fleminin ba\u015Far\u0131s\u0131z olmas\u0131na neden olur.","add-input-button-text":"Yeni regex de\u011Fi\u015Ftirme ekle","regex-to-find-placeholder-text":"bulunacak regex","flags-placeholder-text":"bayraklar","regex-to-replace-placeholder-text":"de\u011Fi\u015Ftirilecek regex","label-placeholder-text":"etiket","move-up-tooltip":"Yukar\u0131 ta\u015F\u0131","move-down-tooltip":"A\u015Fa\u011F\u0131 ta\u015F\u0131","delete-tooltip":"Sil"}},rules:{"auto-correct-common-misspellings":{name:"Yayg\u0131n Yanl\u0131\u015F Yaz\u0131mlar\u0131 Otomatik D\xFCzelt",description:'Yayg\u0131n yanl\u0131\u015F yaz\u0131mlar\u0131n s\xF6zl\xFC\u011F\xFCn\xFC kullanarak bunlar\u0131 do\u011Fru yaz\u0131mlar\u0131na otomatik olarak d\xF6n\xFC\u015Ft\xFCr\xFCr. Otomatik d\xFCzeltilen kelimelerin tam listesi i\xE7in otomatik-d\xFCzeltme haritas\u0131na bak\u0131n.',"ignore-words":{name:"Kelimeleri Yoksay",description:"Otomatik d\xFCzeltme s\u0131ras\u0131nda yoksay\u0131lacak k\xFC\xE7\xFCk harfli kelimelerin virg\xFClle ayr\u0131lm\u0131\u015F listesi"}},"add-blockquote-indentation-on-paste":{name:"Yap\u0131\u015Ft\u0131rma S\u0131ras\u0131nda Blok Al\u0131nt\u0131 Girintisini Ekle",description:"\u0130mle\xE7 bir blok al\u0131nt\u0131/callout sat\u0131r\u0131nda oldu\u011Funda, t\xFCm sat\u0131rlara, ilk sat\u0131r hari\xE7, blok al\u0131nt\u0131lar ekler"},"blockquote-style":{name:"Blok Al\u0131nt\u0131 Stili",description:"Blok al\u0131nt\u0131 stili tutarl\u0131 olmal\u0131d\u0131r.",style:{name:"Stil",description:"Blok al\u0131nt\u0131 g\xF6stergelerinde kullan\u0131lan stil"}},"capitalize-headings":{name:"B\xFCy\xFCk Harfli Ba\u015Fl\u0131klar",description:"Ba\u015Fl\u0131klar b\xFCy\xFCk harfle bi\xE7imlendirilmelidir",style:{name:"Stil",description:"Kullan\u0131lacak b\xFCy\xFCk harfle ba\u015Flatma stili"},"ignore-case-words":{name:"Durum S\xF6zc\xFCklerini Yoksay",description:"Ba\u015Fl\u0131k durum stilini sadece t\xFCm k\xFC\xE7\xFCk harfli s\xF6zc\xFCklere uygula"},"ignore-words":{name:"S\xF6zc\xFCkleri Yoksay",description:"B\xFCy\xFCk harfle ba\u015Flat\u0131rken yoksay\u0131lacak s\xF6zc\xFCklerin virg\xFClle ayr\u0131lm\u0131\u015F listesi"},"lowercase-words":{name:"K\xFC\xE7\xFCk Harfli S\xF6zc\xFCkler",description:"K\xFC\xE7\xFCk harfli tutulacak s\xF6zc\xFCklerin virg\xFClle ayr\u0131lm\u0131\u015F listesi"}},"compact-yaml":{name:"S\u0131k\u0131\u015Ft\u0131r\u0131lm\u0131\u015F YAML",description:"YAML \xF6n bilgisindeki ba\u015Ftaki ve sondaki bo\u015F sat\u0131rlar\u0131 kald\u0131r\u0131r.","inner-new-lines":{name:"\u0130\xE7 Yeni Sat\u0131rlar",description:"YAML'\u0131n ba\u015F\u0131nda veya sonunda olmayan yeni sat\u0131rlar\u0131 kald\u0131r\u0131r."}},"consecutive-blank-lines":{name:"Ard\u0131\u015F\u0131k bo\u015F sat\u0131rlar",description:"En fazla bir ard\u0131\u015F\u0131k bo\u015F sat\u0131r olmal\u0131d\u0131r."},"convert-bullet-list-markers":{name:"Bullet List Markerlar\u0131n\u0131 D\xF6n\xFC\u015Ft\xFCr",description:"Bullet list marker sembollerini markdown list markerlar\u0131na d\xF6n\xFC\u015Ft\xFCr\xFCr."},"convert-spaces-to-tabs":{name:"Bo\u015Fluklar\u0131 Sekmeye D\xF6n\xFC\u015Ft\xFCr",description:"Ba\u015Ftaki bo\u015Fluklar\u0131 sekmeye d\xF6n\xFC\u015Ft\xFCr\xFCr.",tabsize:{name:"Sekme Boyutu",description:"Bir sekme haline d\xF6n\xFC\u015Ft\xFCr\xFClecek bo\u015Fluk say\u0131s\u0131"}},"emphasis-style":{name:"Vurgu Stili",description:"Vurgu stilinin tutarl\u0131 olmas\u0131n\u0131 sa\u011Flar.",style:{name:"Stil",description:"Vurgulanan i\xE7eri\u011Fi belirtmek i\xE7in kullan\u0131lan stil"}},"empty-line-around-blockquotes":{name:"Al\u0131nt\u0131 Bloklar\u0131n\u0131n Etraf\u0131nda Bo\u015F Sat\u0131r",description:"Bir belgenin ba\u015F\u0131n\u0131 veya sonunu ba\u015Flatmayan al\u0131nt\u0131 bloklar\u0131n etraf\u0131nda bo\u015F bir sat\u0131r olmal\u0131d\u0131r.Not: bo\u015F bir sat\u0131r ya al\u0131nt\u0131 bloklar i\xE7in bir seviye daha az girinti veya yeni bir sat\u0131r karakteri demektir."},"empty-line-around-code-fences":{name:"Kod \xC7itlerinin Etraf\u0131nda Bo\u015F Sat\u0131r",description:"Bir belgenin ba\u015F\u0131n\u0131 veya sonunu ba\u015Flatmayan kod \xE7itlerinin etraf\u0131nda bo\u015F bir sat\u0131r olmal\u0131d\u0131r."},"empty-line-around-math-blocks":{name:"Matematik Bloklar\u0131n\u0131n Etraf\u0131nda Bo\u015F Sat\u0131r",description:"Tek sat\u0131rl\u0131k matematik i\xE7in bir matematik blo\u011Funu belirtmek i\xE7in ka\xE7 dolar i\u015Fareti oldu\u011Funu belirleyen Dolar \u0130\u015Faretlerinin Say\u0131s\u0131yla Matematik Blo\u011Funu Belirt kullan\u0131larak matematik bloklar\u0131n\u0131n etraf\u0131nda bo\u015F bir sat\u0131r olmal\u0131d\u0131r."},"empty-line-around-tables":{name:"Tablolar\u0131n Etraf\u0131nda Bo\u015F Sat\u0131r",description:"Bir belgenin ba\u015F\u0131n\u0131 veya sonunu ba\u015Flatmayan github flavored tablolar\u0131n etraf\u0131nda bo\u015F bir sat\u0131r olmal\u0131d\u0131r."},"escape-yaml-special-characters":{name:"YAML \xD6zel Karakterlerine Ka\xE7\u0131\u015F \u0130\u015Flemi Yap",description:`YAML i\xE7indeki bo\u015Flukla beraber gelen iki nokta \xFCst \xFCste (:), tek t\u0131rnak (') ve \xE7ift t\u0131rnak (") karakterlerini ka\xE7\u0131\u015F i\u015Flemine tabi tutar.`,"try-to-escape-single-line-arrays":{name:"Tek Sat\u0131rl\u0131k Listeleri Ka\xE7\u0131\u015F Denemesi",description:'Bir dizinin "[" ile ba\u015Flad\u0131\u011F\u0131n\u0131, "]" ile bitti\u011Fini ve \xF6\u011Felerin "," ile ayr\u0131ld\u0131\u011F\u0131n\u0131 varsayarak dizi de\u011Ferlerini ka\xE7\u0131\u015F i\u015Flemine tabi tutmaya \xE7al\u0131\u015F\u0131r.'}},"file-name-heading":{name:"Dosya Ad\u0131 Ba\u015Fl\u0131\u011F\u0131",description:"E\u011Fer hi\xE7 H1 ba\u015Fl\u0131\u011F\u0131 yoksa dosya ad\u0131n\u0131 H1 ba\u015Fl\u0131\u011F\u0131 olarak ekler."},"footnote-after-punctuation":{name:"Noktalama \u0130\u015Faretinden Sonra Dipnot",description:"Dipnot referanslar\u0131n\u0131n noktalama i\u015Faretinden \xF6nce de\u011Fil, sonra yerle\u015Ftirildi\u011Finden emin olur."},"force-yaml-escape":{name:"YAML Ka\xE7\u0131\u015F\u0131n\u0131 Zorla",description:"Belirtilen YAML anahtarlar\u0131 i\xE7in ka\xE7\u0131\u015F de\u011Ferleri.","force-yaml-escape-keys":{name:"Anahtarlarda YAML Ka\xE7\u0131\u015F\u0131n\u0131 Zorla",description:"Yeni bir sat\u0131r karakteri ile ayr\u0131lm\u0131\u015F belirtilen YAML anahtarlar\u0131nda YAML ka\xE7\u0131\u015F karakterini kullan\u0131r, e\u011Fer zaten ka\xE7\u0131\u015F yap\u0131lmam\u0131\u015Fsa. YAML dizilerinde kullanmay\u0131n"}},"format-tags-in-yaml":{name:"YAML Etiketlerini Bi\xE7imlendir",description:"YAML \xF6n madde i\xE7indeki etiketlerden hashtagleri kald\u0131r\u0131r, \xE7\xFCnk\xFC bunlar etiketleri ge\xE7ersiz k\u0131lar."},"format-yaml-array":{name:"YAML Dizisini Bi\xE7imlendir",description:"Normal YAML dizilerinin \xE7ok sat\u0131rl\u0131 veya tek sat\u0131rl\u0131 olarak bi\xE7imlendirilmesine izin verir ve tags ve aliases baz\u0131 Obsidian \xF6zg\xFC \xF6zelliklerine sahip YAML formatlar\u0131nda bulunabilir.Not: Tek giri\u015Fli bir diziden birden fazla giri\u015Fi olan tek sat\u0131rl\u0131 bir diziye ge\xE7mek ayn\u0131d\u0131r, tek fark \xE7ok sat\u0131rl\u0131 bir dizi olmas\u0131d\u0131r.","alias-key":{name:"YAML takma adlar\u0131 b\xF6l\xFCm\xFCn\xFC bi\xE7imlendir",description:"YAML takma adlar\u0131 b\xF6l\xFCm\xFC i\xE7in bi\xE7imlendirmeyi a\xE7ar. Bu se\xE7ene\u011Fi YAML Title Alias kural\u0131yla birlikte kullanmaman\u0131z \xF6nerilir \xE7\xFCnk\xFC birlikte d\xFCzg\xFCn \xE7al\u0131\u015Fmayabilir veya farkl\u0131 bi\xE7imlendirme stilleri se\xE7ilmi\u015F olabilir, bu beklenmeyen sonu\xE7lara yol a\xE7abilir."},"tag-key":{name:"YAML etiketleri b\xF6l\xFCm\xFCn\xFC bi\xE7imlendir",description:"YAML etiketleri b\xF6l\xFCm\xFC i\xE7in bi\xE7imlendirmeyi a\xE7ar."},"default-array-style":{name:"Varsay\u0131lan YAML dizi b\xF6l\xFCm\xFC stili",description:"tags, aliases veya Force key values to be single-line arrays ve Force key values to be multi-line arrays olmayan di\u011Fer YAML dizilerinin stili"},"default-array-keys":{name:"YAML dizi b\xF6l\xFCmlerini bi\xE7imlendir",description:"Normal YAML dizileri i\xE7in bi\xE7imlendirmeyi a\xE7ar"},"force-single-line-array-style":{name:"Anahtar de\u011Ferlerini tek sat\u0131rl\u0131 dizilere zorla",description:"Yeni sat\u0131r ile ayr\u0131lan anahtarlar i\xE7in YAML dizisini tek sat\u0131rl\u0131 formatta olmaya zorlar (bu se\xE7ene\u011Fi devre d\u0131\u015F\u0131 b\u0131rakmak i\xE7in bo\u015F b\u0131rak\u0131n)"},"force-multi-line-array-style":{name:"Anahtar de\u011Ferlerini \xE7ok sat\u0131rl\u0131 dizilere zorla",description:"Yeni sat\u0131r ile ayr\u0131lan anahtarlar i\xE7in YAML dizisini \xE7ok sat\u0131rl\u0131 formatta olmaya zorlar (bu se\xE7ene\u011Fi devre d\u0131\u015F\u0131 b\u0131rakmak i\xE7in bo\u015F b\u0131rak\u0131n)"}},"header-increment":{name:"Ba\u015Fl\u0131k Art\u0131r\u0131m\u0131",description:"Ba\u015Fl\u0131k seviyeleri bir seferde sadece bir seviye artmal\u0131d\u0131r","start-at-h2":{name:"Ba\u015Fl\u0131k Art\u0131r\u0131m\u0131n\u0131 Ba\u015Fl\u0131k Seviyesi 2\u2019de Ba\u015Flat",description:"Bir dosyadaki minimum ba\u015Fl\u0131k seviyesini ba\u015Fl\u0131k seviyesi 2 yapar ve buna g\xF6re t\xFCm ba\u015Fl\u0131klar\u0131 kayd\u0131r\u0131r, b\xF6ylece ba\u015Fl\u0131k art\u0131\u015F\u0131 seviye 2 ba\u015Fl\u0131\u011F\u0131 ile ba\u015Flar."}},"heading-blank-lines":{name:"Ba\u015Fl\u0131k Bo\u015F Sat\u0131rlar\u0131",description:"T\xFCm ba\u015Fl\u0131klar\u0131n hem \xF6ncesinde hem de sonras\u0131nda birer bo\u015F sat\u0131r olmal\u0131d\u0131r (ba\u015Fl\u0131k belgenin ba\u015F\u0131nda veya sonunda oldu\u011Funda bu durum ge\xE7erli de\u011Fildir).",bottom:{name:"Alt",description:"Ba\u015Fl\u0131klar\u0131n sonras\u0131na bo\u015F sat\u0131r ekler (Devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131\u011F\u0131nda, ba\u015Fl\u0131klar\u0131n ard\u0131ndan gelen bo\u015F sat\u0131rlar\u0131 kald\u0131rmaz)"},"empty-line-after-yaml":{name:"YAML ve Ba\u015Fl\u0131k Aras\u0131nda Bo\u015F Sat\u0131r",description:"YAML \xF6n madde ve ba\u015Fl\u0131k aras\u0131ndaki bo\u015F sat\u0131r\u0131 korur"}},"headings-start-line":{name:"Ba\u015Fl\u0131klar Sat\u0131r\u0131 Ba\u015Flat\u0131r",description:"Bir sat\u0131r\u0131 ba\u015Flatmayan ba\u015Fl\u0131klar\u0131n \xF6ncesi bo\u015Fluklar\u0131 kald\u0131r\u0131l\u0131r ki ba\u015Fl\u0131klar ba\u015Fl\u0131k olarak tan\u0131nabilsin."},"insert-yaml-attributes":{name:"YAML \xD6zniteliklerini Ekle",description:"Verilen YAML \xF6zniteliklerini YAML \xF6n maddesine ekler. Her \xF6zniteli\u011Fi tek bir sat\u0131ra koyun.","text-to-insert":{name:"Eklenecek metin",description:"YAML \xF6n maddesine eklenen metin"}},"line-break-at-document-end":{name:"Belge Sonunda Sat\u0131r Sonu",description:"Bir belgenin sonunda tam olarak bir sat\u0131r sonu oldu\u011Funu garanti eder."},"move-footnotes-to-the-bottom":{name:"Dipnotlar\u0131 Altbilgiye Ta\u015F\u0131",description:"T\xFCm dipnotlar\u0131 belgenin alt\u0131na ta\u015F\u0131r."},"move-math-block-indicators-to-their-own-line":{name:"Matematik Blok G\xF6stergelerini Kendi Sat\u0131rlar\u0131na Ta\u015F\u0131",description:'Tek sat\u0131rl\u0131 matematik i\xE7in ka\xE7 dolar i\u015Faretinin bir matematik blo\u011Funu g\xF6sterdi\u011Fini belirlemek i\xE7in "Bir Matematik Blo\u011Fu G\xF6stermek \u0130\xE7in Dolar \u0130\u015Fareti Say\u0131s\u0131"n\u0131 kullanarak t\xFCm ba\u015Flang\u0131\xE7 ve biti\u015F matematik blo\u011Fu g\xF6stergelerini kendi sat\u0131rlar\u0131na ta\u015F\u0131y\u0131n.'},"move-tags-to-yaml":{name:"Etiketleri YAML'a Ta\u015F\u0131",description:"T\xFCm etiketleri belgenin YAML \xF6n maddesine ta\u015F\u0131r.","how-to-handle-existing-tags":{name:"Metin i\xE7indeki etiket i\u015Flemi",description:"\xD6n maddeye ta\u015F\u0131nd\u0131ktan sonra dosyan\u0131n i\xE7eri\u011Finde bulunan ve yoksay\u0131lmayan etiketlerle ne yap\u0131laca\u011F\u0131"},"tags-to-ignore":{name:"Yoksay\u0131lacak etiketler",description:"\u0130\xE7erik g\xF6vdesindeki hashtag'lerden kald\u0131rma etkinle\u015Ftirilmi\u015Fse, etiketler dizisine ta\u015F\u0131nmayacak veya i\xE7erik g\xF6vdesinden kald\u0131r\u0131lmayacak etiketler. Her etiket yeni bir sat\u0131rda ve # olmadan olmal\u0131d\u0131r.Etiket ad\u0131nda hashtag i\xE7ermedi\u011Finizden emin olun."}},"no-bare-urls":{name:"Yal\u0131n URL'ler Olmas\u0131n",description:"Yal\u0131n URL'leri a\xE7\u0131l\u0131 ayra\xE7lar ile ku\u015Fat\u0131r, tek veya \xE7ift t\u0131rnak, k\xF6\u015Feli parantez veya e\u011Fik kesme i\u015Fareti i\xE7inde de\u011Filse."},"ordered-list-style":{name:"S\u0131ral\u0131 Liste Stili",description:"S\u0131ral\u0131 listelerin belirtilen stili izlemesini sa\u011Flar.Not: 2 bo\u015Fluk veya 1 sekme bir girinti seviyesi olarak kabul edilir.","number-style":{name:"Numara Stili",description:"S\u0131ral\u0131 liste g\xF6stergelerinde kullan\u0131lan numara stili"},"list-end-style":{name:"S\u0131ral\u0131 Liste G\xF6sterge Sonu Stili",description:"Bir s\u0131ral\u0131 liste g\xF6stergesinin biti\u015F karakteri"}},"paragraph-blank-lines":{name:"Paragraf Bo\u015F Sat\u0131rlar\u0131",description:"T\xFCm paragraflar\u0131n hem \xF6nce hem sonra tam olarak bir bo\u015F sat\u0131r\u0131 olmal\u0131d\u0131r."},"prevent-double-checklist-indicator-on-paste":{name:"Yap\u0131\u015Ft\u0131rmada \xC7ift Kontrol Listesi G\xF6stergesini \xD6nle",description:"Kurs\xF6r\xFCn dosyadaki sat\u0131rda bir kontrol listesi g\xF6stergesi varsa, yap\u0131\u015Ft\u0131r\u0131lacak metinden ba\u015Flang\u0131\xE7 kontrol listesi g\xF6stergesini kald\u0131r\u0131r"},"prevent-double-list-item-indicator-on-paste":{name:"Yap\u0131\u015Ft\u0131rmada \xC7ift Liste \xD6\u011Fesi G\xF6stergesini \xD6nle",description:"Kurs\xF6r\xFCn dosyadaki sat\u0131rda bir liste g\xF6stergesi varsa, yap\u0131\u015Ft\u0131r\u0131lacak metinden ba\u015Flang\u0131\xE7 listesi g\xF6stergesini kald\u0131r\u0131r"},"proper-ellipsis-on-paste":{name:"Yap\u0131\u015Ft\u0131rmada Uygun \xDC\xE7 Nokta",description:"Yap\u0131\u015Ft\u0131r\u0131lacak metinde aralar\u0131nda bo\u015Fluk olsa bile ard\u0131\u015F\u0131k \xFC\xE7 noktay\u0131, \xFC\xE7 nokta karakteriyle ile de\u011Fi\u015Ftirir"},"proper-ellipsis":{name:"Uygun \xDC\xE7 Nokta",description:"Ard\u0131\u015F\u0131k \xFC\xE7 tane noktay\u0131, \xFC\xE7 nokta karakteriyle de\u011Fi\u015Ftirir."},"quote-style":{name:"\xFC\xE7 nokta karakteriyle",description:"G\xF6vde i\xE7eri\u011Findeki al\u0131nt\u0131lar\u0131 belirtilen tek ve \xE7ift al\u0131nt\u0131 stillerine g\xFCnceller.","single-quote-enabled":{name:"Tek Al\u0131nt\u0131 Stili Kullan\u0131m\u0131",description:"Se\xE7ilen tek al\u0131nt\u0131 stilinin kullan\u0131laca\u011F\u0131n\u0131 belirtir."},"single-quote-style":{name:"Tek Al\u0131nt\u0131 Stili",description:"Kullan\u0131lacak tek al\u0131nt\u0131 stilidir."},"double-quote-enabled":{name:"\xC7ift Al\u0131nt\u0131 Stili Kullan\u0131m\u0131",description:"Se\xE7ilen \xE7ift al\u0131nt\u0131 stilinin kullan\u0131laca\u011F\u0131n\u0131 belirtir."},"double-quote-style":{name:"\xC7ift Al\u0131nt\u0131 Stili",description:"Kullan\u0131lacak \xE7ift al\u0131nt\u0131 stilidir."}},"re-index-footnotes":{name:"Dipnotlar\u0131 Yeniden \u0130ndeksle",description:"Dipnot anahtarlar\u0131n\u0131 ve dipnotlar\u0131, olu\u015Fum s\u0131ras\u0131na g\xF6re yeniden indeksler.Not: Bir anahtar i\xE7in birden fazla dipnot varsa, bu kural \xE7al\u0131\u015Fmaz."},"remove-consecutive-list-markers":{name:"Ard\u0131\u015F\u0131k Liste \u0130\u015Faretlerini Kald\u0131r",description:"Ard\u0131\u015F\u0131k liste i\u015Faretlerini kald\u0131r\u0131r. Liste \xF6\u011Felerini kopyala-yap\u0131\u015Ft\u0131r yaparken kullan\u0131\u015Fl\u0131d\u0131r."},"remove-empty-lines-between-list-markers-and-checklists":{name:"Liste \u0130\u015Faretleri ve Kontrol Listeleri Aras\u0131ndaki Bo\u015F Sat\u0131rlar\u0131 Kald\u0131r",description:"Liste i\u015Faretleri ve kontrol listeleri aras\u0131nda bo\u015F sat\u0131r olmamal\u0131d\u0131r."},"remove-empty-list-markers":{name:"Bo\u015F Liste \u0130\u015Faret\xE7ilerini Kald\u0131r",description:"Bo\u015F liste i\u015Faret\xE7ilerini, yani i\xE7eriksiz liste \xF6\u011Felerini kald\u0131r\u0131r."},"remove-hyphenated-line-breaks":{name:"Tireli Sat\u0131r Sonlar\u0131n\u0131 Kald\u0131r",description:"Removes hyphenated line breaks. Useful when pasting text from textbooks."},"remove-hyphens-on-paste":{name:"Yap\u0131\u015Ft\u0131r\u0131rken Tireleri Kald\u0131r",description:"Yap\u0131\u015Ft\u0131r\u0131lacak metindeki tireleri kald\u0131r\u0131r"},"remove-leading-or-trailing-whitespace-on-paste":{name:"Yap\u0131\u015Ft\u0131rda \xD6ndeki veya Sondaki Bo\u015Fluklar\u0131 Kald\u0131r",description:"Yap\u0131\u015Ft\u0131r\u0131lacak metnin ba\u015F\u0131ndaki sekme olmayan bo\u015Fluklar\u0131 ve sonundaki t\xFCm bo\u015Fluklar\u0131 kald\u0131r\u0131r"},"remove-leftover-footnotes-from-quote-on-paste":{name:"Yap\u0131\u015Ft\u0131rmada Al\u0131nt\u0131dan Kalan Dipnotlar\u0131 Kald\u0131r",description:"Yap\u0131\u015Ft\u0131r\u0131lacak metinden herhangi bir kal\u0131nt\u0131 dipnot referanslar\u0131n\u0131 kald\u0131r\u0131r"},"remove-link-spacing":{name:"Link Aral\u0131\u011F\u0131n\u0131 Kald\u0131r",description:"Link metninin etraf\u0131ndaki bo\u015Fluklar\u0131 kald\u0131r\u0131r."},"remove-multiple-blank-lines-on-paste":{name:"Yap\u0131\u015Ft\u0131r\u0131rken Birden Fazla Bo\u015F Sat\u0131r\u0131 Kald\u0131r",description:"Metnin yap\u0131\u015Ft\u0131r\u0131lmas\u0131 i\xE7in birden \xE7ok bo\u015F sat\u0131r\u0131 tek bir bo\u015F sat\u0131ra s\u0131k\u0131\u015Ft\u0131r\u0131r"},"remove-multiple-spaces":{name:"Birden Fazla Bo\u015Flu\u011Fu Kald\u0131r",description:"\u0130ki veya daha fazla ard\u0131\u015F\u0131k bo\u015Flu\u011Fu kald\u0131r\u0131r. Sat\u0131r\u0131n ba\u015F\u0131ndaki ve sonundaki bo\u015Fluklar\u0131 g\xF6rmezden gelir. "},"remove-space-around-characters":{name:"Karakterler Etraf\u0131ndaki Bo\u015Flu\u011Fu Kald\u0131r",description:"Belirli karakterlerin bo\u015Fluklarla (tek bo\u015Fluk veya sekme) \xE7evrelenmemesini sa\u011Flar.Not: Bu, baz\u0131 durumlarda indirim bi\xE7imiyle ilgili sorunlara neden olabilir.","include-fullwidth-forms":{name:"Tam Geni\u015Flikte Formlar\u0131 Dahil Et",description:'Tam Geni\u015Flikte Formlar Unicode blo\u011Funu dahil eder'},"include-cjk-symbols-and-punctuation":{name:"CJK Sembol ve Noktalama \u0130\u015Faretlerini Dahil Et",description:'CJK Sembol ve Noktalama Unicode blo\u011Funu dahil eder'},"include-dashes":{name:"Tireleri Dahil Et",description:"En tire (\u2013) ve em tireyi (\u2014) dahil eder"},"other-symbols":{name:"Di\u011Fer Semboller",description:"Dahil edilecek di\u011Fer semboller"}},"remove-space-before-or-after-characters":{name:"Karakterlerden \xD6nce veya Sonra Bo\u015Flu\u011Fu Kald\u0131r",description:"Belirtilen karakterlerden \xF6nceki ve sonraki bo\u015Flu\u011Fu kald\u0131r\u0131r.Not: bu durum baz\u0131 durumlarda markdown format\u0131nda sorunlara neden olabilir.","characters-to-remove-space-before":{name:"\xD6nceki Bo\u015Flu\u011Fu Kald\u0131r\u0131lacak Karakterler",description:"Belirtilen karakterlerden \xF6nceki bo\u015Flu\u011Fu kald\u0131r\u0131r.Not: karakter listesinde { veya } kullanmak, sahne arkas\u0131nda yoksayma s\xF6zdizimi kullan\u0131ld\u0131\u011F\u0131 i\xE7in dosyalar\u0131 beklenmedik \u015Fekilde etkiler."},"characters-to-remove-space-after":{name:"Sonraki Bo\u015Flu\u011Fu Kald\u0131r\u0131lacak Karakterler",description:"Belirtilen karakterlerden sonraki bo\u015Flu\u011Fu kald\u0131r\u0131r.Not: karakter listesinde { veya } kullanmak, sahne arkas\u0131nda yoksayma s\xF6zdizimi kullan\u0131ld\u0131\u011F\u0131 i\xE7in dosyalar\u0131 beklenmedik \u015Fekilde etkiler."}},"remove-trailing-punctuation-in-heading":{name:"Ba\u015Fl\u0131klardaki Son Noktalama \u0130\u015Faretlerini Kald\u0131r",description:'Belirtilen noktalama i\u015Faretlerini ba\u015Fl\u0131klar\u0131n sonundan kald\u0131r\u0131r ve HTML varl\u0131k referanslar\u0131n\u0131n sonundaki noktal\u0131 virg\xFCl\xFC yoksayar.',"punctuation-to-remove":{name:"Sondaki Noktalama",description:"Dosyadaki ba\u015Fl\u0131klardan kald\u0131r\u0131lacak noktalama i\u015Faretleri."}},"remove-yaml-keys":{name:"YAML Anahtarlar\u0131n\u0131 Kald\u0131r",description:"Belirtilen YAML anahtarlar\u0131n\u0131 kald\u0131r\u0131r","yaml-keys-to-remove":{name:"Kald\u0131r\u0131lacak YAML Anahtarlar\u0131",description:"YAML \xF6n maddesinden iki nokta \xFCst \xFCste ile veya olmadan kald\u0131r\u0131lacak YAML anahtarlar\u0131"}},"space-after-list-markers":{name:"Liste \u0130\u015Faretlerinden Sonra Bo\u015Fluk",description:"Liste i\u015Faretleri ve onay kutular\u0131ndan sonra tek bir bo\u015Fluk olmal\u0131d\u0131r"},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"\xC7ince, Japonca veya Korece ve \u0130ngilizce veya Say\u0131lar Aras\u0131nda Bo\u015Fluk",description:'\xC7ince, Japonca veya Korece ve \u0130ngilizce veya say\u0131lar aras\u0131nda tek bir bo\u015Fluk olmas\u0131 gerekti\u011Fini sa\u011Flar. Bu kurallar\u0131 takip eder'},"strong-style":{name:"Kal\u0131n Stil",description:"Kal\u0131n stilin tutarl\u0131 oldu\u011Funu garanti eder.",style:{name:"Stil",description:"Kal\u0131n/yo\u011Fun i\xE7eri\u011Fi belirtmek i\xE7in kullan\u0131lan stil"}},"trailing-spaces":{name:"Sondaki bo\u015Fluklar",description:"Her sat\u0131r\u0131n sonundaki fazladan bo\u015Fluklar\u0131 kald\u0131r\u0131r.","two-space-line-break":{name:"\u0130ki Bo\u015Fluklu Sat\u0131r Sonu",description:'Bir sat\u0131r sonunu takiben iki bo\u015Flu\u011Fu g\xF6z ard\u0131 et ("\u0130ki Bo\u015Fluk Kural\u0131").'}},"two-spaces-between-lines-with-content":{name:"\u0130\xE7eri\u011Fi Olan Sat\u0131rlar Aras\u0131nda \u0130ki Bo\u015Fluk",description:"\u0130\xE7eri\u011Fi devam eden sat\u0131rlar\u0131n sonuna paragraflar, blok al\u0131nt\u0131lar\u0131 ve liste \xF6\u011Feleri i\xE7in iki bo\u015Fluk eklenmesini sa\u011Flar"},"unordered-list-style":{name:"S\u0131ras\u0131z Liste Stili",description:"S\u0131ras\u0131z listelerin belirtilen stili takip etti\u011Finden emin olur.","list-style":{name:"Liste \xF6\u011Fesi stili",description:"S\u0131ras\u0131z listelerde kullan\u0131lacak liste \xF6\u011Fesi stili"}},"yaml-key-sort":{name:"YAML Anahtar S\u0131ralamas\u0131",description:"YAML anahtarlar\u0131n\u0131 belirtilen s\u0131ra ve \xF6nceli\u011Fe g\xF6re s\u0131ralar.Not: bo\u015F sat\u0131rlar\u0131 da kald\u0131rabilir.","yaml-key-priority-sort-order":{name:"YAML Anahtar \xD6ncelik S\u0131ralama D\xFCzeni",description:"Her sat\u0131rda bir tane olacak \u015Fekilde anahtarlar\u0131n hangi s\u0131rayla s\u0131ralanaca\u011F\u0131"},"priority-keys-at-start-of-yaml":{name:"\xD6ncelikli Anahtarlar YAML'\u0131n Ba\u015F\u0131nda",description:"YAML Anahtar \xD6ncelik S\u0131ralama D\xFCzeni, YAML \xF6n maddesinin ba\u015F\u0131nda yer al\u0131r"},"yaml-sort-order-for-other-keys":{name:"Di\u011Fer Anahtarlar \u0130\xE7in YAML S\u0131ralama D\xFCzeni",description:"YAML Anahtar \xD6ncelik S\u0131ralama D\xFCzeni metin alan\u0131nda bulunmayan anahtarlar\u0131 nas\u0131l s\u0131ralayaca\u011F\u0131"}},"yaml-timestamp":{name:"YAML Zaman Damgas\u0131",description:"Dosyan\u0131n son d\xFCzenlendi\u011Fi tarihi YAML \xF6n maddesinde takip eder. Tarihler dosya metadatas\u0131ndan al\u0131n\u0131r.","date-created":{name:"Olu\u015Fturma Tarihi",description:"Dosyan\u0131n olu\u015Fturma tarihini ekler"},"date-created-key":{name:"Olu\u015Fturma Tarihi Anahtar\u0131",description:"Olu\u015Fturma tarihi i\xE7in hangi YAML anahtar\u0131n\u0131 kullanaca\u011F\u0131"},"date-modified":{name:"De\u011Fi\u015Ftirme Tarihi",description:"Dosyan\u0131n son de\u011Fi\u015Ftirildi\u011Fi tarihi ekler"},"date-modified-key":{name:"De\u011Fi\u015Ftirme Tarihi Anahtar\u0131",description:"De\u011Fi\u015Ftirme tarihi i\xE7in hangi YAML anahtar\u0131n\u0131 kullanaca\u011F\u0131"},format:{name:"Format",description:'Kullan\u0131lacak Zaman format\u0131 (bak\u0131n\u0131z Moment format options)'}},"yaml-title-alias":{name:"YAML Ba\u015Fl\u0131k Takma Ad\u0131",description:"Dosyan\u0131n ba\u015Fl\u0131\u011F\u0131n\u0131 YAML \xF6n maddesinin takma adlar\u0131 b\xF6l\xFCm\xFCne ekler. Ba\u015Fl\u0131\u011F\u0131 ilk H1 veya dosya ad\u0131ndan al\u0131r.","preserve-existing-alias-section-style":{name:"Mevcut takma adlar b\xF6l\xFCm stilini koru",description:"Ayarlan\u0131rsa, YAML takma adlar b\xF6l\xFCm\xFC stili ayar\u0131 yaln\u0131zca yeni olu\u015Fturulan b\xF6l\xFCmlere uygulan\u0131r"},"keep-alias-that-matches-the-filename":{name:"Dosya ad\u0131na uyan takma ad\u0131 koru",description:"Bu t\xFCr takma adlar genellikle gereksizdir"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"linter-yaml-title-alias YAML anahtar\u0131n\u0131 kullanarak eski dosya ad\u0131 ve ba\u015Fl\u0131k de\u011Fi\u015Fikliklerini takip et",description:"Ayarlan\u0131rsa, ilk H1 ba\u015Fl\u0131\u011F\u0131 de\u011Fi\u015Fti\u011Finde veya ilk H1 yoksa dosya ad\u0131 de\u011Fi\u015Fti\u011Finde, bu anahtarda saklanan eski takma ad, takma adlar dizisine yeni bir giri\u015F eklemek yerine yeni de\u011Ferle de\u011Fi\u015Ftirilir"}},"yaml-title":{name:"YAML Ba\u015Fl\u0131k",description:"Dosyan\u0131n ba\u015Fl\u0131\u011F\u0131n\u0131 YAML \xF6n maddesine ekler. Ba\u015Fl\u0131k se\xE7ilen moda g\xF6re al\u0131n\u0131r.","title-key":{name:"Ba\u015Fl\u0131k Anahtar\u0131",description:"Ba\u015Fl\u0131k i\xE7in hangi YAML anahtar\u0131n\u0131 kullanaca\u011F\u0131"},mode:{name:"Mod",description:"Ba\u015Fl\u0131\u011F\u0131 almak i\xE7in kullan\u0131lacak y\xF6ntem"}}},enums:{"Title Case":"Ba\u015F Harfleri B\xFCy\xFCk","ALL CAPS":"T\xDCM\xDC B\xDCY\xDCK HARF","First letter":"\u0130lk Harf",".":".",")":")",ERROR:"hata",TRACE:"i\u015Faret",DEBUG:"hata ay\u0131klama",INFO:"bilgi",WARN:"uyar\u0131",SILENT:"sessiz",ascending:"artan",lazy:"tembel",Nothing:"Hi\xE7biri","Remove hashtag":"Hashtagi Kald\u0131r","Remove whole tag":"T\xFCm Etiketi Kald\u0131r",asterisk:"y\u0131ld\u0131z",underscore:"alt \xE7izgi",consistent:"tutarl\u0131","-":"-","*":"*","+":"+",space:"bo\u015Fluk","no space":"bo\u015Fluk yok",None:"Yok","Ascending Alphabetical":"Artan Alfabetik","Descending Alphabetical":"Azalan Alfabetik","multi-line":"\xE7oklu-sat\u0131r","single-line":"tek-sat\u0131r","single string to single-line":"tek dizeden tek sat\u0131ra","single string to multi-line":"tek dizeden \xE7ok sat\u0131ra","single string comma delimited":"virg\xFClle ayr\u0131lm\u0131\u015F tek dize","single string space delimited":"bo\u015Flukla ayr\u0131lm\u0131\u015F tek dize","single-line space delimited":"bo\u015Flukla ayr\u0131lm\u0131\u015F tek sat\u0131r","first-h1":"\u0130lk H1","first-h1-or-filename-if-h1-missing":"\u0130lk H1 veya H1 Eksikse Dosya Ad\u0131",filename:"Dosya Ad\u0131","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Bp={};var Rp={commands:{"lint-file":{name:"\u683C\u5F0F\u5316\u5F53\u524D\u6587\u4EF6","error-message":"\u683C\u5F0F\u5316\u5F53\u524D\u6587\u4EF6\u65F6\u51FA\u9519"},"lint-file-unless-ignored":{name:"\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\uFF08\u9664\u4E86\u88AB\u5FFD\u7565\u7684\u6587\u4EF6\uFF09"},"lint-all-files":{name:"\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6","error-message":"\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\u65F6\u51FA\u9519","success-message":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6","errors-message-singular":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\uFF0C\u5176\u4E2D\u6709 1 \u4E2A\u9519\u8BEF","errors-message-plural":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\uFF0C\u5176\u4E2D\u6709 {NUM} \u4E2A\u9519\u8BEF","start-message":"\u8FD9\u5C06\u6539\u52A8\u6240\u6709\u6587\u4EF6\uFF0C\u5305\u62EC\u5B50\u6587\u4EF6\u5939\u4E2D\u7684\u6587\u4EF6\uFF0C\u53EF\u80FD\u4F1A\u5F15\u5165\u9519\u8BEF","submit-button-text":"\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6","submit-button-notice-text":"\u6B63\u5728\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6..."},"lint-all-files-in-folder":{name:"\u683C\u5F0F\u5316\u6587\u4EF6\u5939\u4E2D\u7684\u6240\u6709\u6587\u4EF6","start-message":"\u8FD9\u5C06\u6539\u52A8\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6587\u4EF6\uFF0C\u5305\u62EC\u5B50\u6587\u4EF6\u5939\u4E2D\u7684\u6587\u4EF6\uFF0C\u53EF\u80FD\u4F1A\u5F15\u5165\u9519\u8BEF","submit-button-text":"\u683C\u5F0F\u5316\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6587\u4EF6","submit-button-notice-text":"\u6B63\u5728\u683C\u5F0F\u5316\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6587\u4EF6...","error-message":"\u683C\u5F0F\u5316\u6587\u4EF6\u5939\u4E2D\u7684\u6240\u6709\u6587\u4EF6\u65F6\u51FA\u9519","success-message":"\u5DF2\u683C\u5F0F\u5316\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709 {NUM} \u4E2A\u6587\u4EF6","message-singular":"\u5DF2\u683C\u5F0F\u5316\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709 {NUM} \u4E2A\u6587\u4EF6\uFF0C\u5176\u4E2D\u6709 1 \u4E2A\u9519\u8BEF","message-plural":"\u5DF2\u683C\u5F0F\u5316\u6587\u4EF6\u5939 {FOLDER_NAME} \u4E2D\u7684 {FILE_COUNT} \u4E2A\u6587\u4EF6\uFF0C\u5176\u4E2D\u6709 {ERROR_COUNT} \u4E2A\u9519\u8BEF."},"paste-as-plain-text":{name:"\u7C98\u8D34\u4E3A\u7EAF\u6587\u672C\u4E14\u4E0D\u63D0\u9192"},"lint-file-pop-up-menu-text":{name:"\u683C\u5F0F\u5316\u6587\u4EF6"},"lint-folder-pop-up-menu-text":{name:"\u683C\u5F0F\u5316\u6587\u4EF6\u5939"}},logs:{"plugin-load":"\u6B63\u5728\u52A0\u8F7D\u63D2\u4EF6","plugin-unload":"\u6B63\u5728\u5378\u8F7D\u63D2\u4EF6","folder-lint":"\u6B63\u5728\u683C\u5F0F\u5316\u6587\u4EF6\u5939","linter-run":"\u6B63\u5728\u8FD0\u884C Linter","file-change-yaml-lint-run":"\u6587\u4EF6\u5185\u5BB9\u53D8\u66F4\uFF0C \u6B63\u5728\u683C\u5F0F\u5316 YAML","file-change-yaml-lint-skipped":"\u6CA1\u6709\u68C0\u6D4B\u5230\u6587\u4EF6\u5185\u5BB9\u53D8\u66F4, \u8DF3\u8FC7 YAML \u683C\u5F0F\u5316","file-change-yaml-lint-warning":"\u6CA1\u6709\u68C0\u6D4B\u5230\u6587\u4EF6\u5185\u5BB9\u53D8\u66F4, \u4F46\u662F YAML \u683C\u5F0F\u5316\u88AB\u89E6\u53D1\uFF0C\u8BF7\u68C0\u67E5\u9519\u8BEF","paste-link-warning":"\u4E2D\u6B62\u7C98\u8D34\u683C\u5F0F\u5316 \uFF0C\u56E0\u4E3A\u526A\u8D34\u677F\u5185\u5BB9\u662F\u4E00\u4E2A\u94FE\u63A5\uFF0C\u8FD9\u6837\u505A\u5C06\u907F\u514D\u4E0E\u5176\u4ED6\u4FEE\u6539\u7C98\u8D34\u884C\u4E3A\u7684\u63D2\u4EF6\u53D1\u751F\u51B2\u7A81","see-console":"\u8BF7\u67E5\u770B\u63A7\u5236\u53F0\u4EE5\u83B7\u53D6\u66F4\u591A\u4FE1\u606F","unknown-error":"\u683C\u5F0F\u5316\u8FC7\u7A0B\u53D1\u751F\u672A\u77E5\u9519\u8BEF","moment-locale-not-found":"\u5C1D\u8BD5\u5C06 Moment.js \u7684\u9ED8\u8BA4\u5730\u533A\u8BED\u8A00\u5207\u6362\u5230 {MOMENT_LOCALE}, \u5B9E\u9645\u5207\u6362\u5230 {CURRENT_LOCALE}","file-change-lint-message-start":"\u683C\u5F0F\u5316\u5DF2\u5B8C\u6210","custom-command-callback-warning":"Please only set the custom command callback for integration tests.","pre-rules":"\u6BD4\u6B63\u5E38\u89C4\u5219\u4F18\u5148\u7EA7\u66F4\u9AD8\u7684\u89C4\u5219","post-rules":"\u6BD4\u6B63\u5E38\u89C4\u5219\u4F18\u5148\u7EA7\u66F4\u4F4E\u7684\u89C4\u5219","rule-running":"\u6B63\u5728\u8FD0\u884C\u89C4\u5219","custom-regex":"\u81EA\u5B9A\u4E49\u6B63\u5219\u8868\u8FBE\u5F0F\u89C4\u5219","running-custom-regex":"\u6B63\u5728\u8FD0\u884C\u81EA\u5B9A\u4E49\u6B63\u5219\u8868\u8FBE\u5F0F\u89C4\u5219","running-custom-lint-command":"\u6B63\u5728\u8FD0\u884C\u81EA\u5B9A\u4E49\u683C\u5F0F\u5316\u547D\u4EE4","custom-lint-duplicate-warning":'\u4F60\u4E0D\u80FD\u8FD0\u884C\u540C\u4E00\u4E2A\u81EA\u5B9A\u4E49\u89C4\u5219 ("{COMMAND_NAME}") \u4E24\u6B21',"custom-lint-error-message":"\u81EA\u5B9A\u4E49\u683C\u5F0F\u5316\u547D\u4EE4","disabled-text":"\u5DF2\u7981\u7528","run-rule-text":"\u8FD0\u884C\u4E2D","timing-key-not-found":"\u8BA1\u65F6\u952E '{TIMING_KEY}' \u5728\u8BA1\u65F6\u4FE1\u606F\u5217\u8868\u4E2D\u4E0D\u5B58\u5728\uFF0C\u5DF2\u5FFD\u7565","milliseconds-abbreviation":"\u6BEB\u79D2","invalid-date-format-error":"\u65E0\u6CD5\u89E3\u6790\u6216\u786E\u5B9A'{FILE_NAME}'\u4E2D\u7684\u521B\u5EFA\u65E5\u671F'{DATE}'\u7684\u683C\u5F0F\uFF0C\u521B\u5EFA\u65E5\u671F\u672A\u8FDB\u884C\u4FEE\u6539","invalid-delimiter-error-message":"\u5206\u9694\u7B26\u53EA\u80FD\u4E3A\u5355\u4E2A\u5B57\u7B26","missing-footnote-error-message":"\u811A\u6CE8 '{FOOTNOTE}' \u6CA1\u6709\u5BF9\u5E94\u7684\u5F15\u7528\uFF0C\u65E0\u6CD5\u5904\u7406\u3002\u8BF7\u786E\u4FDD\u6240\u6709\u811A\u6CE8\u90FD\u6709\u76F8\u5E94\u7684\u5F15\u7528\u3002","too-many-footnotes-error-message":"\u811A\u6CE8\u7F16\u53F7 '{FOOTNOTE_KEY}' \u6709\u8D85\u8FC71\u4E2A\u811A\u6CE8\u5728\u4F7F\u7528\uFF0C\u8BF7\u4FEE\u6539\u811A\u6CE8\u4F7F\u5F97\u4E00\u4E2A\u811A\u6CE8\u7F16\u53F7\u5BF9\u5E94\u4E00\u4E2A\u811A\u6CE8","wrapper-yaml-error":"YAML \u51FA\u73B0\u9519\u8BEF: {ERROR_MESSAGE}","wrapper-unknown-error":"\u672A\u77E5\u9519\u8BEF: {ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"\u526A\u8D34\u677F\u4E3A\u7A7A","characters-added":"\u4E2A\u5B57\u7B26\u88AB\u6DFB\u52A0","characters-removed":"\u4E2A\u5B57\u7B26\u88AB\u79FB\u9664","copy-to-clipboard-failed":"\u5C06\u5185\u5BB9\u590D\u5236\u5230\u526A\u8D34\u677F\u65F6\u5931\u8D25: "},"all-rules-option":"\u5168\u90E8","linter-title":"Linter","empty-search-results-text":"\u6CA1\u6709\u5339\u914D\u7684\u8BBE\u7F6E\u9879","warning-text":"\u8B66\u544A","file-backup-text":"\u8BF7\u786E\u4FDD\u4F60\u5DF2\u5907\u4EFD\u6587\u4EF6","custom-command-warning":"\u542F\u7528\u81EA\u5B9A\u4E49\u547D\u4EE4\u65F6\u683C\u5F0F\u5316\u591A\u4E2A\u6587\u4EF6\u9700\u8981\u542F\u7528\u4FA7\u8FB9\u680F\uFF0C\u540C\u65F6\u4F1A\u663E\u8457\u7684\u66F4\u52A0\u8017\u65F6\uFF0C\u8BF7\u4FDD\u6301\u8010\u5FC3","cancel-button-text":"\u53D6\u6D88","copy-aria-label":"\u590D\u5236","disabled-other-rule-notice":"\u5982\u679C\u542F\u7528\u89C4\u5219 {NAME_1}\uFF0C\u5219\u5C06\u7981\u7528\u89C4\u5219 {NAME_2}\u3002","disabled-conflicting-rule-notice":"{NAME_1} \u56E0\u4E0E {NAME_2} \u51B2\u7A81\u800C\u7981\u7528\u3002",ok:"\u786E\u5B9A","parse-results-heading-text":"Custom Parse Values","file-parse-description-text":"The following is the list of custom replacements found in {FILE}.","no-parsed-values-found-text":"There were no custom replacements found in {FILE}. Please make sure that all tables with custom replacements in {FILE} only have two columns and all rows start and end with a pipe (i.e. |).","find-header-text":"Word to Find","replace-header-text":"Replacement Word","close-button-text":"Close",tabs:{names:{general:"\u57FA\u7840",custom:"\u81EA\u5B9A\u4E49",yaml:"YAML",heading:"\u6807\u9898",content:"\u5185\u5BB9",footnote:"\u811A\u6CE8",spacing:"\u7A7A\u884C",paste:"\u7C98\u8D34",debug:"Debug"},"default-search-bar-text":"\u641C\u7D22\u8BBE\u7F6E\u9879",general:{"lint-on-save":{name:"\u4FDD\u5B58\u65F6\u683C\u5F0F\u5316\u6587\u4EF6",description:"\u624B\u52A8\u4FDD\u5B58\u65F6\u683C\u5F0F\u5316\u6587\u4EF6\uFF08\u5F53\u6309 Ctrl + S \u65F6\u6216\u5728 vim \u6A21\u5F0F\u4E2D\u4F7F\u7528 :w \u65F6\uFF09"},"display-message":{name:"\u683C\u5F0F\u5316\u540E\u663E\u793A\u6D88\u606F",description:"\u683C\u5F0F\u5316\u540E\u663E\u793A\u4FEE\u6539\u4E86\u591A\u5C11\u5B57\u7B26"},"suppress-message-when-no-change":{name:"\u65E0\u4FEE\u6539\u65F6\u4E0D\u663E\u793A\u6D88\u606F",description:"\u5F00\u542F\u540E\uFF0C\u82E5\u65E0\u5B9E\u9645\u6539\u52A8\u53D1\u751F\u5219\u4E0D\u663E\u793A\u6D88\u606F\u3002"},"lint-on-file-change":{name:"\u6587\u4EF6\u4FEE\u6539\u65F6\u683C\u5F0F\u5316",description:"\u5F53\u6587\u4EF6\u5173\u95ED\u6216\u662F\u5207\u6362\u5230\u65B0\u6587\u4EF6\u65F6\uFF0C\u683C\u5F0F\u5316\u4E4B\u524D\u7684\u6587\u4EF6"},"display-lint-on-file-change-message":{name:"\u63D0\u9192\u6587\u4EF6\u4FEE\u6539\u65F6\u683C\u5F0F\u5316",description:"\u5F53\u6587\u4EF6\u4FEE\u6539\u65F6\u683C\u5F0F\u5316\u89E6\u53D1\u65F6\uFF0C\u5F39\u51FA\u4E00\u6761\u63D0\u793A\u4FE1\u606F"},"folders-to-ignore":{name:"\u5FFD\u7565\u6587\u4EF6\u5939",description:"\u9700\u8981\u5FFD\u7565\u7684\u6587\u4EF6\u5939\uFF08\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\u6216\u4FDD\u5B58\u65F6\u683C\u5F0F\u5316\u65F6\u751F\u6548\uFF09\uFF0C\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u6587\u4EF6\u5939\u8DEF\u5F84","folder-search-placeholder-text":"\u6587\u4EF6\u5939","add-input-button-text":"\u6DFB\u52A0\u8981\u5FFD\u7565\u7684\u6587\u4EF6\u5939","delete-tooltip":"\u5220\u9664"},"files-to-ignore":{name:"\u5FFD\u7565\u6587\u4EF6",description:"\u9700\u8981\u5FFD\u7565\u7684\u6587\u4EF6\uFF08\u683C\u5F0F\u5316\u6240\u6709\u6587\u4EF6\u6216\u4FDD\u5B58\u65F6\u683C\u5F0F\u5316\u65F6\u751F\u6548\uFF09","file-search-placeholder-text":"\u6B63\u5219\u8868\u8FBE\u5F0F","add-input-button-text":"\u6DFB\u52A0\u6B63\u5219\u8868\u8FBE\u5F0F","delete-tooltip":"\u5220\u9664","label-placeholder-text":"\u540D\u79F0","flags-placeholder-text":"\u4FEE\u9970\u7B26",warning:"\u5982\u679C\u60A8\u4E0D\u77E5\u9053\u6B63\u5219\u8868\u8FBE\u5F0F\u662F\u4EC0\u4E48\uFF0C\u8BF7\u8C28\u614E\u4F7F\u7528\u3002\u6B64\u5916\uFF0C\u5982\u679C\u5728 iOS \u79FB\u52A8\u8BBE\u5907\u4E0A\u4F7F\u7528\u540E\u884C\u65AD\u8A00\uFF0C\u8BF7\u786E\u4FDD\u7CFB\u7EDF\u7248\u672C\u652F\u6301"},"additional-file-extensions":{name:"\u989D\u5916\u6587\u4EF6\u6269\u5C55\u540D",description:"\u9664 md \u5916\u8981\u53C2\u4E0E Lint \u7684\u6587\u4EF6\u6269\u5C55\u540D\u3002\u4F8B\u5982 mdx \u6216 svx\u3002\u4E0D\u8981\u5305\u542B\u5F00\u5934\u7684\u70B9\u53F7\u3002\u6CE8\u610F\uFF1A\u65E0\u8BBA\u6DFB\u52A0\u4F55\u79CD\u6269\u5C55\u540D\uFF0C\u53EA\u6709 Obsidian \u89C6\u4E3A Markdown \u7684\u6587\u4EF6\uFF08\u65E0\u8BBA\u662F\u539F\u751F\u6216\u901A\u8FC7\u5176\u4ED6\u63D2\u4EF6\uFF09\u624D\u4F1A\u88AB Lint\u3002","extension-placeholder":"\u4F8B\u5982\uFF1Amdx","add-input-button-text":"\u6DFB\u52A0\u6269\u5C55\u540D","delete-tooltip":"\u5220\u9664"},"override-locale":{name:"\u8986\u76D6\u9ED8\u8BA4\u5730\u533A\u8BED\u8A00",description:"\u4F7F\u7528\u4E0D\u540C\u4E8E\u9ED8\u8BA4\u5730\u533A\u8BED\u8A00\u65F6\u9700\u8981\u8BBE\u7F6E\u6B64\u9879"},"same-as-system-locale":"\u9ED8\u8BA4 ({SYS_LOCALE}) ","yaml-aliases-section-style":{name:"YAML aliases \u6837\u5F0F",description:"YAML aliases \u6837\u5F0F"},"yaml-tags-section-style":{name:"YAML tags \u6837\u5F0F",description:"YAML tags \u6837\u5F0F"},"default-escape-character":{name:"\u9ED8\u8BA4\u8F6C\u4E49\u5B57\u7B26",description:"\u5F53\u5355\u5F15\u53F7\u6216\u53CC\u5F15\u53F7\u4E0D\u5B58\u5728\u65F6\u7528\u4E8E\u8F6C\u4E49 YAML \u503C\u7684\u9ED8\u8BA4\u5B57\u7B26"},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"\u5F53\u4F7F\u7528 YAML \u591A\u884C\u6570\u7EC4\u65F6\u5220\u9664\u4E0D\u5FC5\u8981\u7684\u8F6C\u4E49\u5B57\u7B26",description:"YAML \u591A\u884C\u6570\u7EC4\u7684\u8F6C\u4E49\u5B57\u7B26\u548C YAML \u5355\u884C\u6570\u7EC4\u4E0D\u540C\uFF0C\u56E0\u6B64\u5728\u4F7F\u7528\u591A\u884C\u6570\u7EC4\u65F6\uFF0C\u5220\u9664\u4E0D\u5FC5\u8981\u7684\u8F6C\u4E49\u5B57\u7B26"},"number-of-dollar-signs-to-indicate-math-block":{name:"Latex \u5757\u6807\u8BB0\u7B26 $ \u6570\u91CF",description:"\u5C06 Latex \u5185\u5BB9\u89C6\u4E3A Latex \u5757\u800C\u4E0D\u662F\u884C\u5185 Latex \u7684 $ \u7B26\u53F7\u7684\u6570\u91CF"}},debug:{"log-level":{name:"\u65E5\u5FD7\u7EA7\u522B",description:"\u5141\u8BB8\u8F93\u51FA\u7684\u65E5\u5FD7\u7EA7\u522B\uFF0C\u9ED8\u8BA4\u662F ERROR"},"linter-config":{name:"Linter \u914D\u7F6E",description:"\u6253\u5F00\u8BBE\u7F6E\u9875\u9762\u540E\uFF0CLinter \u52A0\u8F7D\u7684 data.json \u4E2D\u7684\u5185\u5BB9"},"log-collection":{name:"\u683C\u5F0F\u5316\u5F53\u524D\u6587\u4EF6\u65F6\u6536\u96C6\u65E5\u5FD7",description:"\u5728\u683C\u5F0F\u5316\u5F53\u524D\u6587\u4EF6\u65F6\u6536\u96C6\u65E5\u5FD7\u3002\u8FD9\u4E9B\u65E5\u5FD7\u6709\u52A9\u4E8E\u8C03\u8BD5\u548C\u521B\u5EFA\u9519\u8BEF\u62A5\u544A"},"linter-logs":{name:"Linter \u65E5\u5FD7",description:"\u5982\u679C\u5F00\u542F\uFF0C\u5219\u663E\u793A\u6700\u540E\u4E00\u6B21\u683C\u5F0F\u5316\u5F53\u524D\u6587\u4EF6\u65F6\u751F\u6210\u7684\u65E5\u5FD7"}}},options:{"custom-command":{name:"\u81EA\u5B9A\u4E49\u547D\u4EE4",description:"\u81EA\u5B9A\u4E49\u547D\u4EE4\u662F\u5728 Linter \u5B8C\u6210\u683C\u5F0F\u5316\u540E\u8FD0\u884C\u7684 Obsidian \u547D\u4EE4\u3002\u8FD9\u610F\u5473\u7740 Obsidian \u547D\u4EE4\u4F1A\u5728 YAML \u65F6\u95F4\u6233\u4FEE\u6539\u4E4B\u540E\u8FD0\u884C\uFF0C\u56E0\u6B64\u5B83\u4EEC\u53EF\u80FD\u4F1A\u5BFC\u81F4\u5728\u4E0B\u6B21\u8FD0\u884C Linter \u65F6\u89E6\u53D1 YAML \u65F6\u95F4\u6233\u4FEE\u6539\u3002\u4E00\u4E2A Obsidian \u547D\u4EE4\u53EA\u80FD\u9009\u62E9\u4E00\u6B21\u3002",warning:"\u9009\u62E9\u547D\u4EE4\u65F6\uFF0C\u8BF7\u786E\u4FDD\u4F7F\u7528\u9F20\u6807\u6216\u6309\u56DE\u8F66\u952E\u9009\u62E9\u8BE5\u9009\u9879\uFF0C\u5176\u4ED6\u9009\u62E9\u65B9\u6CD5\u53EF\u80FD\u4E0D\u8D77\u4F5C\u7528\u3002\u53EA\u6709 Obsidian \u547D\u4EE4\u6216\u7A7A\u5B57\u7B26\u4E32\u4F1A\u88AB\u4FDD\u5B58","add-input-button-text":"\u6DFB\u52A0\u65B0\u547D\u4EE4","command-search-placeholder-text":"Obsidian \u547D\u4EE4","move-up-tooltip":"\u4E0A\u79FB","move-down-tooltip":"\u4E0B\u79FB","delete-tooltip":"\u5220\u9664"},"custom-replace":{name:"\u81EA\u5B9A\u4E49\u6B63\u5219\u8868\u8FBE\u5F0F\u66FF\u6362",description:"\u81EA\u5B9A\u4E49\u6B63\u5219\u8868\u8FBE\u5F0F\u66FF\u6362\u53EF\u5C06\u4EFB\u610F\u7684\u6B63\u5219\u5339\u914D\u5185\u5BB9\u66FF\u6362\u4E3A\u6307\u5B9A\u503C\u3002\u67E5\u627E\u503C\u548C\u66FF\u6362\u503C\u5FC5\u987B\u662F\u6709\u6548\u7684\u6B63\u5219\u8868\u8FBE\u5F0F",warning:"\u5982\u679C\u60A8\u4E0D\u77E5\u9053\u6B63\u5219\u8868\u8FBE\u5F0F\u662F\u4EC0\u4E48\uFF0C\u8BF7\u8C28\u614E\u4F7F\u7528\u3002\u6B64\u5916\uFF0C\u5982\u679C\u5728 iOS \u79FB\u52A8\u8BBE\u5907\u4E0A\u4F7F\u7528\u540E\u884C\u65AD\u8A00\uFF0C\u8BF7\u786E\u4FDD\u7CFB\u7EDF\u7248\u672C\u652F\u6301","add-input-button-text":"\u6DFB\u52A0\u65B0\u7684\u6B63\u5219\u66FF\u6362\u89C4\u5219","regex-to-find-placeholder-text":"\u67E5\u627E\u7528\u6B63\u5219\u8868\u8FBE\u5F0F","flags-placeholder-text":"\u4FEE\u9970\u7B26","regex-to-replace-placeholder-text":"\u66FF\u6362\u7528\u6B63\u5219\u8868\u8FBE\u5F0F","label-placeholder-text":"\u540D\u79F0","move-up-tooltip":"\u4E0A\u79FB","move-down-tooltip":"\u4E0B\u79FB","delete-tooltip":"\u5220\u9664"},"custom-auto-correct":{"delete-tooltip":"\u5220\u9664","show-parsed-contents-tooltip":"\u67E5\u770B\u52A0\u8F7D\u7684\u66FF\u6362\u6587\u4EF6","custom-row-parse-warning":'"{ROW}" \u683C\u5F0F\u9519\u8BEF\uFF0C\u9700\u8981\u81F3\u5C11\u4E24\u5217',"file-search-placeholder-text":"\u6587\u4EF6\u540D\u79F0","add-new-replacement-file-tooltip":"\u6DFB\u52A0\u81EA\u5B9A\u4E49\u6587\u4EF6","warning-text":"\u88AB\u9009\u4E2D\u7684\u6587\u4EF6\u5C06\u81EA\u52A8\u5173\u95ED\u89C4\u5219 {NAME}","refresh-tooltip-text":"\u91CD\u65B0\u52A0\u8F7D\u81EA\u5B9A\u4E49\u66FF\u6362\u6587\u4EF6"}},rules:{"auto-correct-common-misspellings":{name:"\u81EA\u52A8\u66F4\u6B63\u5E38\u89C1\u7684\u62FC\u5199\u9519\u8BEF",description:'\u901A\u8FC7\u5E38\u89C1\u62FC\u5199\u9519\u8BEF\u5B57\u5178\u81EA\u52A8\u5C06\u9519\u8BEF\u62FC\u5199\u66F4\u6B63\u4E3A\u6B63\u786E\u62FC\u5199\u3002\u6709\u5173\u81EA\u52A8\u66F4\u6B63\u5355\u8BCD\u7684\u5B8C\u6574\u5217\u8868\uFF0C\u8BF7\u53C2\u9605 auto-correct map',"ignore-words":{name:"\u5FFD\u7565\u5355\u8BCD",description:"\u4EE5\u9017\u53F7\u5206\u9694\u7684\u5C0F\u5199\u5355\u8BCD\u5217\u8868\uFF0C\u5728\u81EA\u52A8\u66F4\u6B63\u65F6\u4F1A\u5FFD\u7565"},"extra-auto-correct-files":{name:"\u989D\u5916\u81EA\u52A8\u66F4\u6B63\u539F\u59CB\u6587\u4EF6",description:"\u6587\u4EF6\u4E2D\u6709\u4E00\u4E2A markdown \u8868\u683C\uFF0C\u5176\u4E2D\u5305\u542B\u521D\u59CB\u5355\u8BCD\u548C\u8981\u66F4\u6B63\u7684\u5355\u8BCD\uFF08\u4E0D\u533A\u5206\u5927\u5C0F\u5199\uFF09\u3002 \u6CE8\u610F\uFF1A\u4F7F\u7528\u7684\u8868\u683C\u5E94\u8BE5\u5BF9\u6BCF\u884C\u90FD\u6709\u8D77\u59CB\u548C\u7ED3\u675F\u7684 | \u6807\u5FD7"},"skip-words-with-multiple-capitals":{name:"\u8DF3\u8FC7\u6709\u591A\u4E2A\u5927\u5199\u5B57\u6BCD\u7684\u5355\u8BCD",description:"\u8DF3\u8FC7\u6709\u591A\u4E2A\u5927\u5199\u5B57\u6BCD\u7684\u5355\u8BCD\uFF0C\u9996\u5B57\u6BCD\u7F29\u5199\u8BCD\u548C\u5176\u4ED6\u4E00\u4E9B\u5355\u8BCD\u53EF\u80FD\u4F1A\u53D7\u76CA\u4E8E\u6B64\u3002\u8FD9\u53EF\u80FD\u4F1A\u5BFC\u81F4\u4E13\u6709\u540D\u8BCD\u65E0\u6CD5\u6B63\u786E\u4FEE\u590D"},"default-install":"\u6B63\u5728\u4E0B\u8F7D\u9ED8\u8BA4\u7684\u62FC\u5199\u9519\u8BEF\u4FEE\u6B63\u6570\u636E\uFF0C\u4EC5\u5728\u7B2C\u4E00\u6B21\u542F\u7528\u65F6\u4E0B\u8F7D\uFF0C\u8BF7\u7B49\u5F85...","default-install-failed":"\u4E0B\u8F7D {URL} \u5931\u8D25\u3002\u7981\u7528\u81EA\u52A8\u66F4\u6B63\u5E38\u89C1\u7684\u62FC\u5199\u9519\u8BEF","defaults-missing":"\u672A\u627E\u5230\u9ED8\u8BA4\u7684\u5E38\u89C1\u81EA\u52A8\u66F4\u6B63\u6587\u4EF6: {FILE}"},"add-blank-line-after-yaml":{name:"YAML \u5757\u540E\u7A7A\u884C",description:"\u786E\u4FDD YAML \u5757\u540E\u6709\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u7ED3\u5C3E"},"add-blockquote-indentation-on-paste":{name:"\u6DFB\u52A0\u5F15\u7528\u5757\u7F29\u8FDB",description:"\u7C98\u8D34\u65F6\uFF0C\u5982\u679C\u5149\u6807\u4F4D\u4E8E\u5F15\u7528\u884C\u6216\u6807\u6CE8\u884C\uFF0C\u5219\u5C06\u5F15\u7528\u6DFB\u52A0\u5230\u9664\u7B2C\u4E00\u884C\u4EE5\u5916\u7684\u6240\u6709\u884C"},"blockquote-style":{name:"\u5F15\u7528\u5757\u6837\u5F0F",description:"\u786E\u4FDD\u5F15\u7528\u5757\u6837\u5F0F\u4E00\u81F4",style:{name:"\u6837\u5F0F",description:"\u5F15\u7528\u5757\u6807\u5FD7\u5B57\u7B26\u7684\u6837\u5F0F"}},"capitalize-headings":{name:"\u5927\u5199\u6807\u9898",description:"\u6807\u9898\u4F1A\u5728\u683C\u5F0F\u5316\u540E\u5927\u5199",style:{name:"\u6837\u5F0F",description:"\u5927\u5199\u7684\u65B9\u5F0F"},"ignore-case-words":{name:"\u5FFD\u7565\u5927\u5199\u5355\u8BCD",description:"\u5728\u6837\u5F0F\u8BBE\u4E3A\u6BCF\u8BCD\u9996\u5B57\u6BCD\u5927\u5199\u65F6\uFF0C\u4EC5\u683C\u5F0F\u5316\u5168\u5C0F\u5199\u7684\u5355\u8BCD"},"ignore-words":{name:"\u5FFD\u7565\u5355\u8BCD",description:"\u4E0D\u683C\u5F0F\u5316\u7684\u5355\u8BCD\uFF0C\u4EE5\u9017\u53F7\u5206\u9694"},"lowercase-words":{name:"\u5C0F\u5199\u5355\u8BCD",description:"\u4FDD\u6301\u5C0F\u5199\u7684\u5355\u8BCD\uFF0C\u4EE5\u9017\u53F7\u5206\u9694"}},"compact-yaml":{name:"\u7CBE\u7B80 YAML",description:"\u79FB\u9664 YAML Front-matter \u5F00\u5934\u7ED3\u5C3E\u7684\u7A7A\u884C","inner-new-lines":{name:"\u5185\u90E8\u7A7A\u884C",description:"\u79FB\u9664 YAML Front-matter \u5185\u90E8\u7684\u7A7A\u884C"}},"consecutive-blank-lines":{name:"\u8FDE\u7EED\u7A7A\u884C",description:"\u6700\u591A\u5141\u8BB8\u4E00\u4E2A\u8FDE\u7EED\u7A7A\u884C"},"convert-bullet-list-markers":{name:"\u8F6C\u6362\u65E0\u5E8F\u5217\u8868\u6807\u5FD7",description:"\u5C06\u5176\u4ED6\u683C\u5F0F\u65E0\u5E8F\u5217\u8868\u6807\u5FD7\u8F6C\u6362\u4E3A Markdown \u683C\u5F0F\u65E0\u5E8F\u5217\u8868\u6807\u5FD7"},"convert-spaces-to-tabs":{name:"\u7A7A\u683C\u8F6C\u4E3A\u5236\u8868\u7B26",description:"\u5C06\u524D\u5BFC\u7A7A\u683C\u8F6C\u6362\u4E3A\u5236\u8868\u7B26",tabsize:{name:"\u5236\u8868\u7B26\u5BBD\u5EA6",description:"\u5236\u8868\u7B26\u5BF9\u5E94\u7684\u7A7A\u683C\u6570\u91CF"}},"dedupe-yaml-array-values":{name:"YAML \u503C\u53BB\u91CD",description:"\u53BB\u91CD\u65F6\u533A\u5206\u5927\u5C0F\u5199","dedupe-alias-key":{name:"YAML aliases \u53BB\u91CD",description:"\u6253\u5F00\u4EE5\u5BF9 YAML aliases \u53BB\u91CD"},"dedupe-tag-key":{name:"YAML tags \u53BB\u91CD",description:"\u6253\u5F00\u4EE5\u5BF9 YAML tags \u53BB\u91CD"},"dedupe-array-keys":{name:"YAML array \u53BB\u91CD",description:"\u6253\u5F00\u4EE5\u5BF9\u666E\u901A YAML \u6570\u7EC4\u4E2D\u7684\u503C\u53BB\u91CD"},"ignore-keys":{name:"\u8981\u5FFD\u7565\u7684 YAML \u952E",description:"\u8981\u5FFD\u7565\u7684 YAML \u952E\u5217\u8868\uFF0C\u6BCF\u884C\u4E00\u4E2A\u952E"}},"default-language-for-code-fences":{name:"\u4EE3\u7801\u5757\u9ED8\u8BA4\u8BED\u8A00",description:"\u4E3A\u6CA1\u6709\u6307\u5B9A\u8BED\u8A00\u7684\u4EE3\u7801\u5757\u6DFB\u52A0\u9ED8\u8BA4\u8BED\u8A00\u3002","default-language":{name:"\u7F16\u7A0B\u8BED\u8A00",description:'\u7559\u7A7A\u4E0D\u8FDB\u884C\u4EFB\u4F55\u64CD\u4F5C\u3002\u53EF\u4EE5\u5728\u8FD9\u91CC\u627E\u5230\u8BED\u8A00\u6807\u7B7E\u3002'}},"emphasis-style":{name:"\u7A81\u51FA\u6837\u5F0F",description:"\u4FDD\u6301\u7A81\u51FA\u6837\u5F0F\u4E00\u81F4\u6027",style:{name:"\u6837\u5F0F",description:"\u7528\u4E8E\u8868\u793A\u7A81\u51FA\u5185\u5BB9\u7684\u6837\u5F0F"}},"empty-line-around-blockquotes":{name:"\u5F15\u7528\u5757\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD\u5F15\u7528\u5757\u524D\u540E\u6709\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u5F00\u5934\u6216\u7ED3\u5C3E\u3002\u6CE8\u610F\uFF0C\u8FD9\u91CC\u5D4C\u5957\u5F15\u7528\u5757\u4E5F\u4F1A\u6709\u5BF9\u5E94\u7684\u7A7A\u884C"},"empty-line-around-code-fences":{name:"\u4EE3\u7801\u5757\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD\u4EE3\u7801\u5757\u524D\u540E\u6709\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u5F00\u5934\u6216\u7ED3\u5C3E"},"empty-line-around-math-blocks":{name:"Latex \u5757\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD Latex \u524D\u540E\u6709\u7A7A\u884C\uFF0C\u6839\u636E Latex \u5757\u6807\u8BB0\u7B26 $ \u6570\u91CF\u6765\u786E\u5B9A\u5355\u884C Latex \u662F\u5426\u88AB\u8BA4\u5B9A\u4E3A Latex \u5757"},"empty-line-around-tables":{name:"\u8868\u683C\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD\u8868\u683C\u524D\u540E\u6709\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u5F00\u5934\u6216\u7ED3\u5C3E"},"escape-yaml-special-characters":{name:"\u8F6C\u4E49 YAML \u7279\u6B8A\u5B57\u7B26",description:`\u8F6C\u4E49 YAML \u4E2D\u7684\u5192\u53F7(:)\uFF0C\u5355\u5F15\u53F7 (') \u548C\u53CC\u5F15\u53F7 (")`,"try-to-escape-single-line-arrays":{name:"\u5C1D\u8BD5\u8F6C\u4E49\u5355\u884C\u6570\u7EC4",description:'\u5C1D\u8BD5\u8F6C\u4E49\u6570\u7EC4\u503C\uFF0C\u5047\u8BBE\u6570\u7EC4\u4EE5 "[" \u5F00\u5934\uFF0C "]" \u7ED3\u5C3E\uFF0C\u5E76\u4E14\u7531 "," \u5206\u9694'}},"file-name-heading":{name:"\u6587\u4EF6\u540D\u4F5C\u4E3A\u6807\u9898",description:"\u5982\u679C\u6CA1\u6709 H1 \u6807\u9898\uFF0C\u5219\u63D2\u5165\u6587\u4EF6\u540D\u4F5C\u4E3A H1 \u6807\u9898"},"footnote-after-punctuation":{name:"\u811A\u6CE8\u5F15\u7528\u79FB\u81F3\u6807\u70B9\u7B26\u53F7\u540E",description:"\u5C06\u811A\u6CE8\u5F15\u7528\u79FB\u81F3\u6807\u70B9\u7B26\u53F7\u540E"},"force-yaml-escape":{name:"\u5F3A\u5236 YAML \u8F6C\u4E49",description:"\u8F6C\u4E49\u6307\u5B9A YAML \u952E\u7684\u503C","force-yaml-escape-keys":{name:"\u8981\u5F3A\u5236\u8F6C\u79FB\u7684 YAML \u952E",description:"\u5982\u679C\u672A\u8F6C\u4E49\uFF0C\u5219\u4F7F\u7528 YAML \u8F6C\u4E49\u5B57\u7B26\u5BF9\u6307\u5B9A YAML \u952E\u8FDB\u884C\u8F6C\u4E49\uFF0C\u6BCF\u4E2A\u952E\u4E00\u884C\u3002 \u4E0D\u8981\u5BF9 YAML \u6570\u7EC4\u4F7F\u7528"}},"format-tags-in-yaml":{name:"\u683C\u5F0F\u5316 YAML \u4E2D\u7684 tags",description:"\u628A YAML Front-matter \u4E2D tag \u7684\u4E95\u53F7\u5220\u9664\uFF0C\u56E0\u4E3A\u4E95\u53F7\u4F1A\u4F7F tag \u65E0\u6548"},"format-yaml-array":{name:"\u683C\u5F0F\u5316 YAML \u6570\u7EC4",description:"\u5141\u8BB8\u5C06\u5E38\u89C4 YAML \u6570\u7EC4\u683C\u5F0F\u5316\u4E3A\u591A\u884C\u6216\u5355\u884C\uFF0C\u5E76\u5141\u8BB8\u90E8\u5206\u6570\u7EC4(tags, aliases) \u4FDD\u7559 Obsidian \u539F\u6709\u7684 YAML \u683C\u5F0F\u3002\u8BF7\u6CE8\u610F\uFF0C\u5355\u5B57\u7B26\u4E32\u8F6C\u6362\u4E3A\u5355\u884C\uFF0C\u5982\u679C\u5B58\u5728\u591A\u4E2A\u6761\u76EE\uFF0C\u5219\u4F1A\u53D8\u4E3A\u5355\u884C\u6570\u7EC4\u3002\u5BF9\u4E8E\u5355\u5B57\u7B26\u4E32\u8F6C\u6362\u4E3A\u591A\u884C\uFF0C\u60C5\u51B5\u4E5F\u662F\u5982\u6B64\uFF0C\u53EA\u662F\u5B83\u53D8\u6210\u4E86\u591A\u884C\u6570\u7EC4","alias-key":{name:"\u683C\u5F0F\u5316 YAML aliases",description:"\u6253\u5F00 YAML aliases \u90E8\u5206\u7684\u683C\u5F0F\u8BBE\u7F6E\u3002\u4E0D\u5E94\u4E0E\u89C4\u5219YAML \u6807\u9898\u522B\u540D\u540C\u65F6\u542F\u7528\uFF0C\u56E0\u4E3A\u5B83\u4EEC\u53EF\u80FD\u4E0D\u4F1A\u5F88\u597D\u5730\u534F\u540C\u5DE5\u4F5C\uFF0C\u6216\u8005\u5B83\u4EEC\u53EF\u80FD\u6709\u4E0D\u540C\u7684\u683C\u5F0F\u6837\u5F0F\u9009\u62E9\uFF0C\u4ECE\u800C\u5BFC\u81F4\u610F\u5916\u7ED3\u679C"},"tag-key":{name:"\u683C\u5F0F\u5316 YAML tags",description:"\u6253\u5F00 YAML tags \u90E8\u5206\u7684\u683C\u5F0F\u8BBE\u7F6E"},"default-array-style":{name:"\u9ED8\u8BA4\u7684 YAML \u6570\u7EC4\u683C\u5F0F",description:"\u9664\u4E86 tags, aliases \u6216\u5C06\u952E\u503C\u5F3A\u5236\u4E3A\u5355\u884C\u6570\u7EC4\u548C\u5C06\u952E\u503C\u5F3A\u5236\u4E3A\u591A\u884C\u6570\u7EC4\u4E4B\u5916\uFF0C\u5176\u4ED6\u4E3A\u5E38\u89C4 YAML \u6570\u7EC4\u7684\u6837\u5F0F"},"default-array-keys":{name:"\u683C\u5F0F\u5316 YAML \u6570\u7EC4",description:"\u5BF9 YAML \u6570\u7EC4\u8FDB\u884C\u683C\u5F0F\u5316"},"force-single-line-array-style":{name:"\u5F3A\u5236\u8F6C\u4E3A\u5355\u884C\u6570\u7EC4",description:"\u5F3A\u5236\u5C06\u6307\u5B9A\u952E\u7684 YAML \u6570\u7EC4\u8F6C\u4E3A\u5355\u884C\u6570\u7EC4\uFF0C\u6309\u884C\u5206\u9694\uFF08\u7559\u7A7A\u4EE5\u7981\u7528\u6B64\u9009\u9879\uFF09"},"force-multi-line-array-style":{name:"\u5F3A\u5236\u8F6C\u4E3A\u591A\u884C\u6570\u7EC4",description:"\u5F3A\u5236\u5C06\u6307\u5B9A\u952E\u7684 YAML \u6570\u7EC4\u8F6C\u4E3A\u591A\u884C\u6570\u7EC4\uFF0C\u6309\u884C\u5206\u9694\uFF08\u7559\u7A7A\u4EE5\u7981\u7528\u6B64\u9009\u9879\uFF09"}},"header-increment":{name:"\u6807\u9898\u7EA7\u522B\u9012\u589E",description:"\u6807\u9898\u4E00\u6B21\u4EC5\u9012\u589E\u4E00\u4E2A\u7EA7\u522B","start-at-h2":{name:"\u4ECE H2 \u6807\u9898\u5F00\u59CB\u9012\u589E",description:"\u4F7F H2 \u6807\u9898\u6210\u4E3A\u6587\u4EF6\u4E2D\u7684\u6700\u9AD8\u6807\u9898\u7EA7\u522B\uFF0C\u5176\u4ED6\u7EA7\u522B\u7684\u6807\u9898\u8FDB\u884C\u76F8\u5E94\u7684\u9012\u63A8"}},"heading-blank-lines":{name:"\u6807\u9898\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD\u6807\u9898\u524D\u540E\u6709\u4E00\u4E2A\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u5F00\u5934\u6216\u7ED3\u5C3E",bottom:{name:"\u6807\u9898\u540E\u7A7A\u884C",description:"\u5728\u6807\u9898\u540E\u63D2\u5165\u4E00\u4E2A\u7A7A\u884C\uFF08\u7981\u7528\u6B64\u529F\u80FD\u540E\uFF0C\u4E0D\u4F1A\u5220\u9664\u6807\u9898\u540E\u7684\u7A7A\u884C\uFF09"},"empty-line-after-yaml":{name:"YAML \u4E0E\u6807\u9898\u4E4B\u95F4\u7684\u7A7A\u884C",description:"\u4FDD\u7559 YAML Front-matter \u548C\u6807\u9898\u4E4B\u95F4\u7684\u7A7A\u884C"}},"headings-start-line":{name:"\u6807\u9898\u5BF9\u9F50\u884C\u9996",description:"\u5C06\u6807\u9898\u524D\u7684\u7A7A\u683C\u5220\u9664\uFF0C\u4F7F\u6807\u9898\u80FD\u88AB\u6B63\u786E\u8BC6\u522B"},"insert-yaml-attributes":{name:"\u63D2\u5165 YAML \u5C5E\u6027",description:"\u628A\u6307\u5B9A\u7684 YAML \u952E\u63D2\u5165\u5230 YAML Front-matter \u4E2D\u3002\u6BCF\u4E2A\u952E\u5360\u4E00\u884C","text-to-insert":{name:"\u8981\u63D2\u5165\u7684\u952E",description:"\u8981\u63D2\u5165\u5230 YAML Front-matter \u4E2D\u7684\u952E"}},"line-break-at-document-end":{name:"\u6587\u4EF6\u7ED3\u5C3E\u6362\u884C",description:"\u786E\u4FDD\u6587\u6863\u7ED3\u5C3E\u6709\u4E00\u884C\u7A7A\u884C"},"move-footnotes-to-the-bottom":{name:"\u811A\u6CE8\u79FB\u81F3\u6587\u6863\u5E95\u90E8",description:"\u5C06\u6240\u6709\u811A\u6CE8\u79FB\u52A8\u5230\u6587\u6863\u5E95\u90E8"},"move-math-block-indicators-to-their-own-line":{name:"\u683C\u5F0F\u5316 Latex \u5757\u6807\u8BB0",description:"\u5C06 Latex \u5757\u6807\u8BB0\u79FB\u5230\u65B0\u884C\u3002\u6839\u636E Latex \u5757\u6807\u8BB0\u7B26 $ \u6570\u91CF\u6765\u786E\u5B9A\u5355\u884C Latex \u662F\u5426\u88AB\u8BA4\u5B9A\u4E3A Latex \u5757"},"move-tags-to-yaml":{name:"\u5C06 tags \u79FB\u81F3 YAML",description:"\u5C06\u6587\u6863\u5185\u6240\u6709\u7684 tags \u79FB\u52A8\u5230 YAML Front-matter \u5185","how-to-handle-existing-tags":{name:"\u5982\u4F55\u5904\u7406\u539F\u6709\u7684 tag",description:"\u5BF9\u4E8E\u6587\u6863\u4E2D\u975E\u88AB\u5FFD\u7565\u7684 tag\uFF0C\u79FB\u52A8\u5230 YAML Front-matter \u540E\u5E94\u8BE5\u91C7\u53D6\u4F55\u79CD\u64CD\u4F5C\uFF1F"},"tags-to-ignore":{name:"\u5FFD\u7565\u7684 tag",description:"\u8FD9\u4E9B tags \u4E0D\u4F1A\u88AB\u79FB\u52A8 YAML Front-matter \u4E2D\u3002\u6BCF\u4E2A tag \u6309\u884C\u5206\u9694\uFF0C\u4E0D\u8981\u5305\u542B#"}},"no-bare-urls":{name:"\u7981\u6B62\u539F\u59CB URL",description:"\u7528\u5C16\u62EC\u53F7\u5305\u56F4\u539F\u59CB URL\uFF0C\u9664\u975E URL \u5728\u53CD\u5F15\u53F7\u3001\u65B9\u62EC\u53F7\u6216\u5355\u5F15\u53F7/\u53CC\u5F15\u53F7\u8303\u56F4\u5185","no-bare-uris":{name:"\u7981\u6B62\u539F\u59CB URI",description:"\u7528\u5C16\u62EC\u53F7\u5305\u56F4\u539F\u59CB URI\uFF0C\u9664\u975E URI \u5728\u53CD\u5F15\u53F7\u3001\u65B9\u62EC\u53F7\u6216\u5355\u5F15\u53F7/\u53CC\u5F15\u53F7\u8303\u56F4\u5185"}},"ordered-list-style":{name:"\u6709\u5E8F\u5217\u8868\u6837\u5F0F",description:"\u786E\u4FDD\u6709\u5E8F\u5217\u8868\u9075\u5FAA\u6307\u5B9A\u7684\u6837\u5F0F\u3002\u8BF7\u6CE8\u610F\uFF0C2\u4E2A\u7A7A\u683C\u62161\u4E2A\u5236\u8868\u7B26\u88AB\u89C6\u4E3A\u4E00\u4E2A\u7F29\u8FDB\u7EA7\u522B","number-style":{name:"\u6392\u5E8F\u65B9\u5F0F",description:"\u6709\u5E8F\u5217\u8868\u5E8F\u53F7\u683C\u5F0F\u5316\u65B9\u5F0F"},"list-end-style":{name:"\u6709\u5E8F\u5217\u8868\u6807\u5FD7\u6837\u5F0F",description:"\u6709\u5E8F\u5217\u8868\u6807\u5FD7\u6837\u5F0F"},"preserve-start":{name:"\u4FDD\u7559\u8D77\u59CB\u503C",description:"\u662F\u5426\u4FDD\u7559\u6709\u5E8F\u5217\u8868\u7684\u8D77\u59CB\u503C"}},"paragraph-blank-lines":{name:"\u6BB5\u843D\u7A7A\u884C",description:"\u6BCF\u4E2A\u6BB5\u843D\u524D\u540E\u4FDD\u8BC1\u6709\u4E14\u4EC5\u6709\u4E00\u884C\u7A7A\u884C"},"prevent-double-checklist-indicator-on-paste":{name:"\u9632\u6B62\u91CD\u590D\u7684\u6E05\u5355\u6807\u8BB0",description:"\u7C98\u8D34\u65F6\uFF0C\u5982\u679C\u5149\u6807\u6240\u5728\u884C\u6709\u6E05\u5355\u6807\u8BB0\uFF0C\u5219\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u79FB\u9664\u6E05\u5355\u6807\u8BB0"},"prevent-double-list-item-indicator-on-paste":{name:"\u9632\u6B62\u91CD\u590D\u7684\u5217\u8868\u6807\u8BB0",description:"\u7C98\u8D34\u65F6\uFF0C\u5982\u679C\u5149\u6807\u6240\u5728\u884C\u6709\u5217\u8868\u6807\u5FD7\uFF0C\u5219\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u79FB\u9664\u5217\u8868\u6807\u5FD7"},"proper-ellipsis-on-paste":{name:"\u66F4\u6B63\u7701\u7565\u53F7",description:"\u7C98\u8D34\u65F6\uFF0C\u7528\u7701\u7565\u53F7\u66FF\u6362\u4E09\u4E2A\u8FDE\u7EED\u7684\u70B9\uFF08\u70B9\u4E4B\u95F4\u6709\u7A7A\u683C\u4E5F\u4F1A\u751F\u6548\uFF09"},"proper-ellipsis":{name:"\u66F4\u6B63\u7701\u7565\u53F7",description:"\u7528\u7701\u7565\u53F7\u66FF\u6362\u4E09\u4E2A\u8FDE\u7EED\u7684\u70B9"},"quote-style":{name:"\u5F15\u53F7\u6837\u5F0F",description:"\u683C\u5F0F\u5316\u6B63\u6587\u5185\u5BB9\u4E2D\u7684\u5F15\u53F7\u6837\u5F0F\u4E3A\u5355\u5F15\u53F7\u6216\u53CC\u5F15\u53F7","single-quote-enabled":{name:"\u542F\u7528\u5355\u5F15\u53F7\u6837\u5F0F",description:"\u6307\u5B9A\u5E94\u4F7F\u7528\u9009\u5B9A\u7684\u5355\u5F15\u53F7\u6837\u5F0F"},"single-quote-style":{name:"\u5355\u5F15\u53F7\u6837\u5F0F",description:"\u8981\u4F7F\u7528\u7684\u5355\u5F15\u53F7\u6837\u5F0F"},"double-quote-enabled":{name:"\u542F\u7528\u53CC\u5F15\u53F7\u6837\u5F0F",description:"\u6307\u5B9A\u5E94\u4F7F\u7528\u9009\u5B9A\u7684\u53CC\u5F15\u53F7\u6837\u5F0F"},"double-quote-style":{name:"\u53CC\u5F15\u53F7\u6837\u5F0F",description:"\u8981\u4F7F\u7528\u7684\u53CC\u5F15\u53F7\u6837\u5F0F"}},"re-index-footnotes":{name:"\u811A\u6CE8\u91CD\u65B0\u7D22\u5F15",description:"\u57FA\u4E8E\u51FA\u73B0\u7684\u987A\u5E8F\u5BF9\u811A\u6CE8\u91CD\u65B0\u7D22\u5F15\u3002\u6CE8\u610F\uFF0C\u5982\u679C\u4E00\u4E2A\u5F15\u7528\u5BF9\u5E94\u591A\u6761\u811A\u6CE8\uFF0C\u5219\u6B64\u89C4\u5219\u5931\u6548"},"remove-consecutive-list-markers":{name:"\u79FB\u9664\u91CD\u590D\u7684\u5217\u8868\u6807\u5FD7",description:"\u79FB\u9664\u91CD\u590D\u7684\u5217\u8868\u6807\u5FD7\u3002\u590D\u5236\u7C98\u8D34\u5217\u8868\u9879\u65F6\u5F88\u6709\u7528"},"remove-empty-lines-between-list-markers-and-checklists":{name:"\u79FB\u9664\u5217\u8868\u548C checklist \u9879\u76EE\u4E4B\u95F4\u7684\u7A7A\u884C",description:"\u5217\u8868\u548C checklist \u9879\u76EE\u4E4B\u95F4\u4E0D\u5E94\u6709\u7A7A\u884C"},"remove-empty-list-markers":{name:"\u79FB\u9664\u7A7A\u7684\u5217\u8868\u6807\u5FD7",description:"\u79FB\u9664\u7A7A\u7684\u5217\u8868\u6807\u5FD7\uFF0C\u6BD4\u5982\u5217\u8868\u540E\u6CA1\u5185\u5BB9"},"empty-line-around-horizontal-rules":{name:"\u5206\u9694\u7EBF\u524D\u540E\u7A7A\u884C",description:"\u786E\u4FDD\u5206\u9694\u7EBF\u524D\u540E\u6709\u7A7A\u884C\uFF0C\u9664\u975E\u5B83\u5728\u6587\u6863\u7684\u5F00\u5934\u6216\u7ED3\u5C3E"},"remove-hyphenated-line-breaks":{name:"\u79FB\u9664\u8FDE\u5B57\u7B26",description:"\u79FB\u9664\u4E2D\u5212\u7EBF\u8FDE\u5B57\u7B26\u3002\u4ECE\u6587\u7AE0\u4E2D\u7C98\u8D34\u65F6\u5F88\u6709\u7528"},"remove-hyphens-on-paste":{name:"\u79FB\u9664\u8FDE\u5B57\u7B26",description:"\u7C98\u8D34\u65F6\uFF0C\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u79FB\u9664\u8FDE\u5B57\u7B26"},"remove-leading-or-trailing-whitespace-on-paste":{name:"\u79FB\u9664\u524D\u5BFC\u6216\u5C3E\u968F\u7A7A\u683C",description:"\u7C98\u8D34\u65F6\uFF0C\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u79FB\u9664\u4EFB\u4F55\u524D\u5BFC\u975E\u5236\u8868\u7B26\u7A7A\u683C\u548C\u6240\u6709\u5C3E\u968F\u7A7A\u683C"},"remove-leftover-footnotes-from-quote-on-paste":{name:"\u79FB\u9664\u811A\u6CE8\u5F15\u7528",description:"\u7C98\u8D34\u65F6\uFF0C\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u79FB\u9664\u811A\u6CE8\u5F15\u7528"},"remove-link-spacing":{name:"\u79FB\u9664\u94FE\u63A5\u7A7A\u683C",description:"\u79FB\u9664\u94FE\u63A5\u6587\u672C\u9996\u5C3E\u7684\u7A7A\u683C"},"remove-multiple-blank-lines-on-paste":{name:"\u79FB\u9664\u91CD\u590D\u7A7A\u884C",description:"\u7C98\u8D34\u65F6\uFF0C\u4ECE\u8981\u7C98\u8D34\u7684\u6587\u672C\u4E2D\u5C06\u591A\u4E2A\u7A7A\u884C\u538B\u7F29\u4E3A\u4E00\u4E2A\u7A7A\u884C"},"remove-multiple-spaces":{name:"\u79FB\u9664\u91CD\u590D\u7A7A\u683C",description:"\u79FB\u9664\u4E24\u4E2A\u6216\u66F4\u591A\u8FDE\u7EED\u7684\u7A7A\u683C\uFF0C\u5FFD\u7565\u884C\u9996\u548C\u884C\u5C3E\u7684\u7A7A\u683C"},"remove-space-around-characters":{name:"\u79FB\u9664\u5B57\u7B26\u5468\u56F4\u7684\u7A7A\u683C",description:"\u786E\u4FDD\u67D0\u4E9B\u5B57\u7B26\u5468\u56F4\u6CA1\u6709\u7A7A\u683C\uFF08\u5305\u62EC\u5355\u4E2A\u7A7A\u683C\u6216\u5236\u8868\u7B26\uFF09\u3002\u6CE8\u610F\uFF0C\u8FD9\u53EF\u80FD\u4F1A\u5728\u67D0\u4E9B\u60C5\u51B5\u4E0B\u5F71\u54CD markdown \u683C\u5F0F","include-fullwidth-forms":{name:"\u5305\u62EC\u5168\u89D2\u5F62\u5F0F",description:'\u5305\u62EC\u5168\u89D2\u5F62\u5F0FUnicode\u5757'},"include-cjk-symbols-and-punctuation":{name:"\u5305\u62ECCJK\u7B26\u53F7\u548C\u6807\u70B9",description:'\u5305\u62ECCJK\u7B26\u53F7\u548C\u6807\u70B9Unicode\u5757'},"include-dashes":{name:"\u5305\u62EC\u7834\u6298\u53F7",description:"\u5305\u62EC en dash (\u2013) \u548C em dash (\u2014)"},"other-symbols":{name:"\u5176\u4ED6\u7B26\u53F7",description:"\u8981\u5305\u62EC\u7684\u5176\u4ED6\u7B26\u53F7"}},"remove-space-before-or-after-characters":{name:"\u79FB\u9664\u5B57\u7B26\u524D\u540E\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u7B26\u4E4B\u524D\u548C\u6307\u5B9A\u5B57\u7B26\u4E4B\u540E\u7684\u7A7A\u683C\u3002 \u6CE8\u610F\uFF0C\u5728\u67D0\u4E9B\u60C5\u51B5\u4E0B\uFF0C\u8FD9\u53EF\u80FD\u4F1A\u5BFC\u81F4 markdown \u683C\u5F0F\u51FA\u73B0\u95EE\u9898","characters-to-remove-space-before":{name:"\u79FB\u9664\u5B57\u7B26\u524D\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u7B26\u524D\u7684\u7A7A\u683C\u3002 \u6CE8\u610F\uFF0C\u5728\u5B57\u7B26\u5217\u8868\u4E2D\u4F7F\u7528{\u6216}\u4F1A\u610F\u5916\u5F71\u54CD\u6587\u4EF6\uFF0C\u56E0\u4E3A\u5B83\u5728\u7A0B\u5E8F\u540E\u53F0\u7684\u5FFD\u7565\u8BED\u6CD5\u4E2D\u4F7F\u7528"},"characters-to-remove-space-after":{name:"\u79FB\u9664\u5B57\u7B26\u540E\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u7B26\u540E\u7684\u7A7A\u683C\u3002 \u6CE8\u610F\uFF0C\u5728\u5B57\u7B26\u5217\u8868\u4E2D\u4F7F\u7528{\u6216}\u4F1A\u610F\u5916\u5F71\u54CD\u6587\u4EF6\uFF0C\u56E0\u4E3A\u5B83\u5728\u7A0B\u5E8F\u540E\u53F0\u7684\u5FFD\u7565\u8BED\u6CD5\u4E2D\u4F7F\u7528"}},"remove-trailing-punctuation-in-heading":{name:"\u79FB\u9664\u6807\u9898\u4E2D\u7684\u7ED3\u5C3E\u6807\u70B9\u7B26\u53F7",description:'\u4ECE\u6807\u9898\u7684\u672B\u5C3E\u5220\u9664\u6307\u5B9A\u7684\u6807\u70B9\u7B26\u53F7\uFF0C\u4E0D\u4F1A\u5220\u9664 HTML \u5B57\u7B26\u5B9E\u4F53\u672B\u5C3E\u7684\u5206\u53F7',"punctuation-to-remove":{name:"\u8981\u5220\u9664\u7684\u7ED3\u5C3E\u6807\u70B9\u7B26\u53F7",description:"\u8981\u4ECE\u6587\u4EF6\u6807\u9898\u7ED3\u5C3E\u4E2D\u5220\u9664\u7684\u6807\u70B9\u7B26\u53F7"}},"remove-yaml-keys":{name:"\u79FB\u9664 YAML \u952E",description:"\u79FB\u9664\u6307\u5B9A\u7684 YAML \u952E","yaml-keys-to-remove":{name:"\u9700\u8981\u79FB\u9664\u7684 YAML \u952E",description:"\u8981\u4ECE YAML Front-matter \u4E2D\u5220\u9664\u7684 YAML \u952E \uFF08\u53EF\u5E26\u6216\u4E0D\u5E26\u5192\u53F7\uFF09"}},"sort-yaml-array-values":{name:"YAML \u503C\u6392\u5E8F",description:"\u57FA\u4E8E\u6307\u5B9A\u89C4\u5219\u5BF9 YAML \u503C\u6392\u5E8F","sort-alias-key":{name:"YAML aliases \u6392\u5E8F",description:"\u6253\u5F00\u4EE5\u5BF9 YAML aliases \u6392\u5E8F"},"sort-tag-key":{name:"YAML tags \u6392\u5E8F",description:"\u6253\u5F00\u4EE5\u5BF9 YAML tags \u6392\u5E8F"},"sort-array-keys":{name:"YAML array \u6392\u5E8F",description:"\u6253\u5F00\u4EE5\u5BF9\u666E\u901A YAML \u6570\u7EC4\u4E2D\u7684\u503C\u6392\u5E8F"},"ignore-keys":{name:"\u8981\u5FFD\u7565\u7684 YAML \u952E",description:"\u8981\u5FFD\u7565\u7684 YAML \u952E\u5217\u8868\uFF0C\u6BCF\u884C\u4E00\u4E2A\u952E"},"sort-order":{name:"\u6392\u5E8F\u65B9\u5F0F",description:"\u6392\u5E8F\u65B9\u5F0F"}},"space-after-list-markers":{name:"\u5217\u8868\u6807\u5FD7\u7A7A\u683C",description:"\u5217\u8868\u6807\u5FD7\u548C checkbox \u540E\u5E94\u6709\u4E00\u4E2A\u7A7A\u683C"},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"\u4E2D\u65E5\u97E9\u8BED\u4E0E\u82F1\u8BED\u6216\u6570\u5B57\u4E4B\u95F4\u7684\u7A7A\u683C",description:'\u786E\u4FDD\u4E2D\u65E5\u97E9\u6587\u4E0E\u82F1\u6587\u6570\u5B57\u4E4B\u95F4\u6709\u4E00\u4E2A\u7A7A\u683C \u53C2\u8003\u94FE\u63A5',"english-symbols-punctuation-before":{name:"English Punctuations and Symbols Before CJK",description:'\u88AB\u8BA4\u4E3A\u662F\u82F1\u6587\u7684\u5728\u4E2D\u65E5\u97E9\u6587\u5B57\u7B26\u4E4B"\u524D"\u627E\u5230\u7684\u975E\u5B57\u6BCD\u6807\u70B9\u7B26\u53F7 \u6CE8\u610F: "*" \u4F1A\u88AB\u8BA4\u4E3A\u662F\u82F1\u6587'},"english-symbols-punctuation-after":{name:"English Punctuations and Symbols After CJK",description:'\u88AB\u8BA4\u4E3A\u662F\u82F1\u6587\u7684\u5728\u4E2D\u65E5\u97E9\u6587\u5B57\u7B26\u4E4B"\u540E"\u627E\u5230\u7684\u975E\u5B57\u6BCD\u6807\u70B9\u7B26\u53F7 \u6CE8\u610F: "*" \u4F1A\u88AB\u8BA4\u4E3A\u662F\u82F1\u6587'}},"strong-style":{name:"\u7C97\u4F53\u6837\u5F0F",description:"\u786E\u4FDD\u7C97\u4F53\u6837\u5F0F\u4E00\u81F4",style:{name:"\u6837\u5F0F",description:"\u7528\u4E8E\u8868\u793A\u7C97\u4F53\u7684\u6837\u5F0F"}},"trailing-spaces":{name:"\u672B\u5C3E\u7A7A\u683C",description:"\u79FB\u9664\u6BCF\u884C\u672B\u5C3E\u591A\u4F59\u7684\u7A7A\u683C","two-space-line-break":{name:"\u4E24\u7A7A\u683C\u6362\u884C",description:'\u5FFD\u7565\u4E24\u4E2A\u7A7A\u683C\u540E\u63A5\u6362\u884C\u7B26\u7684\u60C5\u51B5\uFF08"\u4E24\u7A7A\u683C\u89C4\u5219"\uFF09'}},"two-spaces-between-lines-with-content":{name:"\u4E0D\u540C\u5185\u5BB9\u95F4\u6362\u884C",description:"\u786E\u4FDD\u5728\u6BB5\u843D\u3001\u5F15\u7528\u548C\u5217\u8868\u9879\u4E4B\u95F4\uFF0C\u6BCF\u5757\u5185\u5BB9\u7684\u672B\u5C3E\u6709\u4E24\u4E2A\u7A7A\u683C","line-break-indicator":{name:"\u6362\u884C\u6807\u8BB0",description:"\u8981\u4F7F\u7528\u7684\u6362\u884C\u6807\u8BB0"}},"unordered-list-style":{name:"\u65E0\u5E8F\u5217\u8868\u6837\u5F0F",description:"\u786E\u4FDD\u65E0\u5E8F\u5217\u8868\u7B26\u5408\u6307\u5B9A\u7684\u6837\u5F0F","list-style":{name:"\u5217\u8868\u9879\u6837\u5F0F",description:"\u5217\u8868\u9879\u9700\u8981\u6307\u5B9A\u7684\u6837\u5F0F"}},"yaml-key-sort":{name:"YAML \u952E\u6392\u5E8F",description:"\u6839\u636E\u6307\u5B9A\u7684\u987A\u5E8F\u548C\u4F18\u5148\u7EA7\u5BF9 YAML \u952E\u8FDB\u884C\u6392\u5E8F\u3002\u6CE8\u610F\uFF0C\u4E5F\u8BB8\u4E5F\u4F1A\u5220\u9664\u7A7A\u884C","yaml-key-priority-sort-order":{name:"YAML \u952E\u4F18\u5148\u7EA7\u6392\u5E8F\u987A\u5E8F",description:"\u5BF9\u952E\u8FDB\u884C\u6392\u5E8F\u7684\u987A\u5E8F\uFF0C\u6BCF\u884C\u4E00\u4E2A\u952E\uFF0C\u6309\u5217\u8868\u4E2D\u7684\u987A\u5E8F\u8FDB\u884C\u6392\u5E8F"},"priority-keys-at-start-of-yaml":{name:"\u6392\u5E8F\u952E\u653E\u5728 YAML \u5F00\u5934",description:"\u6309\u7167 YAML \u952E\u4F18\u5148\u7EA7\u6392\u5E8F\u987A\u5E8F\u5C06\u952E\u653E\u4E8E YAML Front-matter \u5F00\u5934"},"yaml-sort-order-for-other-keys":{name:"YAML \u5176\u5B83\u952E\u7684\u6392\u5E8F\u987A\u5E8F",description:"\u5BF9 YAML \u952E\u4F18\u5148\u7EA7\u6392\u5E8F\u987A\u5E8F\u4E2D\u672A\u627E\u5230\u7684\u952E\u8FDB\u884C\u6392\u5E8F"}},"yaml-timestamp":{name:"YAML \u65F6\u95F4\u6233",description:"\u5728 YAML Front-matter \u4E2D\u8BB0\u5F55\u4E0A\u6B21\u7F16\u8F91\u6587\u6863\u7684\u65E5\u671F\u3002\u4ECE\u6587\u6863\u5143\u6570\u636E\u4E2D\u83B7\u53D6\u65E5\u671F\u6570\u636E","date-created":{name:"\u521B\u5EFA\u65E5\u671F",description:"\u63D2\u5165\u6587\u4EF6\u7684\u521B\u5EFA\u65E5\u671F"},"date-created-key":{name:"\u521B\u5EFA\u65E5\u671F\u952E\u540D",description:"\u4F7F\u7528\u54EA\u4E2A YAML \u952E\u6765\u8868\u793A\u521B\u5EFA\u65E5\u671F"},"date-created-source-of-truth":{name:"\u521B\u5EFA\u65E5\u671F\u6570\u636E\u6E90",description:"\u5982\u679C YAML Front-matter \u4E2D\u5DF2\u7ECF\u6709\u521B\u5EFA\u65F6\u95F4\uFF0C\u4ECE\u54EA\u91CC\u83B7\u53D6\u521B\u5EFA\u65F6\u95F4\u65B0\u503C"},"date-modified-source-of-truth":{name:"\u4FEE\u6539\u65E5\u671F\u6570\u636E\u6E90",description:"\u5982\u679C YAML Front-matter \u4E2D\u5DF2\u7ECF\u6709\u4FEE\u6539\u65E5\u671F\uFF0C\u4ECE\u54EA\u91CC\u83B7\u53D6\u4FEE\u6539\u65F6\u95F4\u65B0\u503C"},"date-modified":{name:"\u4FEE\u6539\u65E5\u671F",description:"\u63D2\u5165\u6587\u4EF6\u7684\u6700\u8FD1\u4E00\u6B21\u7684\u4FEE\u6539\u65E5\u671F"},"date-modified-key":{name:"\u4FEE\u6539\u65E5\u671F\u952E\u540D",description:"\u4F7F\u7528\u54EA\u4E2A YAML \u952E\u6765\u8868\u793A\u4FEE\u6539\u65E5\u671F"},format:{name:"\u683C\u5F0F",description:'Moment.js \u8BED\u6CD5\u683C\u5F0F \u8BF4\u660E\uFF09'},"convert-to-utc":{name:"\u672C\u5730\u65F6\u95F4\u8F6C\u4E3A UTC \u65F6\u95F4",description:"\u672C\u5730\u65F6\u95F4\u8F6C\u4E3A UTC \u65F6\u95F4"},"update-on-file-contents-updated":{name:"\u6587\u4EF6\u5185\u5BB9\u53D8\u5316\u65F6\u66F4\u65B0 YAML \u65F6\u95F4\u6233",description:"\u5F53\u524D\u6D3B\u52A8\u7B14\u8BB0\u88AB\u4FEE\u6539\u65F6\uFF0C\u4FEE\u6539\u65E5\u671F\u5C06\u4F1A\u5B9E\u65F6\u66F4\u65B0\u3002"}},"yaml-title-alias":{name:"YAML \u6807\u9898\u522B\u540D",description:"\u5C06\u6587\u6863\u7684\u6807\u9898\u63D2\u5165 YAML Front-matter \u7684 aliases \u90E8\u5206\u3002\u4ECE\u7B2C\u4E00\u4E2A H1 \u6807\u9898\u6216\u6587\u6863\u540D\u4E2D\u83B7\u53D6\u503C","preserve-existing-alias-section-style":{name:"\u4FDD\u7559\u73B0\u6709\u522B\u540D\u90E8\u5206\u6837\u5F0F",description:"\u5982\u679C\u8BBE\u7F6E\uFF0C\u6B64\u9879\u4EC5\u5728\u65B0\u521B\u5EFA\u7684\u522B\u540D\u90E8\u5206\u751F\u6548"},"keep-alias-that-matches-the-filename":{name:"\u786E\u4FDD\u522B\u540D\u4E0E\u6587\u4EF6\u540D\u5339\u914D",description:"\u8FD9\u6837\u7684\u522B\u540D\u901A\u5E38\u662F\u5197\u4F59\u7684"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"\u4F7F\u7528 YAML \u952E linter-yaml-title-alias \u6765\u4FDD\u7559\u6807\u9898\u4FEE\u6539\u8BB0\u5F55",description:"\u5982\u679C\u8BBE\u7F6E\uFF0C\u5F53\u7B2C\u4E00\u4E2A H1 \u6807\u9898\u66F4\u6539\u6216\u6587\u6863\u540D\u66F4\u6539\u65F6\uFF0C\u6B64\u952E\u4E2D\u5B58\u50A8\u7684\u65E7 aliases \u5C06\u66FF\u6362\u4E3A\u65B0\u503C\uFF0C\u800C\u4E0D\u4EC5\u4EC5\u662F\u5728 aliases \u4E2D\u63D2\u5165\u65B0\u6761\u76EE"},"alias-helper-key":{name:"\u522B\u540D\u8F85\u52A9\u952E",description:"\u6B64\u952E\u7528\u4E8E\u4FDD\u5B58\u6807\u9898\u522B\u540D\u5386\u53F2"}},"yaml-title":{name:"YAML \u6807\u9898",description:"\u6839\u636E\u6307\u5B9A\u6A21\u5F0F\uFF0C\u5C06\u6587\u4EF6\u7684\u6807\u9898\u63D2\u5165\u5230 YAML Front-matter \u4E2D","title-key":{name:"\u6807\u9898\u952E",description:"\u6807\u9898\u4F7F\u7528\u54EA\u4E00\u4E2A YAML \u952E"},mode:{name:"\u6A21\u5F0F",description:"\u7528\u4E8E\u83B7\u53D6\u6807\u9898\u7684\u65B9\u6CD5"}}},enums:{"Title Case":"\u6BCF\u8BCD\u9996\u5B57\u6BCD\u5927\u5199","ALL CAPS":"\u5168\u90E8\u5927\u5199","First letter":"\u4EC5\u9996\u5B57\u6BCD\u5927\u5199",".":".",")":")",ERROR:"ERROR",TRACE:"TRACE",DEBUG:"DEBUG",INFO:"INFO",WARN:"WARN",SILENT:"SILENT",ascending:"\u5347\u5E8F",lazy:"\u5168\u4E3A1",preserve:"\u4FDD\u6301\u539F\u6837",Nothing:"\u65E0","Remove hashtag":"\u79FB\u9664 hashtag","Remove whole tag":"\u79FB\u9664\u6574\u4E2A tag",asterisk:"\u661F\u53F7(*)",underscore:"\u4E0B\u5212\u7EBF(_)",consistent:"\u4FDD\u6301\u4E00\u81F4","-":"-","*":"*","+":"+",space:"\u6709\u7A7A\u683C","no space":"\u65E0\u7A7A\u683C",None:"\u65E0","Ascending Alphabetical":"\u6309\u5B57\u6BCD\u987A\u5E8F\u5347\u5E8F","Descending Alphabetical":"\u6309\u5B57\u6BCD\u987A\u5E8F\u964D\u5E8F","multi-line":"\u591A\u884C\u6570\u7EC4","single-line":"\u5355\u884C\u6570\u7EC4","single string to single-line":"\u5B57\u7B26\u4E32\u8F6C\u5355\u884C\u6570\u7EC4","single string to multi-line":"\u5B57\u7B26\u4E32\u8F6C\u591A\u884C\u6570\u7EC4","single string comma delimited":"\u9017\u53F7\u5206\u9694\u5B57\u7B26\u4E32","single string space delimited":"\u7A7A\u683C\u5206\u9694\u5B57\u7B26\u4E32","single-line space delimited":"\u7A7A\u683C\u5206\u9694\u5355\u884C\u6570\u7EC4","first-h1":"\u7B2C\u4E00\u4E2A H1 \u6807\u9898","first-h1-or-filename-if-h1-missing":"\u7B2C\u4E00\u4E2A H1 \u6807\u9898\u6216\u6587\u4EF6\u540D\uFF08\u7B2C\u4E00\u4E2A H1 \u6807\u9898\u4E0D\u5B58\u5728\u65F6\uFF09",filename:"\u6587\u4EF6\u540D",never:"Never","after 5 seconds":"5 \u79D2\u540E","after 10 seconds":"10 \u79D2\u540E","after 15 seconds":"15 \u79D2\u540E","after 30 seconds":"30 \u79D2\u540E","after 1 minute":"1 \u5206\u949F\u540E","file system":"\u7CFB\u7EDF",frontmatter:"YAML Front-matter","user or Linter edits":"Obsidian","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Fp={commands:{"lint-file":{name:"\u683C\u5F0F\u5316\u76EE\u524D\u6A94\u6848","error-message":"\u5728\u6A94\u6848\u4E2D\u683C\u5F0F\u5316\u6A94\u6848\u932F\u8AA4"},"lint-file-unless-ignored":{name:"\u683C\u5F0F\u5316\u76EE\u524D\u6A94\u6848\uFF0C\u9664\u975E\u88AB\u5FFD\u7565"},"lint-all-files":{name:"\u683C\u5F0F\u5316\u5132\u5B58\u5EAB\u4E2D\u7684\u6240\u6709\u6A94\u6848","error-message":"\u5728\u6A94\u6848\u4E2D\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\u932F\u8AA4","success-message":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848","errors-message-singular":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\uFF0C\u4F46\u6709 1 \u500B\u932F\u8AA4\u3002","errors-message-plural":"\u5DF2\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\uFF0C\u4F46\u6709 {NUM} \u500B\u932F\u8AA4\u3002","start-message":"\u9019\u5C07\u6703\u7DE8\u8F2F\u60A8\u7684\u6240\u6709\u6A94\u6848\uFF0C\u4E26\u53EF\u80FD\u5C0E\u81F4\u932F\u8AA4\u3002","submit-button-text":"\u5168\u90E8\u683C\u5F0F\u5316","submit-button-notice-text":"\u6B63\u5728\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\u4E2D..."},"lint-all-files-in-folder":{name:"\u683C\u5F0F\u5316\u76EE\u524D\u8CC7\u6599\u593E\u4E2D\u7684\u6240\u6709\u6A94\u6848","start-message":"\u9019\u5C07\u6703\u7DE8\u8F2F\u60A8\u5728 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6A94\u6848\uFF0C\u5305\u542B\u5176\u5B50\u8CC7\u6599\u593E\u4E2D\u7684\u6A94\u6848\uFF0C\u9019\u53EF\u80FD\u6703\u5C0E\u81F4\u932F\u8AA4\u3002","submit-button-text":"\u683C\u5F0F\u5316 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6A94\u6848","submit-button-notice-text":"\u6B63\u5728\u683C\u5F0F\u5316 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709\u6A94\u6848...","error-message":"\u5728\u8CC7\u6599\u593E\u4E2D\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\u932F\u8AA4","success-message":"\u5DF2\u683C\u5F0F\u5316 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709 {NUM} \u500B\u6A94\u6848\u3002","message-singular":"\u5DF2\u683C\u5F0F\u5316 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709 {NUM} \u500B\u6A94\u6848\uFF0C\u4F46\u6709 1 \u500B\u932F\u8AA4\u3002","message-plural":"\u5DF2\u683C\u5F0F\u5316 {FOLDER_NAME} \u4E2D\u7684\u6240\u6709 {FILE_COUNT} \u500B\u6A94\u6848\uFF0C\u4F46\u6709 {ERROR_COUNT} \u500B\u932F\u8AA4\u3002"},"paste-as-plain-text":{name:"\u4EE5\u7D14\u6587\u5B57\u8CBC\u4E0A\u4E14\u4E0D\u505A\u4FEE\u6539"},"ignore-folder":{name:"\u5FFD\u7565\u8CC7\u6599\u593E"},"ignore-file":{name:"\u5FFD\u7565\u6A94\u6848"},"lint-file-pop-up-menu-text":{name:"\u683C\u5F0F\u5316\u6A94\u6848"},"lint-folder-pop-up-menu-text":{name:"\u683C\u5F0F\u5316\u8CC7\u6599\u593E"},"ignore-file-pop-up-menu-text":{name:"\u5728 Linter \u4E2D\u5FFD\u7565\u6A94\u6848"},"ignore-folder-pop-up-menu-text":{name:"\u5728 Linter \u4E2D\u5FFD\u7565\u8CC7\u6599\u593E"}},logs:{"plugin-load":"\u6B63\u5728\u8F09\u5165\u5916\u639B","plugin-unload":"\u6B63\u5728\u5378\u8F09\u5916\u639B","folder-lint":"\u6B63\u5728\u683C\u5F0F\u5316\u8CC7\u6599\u593E ","linter-run":"\u6B63\u5728\u57F7\u884C Linter","file-change-yaml-lint-run":"\u6B63\u5728\u57F7\u884C\u7DE8\u8F2F\u5668\u5167\u5BB9\u8B8A\u66F4 YAML \u683C\u5F0F\u5316","file-change-yaml-lint-skipped":"\u672A\u5075\u6E2C\u5230\u6A94\u6848\u8B8A\u66F4\uFF0C\u56E0\u6B64\u8DF3\u904E YAML \u683C\u5F0F\u5316","file-change-yaml-lint-warning":"\u6C92\u6709\u6A94\u6848\u8CC7\u8A0A\uFF0C\u4F46 debounce \u5DF2\u57F7\u884C\u3002\u67D0\u8655\u767C\u751F\u932F\u8AA4\u3002","paste-link-warning":"\u5DF2\u4E2D\u6B62\u8CBC\u4E0A\u683C\u5F0F\u5316\uFF0C\u56E0\u70BA\u526A\u8CBC\u7C3F\u5167\u5BB9\u662F\u9023\u7D50\uFF0C\u9019\u6A23\u505A\u53EF\u4EE5\u907F\u514D\u8207\u5176\u4ED6\u4FEE\u6539\u8CBC\u4E0A\u884C\u70BA\u7684\u5916\u639B\u767C\u751F\u885D\u7A81\u3002","see-console":"\u8A73\u60C5\u8ACB\u898B\u4E3B\u63A7\u53F0\u3002","unknown-error":"\u683C\u5F0F\u5316\u671F\u9593\u767C\u751F\u672A\u77E5\u932F\u8AA4\u3002","moment-locale-not-found":"\u5617\u8A66\u5C07 Moment.js \u5730\u5340\u8A2D\u5B9A\u5207\u63DB\u70BA {MOMENT_LOCALE}\uFF0C\u4F46\u5F97\u5230 {CURRENT_LOCALE}","file-change-lint-message-start":"\u5DF2\u683C\u5F0F\u5316","custom-command-callback-warning":"\u8ACB\u50C5\u70BA\u6574\u5408\u6E2C\u8A66\u8A2D\u5B9A\u81EA\u8A02\u547D\u4EE4\u56DE\u547C\u3002","pre-rules":"\u4E00\u822C\u898F\u5247\u4E4B\u524D\u7684\u898F\u5247","post-rules":"\u4E00\u822C\u898F\u5247\u4E4B\u5F8C\u7684\u898F\u5247","rule-running":"\u6B63\u5728\u57F7\u884C\u898F\u5247","custom-regex":"\u81EA\u8A02\u6B63\u898F\u8868\u793A\u5F0F\u898F\u5247","running-custom-regex":"\u6B63\u5728\u57F7\u884C\u81EA\u8A02\u6B63\u898F\u8868\u793A\u5F0F","running-custom-lint-command":"\u6B63\u5728\u57F7\u884C\u81EA\u8A02\u683C\u5F0F\u5316\u547D\u4EE4","custom-lint-duplicate-warning":'\u60A8\u4E0D\u80FD\u5C07\u76F8\u540C\u7684\u547D\u4EE4\uFF08"{COMMAND_NAME}"\uFF09\u4F5C\u70BA\u81EA\u8A02\u683C\u5F0F\u5316\u898F\u5247\u57F7\u884C\u5169\u6B21\u3002',"custom-lint-error-message":"\u81EA\u8A02\u683C\u5F0F\u5316\u547D\u4EE4","disabled-text":"\u5DF2\u505C\u7528","run-rule-text":"\u6B63\u5728\u57F7\u884C","timing-key-not-found":"\u8A08\u6642\u91D1\u9470 '{TIMING_KEY}' \u4E0D\u5B58\u5728\u65BC\u8A08\u6642\u8CC7\u8A0A\u6E05\u55AE\u4E2D\uFF0C\u56E0\u6B64\u88AB\u5FFD\u7565","milliseconds-abbreviation":"\u6BEB\u79D2","invalid-date-format-error":"\u5EFA\u7ACB\u65E5\u671F '{DATE}' \u7684\u683C\u5F0F\u7121\u6CD5\u89E3\u6790\u6216\u78BA\u5B9A\uFF0C\u56E0\u6B64\u5728 '{FILE_NAME}' \u4E2D\u4FDD\u7559\u4E86\u5EFA\u7ACB\u65E5\u671F","invalid-delimiter-error-message":"\u5206\u9694\u7B26\u865F\u53EA\u5141\u8A31\u70BA\u55AE\u4E00\u5B57\u5143","missing-footnote-error-message":"\u8A3B\u8173 '{FOOTNOTE}' \u5728\u8A3B\u8173\u5167\u5BB9\u4E4B\u524D\u6C92\u6709\u5C0D\u61C9\u7684\u8A3B\u8173\u53C3\u8003\uFF0C\u7121\u6CD5\u8655\u7406\u3002\u8ACB\u78BA\u4FDD\u6240\u6709\u8A3B\u8173\u5728\u8A3B\u8173\u5167\u5BB9\u4E4B\u524D\u90FD\u6709\u5C0D\u61C9\u7684\u53C3\u8003\u3002","too-many-footnotes-error-message":"\u8A3B\u8173\u9375 '{FOOTNOTE_KEY}' \u6709\u8D85\u904E\u4E00\u500B\u8A3B\u8173\u53C3\u8003\u5B83\u3002\u8ACB\u66F4\u65B0\u8A3B\u8173\uFF0C\u4EE5\u4FBF\u6BCF\u500B\u8A3B\u8173\u9375\u53EA\u6709\u4E00\u500B\u8A3B\u8173\u3002","wrapper-yaml-error":"YAML \u4E2D\u6709\u932F\u8AA4\uFF1A{ERROR_MESSAGE}","wrapper-unknown-error":"\u672A\u77E5\u932F\u8AA4\uFF1A{ERROR_MESSAGE}"},"notice-text":{"empty-clipboard":"\u526A\u8CBC\u7C3F\u4E2D\u6C92\u6709\u5167\u5BB9\u3002","characters-added":"\u500B\u5B57\u5143\u88AB\u6DFB\u52A0","characters-removed":"\u500B\u5B57\u5143\u88AB\u79FB\u9664","copy-to-clipboard-failed":"\u5C07\u6587\u5B57\u8907\u88FD\u5230\u526A\u8CBC\u7C3F\u5931\u6557\uFF1A "},"all-rules-option":"\u5168\u90E8","linter-title":"Linter","empty-search-results-text":"\u6C92\u6709\u7B26\u5408\u641C\u5C0B\u7684\u8A2D\u5B9A","warning-text":"\u8B66\u544A","file-backup-text":"\u8ACB\u78BA\u5B9A\u60A8\u5DF2\u5099\u4EFD\u6A94\u6848\u3002","custom-command-warning":"\u4F7F\u7528\u81EA\u8A02\u547D\u4EE4\u683C\u5F0F\u5316\u591A\u500B\u6A94\u6848\u662F\u4E00\u500B\u7DE9\u6162\u7684\u904E\u7A0B\uFF0C\u9700\u8981\u5728\u5074\u908A\u9762\u677F\u4E2D\u958B\u555F\u7A97\u683C\u3002\u5B83\u7684\u901F\u5EA6\u660E\u986F\u6162\u65BC\u5728\u672A\u555F\u7528\u81EA\u8A02\u547D\u4EE4\u7684\u60C5\u6CC1\u4E0B\u57F7\u884C\u3002\u8ACB\u8B39\u614E\u64CD\u4F5C\u3002","cancel-button-text":"\u53D6\u6D88","copy-aria-label":"\u8907\u88FD","disabled-other-rule-notice":"\u5982\u679C\u60A8\u555F\u7528 {NAME_1}\uFF0C\u5B83\u5C07\u505C\u7528 {NAME_2}\u3002\u60A8\u8981\u7E7C\u7E8C\u55CE\uFF1F","disabled-conflicting-rule-notice":"{NAME_1} \u8207 {NAME_2} \u885D\u7A81\uFF0C\u56E0\u6B64\u5DF2\u88AB\u95DC\u9589\u3002\u60A8\u53EF\u4EE5\u5728\u8A2D\u5B9A\u5206\u9801\u4E2D\u5207\u63DB\u8981\u95DC\u9589\u7684\u8A2D\u5B9A\u3002",ok:"\u78BA\u5B9A","parse-results-heading-text":"\u81EA\u8A02\u89E3\u6790\u503C","file-parse-description-text":"\u4EE5\u4E0B\u662F\u5728 {FILE} \u4E2D\u627E\u5230\u7684\u81EA\u8A02\u53D6\u4EE3\u9805\u76EE\u6E05\u55AE\u3002","no-parsed-values-found-text":"\u5728 {FILE} \u4E2D\u627E\u4E0D\u5230\u81EA\u8A02\u53D6\u4EE3\u9805\u76EE\u3002\u8ACB\u78BA\u4FDD {FILE} \u4E2D\u6240\u6709\u5177\u6709\u81EA\u8A02\u53D6\u4EE3\u9805\u76EE\u7684\u8868\u683C\u90FD\u53EA\u6709\u5169\u6B04\uFF0C\u4E14\u6240\u6709\u5217\u90FD\u4EE5\u7BA1\u9053\u7B26\u865F\uFF08\u5373 |\uFF09\u958B\u982D\u548C\u7D50\u5C3E\u3002","find-header-text":"\u8981\u5C0B\u627E\u7684\u5B57\u8A5E","replace-header-text":"\u53D6\u4EE3\u5B57\u8A5E","close-button-text":"\u95DC\u9589",tabs:{names:{general:"\u4E00\u822C",custom:"\u81EA\u8A02",yaml:"YAML",heading:"\u6A19\u984C",content:"\u5167\u5BB9",footnote:"\u8A3B\u8173",spacing:"\u9593\u8DDD",paste:"\u8CBC\u4E0A",debug:"\u5075\u932F"},"default-search-bar-text":"\u641C\u5C0B\u6240\u6709\u8A2D\u5B9A",general:{"lint-on-save":{name:"\u5132\u5B58\u6642\u683C\u5F0F\u5316",description:"\u5728\u624B\u52D5\u5132\u5B58\u6A94\u6848\u6642\u683C\u5F0F\u5316\u6A94\u6848\uFF08\u7576\u6309\u4E0B Ctrl + S \u6216\u5728\u4F7F\u7528 vim \u6309\u9375\u7D81\u5B9A\u6642\u57F7\u884C :w\uFF09"},"display-message":{name:"\u683C\u5F0F\u5316\u6642\u986F\u793A\u8A0A\u606F",description:"\u683C\u5F0F\u5316\u5F8C\u986F\u793A\u8B8A\u66F4\u7684\u5B57\u5143\u6578"},"lint-on-file-change":{name:"\u7126\u9EDE\u6A94\u6848\u8B8A\u66F4\u6642\u683C\u5F0F\u5316",description:"\u7576\u6A94\u6848\u95DC\u9589\u6216\u5207\u63DB\u5230\u65B0\u6A94\u6848\u6642\uFF0C\u6703\u683C\u5F0F\u5316\u524D\u4E00\u500B\u6A94\u6848\u3002"},"display-lint-on-file-change-message":{name:"\u986F\u793A\u6A94\u6848\u8B8A\u66F4\u6642\u683C\u5F0F\u5316\u8A0A\u606F",description:"\u7576 \u7126\u9EDE\u6A94\u6848\u8B8A\u66F4\u6642\u683C\u5F0F\u5316 \u767C\u751F\u6642\u986F\u793A\u8A0A\u606F"},"folders-to-ignore":{name:"\u8981\u5FFD\u7565\u7684\u8CC7\u6599\u593E",description:"\u5728\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\u6216\u5132\u5B58\u6642\u683C\u5F0F\u5316\u6642\u8981\u5FFD\u7565\u7684\u8CC7\u6599\u593E\u3002","folder-search-placeholder-text":"\u8CC7\u6599\u593E\u540D\u7A31","add-input-button-text":"\u65B0\u589E\u53E6\u4E00\u500B\u8981\u5FFD\u7565\u7684\u8CC7\u6599\u593E","delete-tooltip":"\u522A\u9664"},"files-to-ignore":{name:"\u8981\u5FFD\u7565\u7684\u6A94\u6848",description:"\u5728\u683C\u5F0F\u5316\u6240\u6709\u6A94\u6848\u6216\u5132\u5B58\u6642\u683C\u5F0F\u5316\u6642\u8981\u5FFD\u7565\u7684\u6A94\u6848\u3002","file-search-placeholder-text":"\u8981\u5FFD\u7565\u7684\u6A94\u6848\u7684\u6B63\u898F\u8868\u793A\u5F0F","add-input-button-text":"\u65B0\u589E\u53E6\u4E00\u500B\u8981\u5FFD\u7565\u7684\u6A94\u6848\u7684\u6B63\u898F\u8868\u793A\u5F0F","delete-tooltip":"\u522A\u9664","label-placeholder-text":"\u6A19\u7C64","flags-placeholder-text":"\u65D7\u6A19",warning:"\u5982\u679C\u60A8\u4E0D\u4E86\u89E3\u6B63\u898F\u8868\u793A\u5F0F\uFF0C\u8ACB\u8B39\u614E\u4F7F\u7528\u3002\u6B64\u5916\uFF0C\u8ACB\u78BA\u4FDD\u5982\u679C\u60A8\u5728 iOS \u884C\u52D5\u88DD\u7F6E\u4E0A\u7684\u6B63\u898F\u8868\u793A\u5F0F\u4E2D\u4F7F\u7528 lookbehind\uFF0C\u60A8\u4F7F\u7528\u7684\u7248\u672C\u652F\u63F4\u5B83\u5011\u3002"},"additional-file-extensions":{name:"\u984D\u5916\u7684\u6A94\u6848\u526F\u6A94\u540D",description:"\u9664\u4E86 md \u4E4B\u5916\u8981\u9032\u884C Lint \u7684\u6A94\u6848\u526F\u6A94\u540D\u3002\u4F8B\u5982 mdx \u6216 svx\u3002\u8ACB\u52FF\u5305\u542B\u958B\u982D\u7684\u9EDE\u865F\u3002\u6CE8\u610F\uFF1A\u4E0D\u8AD6\u65B0\u589E\u54EA\u4E9B\u526F\u6A94\u540D\uFF0C\u53EA\u6709 Obsidian \u8996\u70BA Markdown \u7684\u6A94\u6848\uFF08\u7121\u8AD6\u662F\u5167\u5EFA\u6216\u900F\u904E\u5176\u4ED6\u5916\u639B\uFF09\u624D\u6703\u88AB Lint\u3002","extension-placeholder":"\u4F8B\u5982\uFF1Amdx","add-input-button-text":"\u65B0\u589E\u526F\u6A94\u540D","delete-tooltip":"\u522A\u9664"},"override-locale":{name:"\u8986\u5BEB\u5730\u5340\u8A2D\u5B9A",description:"\u5982\u679C\u60A8\u60F3\u4F7F\u7528\u8207\u9810\u8A2D\u503C\u4E0D\u540C\u7684\u5730\u5340\u8A2D\u5B9A\uFF0C\u8ACB\u8A2D\u5B9A\u6B64\u9805"},"same-as-system-locale":"\u8207\u7CFB\u7D71\u76F8\u540C ({SYS_LOCALE})","yaml-aliases-section-style":{name:"YAML \u5225\u540D\u5340\u6BB5\u6A23\u5F0F",description:"YAML \u5225\u540D\u5340\u6BB5\u7684\u6A23\u5F0F"},"yaml-tags-section-style":{name:"YAML \u6A19\u7C64\u5340\u6BB5\u6A23\u5F0F",description:"YAML \u6A19\u7C64\u5340\u6BB5\u7684\u6A23\u5F0F"},"default-escape-character":{name:"\u9810\u8A2D\u9038\u51FA\u5B57\u5143",description:"\u7576\u55AE\u5F15\u865F\u548C\u96D9\u5F15\u865F\u4E0D\u5B58\u5728\u6642\uFF0C\u7528\u65BC\u9038\u51FA YAML \u503C\u7684\u9810\u8A2D\u5B57\u5143\u3002"},"remove-unnecessary-escape-chars-in-multi-line-arrays":{name:"\u5728\u591A\u884C\u9663\u5217\u683C\u5F0F\u4E2D\u79FB\u9664\u4E0D\u5FC5\u8981\u7684\u9038\u51FA\u5B57\u5143",description:"\u591A\u884C YAML \u9663\u5217\u7684\u9038\u51FA\u5B57\u5143\u4E0D\u9700\u8981\u8207\u55AE\u884C\u9663\u5217\u76F8\u540C\u7684\u9038\u51FA\uFF0C\u56E0\u6B64\u5728\u591A\u884C\u683C\u5F0F\u4E2D\u79FB\u9664\u4E0D\u5FC5\u8981\u7684\u984D\u5916\u9038\u51FA"},"number-of-dollar-signs-to-indicate-math-block":{name:"\u8868\u793A\u6578\u5B78\u5340\u584A\u7684\u9322\u5B57\u865F\u6578\u91CF",description:"\u5C07\u6578\u5B78\u5167\u5BB9\u8996\u70BA\u6578\u5B78\u5340\u584A\u800C\u975E\u884C\u5167\u6578\u5B78\u7684\u9322\u5B57\u865F\u6578\u91CF"}},debug:{"log-level":{name:"\u65E5\u8A8C\u5C64\u7D1A",description:"\u670D\u52D9\u5141\u8A31\u8A18\u9304\u7684\u65E5\u8A8C\u985E\u578B\u3002\u9810\u8A2D\u70BA ERROR\u3002"},"linter-config":{name:"Linter \u8A2D\u5B9A",description:"\u622A\u81F3\u8A2D\u5B9A\u9801\u9762\u8F09\u5165\u6642\uFF0CLinter \u7684 data.json \u5167\u5BB9"},"log-collection":{name:"\u5728\u5132\u5B58\u6642\u683C\u5F0F\u5316\u548C\u683C\u5F0F\u5316\u76EE\u524D\u6A94\u6848\u6642\u6536\u96C6\u65E5\u8A8C",description:"\u5728\u60A8 \u5132\u5B58\u6642\u683C\u5F0F\u5316 \u548C\u683C\u5F0F\u5316\u76EE\u524D\u6A94\u6848\u6642\u6536\u96C6\u65E5\u8A8C\u3002\u9019\u4E9B\u65E5\u8A8C\u6709\u52A9\u65BC\u5075\u932F\u548C\u5EFA\u7ACB\u932F\u8AA4\u5831\u544A\u3002"},"linter-logs":{name:"Linter \u65E5\u8A8C",description:"\u5982\u679C\u555F\u7528\uFF0C\u5247\u70BA\u4E0A\u6B21 \u5132\u5B58\u6642\u683C\u5F0F\u5316 \u6216\u4E0A\u6B21\u683C\u5F0F\u5316\u76EE\u524D\u6A94\u6848\u57F7\u884C\u7684\u65E5\u8A8C\u3002"}}},options:{"custom-command":{name:"\u81EA\u8A02\u547D\u4EE4",description:"\u81EA\u8A02\u547D\u4EE4\u662F\u5728 Linter \u5B8C\u6210\u5176\u4E00\u822C\u898F\u5247\u5F8C\u57F7\u884C\u7684 Obsidian \u547D\u4EE4\u3002\u9019\u8868\u793A\u5B83\u5011\u4E0D\u6703\u5728 YAML \u6642\u9593\u6233\u8A18\u908F\u8F2F\u57F7\u884C\u4E4B\u524D\u57F7\u884C\uFF0C\u56E0\u6B64\u5B83\u5011\u53EF\u80FD\u6703\u5C0E\u81F4 YAML \u6642\u9593\u6233\u8A18\u5728\u4E0B\u4E00\u6B21 linter \u57F7\u884C\u6642\u89F8\u767C\u3002\u60A8\u53EA\u80FD\u9078\u64C7\u4E00\u500B Obsidian \u547D\u4EE4\u4E00\u6B21\u3002",warning:"\u9078\u64C7\u9078\u9805\u6642\uFF0C\u8ACB\u52D9\u5FC5\u4F7F\u7528\u6ED1\u9F20\u6216\u6309 Enter \u9375\u9078\u64C7\u9078\u9805\u3002\u5176\u4ED6\u9078\u64C7\u65B9\u6CD5\u53EF\u80FD\u7121\u6548\uFF0C\u53EA\u6709\u9078\u64C7\u5BE6\u969B\u7684 Obsidian \u547D\u4EE4\u6216\u7A7A\u5B57\u4E32\u624D\u6703\u88AB\u5132\u5B58\u3002","add-input-button-text":"\u65B0\u589E\u547D\u4EE4","command-search-placeholder-text":"Obsidian \u547D\u4EE4","move-up-tooltip":"\u4E0A\u79FB","move-down-tooltip":"\u4E0B\u79FB","delete-tooltip":"\u522A\u9664"},"custom-replace":{name:"\u81EA\u8A02\u6B63\u898F\u8868\u793A\u5F0F\u53D6\u4EE3",description:"\u81EA\u8A02\u6B63\u898F\u8868\u793A\u5F0F\u53D6\u4EE3\u53EF\u7528\u65BC\u5C07\u4EFB\u4F55\u7B26\u5408\u5C0B\u627E\u6B63\u898F\u8868\u793A\u5F0F\u7684\u5167\u5BB9\u53D6\u4EE3\u70BA\u53D6\u4EE3\u503C\u3002\u53D6\u4EE3\u548C\u5C0B\u627E\u503C\u90FD\u5FC5\u9808\u662F\u6709\u6548\u7684\u6B63\u898F\u8868\u793A\u5F0F\u503C\u3002",warning:"\u5982\u679C\u60A8\u4E0D\u4E86\u89E3\u6B63\u898F\u8868\u793A\u5F0F\uFF0C\u8ACB\u8B39\u614E\u4F7F\u7528\u3002\u6B64\u5916\uFF0C\u8ACB\u78BA\u4FDD\u5982\u679C\u60A8\u5728 iOS \u884C\u52D5\u88DD\u7F6E\u4E0A\u7684\u6B63\u898F\u8868\u793A\u5F0F\u4E2D\u4F7F\u7528 lookbehind\uFF0C\u60A8\u4F7F\u7528\u7684\u7248\u672C\u652F\u63F4\u5B83\u5011\u3002","add-input-button-text":"\u65B0\u589E\u6B63\u898F\u8868\u793A\u5F0F\u53D6\u4EE3","regex-to-find-placeholder-text":"\u8981\u5C0B\u627E\u7684\u6B63\u898F\u8868\u793A\u5F0F","flags-placeholder-text":"\u65D7\u6A19","regex-to-replace-placeholder-text":"\u8981\u53D6\u4EE3\u7684\u6B63\u898F\u8868\u793A\u5F0F","label-placeholder-text":"\u6A19\u7C64","move-up-tooltip":"\u4E0A\u79FB","move-down-tooltip":"\u4E0B\u79FB","delete-tooltip":"\u522A\u9664"},"custom-auto-correct":{"delete-tooltip":"\u522A\u9664","show-parsed-contents-tooltip":"\u6AA2\u8996\u5DF2\u89E3\u6790\u7684\u53D6\u4EE3\u5167\u5BB9","custom-row-parse-warning":'"{ROW}" \u4E0D\u662F\u5177\u6709\u81EA\u8A02\u53D6\u4EE3\u7684\u6709\u6548\u5217\u3002\u5B83\u5FC5\u9808\u53EA\u6709 2 \u6B04\u3002',"file-search-placeholder-text":"\u6A94\u6848\u540D\u7A31","add-new-replacement-file-tooltip":"\u65B0\u589E\u53E6\u4E00\u500B\u81EA\u8A02\u6A94\u6848","warning-text":"\u9078\u53D6\u7684\u6A94\u6848\u5C07\u81EA\u52D5\u505C\u7528 {NAME}\u3002","refresh-tooltip-text":"\u91CD\u65B0\u8F09\u5165\u81EA\u8A02\u53D6\u4EE3"}},rules:{"auto-correct-common-misspellings":{name:"\u81EA\u52D5\u66F4\u6B63\u5E38\u898B\u932F\u5B57",description:'\u4F7F\u7528\u5E38\u898B\u932F\u5B57\u5B57\u5178\u81EA\u52D5\u5C07\u5176\u8F49\u63DB\u70BA\u6B63\u78BA\u7684\u62FC\u5BEB\u3002\u8ACB\u53C3\u95B1 \u81EA\u52D5\u66F4\u6B63\u5C0D\u61C9\u8868 \u4EE5\u53D6\u5F97\u81EA\u52D5\u66F4\u6B63\u55AE\u5B57\u7684\u5B8C\u6574\u6E05\u55AE\u3002\u6CE8\u610F\uFF1A\u6B64\u6E05\u55AE\u9069\u7528\u65BC\u591A\u7A2E\u8A9E\u8A00\u7684\u6587\u5B57\uFF0C\u4F46\u7121\u8AD6\u76EE\u524D\u4F7F\u7528\u4F55\u7A2E\u8A9E\u8A00\uFF0C\u6B64\u6E05\u55AE\u90FD\u76F8\u540C\u3002',"ignore-words":{name:"\u5FFD\u7565\u55AE\u5B57",description:"\u81EA\u52D5\u66F4\u6B63\u6642\u8981\u5FFD\u7565\u7684\u4EE5\u9017\u865F\u5206\u9694\u7684\u5C0F\u5BEB\u55AE\u5B57\u6E05\u55AE"},"extra-auto-correct-files":{name:"\u984D\u5916\u81EA\u52D5\u66F4\u6B63\u4F86\u6E90\u6A94\u6848",description:"\u9019\u4E9B\u6A94\u6848\u4E2D\u5305\u542B\u4E00\u500B Markdown \u8868\u683C\uFF0C\u5176\u4E2D\u5305\u542B\u521D\u59CB\u55AE\u5B57\u548C\u8981\u66F4\u6B63\u7684\u55AE\u5B57\uFF08\u9019\u4E9B\u662F\u4E0D\u5340\u5206\u5927\u5C0F\u5BEB\u7684\u66F4\u6B63\uFF09\u3002\u6CE8\u610F\uFF1A\u4F7F\u7528\u7684\u8868\u683C\u61C9\u5728\u6BCF\u4E00\u884C\u90FD\u5305\u542B\u958B\u59CB\u548C\u7D50\u675F\u7684 | \u6307\u793A\u7B26\u3002"},"skip-words-with-multiple-capitals":{name:"\u8DF3\u904E\u5177\u6709\u591A\u500B\u5927\u5BEB\u5B57\u6BCD\u7684\u55AE\u5B57",description:"\u5C07\u8DF3\u904E\u4EFB\u4F55\u9664\u4E86\u55AE\u5B57\u7B2C\u4E00\u500B\u5B57\u6BCD\u5916\u9084\u5305\u542B\u5927\u5BEB\u5B57\u6BCD\u7684\u6A94\u6848\u3002\u7E2E\u5BEB\u548C\u5176\u4ED6\u4E00\u4E9B\u55AE\u5B57\u53EF\u4EE5\u5F9E\u4E2D\u53D7\u76CA\u3002\u9019\u53EF\u80FD\u6703\u5C0E\u81F4\u5C08\u6709\u540D\u8A5E\u7121\u6CD5\u6B63\u78BA\u4FEE\u6B63\u7684\u554F\u984C\u3002"},"default-install":"\u60A8\u6B63\u5728\u4F7F\u7528\u81EA\u52D5\u66F4\u6B63\u5E38\u898B\u932F\u5B57\u3002\u70BA\u6B64\uFF0C\u5C07\u4E0B\u8F09\u9810\u8A2D\u7684\u932F\u5B57\u3002\u9019\u61C9\u8A72\u53EA\u6703\u767C\u751F\u4E00\u6B21\u3002\u8ACB\u7A0D\u5019...","default-install-failed":"\u4E0B\u8F09 {URL} \u5931\u6557\u3002\u6B63\u5728\u505C\u7528\u81EA\u52D5\u66F4\u6B63\u5E38\u898B\u932F\u5B57\u3002","defaults-missing":"\u627E\u4E0D\u5230\u9810\u8A2D\u7684\u5E38\u898B\u81EA\u52D5\u66F4\u6B63\u6A94\u6848\uFF1A{FILE}\u3002"},"add-blank-line-after-yaml":{name:"\u5728 YAML \u5F8C\u65B0\u589E\u7A7A\u767D\u884C",description:"\u5728 YAML \u5340\u584A\u5F8C\u65B0\u589E\u4E00\u500B\u7A7A\u767D\u884C\uFF0C\u5982\u679C\u5B83\u4E0D\u662F\u76EE\u524D\u6A94\u6848\u7684\u7D50\u5C3E\uFF0C\u6216\u8005\u5B83\u5F8C\u9762\u9084\u6C92\u6709\u81F3\u5C11\u4E00\u500B\u7A7A\u767D\u884C"},"add-blockquote-indentation-on-paste":{name:"\u8CBC\u4E0A\u6642\u65B0\u589E\u5340\u584A\u5F15\u8A00\u7E2E\u6392",description:"\u5728\u8CBC\u4E0A\u671F\u9593\uFF0C\u7576\u6E38\u6A19\u4F4D\u65BC\u5340\u584A\u5F15\u8A00/\u5F15\u6587\u884C\u6642\uFF0C\u70BA\u9664\u7B2C\u4E00\u884C\u5916\u7684\u6240\u6709\u884C\u65B0\u589E\u5340\u584A\u5F15\u8A00"},"blockquote-style":{name:"\u5340\u584A\u5F15\u8A00\u6A23\u5F0F",description:"\u78BA\u4FDD\u5340\u584A\u5F15\u8A00\u6A23\u5F0F\u4E00\u81F4\u3002",style:{name:"\u6A23\u5F0F",description:"\u7528\u65BC\u5340\u584A\u5F15\u8A00\u6307\u793A\u7B26\u7684\u6A23\u5F0F"}},"capitalize-headings":{name:"\u6A19\u984C\u5927\u5BEB",description:"\u6A19\u984C\u61C9\u4EE5\u5927\u5BEB\u683C\u5F0F\u5316",style:{name:"\u6A23\u5F0F",description:"\u8981\u4F7F\u7528\u7684\u5927\u5BEB\u6A23\u5F0F"},"ignore-case-words":{name:"\u5FFD\u7565\u5927\u5C0F\u5BEB\u55AE\u5B57",description:"\u50C5\u5C07\u6A19\u984C\u5927\u5C0F\u5BEB\u6A23\u5F0F\u61C9\u7528\u65BC\u5168\u5C0F\u5BEB\u7684\u55AE\u5B57"},"ignore-words":{name:"\u5FFD\u7565\u55AE\u5B57",description:"\u5927\u5BEB\u6642\u8981\u5FFD\u7565\u7684\u4EE5\u9017\u865F\u5206\u9694\u7684\u55AE\u5B57\u6E05\u55AE"},"lowercase-words":{name:"\u5C0F\u5BEB\u55AE\u5B57",description:"\u8981\u4FDD\u6301\u5C0F\u5BEB\u7684\u4EE5\u9017\u865F\u5206\u9694\u7684\u55AE\u5B57\u6E05\u55AE"}},"compact-yaml":{name:"\u7DCA\u6E4A YAML",description:"\u79FB\u9664 YAML front matter \u4E2D\u7684\u524D\u5C0E\u548C\u5C3E\u96A8\u7A7A\u767D\u884C\u3002","inner-new-lines":{name:"\u5167\u90E8\u65B0\u884C",description:"\u79FB\u9664\u4E0D\u5728 YAML \u958B\u982D\u6216\u7D50\u5C3E\u7684\u65B0\u884C"}},"consecutive-blank-lines":{name:"\u9023\u7E8C\u7A7A\u767D\u884C",description:"\u6700\u591A\u53EA\u80FD\u6709\u4E00\u500B\u9023\u7E8C\u7684\u7A7A\u767D\u884C\u3002"},"convert-bullet-list-markers":{name:"\u8F49\u63DB\u9805\u76EE\u7B26\u865F\u6E05\u55AE\u6A19\u8A18",description:"\u5C07\u5E38\u898B\u7684\u9805\u76EE\u7B26\u865F\u6E05\u55AE\u6A19\u8A18\u7B26\u865F\u8F49\u63DB\u70BA Markdown \u6E05\u55AE\u6A19\u8A18\u3002"},"convert-spaces-to-tabs":{name:"\u5C07\u7A7A\u683C\u8F49\u63DB\u70BA\u5B9A\u4F4D\u9EDE",description:"\u5C07\u524D\u5C0E\u7A7A\u683C\u8F49\u63DB\u70BA\u5B9A\u4F4D\u9EDE\u3002",tabsize:{name:"\u5B9A\u4F4D\u9EDE\u5927\u5C0F",description:"\u5C07\u8F49\u63DB\u70BA\u5B9A\u4F4D\u9EDE\u7684\u7A7A\u683C\u6578"}},"dedupe-yaml-array-values":{name:"\u79FB\u9664 YAML \u9663\u5217\u91CD\u8907\u503C",description:"\u4EE5\u5340\u5206\u5927\u5C0F\u5BEB\u7684\u65B9\u5F0F\u79FB\u9664\u91CD\u8907\u7684\u9663\u5217\u503C\u3002","dedupe-alias-key":{name:"\u79FB\u9664 YAML \u5225\u540D\u5340\u6BB5\u91CD\u8907\u503C",description:"\u958B\u555F\u79FB\u9664\u91CD\u8907\u5225\u540D\u7684\u529F\u80FD\u3002"},"dedupe-tag-key":{name:"\u79FB\u9664 YAML \u6A19\u7C64\u5340\u6BB5\u91CD\u8907\u503C",description:"\u958B\u555F\u79FB\u9664\u91CD\u8907\u6A19\u7C64\u7684\u529F\u80FD\u3002"},"dedupe-array-keys":{name:"\u79FB\u9664 YAML \u9663\u5217\u5340\u6BB5\u91CD\u8907\u503C",description:"\u958B\u555F\u79FB\u9664\u4E00\u822C YAML \u9663\u5217\u91CD\u8907\u503C\u7684\u529F\u80FD"},"ignore-keys":{name:"\u8981\u5FFD\u7565\u7684 YAML \u9375",description:"\u4E00\u500B YAML \u9375\u7684\u6E05\u55AE\uFF0C\u6BCF\u884C\u4E00\u500B\uFF0C\u4E0D\u542B\u7D50\u5C3E\u7684\u5192\u865F\uFF0C\u9019\u4E9B\u9375\u4E0D\u61C9\u79FB\u9664\u91CD\u8907\u503C\u3002"}},"default-language-for-code-fences":{name:"\u7A0B\u5F0F\u78BC\u5340\u584A\u7684\u9810\u8A2D\u8A9E\u8A00",description:"\u70BA\u672A\u6307\u5B9A\u8A9E\u8A00\u7684\u7A0B\u5F0F\u78BC\u5340\u584A\u65B0\u589E\u9810\u8A2D\u8A9E\u8A00\u3002","default-language":{name:"\u7A0B\u5F0F\u8A9E\u8A00",description:'\u7559\u7A7A\u5247\u4E0D\u57F7\u884C\u4EFB\u4F55\u64CD\u4F5C\u3002\u8A9E\u8A00\u6A19\u7C64\u53EF\u5728\u6B64\u8655\u627E\u5230 \u9019\u88E1\u3002'}},"emphasis-style":{name:"\u5F37\u8ABF\u6A23\u5F0F",description:"\u78BA\u4FDD\u5F37\u8ABF\u6A23\u5F0F\u4E00\u81F4\u3002",style:{name:"\u6A23\u5F0F",description:"\u7528\u65BC\u8868\u793A\u5F37\u8ABF\u5167\u5BB9\u7684\u6A23\u5F0F"}},"empty-line-around-blockquotes":{name:"\u5340\u584A\u5F15\u8A00\u5468\u570D\u7684\u7A7A\u767D\u884C",description:"\u78BA\u4FDD\u5340\u584A\u5F15\u8A00\u5468\u570D\u6709\u7A7A\u767D\u884C\uFF0C\u9664\u975E\u5B83\u5011\u5728\u6587\u4EF6\u7684\u958B\u982D\u6216\u7D50\u5C3E\u3002\u6CE8\u610F\uFF1A\u7A7A\u767D\u884C\u53EF\u4EE5\u662F\u5C11\u4E00\u5C64\u5DE2\u72C0\u7684\u5340\u584A\u5F15\u8A00\uFF0C\u4E5F\u53EF\u4EE5\u662F\u63DB\u884C\u5B57\u5143\u3002"},"empty-line-around-code-fences":{name:"\u7A0B\u5F0F\u78BC\u5340\u584A\u5468\u570D\u7684\u7A7A\u767D\u884C",description:"\u78BA\u4FDD\u7A0B\u5F0F\u78BC\u5340\u584A\u5468\u570D\u6709\u7A7A\u767D\u884C\uFF0C\u9664\u975E\u5B83\u5011\u5728\u6587\u4EF6\u7684\u958B\u982D\u6216\u7D50\u5C3E\u3002"},"empty-line-around-math-blocks":{name:"\u6578\u5B78\u5340\u584A\u5468\u570D\u7684\u7A7A\u767D\u884C",description:"\u78BA\u4FDD\u6578\u5B78\u5340\u584A\u5468\u570D\u6709\u7A7A\u767D\u884C\uFF0C\u4F7F\u7528 \u8868\u793A\u6578\u5B78\u5340\u584A\u7684\u9322\u5B57\u865F\u6578\u91CF \u4F86\u6C7A\u5B9A\u591A\u5C11\u500B\u9322\u5B57\u865F\u8868\u793A\u55AE\u884C\u6578\u5B78\u7684\u6578\u5B78\u5340\u584A\u3002"},"empty-line-around-tables":{name:"\u8868\u683C\u5468\u570D\u7684\u7A7A\u767D\u884C",description:"\u78BA\u4FDD github \u98A8\u683C\u7684\u8868\u683C\u5468\u570D\u6709\u7A7A\u767D\u884C\uFF0C\u9664\u975E\u5B83\u5011\u5728\u6587\u4EF6\u7684\u958B\u982D\u6216\u7D50\u5C3E\u3002"},"escape-yaml-special-characters":{name:"\u9038\u51FA YAML \u7279\u6B8A\u5B57\u5143",description:`\u5728 YAML \u4E2D\u9038\u51FA\u5F8C\u9762\u6709\u7A7A\u683C\u7684\u5192\u865F\uFF08: \uFF09\u3001\u55AE\u5F15\u865F\uFF08'\uFF09\u548C\u96D9\u5F15\u865F\uFF08"\uFF09\u3002`,"try-to-escape-single-line-arrays":{name:"\u5617\u8A66\u9038\u51FA\u55AE\u884C\u9663\u5217",description:"\u5047\u8A2D\u9663\u5217\u4EE5 '[' \u958B\u982D\uFF0C\u4EE5 ']' \u7D50\u5C3E\uFF0C\u4E14\u9805\u76EE\u4EE5 ',' \u5206\u9694\uFF0C\u5617\u8A66\u9038\u51FA\u9663\u5217\u503C\u3002"}},"file-name-heading":{name:"\u6A94\u540D\u6A19\u984C",description:"\u5982\u679C\u4E0D\u5B58\u5728 H1 \u6A19\u984C\uFF0C\u5247\u5C07\u6A94\u540D\u4F5C\u70BA H1 \u6A19\u984C\u63D2\u5165\u3002"},"footnote-after-punctuation":{name:"\u8A3B\u8173\u5728\u6A19\u9EDE\u7B26\u865F\u5F8C",description:"\u78BA\u4FDD\u8A3B\u8173\u53C3\u8003\u653E\u5728\u6A19\u9EDE\u7B26\u865F\u4E4B\u5F8C\uFF0C\u800C\u4E0D\u662F\u4E4B\u524D\u3002"},"force-yaml-escape":{name:"\u5F37\u5236 YAML \u9038\u51FA",description:"\u9038\u51FA\u6307\u5B9A YAML \u9375\u7684\u503C\u3002","force-yaml-escape-keys":{name:"\u5728\u9375\u4E0A\u5F37\u5236 YAML \u9038\u51FA",description:"\u5728\u6307\u5B9A\u7684 YAML \u9375\u4E0A\u4F7F\u7528 YAML \u9038\u51FA\u5B57\u5143\uFF0C\u4EE5\u63DB\u884C\u5B57\u5143\u5206\u9694\uFF0C\u5982\u679C\u5C1A\u672A\u9038\u51FA\u3002\u8ACB\u52FF\u5728 YAML \u9663\u5217\u4E0A\u4F7F\u7528\u3002"}},"format-tags-in-yaml":{name:"\u683C\u5F0F\u5316 YAML \u4E2D\u7684\u6A19\u7C64",description:"\u5F9E YAML frontmatter \u4E2D\u7684\u6A19\u7C64\u79FB\u9664\u4E95\u5B57\u865F\uFF0C\u56E0\u70BA\u5B83\u5011\u6703\u4F7F\u90A3\u88E1\u7684\u6A19\u7C64\u7121\u6548\u3002"},"format-yaml-array":{name:"\u683C\u5F0F\u5316 YAML \u9663\u5217",description:"\u5141\u8A31\u5C07\u4E00\u822C YAML \u9663\u5217\u683C\u5F0F\u5316\u70BA\u591A\u884C\u6216\u55AE\u884C\uFF0C\u4E14 tags \u548C aliases \u5141\u8A31\u4F7F\u7528\u4E00\u4E9B Obsidian \u7279\u5B9A\u7684 YAML \u683C\u5F0F\u3002\u6CE8\u610F\uFF1A\u55AE\u4E00\u5B57\u4E32\u5230\u55AE\u884C\u662F\u5F9E\u55AE\u4E00\u5B57\u4E32\u9805\u76EE\u8B8A\u70BA\u55AE\u884C\u9663\u5217\uFF0C\u5982\u679C\u5B58\u5728\u591A\u65BC\u4E00\u500B\u9805\u76EE\u3002\u55AE\u4E00\u5B57\u4E32\u5230\u591A\u884C\u4E5F\u662F\u5982\u6B64\uFF0C\u53EA\u662F\u5B83\u6703\u8B8A\u6210\u591A\u884C\u9663\u5217\u3002","alias-key":{name:"\u683C\u5F0F\u5316 YAML \u5225\u540D\u5340\u6BB5",description:"\u958B\u555F YAML \u5225\u540D\u5340\u6BB5\u7684\u683C\u5F0F\u5316\u529F\u80FD\u3002\u60A8\u4E0D\u61C9\u5C07\u6B64\u9078\u9805\u8207 YAML \u6A19\u984C\u5225\u540D \u898F\u5247\u4E00\u8D77\u555F\u7528\uFF0C\u56E0\u70BA\u5B83\u5011\u53EF\u80FD\u7121\u6CD5\u5F88\u597D\u5730\u5354\u540C\u5DE5\u4F5C\uFF0C\u6216\u8005\u5B83\u5011\u53EF\u80FD\u9078\u64C7\u4E86\u4E0D\u540C\u7684\u683C\u5F0F\u6A23\u5F0F\uFF0C\u5C0E\u81F4\u610F\u5916\u7D50\u679C\u3002"},"tag-key":{name:"\u683C\u5F0F\u5316 YAML \u6A19\u7C64\u5340\u6BB5",description:"\u958B\u555F YAML \u6A19\u7C64\u5340\u6BB5\u7684\u683C\u5F0F\u5316\u529F\u80FD\u3002"},"default-array-style":{name:"\u9810\u8A2D YAML \u9663\u5217\u5340\u6BB5\u6A23\u5F0F",description:"\u5176\u4ED6 YAML \u9663\u5217\u7684\u6A23\u5F0F\uFF0C\u9019\u4E9B\u9663\u5217\u4E0D\u662F tags\u3001aliases \u6216\u5728 \u5F37\u5236\u9375\u503C\u70BA\u55AE\u884C\u9663\u5217 \u548C \u5F37\u5236\u9375\u503C\u70BA\u591A\u884C\u9663\u5217 \u4E2D\u7684\u9663\u5217"},"default-array-keys":{name:"\u683C\u5F0F\u5316 YAML \u9663\u5217\u5340\u6BB5",description:"\u958B\u555F\u4E00\u822C YAML \u9663\u5217\u7684\u683C\u5F0F\u5316\u529F\u80FD"},"force-single-line-array-style":{name:"\u5F37\u5236\u9375\u503C\u70BA\u55AE\u884C\u9663\u5217",description:"\u5F37\u5236\u4EE5\u63DB\u884C\u5206\u9694\u7684\u9375\u7684 YAML \u9663\u5217\u70BA\u55AE\u884C\u683C\u5F0F\uFF08\u7559\u7A7A\u4EE5\u505C\u7528\u6B64\u9078\u9805\uFF09"},"force-multi-line-array-style":{name:"\u5F37\u5236\u9375\u503C\u70BA\u591A\u884C\u9663\u5217",description:"\u5F37\u5236\u4EE5\u63DB\u884C\u5206\u9694\u7684\u9375\u7684 YAML \u9663\u5217\u70BA\u591A\u884C\u683C\u5F0F\uFF08\u7559\u7A7A\u4EE5\u505C\u7528\u6B64\u9078\u9805\uFF09"}},"header-increment":{name:"\u6A19\u984C\u905E\u589E",description:"\u6A19\u984C\u5C64\u7D1A\u4E00\u6B21\u53EA\u80FD\u905E\u589E\u4E00\u7D1A","start-at-h2":{name:"\u5F9E\u6A19\u984C\u5C64\u7D1A 2 \u958B\u59CB\u6A19\u984C\u905E\u589E",description:"\u5C07\u6A19\u984C\u5C64\u7D1A 2 \u8A2D\u70BA\u6A94\u6848\u4E2D\u6A19\u984C\u905E\u589E\u7684\u6700\u4F4E\u6A19\u984C\u5C64\u7D1A\uFF0C\u4E26\u76F8\u61C9\u5730\u79FB\u52D5\u6240\u6709\u6A19\u984C\uFF0C\u4F7F\u5176\u5F9E\u5C64\u7D1A 2 \u6A19\u984C\u958B\u59CB\u905E\u589E\u3002"}},"heading-blank-lines":{name:"\u6A19\u984C\u7A7A\u767D\u884C",description:"\u6240\u6709\u6A19\u984C\u524D\u5F8C\u90FD\u6709\u4E00\u500B\u7A7A\u767D\u884C\uFF08\u9664\u975E\u6A19\u984C\u5728\u6587\u4EF6\u7684\u958B\u982D\u6216\u7D50\u5C3E\uFF09\u3002",bottom:{name:"\u5E95\u90E8",description:"\u78BA\u4FDD\u6A19\u984C\u5F8C\u6709\u4E00\u500B\u7A7A\u767D\u884C\uFF08\u505C\u7528\u6B64\u529F\u80FD\u5F8C\uFF0C\u4E0D\u6703\u522A\u9664\u6A19\u984C\u5F8C\u7684\u7A7A\u767D\u884C\uFF09"},"empty-line-after-yaml":{name:"YAML \u548C\u6A19\u984C\u4E4B\u9593\u7684\u7A7A\u767D\u884C",description:"\u4FDD\u7559 YAML frontmatter \u548C\u6A19\u984C\u4E4B\u9593\u7684\u7A7A\u767D\u884C"}},"headings-start-line":{name:"\u6A19\u984C\u8D77\u59CB\u884C",description:"\u4E0D\u4EE5\u884C\u958B\u982D\u7684\u6A19\u984C\u5C07\u79FB\u9664\u5176\u524D\u9762\u7684\u7A7A\u767D\uFF0C\u4EE5\u78BA\u4FDD\u5B83\u5011\u88AB\u8FA8\u8B58\u70BA\u6A19\u984C\u3002"},"insert-yaml-attributes":{name:"\u63D2\u5165 YAML \u5C6C\u6027",description:"\u5C07\u7D66\u5B9A\u7684 YAML \u5C6C\u6027\u63D2\u5165\u5230 YAML frontmatter \u4E2D\u3002\u5C07\u6BCF\u500B\u5C6C\u6027\u653E\u5728\u55AE\u7368\u7684\u4E00\u884C\u3002","text-to-insert":{name:"\u8981\u63D2\u5165\u7684\u6587\u5B57",description:"\u8981\u63D2\u5165\u5230 YAML frontmatter \u4E2D\u7684\u6587\u5B57"}},"line-break-at-document-end":{name:"\u6587\u4EF6\u7D50\u5C3E\u63DB\u884C",description:"\u78BA\u4FDD\u5982\u679C\u7B46\u8A18\u4E0D\u70BA\u7A7A\uFF0C\u5247\u5728\u6587\u4EF6\u7D50\u5C3E\u8655\u53EA\u6709\u4E00\u500B\u63DB\u884C\u7B26\u3002"},"move-footnotes-to-the-bottom":{name:"\u5C07\u8A3B\u8173\u79FB\u81F3\u5E95\u90E8",description:"\u5C07\u6240\u6709\u8A3B\u8173\u79FB\u81F3\u6587\u4EF6\u5E95\u90E8\uFF0C\u4E26\u78BA\u4FDD\u5B83\u5011\u6839\u64DA\u5728\u6A94\u6848\u5167\u6587\u4E2D\u53C3\u8003\u7684\u9806\u5E8F\u9032\u884C\u6392\u5E8F\u3002"},"move-math-block-indicators-to-their-own-line":{name:"\u5C07\u6578\u5B78\u5340\u584A\u6307\u793A\u7B26\u79FB\u81F3\u5176\u81EA\u5DF1\u7684\u884C",description:"\u4F7F\u7528 \u8868\u793A\u6578\u5B78\u5340\u584A\u7684\u9322\u5B57\u865F\u6578\u91CF \u4F86\u6C7A\u5B9A\u591A\u5C11\u500B\u9322\u5B57\u865F\u8868\u793A\u55AE\u884C\u6578\u5B78\u7684\u6578\u5B78\u5340\u584A\uFF0C\u5C07\u6240\u6709\u8D77\u59CB\u548C\u7D50\u675F\u7684\u6578\u5B78\u5340\u584A\u6307\u793A\u7B26\u79FB\u81F3\u5176\u81EA\u5DF1\u7684\u884C\u3002"},"move-tags-to-yaml":{name:"\u5C07\u6A19\u7C64\u79FB\u81F3 YAML",description:"\u5C07\u6240\u6709\u6A19\u7C64\u79FB\u81F3\u6587\u4EF6\u7684 YAML frontmatter\u3002","how-to-handle-existing-tags":{name:"\u5167\u6587\u6A19\u7C64\u64CD\u4F5C",description:"\u5C07\u6A94\u6848\u5167\u6587\u4E2D\u7684\u975E\u5FFD\u7565\u6A19\u7C64\u79FB\u81F3 frontmatter \u5F8C\u5982\u4F55\u8655\u7406"},"tags-to-ignore":{name:"\u8981\u5FFD\u7565\u7684\u6A19\u7C64",description:"\u5982\u679C\u555F\u7528 \u5F9E\u5167\u5BB9\u5167\u6587\u4E2D\u79FB\u9664\u6A19\u7C64\u7684\u4E95\u5B57\u865F\uFF0C\u5247\u4E0D\u6703\u79FB\u81F3\u6A19\u7C64\u9663\u5217\u6216\u5F9E\u5167\u6587\u5167\u5BB9\u4E2D\u79FB\u9664\u7684\u6A19\u7C64\u3002\u6BCF\u500B\u6A19\u7C64\u61C9\u5728\u65B0\u7684\u4E00\u884C\uFF0C\u4E14\u4E0D\u542B #\u3002\u8ACB\u78BA\u4FDD\u6A19\u7C64\u540D\u7A31\u4E2D\u4E0D\u5305\u542B\u4E95\u5B57\u865F\u3002"}},"no-bare-urls":{name:"\u7121\u88F8 URL",description:"\u7528\u89D2\u62EC\u865F\u62EC\u4F4F\u88F8 URL\uFF0C\u9664\u975E\u5B83\u5011\u88AB\u53CD\u5F15\u865F\u3001\u65B9\u62EC\u865F\u6216\u55AE\u5F15\u865F\u6216\u96D9\u5F15\u865F\u62EC\u4F4F\u3002","no-bare-uris":{name:"\u7121\u88F8 URI",description:"\u5617\u8A66\u7528\u89D2\u62EC\u865F\u62EC\u4F4F\u88F8 URI\uFF0C\u9664\u975E\u5B83\u5011\u88AB\u53CD\u5F15\u865F\u3001\u65B9\u62EC\u865F\u6216\u55AE\u5F15\u865F\u6216\u96D9\u5F15\u865F\u62EC\u4F4F\u3002"}},"ordered-list-style":{name:"\u6709\u5E8F\u6E05\u55AE\u6A23\u5F0F",description:"\u78BA\u4FDD\u6709\u5E8F\u6E05\u55AE\u9075\u5FAA\u6307\u5B9A\u7684\u6A23\u5F0F\u3002\u6CE8\u610F\uFF1A2 \u500B\u7A7A\u683C\u6216 1 \u500B\u5B9A\u4F4D\u9EDE\u88AB\u8996\u70BA\u4E00\u500B\u7E2E\u6392\u5C64\u7D1A\u3002","number-style":{name:"\u6578\u5B57\u6A23\u5F0F",description:"\u6709\u5E8F\u6E05\u55AE\u6307\u793A\u7B26\u4E2D\u4F7F\u7528\u7684\u6578\u5B57\u6A23\u5F0F"},"list-end-style":{name:"\u6709\u5E8F\u6E05\u55AE\u6307\u793A\u7B26\u7D50\u675F\u6A23\u5F0F",description:"\u6709\u5E8F\u6E05\u55AE\u6307\u793A\u7B26\u7684\u7D50\u675F\u5B57\u5143"},"preserve-start":{name:"\u4FDD\u7559\u8D77\u59CB\u7DE8\u865F",description:"\u662F\u5426\u4FDD\u7559\u6709\u5E8F\u6E05\u55AE\u7684\u8D77\u59CB\u7DE8\u865F\u3002\u9019\u53EF\u7528\u65BC\u5728\u6709\u5E8F\u6E05\u55AE\u9805\u76EE\u4E4B\u9593\u6709\u5167\u5BB9\u7684\u6709\u5E8F\u6E05\u55AE\u3002"}},"paragraph-blank-lines":{name:"\u6BB5\u843D\u7A7A\u767D\u884C",description:"\u6240\u6709\u6BB5\u843D\u524D\u5F8C\u90FD\u61C9\u53EA\u6709\u4E00\u500B\u7A7A\u767D\u884C\u3002"},"prevent-double-checklist-indicator-on-paste":{name:"\u8CBC\u4E0A\u6642\u9632\u6B62\u96D9\u91CD\u6E05\u55AE\u6307\u793A\u7B26",description:"\u5982\u679C\u6A94\u6848\u4E2D\u6E38\u6A19\u6240\u5728\u7684\u884C\u6709\u6E05\u55AE\u6307\u793A\u7B26\uFF0C\u5247\u5F9E\u8981\u8CBC\u4E0A\u7684\u6587\u5B57\u4E2D\u79FB\u9664\u8D77\u59CB\u6E05\u55AE\u6307\u793A\u7B26"},"prevent-double-list-item-indicator-on-paste":{name:"\u8CBC\u4E0A\u6642\u9632\u6B62\u96D9\u91CD\u6E05\u55AE\u9805\u76EE\u6307\u793A\u7B26",description:"\u5982\u679C\u6A94\u6848\u4E2D\u6E38\u6A19\u6240\u5728\u7684\u884C\u6709\u6E05\u55AE\u9805\u76EE\u6307\u793A\u7B26\uFF0C\u5247\u5F9E\u8981\u8CBC\u4E0A\u7684\u6587\u5B57\u4E2D\u79FB\u9664\u8D77\u59CB\u6E05\u55AE\u9805\u76EE\u6307\u793A\u7B26"},"proper-ellipsis-on-paste":{name:"\u8CBC\u4E0A\u6642\u4F7F\u7528\u6B63\u78BA\u7684\u522A\u7BC0\u865F",description:"\u5C07\u4E09\u500B\u9023\u7E8C\u7684\u9EDE\u53D6\u4EE3\u70BA\u4E00\u500B\u522A\u7BC0\u865F\uFF0C\u5373\u4F7F\u5B83\u5011\u5728\u8981\u8CBC\u4E0A\u7684\u6587\u5B57\u4E2D\u6709\u7A7A\u683C"},"proper-ellipsis":{name:"\u6B63\u78BA\u7684\u522A\u7BC0\u865F",description:"\u5C07\u4E09\u500B\u9023\u7E8C\u7684\u9EDE\u53D6\u4EE3\u70BA\u4E00\u500B\u522A\u7BC0\u865F\u3002"},"quote-style":{name:"\u5F15\u865F\u6A23\u5F0F",description:"\u5C07\u5167\u6587\u5167\u5BB9\u4E2D\u7684\u5F15\u865F\u66F4\u65B0\u70BA\u6307\u5B9A\u7684\u55AE\u5F15\u865F\u548C\u96D9\u5F15\u865F\u6A23\u5F0F\u3002","single-quote-enabled":{name:"\u555F\u7528 \u55AE\u5F15\u865F\u6A23\u5F0F",description:"\u6307\u5B9A\u61C9\u4F7F\u7528\u9078\u5B9A\u7684\u55AE\u5F15\u865F\u6A23\u5F0F\u3002"},"single-quote-style":{name:"\u55AE\u5F15\u865F\u6A23\u5F0F",description:"\u8981\u4F7F\u7528\u7684\u55AE\u5F15\u865F\u6A23\u5F0F\u3002"},"double-quote-enabled":{name:"\u555F\u7528 \u96D9\u5F15\u865F\u6A23\u5F0F",description:"\u6307\u5B9A\u61C9\u4F7F\u7528\u9078\u5B9A\u7684\u96D9\u5F15\u865F\u6A23\u5F0F\u3002"},"double-quote-style":{name:"\u96D9\u5F15\u865F\u6A23\u5F0F",description:"\u8981\u4F7F\u7528\u7684\u96D9\u5F15\u865F\u6A23\u5F0F\u3002"}},"re-index-footnotes":{name:"\u91CD\u65B0\u7D22\u5F15\u8A3B\u8173",description:"\u6839\u64DA\u51FA\u73FE\u9806\u5E8F\u91CD\u65B0\u7D22\u5F15\u8A3B\u8173\u9375\u548C\u8A3B\u8173\u3002\u6CE8\u610F\uFF1A\u5982\u679C\u4E00\u500B\u9375\u6709\u591A\u500B\u8A3B\u8173\uFF0C\u6B64\u898F\u5247\u5C07\u4E0D\u8D77\u4F5C\u7528\u3002"},"remove-consecutive-list-markers":{name:"\u79FB\u9664\u9023\u7E8C\u6E05\u55AE\u6A19\u8A18",description:"\u79FB\u9664\u9023\u7E8C\u7684\u6E05\u55AE\u6A19\u8A18\u3002\u5728\u8907\u88FD\u8CBC\u4E0A\u6E05\u55AE\u9805\u76EE\u6642\u5F88\u6709\u7528\u3002"},"remove-empty-lines-between-list-markers-and-checklists":{name:"\u79FB\u9664\u6E05\u55AE\u6A19\u8A18\u548C\u5F85\u8FA6\u4E8B\u9805\u6E05\u55AE\u4E4B\u9593\u7684\u7A7A\u767D\u884C",description:"\u6E05\u55AE\u6A19\u8A18\u548C\u5F85\u8FA6\u4E8B\u9805\u6E05\u55AE\u4E4B\u9593\u4E0D\u61C9\u6709\u4EFB\u4F55\u7A7A\u767D\u884C\u3002"},"remove-empty-list-markers":{name:"\u79FB\u9664\u7A7A\u6E05\u55AE\u6A19\u8A18",description:"\u79FB\u9664\u7A7A\u7684\u6E05\u55AE\u6A19\u8A18\uFF0C\u5373\u6C92\u6709\u5167\u5BB9\u7684\u6E05\u55AE\u9805\u76EE\u3002"},"empty-line-around-horizontal-rules":{name:"\u6C34\u5E73\u7DDA\u5468\u570D\u7684\u7A7A\u767D\u884C",description:"\u78BA\u4FDD\u6C34\u5E73\u7DDA\u5468\u570D\u6709\u7A7A\u767D\u884C\uFF0C\u9664\u975E\u5B83\u5011\u5728\u6587\u4EF6\u7684\u958B\u982D\u6216\u7D50\u5C3E\u3002"},"remove-hyphenated-line-breaks":{name:"\u79FB\u9664\u9023\u5B57\u865F\u63DB\u884C",description:"\u79FB\u9664\u9023\u5B57\u865F\u63DB\u884C\u3002\u5728\u5F9E\u6559\u79D1\u66F8\u8CBC\u4E0A\u6587\u5B57\u6642\u5F88\u6709\u7528\u3002"},"remove-hyphens-on-paste":{name:"\u8CBC\u4E0A\u6642\u79FB\u9664\u9023\u5B57\u865F",description:"\u5F9E\u8981\u8CBC\u4E0A\u7684\u6587\u5B57\u4E2D\u79FB\u9664\u9023\u5B57\u865F"},"remove-leading-or-trailing-whitespace-on-paste":{name:"\u8CBC\u4E0A\u6642\u79FB\u9664\u524D\u5C0E\u6216\u5C3E\u96A8\u7A7A\u767D",description:"\u79FB\u9664\u8981\u8CBC\u4E0A\u6587\u5B57\u7684\u4EFB\u4F55\u524D\u5C0E\u975E\u5B9A\u4F4D\u9EDE\u7A7A\u767D\u548C\u6240\u6709\u5C3E\u96A8\u7A7A\u767D"},"remove-leftover-footnotes-from-quote-on-paste":{name:"\u8CBC\u4E0A\u6642\u5F9E\u5F15\u6587\u4E2D\u79FB\u9664\u5269\u9918\u7684\u8A3B\u8173",description:"\u79FB\u9664\u8981\u8CBC\u4E0A\u6587\u5B57\u7684\u4EFB\u4F55\u5269\u9918\u8A3B\u8173\u53C3\u8003"},"remove-link-spacing":{name:"\u79FB\u9664\u9023\u7D50\u9593\u8DDD",description:"\u79FB\u9664\u9023\u7D50\u6587\u5B57\u5468\u570D\u7684\u9593\u8DDD\u3002"},"remove-multiple-blank-lines-on-paste":{name:"\u8CBC\u4E0A\u6642\u79FB\u9664\u591A\u500B\u7A7A\u767D\u884C",description:"\u5C07\u591A\u500B\u7A7A\u767D\u884C\u58D3\u7E2E\u70BA\u4E00\u500B\u7A7A\u767D\u884C\uFF0C\u7528\u65BC\u8981\u8CBC\u4E0A\u7684\u6587\u5B57"},"remove-multiple-spaces":{name:"\u79FB\u9664\u591A\u500B\u7A7A\u683C",description:"\u79FB\u9664\u5169\u500B\u6216\u591A\u500B\u9023\u7E8C\u7684\u7A7A\u683C\u3002\u5FFD\u7565\u884C\u9996\u548C\u884C\u5C3E\u7684\u7A7A\u683C\u3002"},"remove-space-around-characters":{name:"\u79FB\u9664\u5B57\u5143\u5468\u570D\u7684\u7A7A\u683C",description:"\u78BA\u4FDD\u67D0\u4E9B\u5B57\u5143\u4E0D\u88AB\u7A7A\u767D\uFF08\u55AE\u500B\u7A7A\u683C\u6216\u5B9A\u4F4D\u9EDE\uFF09\u5305\u570D\u3002\u6CE8\u610F\uFF1A\u5728\u67D0\u4E9B\u60C5\u6CC1\u4E0B\uFF0C\u9019\u53EF\u80FD\u6703\u5C0E\u81F4 Markdown \u683C\u5F0F\u51FA\u73FE\u554F\u984C\u3002","include-fullwidth-forms":{name:"\u5305\u542B\u5168\u5F62\u5B57\u5143",description:'\u5305\u542B \u5168\u5F62\u5B57\u5143 Unicode \u5340\u584A'},"include-cjk-symbols-and-punctuation":{name:"\u5305\u542B\u4E2D\u65E5\u97D3\u7B26\u865F\u548C\u6A19\u9EDE\u7B26\u865F",description:'\u5305\u542B \u4E2D\u65E5\u97D3\u7B26\u865F\u548C\u6A19\u9EDE\u7B26\u865F Unicode \u5340\u584A'},"include-dashes":{name:"\u5305\u542B\u7834\u6298\u865F",description:"\u5305\u542B en dash (\u2013) \u548C em dash (\u2014)"},"other-symbols":{name:"\u5176\u4ED6\u7B26\u865F",description:"\u8981\u5305\u542B\u7684\u5176\u4ED6\u7B26\u865F"}},"remove-space-before-or-after-characters":{name:"\u79FB\u9664\u5B57\u5143\u4E4B\u524D\u6216\u4E4B\u5F8C\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u5143\u4E4B\u524D\u7684\u7A7A\u683C\u548C\u6307\u5B9A\u5B57\u5143\u4E4B\u5F8C\u7684\u7A7A\u683C\u3002\u6CE8\u610F\uFF1A\u5728\u67D0\u4E9B\u60C5\u6CC1\u4E0B\uFF0C\u9019\u53EF\u80FD\u6703\u5C0E\u81F4 Markdown \u683C\u5F0F\u51FA\u73FE\u554F\u984C\u3002","characters-to-remove-space-before":{name:"\u79FB\u9664\u5B57\u5143\u4E4B\u524D\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u5143\u4E4B\u524D\u7684\u7A7A\u683C\u3002\u6CE8\u610F\uFF1A\u5728\u5B57\u5143\u6E05\u55AE\u4E2D\u4F7F\u7528 { \u6216 } \u6703\u610F\u5916\u5730\u5F71\u97FF\u6A94\u6848\uFF0C\u56E0\u70BA\u5B83\u5728\u5E55\u5F8C\u7528\u65BC\u5FFD\u7565\u8A9E\u6CD5\u3002"},"characters-to-remove-space-after":{name:"\u79FB\u9664\u5B57\u5143\u4E4B\u5F8C\u7684\u7A7A\u683C",description:"\u79FB\u9664\u6307\u5B9A\u5B57\u5143\u4E4B\u5F8C\u7684\u7A7A\u683C\u3002\u6CE8\u610F\uFF1A\u5728\u5B57\u5143\u6E05\u55AE\u4E2D\u4F7F\u7528 { \u6216 } \u6703\u610F\u5916\u5730\u5F71\u97FF\u6A94\u6848\uFF0C\u56E0\u70BA\u5B83\u5728\u5E55\u5F8C\u7528\u65BC\u5FFD\u7565\u8A9E\u6CD5\u3002"}},"remove-trailing-punctuation-in-heading":{name:"\u79FB\u9664\u6A19\u984C\u4E2D\u7684\u5C3E\u96A8\u6A19\u9EDE\u7B26\u865F",description:'\u5F9E\u6A19\u984C\u7D50\u5C3E\u79FB\u9664\u6307\u5B9A\u7684\u6A19\u9EDE\u7B26\u865F\uFF0C\u78BA\u4FDD\u5FFD\u7565 HTML \u5BE6\u9AD4\u53C3\u8003 \u7D50\u5C3E\u7684\u5206\u865F\u3002',"punctuation-to-remove":{name:"\u5C3E\u96A8\u6A19\u9EDE\u7B26\u865F",description:"\u8981\u5F9E\u6A94\u6848\u6A19\u984C\u4E2D\u79FB\u9664\u7684\u5C3E\u96A8\u6A19\u9EDE\u7B26\u865F\u3002"}},"remove-yaml-keys":{name:"\u79FB\u9664 YAML \u9375",description:"\u79FB\u9664\u6307\u5B9A\u7684 YAML \u9375","yaml-keys-to-remove":{name:"\u8981\u79FB\u9664\u7684 YAML \u9375",description:"\u8981\u5F9E YAML frontmatter \u4E2D\u79FB\u9664\u7684 YAML \u9375\uFF0C\u5E36\u6216\u4E0D\u5E36\u5192\u865F"}},"sort-yaml-array-values":{name:"\u6392\u5E8F YAML \u9663\u5217\u503C",description:"\u6839\u64DA\u6307\u5B9A\u7684\u6392\u5E8F\u9806\u5E8F\u5C0D YAML \u9663\u5217\u503C\u9032\u884C\u6392\u5E8F\u3002","sort-alias-key":{name:"\u6392\u5E8F YAML \u5225\u540D\u5340\u6BB5",description:"\u958B\u555F\u5225\u540D\u6392\u5E8F\u529F\u80FD\u3002"},"sort-tag-key":{name:"\u6392\u5E8F YAML \u6A19\u7C64\u5340\u6BB5",description:"\u958B\u555F\u6A19\u7C64\u6392\u5E8F\u529F\u80FD\u3002"},"sort-array-keys":{name:"\u6392\u5E8F YAML \u9663\u5217\u5340\u6BB5",description:"\u958B\u555F\u5C0D\u4E00\u822C YAML \u9663\u5217\u7684\u503C\u9032\u884C\u6392\u5E8F\u7684\u529F\u80FD"},"ignore-keys":{name:"\u8981\u5FFD\u7565\u7684 YAML \u9375",description:"\u4E00\u500B YAML \u9375\u7684\u6E05\u55AE\uFF0C\u6BCF\u884C\u4E00\u500B\uFF0C\u4E0D\u542B\u7D50\u5C3E\u7684\u5192\u865F\uFF0C\u9019\u4E9B\u9375\u7684\u503C\u4E0D\u61C9\u9032\u884C\u6392\u5E8F\u3002"},"sort-order":{name:"\u6392\u5E8F\u9806\u5E8F",description:"\u5C0D YAML \u9663\u5217\u503C\u9032\u884C\u6392\u5E8F\u7684\u65B9\u5F0F\u3002"}},"space-after-list-markers":{name:"\u6E05\u55AE\u6A19\u8A18\u5F8C\u7684\u7A7A\u683C",description:"\u6E05\u55AE\u6A19\u8A18\u548C\u6838\u53D6\u65B9\u584A\u5F8C\u61C9\u6709\u4E00\u500B\u55AE\u4E00\u7A7A\u683C\u3002"},"space-between-chinese-japanese-or-korean-and-english-or-numbers":{name:"\u4E2D\u65E5\u97D3\u6587\u8207\u82F1\u6587\u6216\u6578\u5B57\u4E4B\u9593\u7684\u7A7A\u683C",description:'\u78BA\u4FDD\u4E2D\u65E5\u97D3\u6587\u8207\u82F1\u6587\u6216\u6578\u5B57\u4E4B\u9593\u4EE5\u55AE\u4E00\u7A7A\u683C\u5206\u9694\u3002\u9075\u5FAA\u9019\u4E9B \u6307\u5357',"english-symbols-punctuation-before":{name:"\u4E2D\u65E5\u97D3\u6587\u524D\u7684\u82F1\u6587\u6A19\u9EDE\u7B26\u865F\u548C\u7B26\u865F",description:"\u5728\u4E2D\u65E5\u97D3\u5B57\u5143\u524D\u767C\u73FE\u6642\uFF0C\u8981\u8996\u70BA\u82F1\u6587\u7684\u975E\u5B57\u6BCD\u6A19\u9EDE\u7B26\u865F\u548C\u7B26\u865F\u6E05\u55AE\u3002\u6CE8\u610F\uFF1A\u300C*\u300D\u59CB\u7D42\u88AB\u8996\u70BA\u82F1\u6587\uFF0C\u5C0D\u65BC\u6B63\u78BA\u8655\u7406\u67D0\u4E9B Markdown \u8A9E\u6CD5\u662F\u5FC5\u8981\u7684\u3002"},"english-symbols-punctuation-after":{name:"\u4E2D\u65E5\u97D3\u6587\u5F8C\u7684\u82F1\u6587\u6A19\u9EDE\u7B26\u865F\u548C\u7B26\u865F",description:"\u5728\u4E2D\u65E5\u97D3\u5B57\u5143\u5F8C\u767C\u73FE\u6642\uFF0C\u8981\u8996\u70BA\u82F1\u6587\u7684\u975E\u5B57\u6BCD\u6A19\u9EDE\u7B26\u865F\u548C\u7B26\u865F\u6E05\u55AE\u3002\u6CE8\u610F\uFF1A\u300C*\u300D\u59CB\u7D42\u88AB\u8996\u70BA\u82F1\u6587\uFF0C\u5C0D\u65BC\u6B63\u78BA\u8655\u7406\u67D0\u4E9B Markdown \u8A9E\u6CD5\u662F\u5FC5\u8981\u7684\u3002"}},"strong-style":{name:"\u7C97\u9AD4\u6A23\u5F0F",description:"\u78BA\u4FDD\u7C97\u9AD4\u6A23\u5F0F\u4E00\u81F4\u3002",style:{name:"\u6A23\u5F0F",description:"\u7528\u65BC\u8868\u793A\u7C97\u9AD4/\u52A0\u7C97\u5167\u5BB9\u7684\u6A23\u5F0F"}},"trailing-spaces":{name:"\u5C3E\u96A8\u7A7A\u683C",description:"\u79FB\u9664\u6BCF\u884C\u4E4B\u5F8C\u7684\u591A\u9918\u7A7A\u683C\u3002","two-space-line-break":{name:"\u96D9\u7A7A\u683C\u63DB\u884C",description:"\u5FFD\u7565\u5F8C\u8DDF\u63DB\u884C\u7B26\u7684\u5169\u500B\u7A7A\u683C\uFF08\u300C\u96D9\u7A7A\u683C\u898F\u5247\u300D\uFF09\u3002"}},"two-spaces-between-lines-with-content":{name:"\u6709\u5167\u5BB9\u7684\u884C\u4E4B\u9593\u7684\u63DB\u884C",description:"\u78BA\u4FDD\u5C07\u6307\u5B9A\u7684\u63DB\u884C\u7B26\u65B0\u589E\u5230\u6BB5\u843D\u3001\u5340\u584A\u5F15\u8A00\u548C\u6E05\u55AE\u9805\u76EE\u4E2D\uFF0C\u5167\u5BB9\u5728\u4E0B\u4E00\u884C\u7E7C\u7E8C\u7684\u884C\u7684\u7D50\u5C3E","line-break-indicator":{name:"\u63DB\u884C\u6307\u793A\u7B26",description:"\u8981\u4F7F\u7528\u7684\u63DB\u884C\u6307\u793A\u7B26\u3002"}},"unordered-list-style":{name:"\u7121\u5E8F\u6E05\u55AE\u6A23\u5F0F",description:"\u78BA\u4FDD\u7121\u5E8F\u6E05\u55AE\u9075\u5FAA\u6307\u5B9A\u7684\u6A23\u5F0F\u3002","list-style":{name:"\u6E05\u55AE\u9805\u76EE\u6A23\u5F0F",description:"\u5728\u7121\u5E8F\u6E05\u55AE\u4E2D\u4F7F\u7528\u7684\u6E05\u55AE\u9805\u76EE\u6A23\u5F0F"}},"yaml-key-sort":{name:"YAML \u9375\u6392\u5E8F",description:"\u6839\u64DA\u6307\u5B9A\u7684\u9806\u5E8F\u548C\u512A\u5148\u7D1A\u5C0D YAML \u9375\u9032\u884C\u6392\u5E8F\u3002\u6CE8\u610F\uFF1A\u4E5F\u53EF\u80FD\u79FB\u9664\u7A7A\u767D\u884C\u3002\u50C5\u9069\u7528\u65BC\u975E\u5DE2\u72C0\u9375\u3002","yaml-key-priority-sort-order":{name:"YAML \u9375\u512A\u5148\u7D1A\u6392\u5E8F\u9806\u5E8F",description:"\u5C0D\u6BCF\u884C\u4E00\u500B\u7684\u9375\u9032\u884C\u6392\u5E8F\u7684\u9806\u5E8F\uFF0C\u5B83\u6703\u6309\u7167\u6E05\u55AE\u4E2D\u627E\u5230\u7684\u9806\u5E8F\u9032\u884C\u6392\u5E8F"},"priority-keys-at-start-of-yaml":{name:"YAML \u958B\u982D\u7684\u512A\u5148\u7D1A\u9375",description:"YAML \u9375\u512A\u5148\u7D1A\u6392\u5E8F\u9806\u5E8F\u653E\u7F6E\u5728 YAML frontmatter \u7684\u958B\u982D"},"yaml-sort-order-for-other-keys":{name:"\u5176\u4ED6\u9375\u7684 YAML \u6392\u5E8F\u9806\u5E8F",description:"\u5C0D\u5728 YAML \u9375\u512A\u5148\u7D1A\u6392\u5E8F\u9806\u5E8F\u6587\u5B57\u5340\u57DF\u4E2D\u627E\u4E0D\u5230\u7684\u9375\u9032\u884C\u6392\u5E8F\u7684\u65B9\u5F0F"}},"yaml-timestamp":{name:"YAML \u6642\u9593\u6233\u8A18",description:"\u5728 YAML front matter \u4E2D\u8FFD\u8E64\u6A94\u6848\u4E0A\u6B21\u7DE8\u8F2F\u7684\u65E5\u671F\u3002\u5F9E\u6A94\u6848\u5143\u8CC7\u6599\u4E2D\u53D6\u5F97\u65E5\u671F\u3002","date-created":{name:"\u5EFA\u7ACB\u65E5\u671F",description:"\u63D2\u5165\u6A94\u6848\u5EFA\u7ACB\u65E5\u671F"},"date-created-key":{name:"\u5EFA\u7ACB\u65E5\u671F\u9375",description:"\u7528\u65BC\u5EFA\u7ACB\u65E5\u671F\u7684 YAML \u9375"},"date-created-source-of-truth":{name:"\u5EFA\u7ACB\u65E5\u671F\u4F86\u6E90",description:"\u6307\u5B9A\u5982\u679C frontmatter \u4E2D\u5DF2\u5B58\u5728\u5EFA\u7ACB\u65E5\u671F\uFF0C\u5247\u5F9E\u4F55\u8655\u53D6\u5F97\u5EFA\u7ACB\u65E5\u671F\u503C\u3002"},"date-modified-source-of-truth":{name:"\u4FEE\u6539\u65E5\u671F\u4F86\u6E90",description:"\u6307\u5B9A\u5982\u679C frontmatter \u4E2D\u5DF2\u5B58\u5728\u4FEE\u6539\u65E5\u671F\uFF0C\u5247\u61C9\u4F7F\u7528\u4F55\u7A2E\u65B9\u5F0F\u4F86\u6C7A\u5B9A\u4F55\u6642\u61C9\u66F4\u65B0\u4FEE\u6539\u65E5\u671F\u3002"},"date-modified":{name:"\u4FEE\u6539\u65E5\u671F",description:"\u63D2\u5165\u6A94\u6848\u4E0A\u6B21\u4FEE\u6539\u7684\u65E5\u671F"},"date-modified-key":{name:"\u4FEE\u6539\u65E5\u671F\u9375",description:"\u7528\u65BC\u4FEE\u6539\u65E5\u671F\u7684 YAML \u9375"},format:{name:"\u683C\u5F0F",description:'\u8981\u4F7F\u7528\u7684 Moment \u65E5\u671F\u683C\u5F0F\uFF08\u8ACB\u53C3\u95B1 Moment \u683C\u5F0F\u9078\u9805\uFF09'},"convert-to-utc":{name:"\u5C07\u672C\u5730\u6642\u9593\u8F49\u63DB\u70BA UTC",description:"\u4F7F\u7528 UTC \u5C0D\u7B49\u503C\u4F86\u5132\u5B58\u65E5\u671F\uFF0C\u800C\u975E\u672C\u5730\u6642\u9593"},"update-on-file-contents-updated":{name:"\u6A94\u6848\u5167\u5BB9\u66F4\u65B0\u6642\u66F4\u65B0 YAML \u6642\u9593\u6233\u8A18",description:"\u7576\u76EE\u524D\u6D3B\u52D5\u7684\u7B46\u8A18\u88AB\u4FEE\u6539\u6642\uFF0C\u6703\u5728\u7B46\u8A18\u4E0A\u57F7\u884C YAML \u6642\u9593\u6233\u8A18\u3002\u5982\u679C\u4FEE\u6539\u5F8C\u7684\u7B46\u8A18\u6642\u9593\u6233\u8A18\u8207\u76EE\u524D\u503C\u76F8\u5DEE\u8D85\u904E 5 \u79D2\uFF0C\u5247\u61C9\u66F4\u65B0\u8A72\u6642\u9593\u6233\u8A18\u3002"}},"yaml-title-alias":{name:"YAML \u6A19\u984C\u5225\u540D",description:"\u5C07\u6A94\u6848\u7684\u6A19\u984C\u63D2\u5165\u6216\u66F4\u65B0\u5230 YAML frontmatter \u7684\u5225\u540D\u5340\u6BB5\u3002\u5F9E\u7B2C\u4E00\u500B H1 \u6216\u6A94\u540D\u53D6\u5F97\u6A19\u984C\u3002","preserve-existing-alias-section-style":{name:"\u4FDD\u7559\u73FE\u6709\u7684\u5225\u540D\u5340\u6BB5\u6A23\u5F0F",description:"\u5982\u679C\u8A2D\u5B9A\uFF0CYAML \u5225\u540D\u5340\u6BB5\u6A23\u5F0F \u8A2D\u5B9A\u50C5\u9069\u7528\u65BC\u65B0\u5EFA\u7ACB\u7684\u5340\u6BB5"},"keep-alias-that-matches-the-filename":{name:"\u4FDD\u7559\u8207\u6A94\u540D\u76F8\u7B26\u7684\u5225\u540D",description:"\u6B64\u985E\u5225\u540D\u901A\u5E38\u662F\u591A\u9918\u7684"},"use-yaml-key-to-keep-track-of-old-filename-or-heading":{name:"\u4F7F\u7528\u7531 \u5225\u540D\u8F14\u52A9\u9375 \u6307\u5B9A\u7684 YAML \u9375\u4F86\u5354\u52A9\u8655\u7406\u6A94\u540D\u548C\u6A19\u984C\u8B8A\u66F4",description:"\u5982\u679C\u8A2D\u5B9A\uFF0C\u7576\u7B2C\u4E00\u500B H1 \u6A19\u984C\u8B8A\u66F4\u6216\u5982\u679C\u7B2C\u4E00\u500B H1 \u4E0D\u5B58\u5728\u6642\u6A94\u540D\u8B8A\u66F4\uFF0C\u5247\u5132\u5B58\u5728\u6B64\u9375\u4E2D\u7684\u820A\u5225\u540D\u5C07\u88AB\u65B0\u503C\u53D6\u4EE3\uFF0C\u800C\u4E0D\u662F\u50C5\u5728\u5225\u540D\u9663\u5217\u4E2D\u63D2\u5165\u65B0\u9805\u76EE"},"alias-helper-key":{name:"\u5225\u540D\u8F14\u52A9\u9375",description:"\u7528\u65BC\u5354\u52A9\u8FFD\u8E64\u6B64\u898F\u5247\u5132\u5B58\u5728 Frontmatter \u4E2D\u7684\u6700\u5F8C\u4E00\u500B\u6A94\u540D\u6216\u6A19\u984C\u7684\u9375\u3002"}},"yaml-title":{name:"YAML \u6A19\u984C",description:"\u5C07\u6A94\u6848\u7684\u6A19\u984C\u63D2\u5165\u5230 YAML Frontmatter \u4E2D\u3002\u6839\u64DA\u6240\u9078\u6A21\u5F0F\u53D6\u5F97\u6A19\u984C\u3002","title-key":{name:"\u6A19\u984C\u9375",description:"\u7528\u65BC\u6A19\u984C\u7684 YAML \u9375"},mode:{name:"\u6A21\u5F0F",description:"\u7528\u65BC\u53D6\u5F97\u6A19\u984C\u7684\u65B9\u6CD5"}}},enums:{"Title Case":"\u6A19\u984C\u5927\u5C0F\u5BEB","ALL CAPS":"\u5168\u5927\u5BEB","First letter":"\u9996\u5B57\u6BCD",".":".",")":")",ERROR:"\u932F\u8AA4",TRACE:"\u8FFD\u8E64",DEBUG:"\u5075\u932F",INFO:"\u8CC7\u8A0A",WARN:"\u8B66\u544A",SILENT:"\u975C\u9ED8",ascending:"\u5347\u5E8F",lazy:"lazy",preserve:"\u4FDD\u7559",Nothing:"\u7121","Remove hashtag":"\u79FB\u9664\u4E95\u5B57\u865F","Remove whole tag":"\u79FB\u9664\u6574\u500B\u6A19\u7C64",asterisk:"\u661F\u865F",underscore:"\u5E95\u7DDA",consistent:"\u4E00\u81F4","-":"-","*":"*","+":"+",space:"\u7A7A\u683C","no space":"\u7121\u7A7A\u683C",None:"\u7121","Ascending Alphabetical":"\u5B57\u6BCD\u5347\u51AA\u6392\u5217","Descending Alphabetical":"\u5B57\u6BCD\u964D\u51AA\u6392\u5217","multi-line":"\u591A\u884C","single-line":"\u55AE\u884C","single string to single-line":"\u55AE\u4E00\u5B57\u4E32\u8F49\u55AE\u884C","single string to multi-line":"\u55AE\u4E00\u5B57\u4E32\u8F49\u591A\u884C","single string comma delimited":"\u55AE\u4E00\u5B57\u4E32\u9017\u865F\u5206\u9694","single string space delimited":"\u55AE\u4E00\u5B57\u4E32\u7A7A\u683C\u5206\u9694","single-line space delimited":"\u55AE\u884C\u7A7A\u683C\u5206\u9694","first-h1":"\u7B2C\u4E00\u500B H1","first-h1-or-filename-if-h1-missing":"\u7B2C\u4E00\u500B H1 \u6216\u5982\u679C H1 \u907A\u5931\u5247\u70BA\u6A94\u540D",filename:"\u6A94\u540D",never:"\u6C38\u4E0D","after 5 seconds":"5 \u79D2\u5F8C","after 10 seconds":"10 \u79D2\u5F8C","after 15 seconds":"15 \u79D2\u5F8C","after 30 seconds":"30 \u79D2\u5F8C","after 1 minute":"1 \u5206\u9418\u5F8C","file system":"\u6A94\u6848\u7CFB\u7D71",frontmatter:"YAML frontmatter","user or Linter edits":"\u5728 Obsidian \u4E2D\u7684\u8B8A\u66F4","''":"''","\u2018\u2019":"\u2018\u2019",'""':'""',"\u201C\u201D":"\u201C\u201D","\\":"\\","
":"
"," ":" ","
":"
"}};var Hc={ar:pp,cz:mp,da:fp,de:hp,en:Pc,es:gp,fr:yp,hi:bp,id:kp,it:wp,ja:vp,ko:Lp,nl:Ap,no:Sp,pl:Ep,"pt-BR":xp,pt:Tp,ro:Mp,ru:Op,sq:Cp,tr:Ip,uk:Bp,"zh-TW":Fp,zh:Rp};var Dp="en",po=Dp,Gr=Hc[po];function mo(t){po=t,Gr=Hc[po],Gr||(wt(`locale not found for '${po}'`),Gr=Hc[Dp])}function E(t){return Gr&&Vr(Gr,t)||Vr(Pc,t)}var fo=function(t){if(t==null)return Cg;if(typeof t=="function")return ho(t);if(typeof t=="object")return Array.isArray(t)?xg(t):Mg(t);if(typeof t=="string")return Og(t);throw new Error("Expected function, string, or object as test")};function xg(t){let n=[],e=-1;for(;++e":""))+")"})}return p;function p(){let m=Np,f,h,g;if((!n||s(l,c,u[u.length-1]||void 0))&&(m=Bg(e(l,u)),m[0]===go))return m;if("children"in l&&l.children){let b=l;if(b.children&&m[0]!==$c)for(h=(i?b.children.length:-1)+a,g=u.concat(b);h>-1&&h=0;){let r=t.charAt(i);if(r===` +`)break;r.trim()===""||r===">"?e=r+e:e="",i--}return[e,i]}function jc(t=""){let[n]=rr(t,t.length);return` +`+n.trim()}function Yp(t="",n=!1,e=1){let i=jc(t),r=Bn(i,">");return(n||bo.test(t))&&e===r||e")):i}function Rg(t,n){if(n===0)return t;let e=n,i=n;for(;e>=0;){let r=t.charAt(e);if(r.trim()!=="")break;r===` +`&&(i=e),e--}return e<0||i===0?t.substring(n+1):t.substring(0,i)+` +`+t.substring(n)}function Fg(t,n,e,i=!1,r=!1){if(e===0)return t;let s=n.split(">").length-1,a=e,o=e,l=0,c=!1,u="";for(;a>=0;){let w=t.charAt(a);if(w.trim()!==""&&w!==">")break;if(w===">"){if(c)break;l++}else if(w===` +`)if(l===0||l===s||l+1===s)o=a,l=0,u===` +`&&(c=!0);else break;a--,u=w}if(a<0||o===0)return t.substring(e+1);let d=t.substring(o,e);if(d===` +`||d.startsWith(` + +`))return t.substring(0,o)+` +`+t.substring(e);let m=t.lastIndexOf(` +`,o-1),f="";m===-1?f=t.substring(0,o):f=t.substring(m,o);let h,g=t.indexOf(` +`,e+1);g===-1?h=t.substring(e):h=t.substring(e,g);let b;return r?b=Yp(f,i,s):Bn(f,">")!=0&&!bo.test(f)&&(Zr.test(f)||Zr.test(h))?b=t.substring(o,e).trimEnd():b=jc(f),t.substring(0,o)+b+t.substring(e)}function Dg(t,n){if(n===t.length-1)return t;let e=n,i=n,r=!0;for(;e").length-1,a=e,o=e,l=!0,c=0,u=!1,d="",p=!0,m=t.charAt(a-1);for(;a")break;if(M===">"){if(u)break;c++}else if(M===` +`)if(c===0||c===s||c+1===s)c=0,l?l=!1:o=a,d===` +`&&(u=!0);else break;if(a++,d=M,p&&M===` +`&&r&&m===` +`){o=a;break}p=!1}if(a===t.length||o===t.length-1)return t.substring(0,e);let f=t.substring(e,o);if(f===` +`||f.endsWith(` + +`))return t.substring(0,e)+` +`+t.substring(o);let g=t.indexOf(` +`,o+1),b="";g===-1?b=t.substring(o):b=t.substring(o+1,g);let w,L=t.lastIndexOf(` +`,e-1);L===-1?w=t.substring(0,o):w=t.substring(L+1,e);let T;return r?T=Yp(b,i,s):Zr.test(b)||Zr.test(w)?T=t.substring(e,o).trimEnd():T=jc(b),t.substring(0,e)+T+t.substring(o)}function In(t,n,e,i=!1){let[r,s]=rr(t,n);if(r.trim()!==""){let o=bo.test(t.substring(n,e)),l=Bn(r,">"),c=Kg(t,e,l),u=Ng(t,r,c,o,i);return s=Yg(u,s,l),Fg(u,r,s,o,i)}let a=Dg(t,e);return Rg(a,s)}function Kp(t,n=0){let e=3735928559^n,i=1103547991^n;for(let r=0,s;r>>16,2246822507)^Math.imul(i^i>>>13,3266489909),i=Math.imul(i^i>>>16,2246822507)^Math.imul(e^e>>>13,3266489909),4294967296*(2097151&i)+(e>>>0)}function _p(t){return t=t.replaceAll("\\f","\f"),t=t.replaceAll("\\n",` +`),t=t.replaceAll("\\r","\r"),t=t.replaceAll("\\t"," "),t=t.replaceAll("\\v","\v"),t=t.replaceAll("\\\\","\\"),t}function sr(t,n){if(n==0)return n;let e=n;for(;e>0&&t.charAt(e-1)!==` +`;)e--;return e}function zp(t,n,e,i){return i>t.length-1?t:t.slice(0,i)+t.slice(i,t.length).replace(n,e)}function Bn(t,n){let e=0;for(let i=0,r=t.length;i-1&&(e++,i=s)}return e}function yo(t){let n=typeof t;return n!="string"?n==="number":!isNaN(t)&&!isNaN(parseFloat(t))}function Pp(t,n){let e=[],i=-1;for(;(i=n.indexOf(t,i+1))>=0;)e.push(i);return e}function Yg(t,n,e){let i=n,r=n+1,s="",a=!1,o=0;for(;r"){a=!0;break}else if(s===` +`){if(o!==e)break;o=0,i=r}else s===">"&&o++;r++}return a?i:n}function Kg(t,n,e){let i=n,r=n-1,s="",a=!1,o=0;for(;r>=0;){if(s=t.charAt(r),s.trim()!==""&&s!==">"){a=!0;break}else if(s===` +`){if(o!==e)break;o=0,i=r}else s===">"&&o++;r--}return a?i:n}function ar(t){let n=or(t),e=new Map,i="",r=[],s=[];for(let a of n){i=t.substring(a.startIndex,a.endIndex),r=i.split(` +`),r.splice(0,2);for(let o of r){if(s=o.split("|"),s.length!==4){wt(E("options.custom-auto-correct.custom-row-parse-warning").replace("{ROW}",o));continue}e.set(s[1].trim().toLowerCase(),s[2].trim())}}return e}function Hp(t){return t.replace(/[\\[\]<>_*~=`$]/g,"\\$&")}function qp(t){return t.replace(/(\\+)([!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~])/g,(n,e,i)=>{let r=e.length,s=Math.floor(r/2);return"\\".repeat(s)+i})}function He(t,n,e,i){let r=t.length,s=0,a;if(n<0?n=-n>r?0:r+n:n=n>r?r:n,e=e>0?e:0,i.length<1e4)a=Array.from(i),a.unshift(n,e),t.splice(...a);else for(e&&t.splice(n,e);s0?(He(t,t.length,0,n),t):n}var _g=Rn(/\p{P}/u),dt=Rn(/[A-Za-z]/),nt=Rn(/[\dA-Za-z]/),$p=Rn(/[#-'*+\--9=?A-Z^-~]/);function Jr(t){return t!==null&&(t<32||t===127)}var Xr=Rn(/\d/),Up=Rn(/[\dA-Fa-f]/),Vc=Rn(/[!-/:-@[-`{-~]/);function F(t){return t!==null&&t<-2}function ae(t){return t!==null&&(t<0||t===32)}function U(t){return t===-2||t===-1||t===32}function jp(t){return Vc(t)||_g(t)}var Vp=Rn(/\s/);function Rn(t){return n;function n(e){return e!==null&&e>-1&&t.test(String.fromCharCode(e))}}function Wc(t){if(t===null||ae(t)||Vp(t))return 1;if(jp(t))return 2}function lr(t,n,e){let i=[],r=-1;for(;++r1&&t[e][1].end.offset-t[e][1].start.offset>1?2:1;let d=Object.assign({},t[i][1].end),p=Object.assign({},t[e][1].start);Wp(d,-l),Wp(p,l),a={type:l>1?"strongSequence":"emphasisSequence",start:d,end:Object.assign({},t[i][1].end)},o={type:l>1?"strongSequence":"emphasisSequence",start:Object.assign({},t[e][1].start),end:p},s={type:l>1?"strongText":"emphasisText",start:Object.assign({},t[i][1].end),end:Object.assign({},t[e][1].start)},r={type:l>1?"strong":"emphasis",start:Object.assign({},a.start),end:Object.assign({},o.end)},t[i][1].end=Object.assign({},a.start),t[e][1].start=Object.assign({},o.end),c=[],t[i][1].end.offset-t[i][1].start.offset&&(c=tt(c,[["enter",t[i][1],n],["exit",t[i][1],n]])),c=tt(c,[["enter",r,n],["enter",a,n],["exit",a,n],["enter",s,n]]),c=tt(c,lr(n.parser.constructs.insideSpan.null,t.slice(i+1,e),n)),c=tt(c,[["exit",s,n],["enter",o,n],["exit",o,n],["exit",r,n]]),t[e][1].end.offset-t[e][1].start.offset?(u=2,c=tt(c,[["enter",t[e][1],n],["exit",t[e][1],n]])):u=0,He(t,i-1,e-i+3,c),e=i+c.length-u-2;break}}for(e=-1;++e0&&U(S)?q(t,w,"linePrefix",s+1)(S):w(S)}function w(S){return S===null||F(S)?t.check(Qp,h,T)(S):(t.enter("codeFlowValue"),L(S))}function L(S){return S===null||F(S)?(t.exit("codeFlowValue"),w(S)):(t.consume(S),L)}function T(S){return t.exit("codeFenced"),n(S)}function M(S,O,C){let B=0;return N;function N(V){return S.enter("lineEnding"),S.consume(V),S.exit("lineEnding"),H}function H(V){return S.enter("codeFencedFence"),U(V)?q(S,_,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(V):_(V)}function _(V){return V===o?(S.enter("codeFencedFenceSequence"),Y(V)):C(V)}function Y(V){return V===o?(B++,S.consume(V),Y):B>=a?(S.exit("codeFencedFenceSequence"),U(V)?q(S,j,"whitespace")(V):j(V)):C(V)}function j(V){return V===null||F(V)?(S.exit("codeFencedFence"),O(V)):C(V)}}}function Qg(t,n,e){let i=this;return r;function r(a){return a===null?e(a):(t.enter("lineEnding"),t.consume(a),t.exit("lineEnding"),s)}function s(a){return i.parser.lazy[i.now().line]?e(a):n(a)}}var ts={name:"codeIndented",tokenize:Jg},Zg={tokenize:Xg,partial:!0};function Jg(t,n,e){let i=this;return r;function r(c){return t.enter("codeIndented"),q(t,s,"linePrefix",5)(c)}function s(c){let u=i.events[i.events.length-1];return u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],!0).length>=4?a(c):e(c)}function a(c){return c===null?l(c):F(c)?t.attempt(Zg,a,l)(c):(t.enter("codeFlowValue"),o(c))}function o(c){return c===null||F(c)?(t.exit("codeFlowValue"),a(c)):(t.consume(c),o)}function l(c){return t.exit("codeIndented"),n(c)}}function Xg(t,n,e){let i=this;return r;function r(a){return i.parser.lazy[i.now().line]?e(a):F(a)?(t.enter("lineEnding"),t.consume(a),t.exit("lineEnding"),r):q(t,s,"linePrefix",5)(a)}function s(a){let o=i.events[i.events.length-1];return o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?n(a):F(a)?r(a):e(a)}}var Qc={name:"codeText",tokenize:ny,resolve:ey,previous:ty};function ey(t){let n=t.length-4,e=3,i,r;if((t[e][1].type==="lineEnding"||t[e][1].type==="space")&&(t[n][1].type==="lineEnding"||t[n][1].type==="space")){for(i=e;++i=4?n(a):t.interrupt(i.parser.constructs.flow,e,n)(a)}}function So(t,n,e,i,r,s,a,o,l){let c=l||Number.POSITIVE_INFINITY,u=0;return d;function d(b){return b===60?(t.enter(i),t.enter(r),t.enter(s),t.consume(b),t.exit(s),p):b===null||b===32||b===41||Jr(b)?e(b):(t.enter(i),t.enter(a),t.enter(o),t.enter("chunkString",{contentType:"string"}),h(b))}function p(b){return b===62?(t.enter(s),t.consume(b),t.exit(s),t.exit(r),t.exit(i),n):(t.enter(o),t.enter("chunkString",{contentType:"string"}),m(b))}function m(b){return b===62?(t.exit("chunkString"),t.exit(o),p(b)):b===null||b===60||F(b)?e(b):(t.consume(b),b===92?f:m)}function f(b){return b===60||b===62||b===92?(t.consume(b),m):m(b)}function h(b){return!u&&(b===null||b===41||ae(b))?(t.exit("chunkString"),t.exit(o),t.exit(a),t.exit(i),n(b)):u999||m===null||m===91||m===93&&!l||m===94&&!o&&"_hiddenFootnoteSupport"in a.parser.constructs?e(m):m===93?(t.exit(s),t.enter(r),t.consume(m),t.exit(r),t.exit(i),n):F(m)?(t.enter("lineEnding"),t.consume(m),t.exit("lineEnding"),u):(t.enter("chunkString",{contentType:"string"}),d(m))}function d(m){return m===null||m===91||m===93||F(m)||o++>999?(t.exit("chunkString"),u(m)):(t.consume(m),l||(l=!U(m)),m===92?p:d)}function p(m){return m===91||m===92||m===93?(t.consume(m),o++,d):d(m)}}function To(t,n,e,i,r,s){let a;return o;function o(p){return p===34||p===39||p===40?(t.enter(i),t.enter(r),t.consume(p),t.exit(r),a=p===40?41:p,l):e(p)}function l(p){return p===a?(t.enter(r),t.consume(p),t.exit(r),t.exit(i),n):(t.enter(s),c(p))}function c(p){return p===a?(t.exit(s),l(a)):p===null?e(p):F(p)?(t.enter("lineEnding"),t.consume(p),t.exit("lineEnding"),q(t,c,"linePrefix")):(t.enter("chunkString",{contentType:"string"}),u(p))}function u(p){return p===a||p===null||F(p)?(t.exit("chunkString"),c(p)):(t.consume(p),p===92?d:u)}function d(p){return p===a||p===92?(t.consume(p),u):u(p)}}function di(t,n){let e;return i;function i(r){return F(r)?(t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),e=!0,i):U(r)?q(t,i,e?"linePrefix":"lineSuffix")(r):n(r)}}function Ge(t){return t.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var Jc={name:"definition",tokenize:cy},ly={tokenize:uy,partial:!0};function cy(t,n,e){let i=this,r;return s;function s(m){return t.enter("definition"),a(m)}function a(m){return Eo.call(i,t,o,e,"definitionLabel","definitionLabelMarker","definitionLabelString")(m)}function o(m){return r=Ge(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),m===58?(t.enter("definitionMarker"),t.consume(m),t.exit("definitionMarker"),l):e(m)}function l(m){return ae(m)?di(t,c)(m):c(m)}function c(m){return So(t,u,e,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(m)}function u(m){return t.attempt(ly,d,d)(m)}function d(m){return U(m)?q(t,p,"whitespace")(m):p(m)}function p(m){return m===null||F(m)?(t.exit("definition"),i.parser.defined.push(r),n(m)):e(m)}}function uy(t,n,e){return i;function i(o){return ae(o)?di(t,r)(o):e(o)}function r(o){return To(t,s,e,"definitionTitle","definitionTitleMarker","definitionTitleString")(o)}function s(o){return U(o)?q(t,a,"whitespace")(o):a(o)}function a(o){return o===null||F(o)?n(o):e(o)}}var Xc={name:"hardBreakEscape",tokenize:dy};function dy(t,n,e){return i;function i(s){return t.enter("hardBreakEscape"),t.consume(s),r}function r(s){return F(s)?(t.exit("hardBreakEscape"),n(s)):e(s)}}var eu={name:"headingAtx",tokenize:my,resolve:py};function py(t,n){let e=t.length-2,i=3,r,s;return t[i][1].type==="whitespace"&&(i+=2),e-2>i&&t[e][1].type==="whitespace"&&(e-=2),t[e][1].type==="atxHeadingSequence"&&(i===e-1||e-4>i&&t[e-2][1].type==="whitespace")&&(e-=i+1===e?2:4),e>i&&(r={type:"atxHeadingText",start:t[i][1].start,end:t[e][1].end},s={type:"chunkText",start:t[i][1].start,end:t[e][1].end,contentType:"text"},He(t,i,e-i+1,[["enter",r,n],["enter",s,n],["exit",s,n],["exit",r,n]])),t}function my(t,n,e){let i=0;return r;function r(u){return t.enter("atxHeading"),s(u)}function s(u){return t.enter("atxHeadingSequence"),a(u)}function a(u){return u===35&&i++<6?(t.consume(u),a):u===null||ae(u)?(t.exit("atxHeadingSequence"),o(u)):e(u)}function o(u){return u===35?(t.enter("atxHeadingSequence"),l(u)):u===null||F(u)?(t.exit("atxHeading"),n(u)):U(u)?q(t,o,"whitespace")(u):(t.enter("atxHeadingText"),c(u))}function l(u){return u===35?(t.consume(u),l):(t.exit("atxHeadingSequence"),o(u))}function c(u){return u===null||u===35||ae(u)?(t.exit("atxHeadingText"),o(u)):(t.consume(u),c)}}var Zp=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],tu=["pre","script","style","textarea"];var nu={name:"htmlFlow",tokenize:yy,resolveTo:gy,concrete:!0},fy={tokenize:ky,partial:!0},hy={tokenize:by,partial:!0};function gy(t){let n=t.length;for(;n--&&!(t[n][0]==="enter"&&t[n][1].type==="htmlFlow"););return n>1&&t[n-2][1].type==="linePrefix"&&(t[n][1].start=t[n-2][1].start,t[n+1][1].start=t[n-2][1].start,t.splice(n-2,2)),t}function yy(t,n,e){let i=this,r,s,a,o,l;return c;function c(A){return u(A)}function u(A){return t.enter("htmlFlow"),t.enter("htmlFlowData"),t.consume(A),d}function d(A){return A===33?(t.consume(A),p):A===47?(t.consume(A),s=!0,h):A===63?(t.consume(A),r=3,i.interrupt?n:v):dt(A)?(t.consume(A),a=String.fromCharCode(A),g):e(A)}function p(A){return A===45?(t.consume(A),r=2,m):A===91?(t.consume(A),r=5,o=0,f):dt(A)?(t.consume(A),r=4,i.interrupt?n:v):e(A)}function m(A){return A===45?(t.consume(A),i.interrupt?n:v):e(A)}function f(A){let Oe="CDATA[";return A===Oe.charCodeAt(o++)?(t.consume(A),o===Oe.length?i.interrupt?n:_:f):e(A)}function h(A){return dt(A)?(t.consume(A),a=String.fromCharCode(A),g):e(A)}function g(A){if(A===null||A===47||A===62||ae(A)){let Oe=A===47,We=a.toLowerCase();return!Oe&&!s&&tu.includes(We)?(r=1,i.interrupt?n(A):_(A)):Zp.includes(a.toLowerCase())?(r=6,Oe?(t.consume(A),b):i.interrupt?n(A):_(A)):(r=7,i.interrupt&&!i.parser.lazy[i.now().line]?e(A):s?w(A):L(A))}return A===45||nt(A)?(t.consume(A),a+=String.fromCharCode(A),g):e(A)}function b(A){return A===62?(t.consume(A),i.interrupt?n:_):e(A)}function w(A){return U(A)?(t.consume(A),w):N(A)}function L(A){return A===47?(t.consume(A),N):A===58||A===95||dt(A)?(t.consume(A),T):U(A)?(t.consume(A),L):N(A)}function T(A){return A===45||A===46||A===58||A===95||nt(A)?(t.consume(A),T):M(A)}function M(A){return A===61?(t.consume(A),S):U(A)?(t.consume(A),M):L(A)}function S(A){return A===null||A===60||A===61||A===62||A===96?e(A):A===34||A===39?(t.consume(A),l=A,O):U(A)?(t.consume(A),S):C(A)}function O(A){return A===l?(t.consume(A),l=null,B):A===null||F(A)?e(A):(t.consume(A),O)}function C(A){return A===null||A===34||A===39||A===47||A===60||A===61||A===62||A===96||ae(A)?M(A):(t.consume(A),C)}function B(A){return A===47||A===62||U(A)?L(A):e(A)}function N(A){return A===62?(t.consume(A),H):e(A)}function H(A){return A===null||F(A)?_(A):U(A)?(t.consume(A),H):e(A)}function _(A){return A===45&&r===2?(t.consume(A),X):A===60&&r===1?(t.consume(A),ie):A===62&&r===4?(t.consume(A),Ve):A===63&&r===3?(t.consume(A),v):A===93&&r===5?(t.consume(A),Ne):F(A)&&(r===6||r===7)?(t.exit("htmlFlowData"),t.check(fy,Xe,Y)(A)):A===null||F(A)?(t.exit("htmlFlowData"),Y(A)):(t.consume(A),_)}function Y(A){return t.check(hy,j,Xe)(A)}function j(A){return t.enter("lineEnding"),t.consume(A),t.exit("lineEnding"),V}function V(A){return A===null||F(A)?Y(A):(t.enter("htmlFlowData"),_(A))}function X(A){return A===45?(t.consume(A),v):_(A)}function ie(A){return A===47?(t.consume(A),a="",je):_(A)}function je(A){if(A===62){let Oe=a.toLowerCase();return tu.includes(Oe)?(t.consume(A),Ve):_(A)}return dt(A)&&a.length<8?(t.consume(A),a+=String.fromCharCode(A),je):_(A)}function Ne(A){return A===93?(t.consume(A),v):_(A)}function v(A){return A===62?(t.consume(A),Ve):A===45&&r===2?(t.consume(A),v):_(A)}function Ve(A){return A===null||F(A)?(t.exit("htmlFlowData"),Xe(A)):(t.consume(A),Ve)}function Xe(A){return t.exit("htmlFlow"),n(A)}}function by(t,n,e){let i=this;return r;function r(a){return F(a)?(t.enter("lineEnding"),t.consume(a),t.exit("lineEnding"),s):e(a)}function s(a){return i.parser.lazy[i.now().line]?e(a):n(a)}}function ky(t,n,e){return i;function i(r){return t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),t.attempt(Jt,n,e)}}var iu={name:"htmlText",tokenize:wy};function wy(t,n,e){let i=this,r,s,a;return o;function o(v){return t.enter("htmlText"),t.enter("htmlTextData"),t.consume(v),l}function l(v){return v===33?(t.consume(v),c):v===47?(t.consume(v),M):v===63?(t.consume(v),L):dt(v)?(t.consume(v),C):e(v)}function c(v){return v===45?(t.consume(v),u):v===91?(t.consume(v),s=0,f):dt(v)?(t.consume(v),w):e(v)}function u(v){return v===45?(t.consume(v),m):e(v)}function d(v){return v===null?e(v):v===45?(t.consume(v),p):F(v)?(a=d,ie(v)):(t.consume(v),d)}function p(v){return v===45?(t.consume(v),m):d(v)}function m(v){return v===62?X(v):v===45?p(v):d(v)}function f(v){let Ve="CDATA[";return v===Ve.charCodeAt(s++)?(t.consume(v),s===Ve.length?h:f):e(v)}function h(v){return v===null?e(v):v===93?(t.consume(v),g):F(v)?(a=h,ie(v)):(t.consume(v),h)}function g(v){return v===93?(t.consume(v),b):h(v)}function b(v){return v===62?X(v):v===93?(t.consume(v),b):h(v)}function w(v){return v===null||v===62?X(v):F(v)?(a=w,ie(v)):(t.consume(v),w)}function L(v){return v===null?e(v):v===63?(t.consume(v),T):F(v)?(a=L,ie(v)):(t.consume(v),L)}function T(v){return v===62?X(v):L(v)}function M(v){return dt(v)?(t.consume(v),S):e(v)}function S(v){return v===45||nt(v)?(t.consume(v),S):O(v)}function O(v){return F(v)?(a=O,ie(v)):U(v)?(t.consume(v),O):X(v)}function C(v){return v===45||nt(v)?(t.consume(v),C):v===47||v===62||ae(v)?B(v):e(v)}function B(v){return v===47?(t.consume(v),X):v===58||v===95||dt(v)?(t.consume(v),N):F(v)?(a=B,ie(v)):U(v)?(t.consume(v),B):X(v)}function N(v){return v===45||v===46||v===58||v===95||nt(v)?(t.consume(v),N):H(v)}function H(v){return v===61?(t.consume(v),_):F(v)?(a=H,ie(v)):U(v)?(t.consume(v),H):B(v)}function _(v){return v===null||v===60||v===61||v===62||v===96?e(v):v===34||v===39?(t.consume(v),r=v,Y):F(v)?(a=_,ie(v)):U(v)?(t.consume(v),_):(t.consume(v),j)}function Y(v){return v===r?(t.consume(v),r=void 0,V):v===null?e(v):F(v)?(a=Y,ie(v)):(t.consume(v),Y)}function j(v){return v===null||v===34||v===39||v===60||v===61||v===96?e(v):v===47||v===62||ae(v)?B(v):(t.consume(v),j)}function V(v){return v===47||v===62||ae(v)?B(v):e(v)}function X(v){return v===62?(t.consume(v),t.exit("htmlTextData"),t.exit("htmlText"),n):e(v)}function ie(v){return t.exit("htmlTextData"),t.enter("lineEnding"),t.consume(v),t.exit("lineEnding"),je}function je(v){return U(v)?q(t,Ne,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(v):Ne(v)}function Ne(v){return t.enter("htmlTextData"),a(v)}}var pi={name:"labelEnd",tokenize:Ty,resolveTo:Ey,resolveAll:Sy},vy={tokenize:xy},Ly={tokenize:My},Ay={tokenize:Oy};function Sy(t){let n=-1;for(;++n=3&&(c===null||F(c))?(t.exit("thematicBreak"),n(c)):e(c)}function l(c){return c===r?(t.consume(c),i++,l):(t.exit("thematicBreakSequence"),U(c)?q(t,o,"whitespace")(c):o(c))}}var Qe={name:"list",tokenize:Ny,continuation:{tokenize:Yy},exit:_y},Fy={tokenize:zy,partial:!0},Dy={tokenize:Ky,partial:!0};function Ny(t,n,e){let i=this,r=i.events[i.events.length-1],s=r&&r[1].type==="linePrefix"?r[2].sliceSerialize(r[1],!0).length:0,a=0;return o;function o(m){let f=i.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(f==="listUnordered"?!i.containerState.marker||m===i.containerState.marker:Xr(m)){if(i.containerState.type||(i.containerState.type=f,t.enter(f,{_container:!0})),f==="listUnordered")return t.enter("listItemPrefix"),m===42||m===45?t.check(mi,e,c)(m):c(m);if(!i.interrupt||m===49)return t.enter("listItemPrefix"),t.enter("listItemValue"),l(m)}return e(m)}function l(m){return Xr(m)&&++a<10?(t.consume(m),l):(!i.interrupt||a<2)&&(i.containerState.marker?m===i.containerState.marker:m===41||m===46)?(t.exit("listItemValue"),c(m)):e(m)}function c(m){return t.enter("listItemMarker"),t.consume(m),t.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||m,t.check(Jt,i.interrupt?e:u,t.attempt(Fy,p,d))}function u(m){return i.containerState.initialBlankLine=!0,s++,p(m)}function d(m){return U(m)?(t.enter("listItemPrefixWhitespace"),t.consume(m),t.exit("listItemPrefixWhitespace"),p):e(m)}function p(m){return i.containerState.size=s+i.sliceSerialize(t.exit("listItemPrefix"),!0).length,n(m)}}function Yy(t,n,e){let i=this;return i.containerState._closeFlow=void 0,t.check(Jt,r,s);function r(o){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,q(t,n,"listItemIndent",i.containerState.size+1)(o)}function s(o){return i.containerState.furtherBlankLines||!U(o)?(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,a(o)):(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,t.attempt(Dy,n,a)(o))}function a(o){return i.containerState._closeFlow=!0,i.interrupt=void 0,q(t,t.attempt(Qe,n,e),"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function Ky(t,n,e){let i=this;return q(t,r,"listItemIndent",i.containerState.size+1);function r(s){let a=i.events[i.events.length-1];return a&&a[1].type==="listItemIndent"&&a[2].sliceSerialize(a[1],!0).length===i.containerState.size?n(s):e(s)}}function _y(t){t.exit(this.containerState.type)}function zy(t,n,e){let i=this;return q(t,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function r(s){let a=i.events[i.events.length-1];return!U(s)&&a&&a[1].type==="listItemPrefixWhitespace"?n(s):e(s)}}var xo={name:"setextUnderline",tokenize:Hy,resolveTo:Py};function Py(t,n){let e=t.length,i,r,s;for(;e--;)if(t[e][0]==="enter"){if(t[e][1].type==="content"){i=e;break}t[e][1].type==="paragraph"&&(r=e)}else t[e][1].type==="content"&&t.splice(e,1),!s&&t[e][1].type==="definition"&&(s=e);let a={type:"setextHeading",start:Object.assign({},t[r][1].start),end:Object.assign({},t[t.length-1][1].end)};return t[r][1].type="setextHeadingText",s?(t.splice(r,0,["enter",a,n]),t.splice(s+1,0,["exit",t[i][1],n]),t[i][1].end=Object.assign({},t[s][1].end)):t[i][1]=a,t.push(["exit",a,n]),t}function Hy(t,n,e){let i=this,r;return s;function s(c){let u=i.events.length,d;for(;u--;)if(i.events[u][1].type!=="lineEnding"&&i.events[u][1].type!=="linePrefix"&&i.events[u][1].type!=="content"){d=i.events[u][1].type==="paragraph";break}return!i.parser.lazy[i.now().line]&&(i.interrupt||d)?(t.enter("setextHeadingLine"),r=c,a(c)):e(c)}function a(c){return t.enter("setextHeadingLineSequence"),o(c)}function o(c){return c===r?(t.consume(c),o):(t.exit("setextHeadingLineSequence"),U(c)?q(t,l,"lineSuffix")(c):l(c))}function l(c){return c===null||F(c)?(t.exit("setextHeadingLine"),n(c)):e(c)}}var qy={tokenize:Qy,partial:!0};function au(){return{document:{91:{tokenize:Vy,continuation:{tokenize:Wy},exit:Gy}},text:{91:{tokenize:jy},93:{add:"after",tokenize:$y,resolveTo:Uy}}}}function $y(t,n,e){let i=this,r=i.events.length,s=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),a;for(;r--;){let l=i.events[r][1];if(l.type==="labelImage"){a=l;break}if(l.type==="gfmFootnoteCall"||l.type==="labelLink"||l.type==="label"||l.type==="image"||l.type==="link")break}return o;function o(l){if(!a||!a._balanced)return e(l);let c=Ge(i.sliceSerialize({start:a.end,end:i.now()}));return c.codePointAt(0)!==94||!s.includes(c.slice(1))?e(l):(t.enter("gfmFootnoteCallLabelMarker"),t.consume(l),t.exit("gfmFootnoteCallLabelMarker"),n(l))}}function Uy(t,n){let e=t.length,i;for(;e--;)if(t[e][1].type==="labelImage"&&t[e][0]==="enter"){i=t[e][1];break}t[e+1][1].type="data",t[e+3][1].type="gfmFootnoteCallLabelMarker";let r={type:"gfmFootnoteCall",start:Object.assign({},t[e+3][1].start),end:Object.assign({},t[t.length-1][1].end)},s={type:"gfmFootnoteCallMarker",start:Object.assign({},t[e+3][1].end),end:Object.assign({},t[e+3][1].end)};s.end.column++,s.end.offset++,s.end._bufferIndex++;let a={type:"gfmFootnoteCallString",start:Object.assign({},s.end),end:Object.assign({},t[t.length-1][1].start)},o={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},l=[t[e+1],t[e+2],["enter",r,n],t[e+3],t[e+4],["enter",s,n],["exit",s,n],["enter",a,n],["enter",o,n],["exit",o,n],["exit",a,n],t[t.length-2],t[t.length-1],["exit",r,n]];return t.splice(e,t.length-e+1,...l),t}function jy(t,n,e){let i=this,r=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),s=0,a;return o;function o(d){return t.enter("gfmFootnoteCall"),t.enter("gfmFootnoteCallLabelMarker"),t.consume(d),t.exit("gfmFootnoteCallLabelMarker"),l}function l(d){return d!==94?e(d):(t.enter("gfmFootnoteCallMarker"),t.consume(d),t.exit("gfmFootnoteCallMarker"),t.enter("gfmFootnoteCallString"),t.enter("chunkString").contentType="string",c)}function c(d){if(s>999||d===93&&!a||d===null||d===91||ae(d))return e(d);if(d===93){t.exit("chunkString");let p=t.exit("gfmFootnoteCallString");return r.includes(Ge(i.sliceSerialize(p)))?(t.enter("gfmFootnoteCallLabelMarker"),t.consume(d),t.exit("gfmFootnoteCallLabelMarker"),t.exit("gfmFootnoteCall"),n):e(d)}return ae(d)||(a=!0),s++,t.consume(d),d===92?u:c}function u(d){return d===91||d===92||d===93?(t.consume(d),s++,c):c(d)}}function Vy(t,n,e){let i=this,r=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),s,a=0,o;return l;function l(f){return t.enter("gfmFootnoteDefinition")._container=!0,t.enter("gfmFootnoteDefinitionLabel"),t.enter("gfmFootnoteDefinitionLabelMarker"),t.consume(f),t.exit("gfmFootnoteDefinitionLabelMarker"),c}function c(f){return f===94?(t.enter("gfmFootnoteDefinitionMarker"),t.consume(f),t.exit("gfmFootnoteDefinitionMarker"),t.enter("gfmFootnoteDefinitionLabelString"),t.enter("chunkString").contentType="string",u):e(f)}function u(f){if(a>999||f===93&&!o||f===null||f===91||ae(f))return e(f);if(f===93){t.exit("chunkString");let h=t.exit("gfmFootnoteDefinitionLabelString");return s=Ge(i.sliceSerialize(h)),t.enter("gfmFootnoteDefinitionLabelMarker"),t.consume(f),t.exit("gfmFootnoteDefinitionLabelMarker"),t.exit("gfmFootnoteDefinitionLabel"),p}return ae(f)||(o=!0),a++,t.consume(f),f===92?d:u}function d(f){return f===91||f===92||f===93?(t.consume(f),a++,u):u(f)}function p(f){return f===58?(t.enter("definitionMarker"),t.consume(f),t.exit("definitionMarker"),r.includes(s)||r.push(s),q(t,m,"gfmFootnoteDefinitionWhitespace")):e(f)}function m(f){return n(f)}}function Wy(t,n,e){return t.check(Jt,n,t.attempt(qy,n,e))}function Gy(t){t.exit("gfmFootnoteDefinition")}function Qy(t,n,e){let i=this;return q(t,r,"gfmFootnoteDefinitionIndent",5);function r(s){let a=i.events[i.events.length-1];return a&&a[1].type==="gfmFootnoteDefinitionIndent"&&a[2].sliceSerialize(a[1],!0).length===4?n(s):e(s)}}var Zy={tokenize:Jy};function ou(){return{text:{91:Zy}}}function Jy(t,n,e){let i=this;return r;function r(l){return i.previous!==null||!i._gfmTasklistFirstContentOfListItem?e(l):(t.enter("taskListCheck"),t.enter("taskListCheckMarker"),t.consume(l),t.exit("taskListCheckMarker"),s)}function s(l){return ae(l)?(t.enter("taskListCheckValueUnchecked"),t.consume(l),t.exit("taskListCheckValueUnchecked"),a):l===88||l===120?(t.enter("taskListCheckValueChecked"),t.consume(l),t.exit("taskListCheckValueChecked"),a):e(l)}function a(l){return l===93?(t.enter("taskListCheckMarker"),t.consume(l),t.exit("taskListCheckMarker"),t.exit("taskListCheck"),o):e(l)}function o(l){return F(l)?n(l):U(l)?t.check({tokenize:Xy},n,e)(l):e(l)}}function Xy(t,n,e){return q(t,i,"whitespace");function i(r){return r===null?e(r):n(r)}}var Xp=oi(Jp(),1),is=Object.assign(fi(Error),{eval:fi(EvalError),range:fi(RangeError),reference:fi(ReferenceError),syntax:fi(SyntaxError),type:fi(TypeError),uri:fi(URIError)});function fi(t){return n.displayName=t.displayName||t.name,n;function n(e,...i){let r=e&&(0,Xp.default)(e,...i);return new t(r)}}var Mo={}.hasOwnProperty,em={yaml:"-",toml:"+"};function rs(t){let n=[],e=-1,i=Array.isArray(t)?t:t?[t]:["yaml"];for(;++e13&&e<32||e>126&&e<160||e>55295&&e<57344||e>64975&&e<65008||(e&65535)===65535||(e&65535)===65534||e>1114111?"\uFFFD":String.fromCodePoint(e)}var lm={tokenize:mb};function mb(t){let n=t.attempt(this.parser.constructs.contentInitial,i,r),e;return n;function i(o){if(o===null){t.consume(o);return}return t.enter("lineEnding"),t.consume(o),t.exit("lineEnding"),q(t,n,"linePrefix")}function r(o){return t.enter("paragraph"),s(o)}function s(o){let l=t.enter("chunkText",{contentType:"text",previous:e});return e&&(e.next=l),e=l,a(o)}function a(o){if(o===null){t.exit("chunkText"),t.exit("paragraph"),t.consume(o);return}return F(o)?(t.consume(o),t.exit("chunkText"),s):(t.consume(o),a)}}var um={tokenize:fb},cm={tokenize:hb};function fb(t){let n=this,e=[],i=0,r,s,a;return o;function o(L){if(ia))return;let O=n.events.length,C=O,B,N;for(;C--;)if(n.events[C][0]==="exit"&&n.events[C][1].type==="chunkFlow"){if(B){N=n.events[C][1].end;break}B=!0}for(b(i),S=O;SL;){let M=e[T];n.containerState=M[1],M[0].exit.call(n,t)}e.length=L}function w(){r.write([null]),s=void 0,r=void 0,n.containerState._closeFlow=void 0}}function hb(t,n,e){return q(t,t.attempt(this.parser.constructs.document,n,e),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var dm={tokenize:gb};function gb(t){let n=this,e=t.attempt(Jt,i,t.attempt(this.parser.constructs.flowInitial,r,q(t,t.attempt(this.parser.constructs.flow,r,t.attempt(Zc,r)),"linePrefix")));return e;function i(s){if(s===null){t.consume(s);return}return t.enter("lineEndingBlank"),t.consume(s),t.exit("lineEndingBlank"),n.currentConstruct=void 0,e}function r(s){if(s===null){t.consume(s);return}return t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),n.currentConstruct=void 0,e}}var pm={resolveAll:gm()},mm=hm("string"),fm=hm("text");function hm(t){return{tokenize:n,resolveAll:gm(t==="text"?yb:void 0)};function n(e){let i=this,r=this.parser.constructs[t],s=e.attempt(r,a,o);return a;function a(u){return c(u)?s(u):o(u)}function o(u){if(u===null){e.consume(u);return}return e.enter("data"),e.consume(u),l}function l(u){return c(u)?(e.exit("data"),s(u)):(e.consume(u),l)}function c(u){if(u===null)return!0;let d=r[u],p=-1;if(d)for(;++p-1){let o=a[0];typeof o=="string"?a[0]=o.slice(i):a.shift()}s>0&&a.push(t[r].slice(0,s))}return a}function kb(t,n){let e=-1,i=[],r;for(;++exb,contentInitial:()=>vb,disable:()=>Mb,document:()=>wb,flow:()=>Ab,flowInitial:()=>Lb,insideSpan:()=>Tb,string:()=>Sb,text:()=>Eb});var wb={42:Qe,43:Qe,45:Qe,48:Qe,49:Qe,50:Qe,51:Qe,52:Qe,53:Qe,54:Qe,55:Qe,56:Qe,57:Qe,62:ko},vb={91:Jc},Lb={[-2]:ts,[-1]:ts,32:ts},Ab={35:eu,42:mi,45:[xo,mi],60:nu,61:xo,95:mi,96:Lo,126:Lo},Sb={38:vo,92:wo},Eb={[-5]:ns,[-4]:ns,[-3]:ns,33:ru,38:vo,42:es,60:[Gc,iu],91:su,92:[Xc,wo],93:pi,95:es,96:Qc},Tb={null:[es,pm]},xb={null:[42,95]},Mb={null:[]};function gu(t){let e=Oo([hu,...(t||{}).extensions||[]]),i={defined:[],lazy:{},constructs:e,content:r(lm),document:r(um),flow:r(dm),string:r(mm),text:r(fm)};return i;function r(s){return a;function a(o){return ym(i,s,o)}}}function yu(t){for(;!Ao(t););return t}var bm=/[\0\t\n\r]/g;function bu(){let t=1,n="",e=!0,i;return r;function r(s,a,o){let l=[],c,u,d,p,m;for(s=n+(typeof s=="string"?s.toString():new TextDecoder(a||void 0).decode(s)),d=0,n="",e&&(s.charCodeAt(0)===65279&&d++,e=void 0);d0){let Ot=W.tokenStack[W.tokenStack.length-1];(Ot[1]||Lm).call(W,void 0,Ot[0])}for(D.position={start:Fn(I.length>0?I[0][1].start:{line:1,column:1,offset:0}),end:Fn(I.length>0?I[I.length-2][1].end:{line:1,column:1,offset:0})},se=-1;++se0))throw new TypeError("`maxSize` must be a number greater than 0");if(typeof e.maxAge=="number"&&e.maxAge===0)throw new TypeError("`maxAge` must be a number greater than 0");Ye(this,Dn,e.maxSize),Ye(this,as,e.maxAge||Number.POSITIVE_INFINITY),Ye(this,Nn,e.onEviction)}get __oldCache(){return P(this,ve)}get(e){if(P(this,me).has(e)){let i=P(this,me).get(e);return ge(this,ls,Su).call(this,e,i)}if(P(this,ve).has(e)){let i=P(this,ve).get(e);if(ge(this,pt,It).call(this,e,i)===!1)return ge(this,Bo,xm).call(this,e,i),i.value}}set(e,i,{maxAge:r=P(this,as)}={}){let s=typeof r=="number"&&r!==Number.POSITIVE_INFINITY?Date.now()+r:void 0;return P(this,me).has(e)?P(this,me).set(e,{value:i,expiry:s}):ge(this,us,Tu).call(this,e,{value:i,expiry:s}),this}has(e){return P(this,me).has(e)?!ge(this,pt,It).call(this,e,P(this,me).get(e)):P(this,ve).has(e)?!ge(this,pt,It).call(this,e,P(this,ve).get(e)):!1}peek(e){if(P(this,me).has(e))return ge(this,cs,Eu).call(this,e,P(this,me));if(P(this,ve).has(e))return ge(this,cs,Eu).call(this,e,P(this,ve))}delete(e){let i=P(this,me).delete(e);return i&&Yc(this,vt)._--,P(this,ve).delete(e)||i}clear(){P(this,me).clear(),P(this,ve).clear(),Ye(this,vt,0)}resize(e){if(!(e&&e>0))throw new TypeError("`maxSize` must be a number greater than 0");let i=[...ge(this,ds,xu).call(this)],r=i.length-e;r<0?(Ye(this,me,new Map(i)),Ye(this,ve,new Map),Ye(this,vt,i.length)):(r>0&&ge(this,os,Au).call(this,i.slice(0,r)),Ye(this,ve,new Map(i.slice(r))),Ye(this,me,new Map),Ye(this,vt,0)),Ye(this,Dn,e)}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of P(this,me)){let[i,r]=e;ge(this,pt,It).call(this,i,r)===!1&&(yield[i,r.value])}for(let e of P(this,ve)){let[i,r]=e;P(this,me).has(i)||ge(this,pt,It).call(this,i,r)===!1&&(yield[i,r.value])}}*entriesDescending(){let e=[...P(this,me)];for(let i=e.length-1;i>=0;--i){let r=e[i],[s,a]=r;ge(this,pt,It).call(this,s,a)===!1&&(yield[s,a.value])}e=[...P(this,ve)];for(let i=e.length-1;i>=0;--i){let r=e[i],[s,a]=r;P(this,me).has(s)||ge(this,pt,It).call(this,s,a)===!1&&(yield[s,a.value])}}*entriesAscending(){for(let[e,i]of ge(this,ds,xu).call(this))yield[e,i.value]}get size(){if(!P(this,vt))return P(this,ve).size;let e=0;for(let i of P(this,ve).keys())P(this,me).has(i)||e++;return Math.min(P(this,vt)+e,P(this,Dn))}get maxSize(){return P(this,Dn)}entries(){return this.entriesAscending()}forEach(e,i=this){for(let[r,s]of this.entriesAscending())e.call(i,s,r,this)}get[Symbol.toStringTag](){return JSON.stringify([...this.entriesAscending()])}};vt=new WeakMap,me=new WeakMap,ve=new WeakMap,Dn=new WeakMap,as=new WeakMap,Nn=new WeakMap,os=new WeakSet,Au=function(e){if(typeof P(this,Nn)=="function")for(let[i,r]of e)P(this,Nn).call(this,i,r.value)},pt=new WeakSet,It=function(e,i){return typeof i.expiry=="number"&&i.expiry<=Date.now()?(typeof P(this,Nn)=="function"&&P(this,Nn).call(this,e,i.value),this.delete(e)):!1},Io=new WeakSet,Tm=function(e,i){if(ge(this,pt,It).call(this,e,i)===!1)return i.value},ls=new WeakSet,Su=function(e,i){return i.expiry?ge(this,Io,Tm).call(this,e,i):i.value},cs=new WeakSet,Eu=function(e,i){let r=i.get(e);return ge(this,ls,Su).call(this,e,r)},us=new WeakSet,Tu=function(e,i){P(this,me).set(e,i),Yc(this,vt)._++,P(this,vt)>=P(this,Dn)&&(Ye(this,vt,0),ge(this,os,Au).call(this,P(this,ve)),Ye(this,ve,P(this,me)),Ye(this,me,new Map))},Bo=new WeakSet,xm=function(e,i){P(this,ve).delete(e),ge(this,us,Tu).call(this,e,i)},ds=new WeakSet,xu=function*(){for(let e of P(this,ve)){let[i,r]=e;P(this,me).has(i)||ge(this,pt,It).call(this,i,r)===!1&&(yield e)}for(let e of P(this,me)){let[i,r]=e;ge(this,pt,It).call(this,i,r)===!1&&(yield e)}};var Mu=new ss({maxSize:200});function Iu(t){let n=Kp(t);if(Mu.has(n))return Mu.get(n);let e=wu(t,{extensions:[Oo([au(),ou(),uu(["yaml"])]),pu()],mdastExtensions:[[vu(),Lu,du(["yaml"])],mu()]});return Mu.set(n,e),e}function Le(t,n){let e=Iu(n),i=[];return Qr(e,t,r=>{i.push(r.position)}),i.sort((r,s)=>s.start.offset-r.start.offset),i}function $b(t,n=!1){let e=Iu(t),i=[];return Qr(e,"listItem",r=>{if(!r.children||r.children.length===0){n&&i.push({position:r.position,isEmpty:!0});return}for(let s of r.children)s.type==="paragraph"&&i.push({position:s.position,isEmpty:!1})}),i.sort((r,s)=>s.position.start.offset-r.position.start.offset),i}function Ub(t){let n=Iu(t),e=[];return Qr(n,"heading",i=>{if(!(!i.children||i.children.length===0))for(let r of i.children)r.type==="text"&&e.push({position:r.position,text:r.value})}),e.sort((i,r)=>r.position.start.offset-i.position.start.offset),e}function Cm(t,n){let e=Le("footnoteDefinition",t),i=[],r=new Map,s=new Map,a=function(l,c,u){let d=c.match(/\[\^.*?\]/)[0];if(r.has(d)){let h=r.get(d);h.footnotesReferencingKey.push(c),r.set(d,h);return}let p,m=[];do p=l.lastIndexOf(d,u),p!==-1&&(m.push(p),u=p-1);while(p>0);let f={key:d,referencePositions:m,footnotesReferencingKey:[c]};r.set(d,f)};for(let l of e){let c=t.substring(l.start.offset,l.end.offset);i.push(c),l.end.offset=0?u:0;let d=0;for(let p of c.footnotesReferencingKey){if(d+u>=c.referencePositions.length)throw new Error(E("logs.missing-footnote-error-message").replace("{FOOTNOTE}",p));s.set(p,c.referencePositions[u+d++])}}i=i.sort((l,c)=>s.get(l)-s.get(c)),i.length>0&&(t=t.trimEnd());let o=` +`;n?o=` + +`:i.length>0&&(t+=` +`);for(let l of i)t+=o+l;return t}function Im(t){let n=Le("footnoteDefinition",t),e=[],i=new Map,r=new Map,s=[],a=new Set,o=[],l=function(d,p,m){let f=p.match(/\[\^.*?\]/)[0];i.set(p,f);let h=a.has(f);if(h&&e.includes(p)){o.unshift(p);return}else if(h)throw new Error(E("logs.too-many-footnotes-error-message").replace("{FOOTNOTE_KEY}",f));let g;do g=d.lastIndexOf(f,m),g!==-1&&((g+p.length>d.length||d.substring(g,g+p.length)!==p)&&s.push({key:f,position:g}),m=g-1);while(g>0);a.add(f)};for(let d of n){let p=t.substring(d.start.offset,d.end.offset);e.unshift(p),l(t,p,d.start.offset)}let c=1,u=new Set;for(let d of e){if(u.has(d))continue;u.add(d);let p=i.get(d),m=`[^${c++}]`;r.set(p,m)}s.sort((d,p)=>p.position-d.position);for(let d of s){let p=r.get(d.key);t=zp(t,d.key,p,d.position)}for(let d of u){let p=i.get(d),m=r.get(p);t=t.replace(d,d.replace(p,m))}for(let d of o){let p=t.replace(` +${d} +`,` +`);t===p&&(p=t.replace(d,"")),t=p}return t}function Ro(t,n,e){let i=Le(e,t);if(i.length===0)return t;let r="";if(n==="underscore")r="_";else if(n==="asterisk")r="*";else{let s=i[i.length-1];r=t.substring(s.start.offset,s.start.offset+1)}e==="strong"&&(r+=r);for(let s of i){let a=r+t.substring(s.start.offset+r.length,s.end.offset-r.length)+r;t=ce(t,s.start.offset,s.end.offset,a)}return t}function Bm(t,n){let e=Le("paragraph",t);if(e.length===0)return t;for(let i of e){let r=t.substring(i.start.offset,i.end.offset).split(` +`),s=r.length-1;if(!(s<1)){for(let a=0;a")&&n=="
"||t.endsWith("
")&&n=="
"||t.endsWith(" ")&&n==" "||!t.endsWith("\\\\")&&t.endsWith("\\")&&n=="\\")}function Vb(t,n){t=t.trimEnd();let e=0;return t.endsWith("
")&&(e=4),t.endsWith("
")&&(e=5),!t.endsWith("\\\\")&&t.endsWith("\\")&&(e=1),e&&(t=t.substring(0,t.length-e)),t.trimEnd()+n}function Rm(t){let n=t.endsWith(` +`),e=Le("paragraph",t);if(e.length===0)return t;for(let i of e){let r=i.start.offset;for(r>0&&r--;r>=0&&t.charAt(r)!=` +`;)r--;r++;let s=t.substring(r,i.end.offset).split(` +`),a=s[0].trimStart();if(a.startsWith(">")||a.match(Fo)||a.match(Do))continue;let o=s.length,l=[],c=!1;for(let f=0;f")||h.endsWith("
")||h.endsWith(" ")||!h.endsWith("\\\\")&&h.endsWith("\\")}for(;r>0&&t.charAt(r-1)==` +`;)r--;let u=t.length,d=i.end.offset;for(d0&&t.charAt(s-1).trim()==="";)s--;(s===0||t.charAt(s-1).trim()!="")&&s++}let a=t.substring(s,r.position.end.offset);Jm.test(a)&&(s+=4,a=a.substring(4)),a=n(a),t=ce(t,s,r.position.end.offset,a)}return t}function Ym(t){let n=Le("code",t);for(let e of n){let i=t.substring(e.start.offset,e.end.offset);!i.startsWith("```")&&!i.startsWith("~~~")||(t=In(t,e.start.offset,e.end.offset))}return t}function Km(t,n){let e=Le("math",t);for(let i of e)t=In(t,i.start.offset,i.end.offset);e=Le("inlineMath",t);for(let i of e)t.substring(i.start.offset,i.end.offset).startsWith("$".repeat(n))&&(t=In(t,i.start.offset,i.end.offset));return t}function _m(t){let n=Le("blockquote",t);for(let e of n){let i=e.end.offset;for(;i0&&t.charAt(a-1)!==` +`;)a--;let o=t.substring(a,s.end.offset),l=function(p){let m=p.lastIndexOf("> ");return m!==-1&&(p=p.substring(m+2)),p=p.replaceAll(" "," "),Math.floor((p.split(" ").length-1)/2)+1},c=new Map,u=function(p,m){let f=m;for(;f>p;)c.delete(f--)},d=-1;o=o.replace(/^(( |\t|> )*)((\d+(\.|\)))|[-*+])([^\n]*)$/gm,(p,m="",f,h,g,b,w)=>{let L=n==="preserve"||i?Number(g):1,T=l(m);if(!/^\d/.test(h)){let M=T>d?T:d;return u(T,M),p}return c.has(T)?n==="ascending"?(L=c.get(T)+1,c.set(T,L)):i&&(L=c.get(T)):c.set(T,L),d>T&&u(T,d),d=T,`${m}${L}${e}${w}`}),t=ce(t,a,s.end.offset,o)}return t}function Hm(t,n){let e=Le("listItem",t);if(!e)return t;let i=/^((\d+[.)])|(- \[[ x]\]))/m,r=n;if(n=="consistent"){let s=e.length-1;for(;s>=0;){let a=t.substring(e[s].start.offset,e[s].end.offset);if(s--,!a.match(i)){r=a.charAt(0);break}}if(s==-1)return t}for(let s of e){let a=t.substring(s.start.offset,s.end.offset);a.match(i)||(a=r+a.substring(1),t=ce(t,s.start.offset,s.end.offset,a))}return t}function Bu(t,n){let e=Le("blockquote",t);for(let i of e){let r=i.end.offset;for(;r2;){let c=t.indexOf(i,l)+i.length;s.unshift({startIndex:o,endIndex:e+c}),o=e+c+1,l=c+1,a-=2}return s.unshift({startIndex:e+t.indexOf(i,l),endIndex:e+t.length}),s}function Mm(t,n,e,i,r){let s=t.substring(sr(t,n),n)??"",[a]=rr(s,s.length),o=t.substring(sr(t,e),e)??"",l=t.substring(n,e),c=Vm.test(s.trim()),u=!1;for(l=l.replace(i,(d,p,m="")=>{let f="";return!c&&s.trim()!=""?(f+=` +`,u=!0):c&&!Ou.test(s)&&(f+=` +`+a,u=!0),f+=p+` +`,m===""&&c&&(f+=a),f}),l=l.replace(r,(d,p="",m,f)=>{let h=p==="";return h&&c&&Ou.test(o.trim())?d:h&&c?` +`+a+m+f:` +`+m+f});u&&n>0;){let d=t[n-1];if(d!==" "&&d!==" ")break;n--}return ce(t,n,e,l)}function or(t){let n=[...t.matchAll(Wm)],e=[];for(let i of n){let r=sr(t,i.index);if(r===0)continue;let s=sr(t,r-1),a=i[0],o=t.substring(r,i.index+a.length);if(Gb(o,a))continue;let l=s,c=t.substring(s,r-1);if(!a.includes("|")&&!c.includes("|"))continue;c=c.replace(Cu,f=>{let h=f.trim();return h===""||h==="|"||(l+=f.length-1),""});let u=a.replace(Cu,"");if(c.endsWith("|")&&(c=c.slice(0,-1)),u.endsWith("|")&&(u=u.slice(0,-1)),Om(c)!==Om(u))continue;if(s!==0){let f=sr(t,s-1),h=t.substring(f,s-1);if(h.startsWith("|")||h.endsWith("|"))continue}let d=i.index+i[0].length;if(d>=t.length-1){e.push({startIndex:l,endIndex:t.length});continue}let p=t.substring(d+1).split(` +`),m=0;for(;m]/.test(e)}function Om(t){let n=!1,e=0,i=0,r="";for(let s=0;s{n=s.index;let a=!1,o=t.length-1;for(;r&&r.length!==0&&!a;)if(r[0].index<=n)r.shift();else{a=!0;let l=r[0];o=l.index+l[0].length}e.push({startIndex:n,endIndex:o}),!r||r.length}),e.reverse()}function Um(t,n){let e=Le("code",t);for(let i of e){let r=t.substring(i.start.offset,i.end.offset);!r.startsWith("```")||r.substring(3,r.indexOf(` +`)).trim()!==""||(t=ce(t,i.start.offset+3,i.start.offset+3,n))}return t}function jm(t,n){let e=Ub(t),i=[];for(let r of e){let s=n(r.text);if(s!==r.text){let a=t.substring(r.position.start.offset,r.position.end.offset),o=r.position.start.offset+a.indexOf(r.text);i.push({startIndex:o,endIndex:o+r.text.length,newText:s})}}for(let r of i)t=ce(t,r.startIndex,r.endIndex,r.newText);return t}var Kn=/^([ \t]*)(#+)([ \t]+)([^\n\r]*?)([ \t]+#+)?$/gm,Xm=`^XXX\\.*? +(?:((?:.| +)*?) +)?XXX(?=\\s|$)$`,qe=/^---\n((?:(((?!---)(?:.|\n)*?)\n)?))---(?=\n|$)/,Qb=Xm.replaceAll("X","`"),Zb=Xm.replaceAll("X","~"),Jb=`^(( |( {4})).* +)+`,gO=new RegExp(`${Qb}|${Zb}|${Jb}`,"gm"),No=/(!?)\[{2}([^\][\n|]+)(\|([^\][\n|]+))?(\|([^\][\n|]+))?\]{2}/g,ps=/(!?)\[([^[]*)\](\(.*\))/g,ms=/(\s|^)(#[\p{L}\-_\d/\p{Emoji_Presentation}]+)/gu,ef=/^%%\n[^%]*\n%%/gm,fs=/[,\s]+/,Yo=/(\. ?){2}\./g,hs="\\s*(>\\s*)*",Ou=/^(>( |\t)*)+\$*?$/m,Vm=/^\s*(>\s*)+/m,Wm=/(\|? *:?-{1,}:? *\|?)(\| *:?-{1,}:? *\|?)*( |\t)*$/gm,Cu=/^(((>[ ]?)*)|([ ]{0,3}))\|/m,Gm=/[^\n]*?\|[^\n]*?(\n|$)/m,tf=/(([a-z\-0-9]+:)\/{2,3})([^\s/?#]*[^\s")'.?!/]|[/])?(([/?#][^\s")']*[^\s")'.?!])|[/])?/gi,_n=/(?:(?:(?:[a-z]+:)?\/\/)|www\.)(?:localhost|(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?:(?:[a-fA-F\d]{1,4}:){7}(?:[a-fA-F\d]{1,4}|:)|(?:[a-fA-F\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-fA-F\d]{1,4}|:)|(?:[a-fA-F\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,2}|:)|(?:[a-fA-F\d]{1,4}:){4}(?:(?::[a-fA-F\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,3}|:)|(?:[a-fA-F\d]{1,4}:){3}(?:(?::[a-fA-F\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,4}|:)|(?:[a-fA-F\d]{1,4}:){2}(?:(?::[a-fA-F\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,5}|:)|(?:[a-fA-F\d]{1,4}:){1}(?:(?::[a-fA-F\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,6}|:)|(?::(?:(?::[a-fA-F\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-fA-F\d]{1,4}){1,7}|:)))(?:%[0-9a-zA-Z]{1,})?|(?:(?:[a-z0-9][-_]*)*[a-z0-9]+)(?:\.(?:[a-z0-9]-*)*[a-z0-9]+)*(?:\.(?:[a-z]{2,})))(?::\d{2,5})?(?:(?:[/?#][a-z0-9-_%/&=?$.+~!*‘(,#@]*[a-z0-9-%_/$+~!*‘(,])|[/])?/gi,yO=new RegExp("^"+_n.source+"$","si"),nf=/]+)>((?:.(?!<\/a>))*.)<\/a>/g,rf=/[\p{L}\p{N}\p{Pc}\p{M}\-'’`]+/gu,sf=/&[^\s]+;$/mi,Qm=mf(!0),Zm=mf(!1),af=/[“”„«»]/g,of=/[‘’‚‹›]/g,lf=/<%[^]*?%>/g,hi="\\[.\\]",Jm=new RegExp(`^${hi}`),cf=new RegExp(`^${hs}- ${hi} `),Ko=new RegExp(`^\\s*- ${hi} `),Fo=new RegExp(`^\\s*(- |\\* |\\+ |\\d+[.)] |- (${hi}) )`,"m"),Do=/^(\[\^[^\]]*\]) ?([,.;!:?])/gm,bo=/^(>\s*)+\[![^\s]*\]/m,Zr=/^\n?(>\s*)+((```)|(~~~))/m,Ru=RegExp(/\p{L}/,"u");function it(t){return t.replace(/\$/g,"$$$$")}function Xt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function uf(t){let n=t.match(No);if(n){for(let e of n)if(e.includes("|")){let i=e.indexOf("|"),r=e.substring(0,i+1)+e.substring(i+1,e.length-2).trim()+"]]";t=t.replace(e,r)}}return t}function df(t){let n=or(t);if(n.length===0)return t;for(let e of n)t=In(t,e.startIndex,e.endIndex);return t}function _o(t){let n=t.match(/^#\s+(.*)/m);if(n&&n[1]){let e=n[1];return e=e.replaceAll(No,(i,r,s,a)=>a!=null?a.replace("|",""):s),e=e.replaceAll(ps,"$2"),qp(e)}return""}function pf(t){return[...t.matchAll(ms)].map(n=>n[2])}function mf(t){let n="(?:|%%)",e="";return t?e+="disable":e+="enable",new RegExp(n.replace("{ENDING_TEXT}",e),"g")}var zo=Symbol.for("yaml.alias"),Po=Symbol.for("yaml.document"),Bt=Symbol.for("yaml.map"),Fu=Symbol.for("yaml.pair"),mt=Symbol.for("yaml.scalar"),gn=Symbol.for("yaml.seq"),rt=Symbol.for("yaml.node.type"),Rt=t=>!!t&&typeof t=="object"&&t[rt]===zo,Ft=t=>!!t&&typeof t=="object"&&t[rt]===Po,Dt=t=>!!t&&typeof t=="object"&&t[rt]===Bt,ee=t=>!!t&&typeof t=="object"&&t[rt]===Fu,G=t=>!!t&&typeof t=="object"&&t[rt]===mt,Nt=t=>!!t&&typeof t=="object"&&t[rt]===gn;function re(t){if(t&&typeof t=="object")switch(t[rt]){case Bt:case gn:return!0}return!1}function te(t){if(t&&typeof t=="object")switch(t[rt]){case zo:case Bt:case mt:case gn:return!0}return!1}var ff=t=>(G(t)||re(t))&&!!t.anchor;var ot=Symbol("break visit"),hf=Symbol("skip children"),en=Symbol("remove node");function Yt(t,n){let e=gf(n);Ft(t)?dr(null,t.contents,e,Object.freeze([t]))===en&&(t.contents=null):dr(null,t,e,Object.freeze([]))}Yt.BREAK=ot;Yt.SKIP=hf;Yt.REMOVE=en;function dr(t,n,e,i){let r=yf(t,n,e,i);if(te(r)||ee(r))return bf(t,i,r),dr(t,r,e,i);if(typeof r!="symbol"){if(re(n)){i=Object.freeze(i.concat(n));for(let s=0;st.replace(/[!,[\]{}]/g,n=>Xb[n]),tn=class t{constructor(n,e){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,n),this.tags=Object.assign({},t.defaultTags,e)}clone(){let n=new t(this.yaml,this.tags);return n.docStart=this.docStart,n}atDocument(){let n=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return n}add(n,e){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let i=n.trim().split(/[ \t]+/),r=i.shift();switch(r){case"%TAG":{if(i.length!==2&&(e(0,"%TAG directive should contain exactly two parts"),i.length<2))return!1;let[s,a]=i;return this.tags[s]=a,!0}case"%YAML":{if(this.yaml.explicit=!0,i.length!==1)return e(0,"%YAML directive should contain exactly one part"),!1;let[s]=i;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let a=/^\d+\.\d+$/.test(s);return e(6,`Unsupported YAML version ${s}`,a),!1}}default:return e(0,`Unknown directive ${r}`,!0),!1}}tagName(n,e){if(n==="!")return"!";if(n[0]!=="!")return e(`Not a valid tag: ${n}`),null;if(n[1]==="<"){let a=n.slice(2,-1);return a==="!"||a==="!!"?(e(`Verbatim tags aren't resolved, so ${n} is invalid.`),null):(n[n.length-1]!==">"&&e("Verbatim tags must end with a >"),a)}let[,i,r]=n.match(/^(.*!)([^!]*)$/s);r||e(`The ${n} tag has no suffix`);let s=this.tags[i];if(s)try{return s+decodeURIComponent(r)}catch(a){return e(String(a)),null}return i==="!"?n:(e(`Could not resolve tag: ${n}`),null)}tagString(n){for(let[e,i]of Object.entries(this.tags))if(n.startsWith(i))return e+ek(n.substring(i.length));return n[0]==="!"?n:`!<${n}>`}toString(n){let e=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],i=Object.entries(this.tags),r;if(n&&i.length>0&&te(n.contents)){let s={};Yt(n.contents,(a,o)=>{te(o)&&o.tag&&(s[o.tag]=!0)}),r=Object.keys(s)}else r=[];for(let[s,a]of i)s==="!!"&&a==="tag:yaml.org,2002:"||(!n||r.some(o=>o.startsWith(a)))&&e.push(`%TAG ${s} ${a}`);return e.join(` +`)}};tn.defaultYaml={explicit:!1,version:"1.2"};tn.defaultTags={"!!":"tag:yaml.org,2002:"};function qo(t){if(/[\x00-\x19\s,[\]{}]/.test(t)){let e=`Anchor must not contain whitespace or control characters: ${JSON.stringify(t)}`;throw new Error(e)}return!0}function Du(t){let n=new Set;return Yt(t,{Value(e,i){i.anchor&&n.add(i.anchor)}}),n}function Nu(t,n){for(let e=1;;++e){let i=`${t}${e}`;if(!n.has(i))return i}}function kf(t,n){let e=[],i=new Map,r=null;return{onAnchor:s=>{e.push(s),r||(r=Du(t));let a=Nu(n,r);return r.add(a),a},setAnchors:()=>{for(let s of e){let a=i.get(s);if(typeof a=="object"&&a.anchor&&(G(a.node)||re(a.node)))a.node.anchor=a.anchor;else{let o=new Error("Failed to resolve repeated object (this should not happen)");throw o.source=s,o}}},sourceObjects:i}}function zn(t,n,e,i){if(i&&typeof i=="object")if(Array.isArray(i))for(let r=0,s=i.length;rBe(i,String(r),e));if(t&&typeof t.toJSON=="function"){if(!e||!ff(t))return t.toJSON(n,e);let i={aliasCount:0,count:1,res:void 0};e.anchors.set(t,i),e.onCreate=s=>{i.res=s,delete e.onCreate};let r=t.toJSON(n,e);return e.onCreate&&e.onCreate(r),r}return typeof t=="bigint"&&!e?.keep?Number(t):t}var Pn=class{constructor(n){Object.defineProperty(this,rt,{value:n})}clone(){let n=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(n.range=this.range.slice()),n}toJS(n,{mapAsMap:e,maxAliasCount:i,onAnchor:r,reviver:s}={}){if(!Ft(n))throw new TypeError("A document argument is required");let a={anchors:new Map,doc:n,keep:!0,mapAsMap:e===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},o=Be(this,"",a);if(typeof r=="function")for(let{count:l,res:c}of a.anchors.values())r(c,l);return typeof s=="function"?zn(s,{"":o},"",o):o}};var yn=class extends Pn{constructor(n){super(zo),this.source=n,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(n){let e;return Yt(n,{Node:(i,r)=>{if(r===this)return Yt.BREAK;r.anchor===this.source&&(e=r)}}),e}toJSON(n,e){if(!e)return{source:this.source};let{anchors:i,doc:r,maxAliasCount:s}=e,a=this.resolve(r);if(!a){let l=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(l)}let o=i.get(a);if(o||(Be(a,null,e),o=i.get(a)),!o||o.res===void 0){let l="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(l)}if(s>=0&&(o.count+=1,o.aliasCount===0&&(o.aliasCount=$o(r,a,i)),o.count*o.aliasCount>s)){let l="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(l)}return o.res}toString(n,e,i){let r=`*${this.source}`;if(n){if(qo(this.source),n.options.verifyAliasOrder&&!n.anchors.has(this.source)){let s=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(s)}if(n.implicitKey)return`${r} `}return r}};function $o(t,n,e){if(Rt(n)){let i=n.resolve(t),r=e&&i&&e.get(i);return r?r.count*r.aliasCount:0}else if(re(n)){let i=0;for(let r of n.items){let s=$o(t,r,e);s>i&&(i=s)}return i}else if(ee(n)){let i=$o(t,n.key,e),r=$o(t,n.value,e);return Math.max(i,r)}return 1}var Uo=t=>!t||typeof t!="function"&&typeof t!="object",z=class extends Pn{constructor(n){super(mt),this.value=n}toJSON(n,e){return e?.keep?this.value:Be(this.value,n,e)}toString(){return String(this.value)}};z.BLOCK_FOLDED="BLOCK_FOLDED";z.BLOCK_LITERAL="BLOCK_LITERAL";z.PLAIN="PLAIN";z.QUOTE_DOUBLE="QUOTE_DOUBLE";z.QUOTE_SINGLE="QUOTE_SINGLE";var tk="tag:yaml.org,2002:";function nk(t,n,e){if(n){let i=e.filter(s=>s.tag===n),r=i.find(s=>!s.format)??i[0];if(!r)throw new Error(`Tag ${n} not found`);return r}return e.find(i=>i.identify?.(t)&&!i.format)}function bn(t,n,e){if(Ft(t)&&(t=t.contents),te(t))return t;if(ee(t)){let d=e.schema[Bt].createNode?.(e.schema,null,e);return d.items.push(t),d}(t instanceof String||t instanceof Number||t instanceof Boolean||typeof BigInt<"u"&&t instanceof BigInt)&&(t=t.valueOf());let{aliasDuplicateObjects:i,onAnchor:r,onTagObj:s,schema:a,sourceObjects:o}=e,l;if(i&&t&&typeof t=="object"){if(l=o.get(t),l)return l.anchor||(l.anchor=r(t)),new yn(l.anchor);l={anchor:null,node:null},o.set(t,l)}n?.startsWith("!!")&&(n=tk+n.slice(2));let c=nk(t,n,a.tags);if(!c){if(t&&typeof t.toJSON=="function"&&(t=t.toJSON()),!t||typeof t!="object"){let d=new z(t);return l&&(l.node=d),d}c=t instanceof Map?a[Bt]:Symbol.iterator in Object(t)?a[gn]:a[Bt]}s&&(s(c),delete e.onTagObj);let u=c?.createNode?c.createNode(e.schema,t,e):typeof c?.nodeClass?.from=="function"?c.nodeClass.from(e.schema,t,e):new z(t);return n?u.tag=n:c.default||(u.tag=c.tag),l&&(l.node=u),u}function gs(t,n,e){let i=e;for(let r=n.length-1;r>=0;--r){let s=n[r];if(typeof s=="number"&&Number.isInteger(s)&&s>=0){let a=[];a[s]=i,i=a}else i=new Map([[s,i]])}return bn(i,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:t,sourceObjects:new Map})}var fr=t=>t==null||typeof t=="object"&&!!t[Symbol.iterator]().next().done,mr=class extends Pn{constructor(n,e){super(n),Object.defineProperty(this,"schema",{value:e,configurable:!0,enumerable:!1,writable:!0})}clone(n){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return n&&(e.schema=n),e.items=e.items.map(i=>te(i)||ee(i)?i.clone(n):i),this.range&&(e.range=this.range.slice()),e}addIn(n,e){if(fr(n))this.add(e);else{let[i,...r]=n,s=this.get(i,!0);if(re(s))s.addIn(r,e);else if(s===void 0&&this.schema)this.set(i,gs(this.schema,r,e));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}deleteIn(n){let[e,...i]=n;if(i.length===0)return this.delete(e);let r=this.get(e,!0);if(re(r))return r.deleteIn(i);throw new Error(`Expected YAML collection at ${e}. Remaining path: ${i}`)}getIn(n,e){let[i,...r]=n,s=this.get(i,!0);return r.length===0?!e&&G(s)?s.value:s:re(s)?s.getIn(r,e):void 0}hasAllNullValues(n){return this.items.every(e=>{if(!ee(e))return!1;let i=e.value;return i==null||n&&G(i)&&i.value==null&&!i.commentBefore&&!i.comment&&!i.tag})}hasIn(n){let[e,...i]=n;if(i.length===0)return this.has(e);let r=this.get(e,!0);return re(r)?r.hasIn(i):!1}setIn(n,e){let[i,...r]=n;if(r.length===0)this.set(i,e);else{let s=this.get(i,!0);if(re(s))s.setIn(r,e);else if(s===void 0&&this.schema)this.set(i,gs(this.schema,r,e));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}};var wf=t=>t.replace(/^(?!$)(?: $)?/gm,"#");function Lt(t,n){return/^\n+$/.test(t)?t.substring(1):n?t.replace(/^(?! *$)/gm,n):t}var nn=(t,n,e)=>t.endsWith(` +`)?Lt(e,n):e.includes(` +`)?` +`+Lt(e,n):(t.endsWith(" ")?"":" ")+e;var Yu="flow",jo="block",ys="quoted";function bs(t,n,e="flow",{indentAtStart:i,lineWidth:r=80,minContentWidth:s=20,onFold:a,onOverflow:o}={}){if(!r||r<0)return t;rr-Math.max(2,s)?c.push(0):d=r-i);let p,m,f=!1,h=-1,g=-1,b=-1;e===jo&&(h=vf(t,h,n.length),h!==-1&&(d=h+l));for(let L;L=t[h+=1];){if(e===ys&&L==="\\"){switch(g=h,t[h+1]){case"x":h+=3;break;case"u":h+=5;break;case"U":h+=9;break;default:h+=1}b=h}if(L===` +`)e===jo&&(h=vf(t,h,n.length)),d=h+n.length+l,p=void 0;else{if(L===" "&&m&&m!==" "&&m!==` +`&&m!==" "){let T=t[h+1];T&&T!==" "&&T!==` +`&&T!==" "&&(p=h)}if(h>=d)if(p)c.push(p),d=p+l,p=void 0;else if(e===ys){for(;m===" "||m===" ";)m=L,L=t[h+=1],f=!0;let T=h>b+1?h-2:g-1;if(u[T])return t;c.push(T),u[T]=!0,d=T+l,p=void 0}else f=!0}m=L}if(f&&o&&o(),c.length===0)return t;a&&a();let w=t.slice(0,c[0]);for(let L=0;L({indentAtStart:n?t.indent.length:t.indentAtStart,lineWidth:t.options.lineWidth,minContentWidth:t.options.minContentWidth}),Go=t=>/^(%|---|\.\.\.)/m.test(t);function ik(t,n,e){if(!n||n<0)return!1;let i=n-e,r=t.length;if(r<=i)return!1;for(let s=0,a=0;si)return!0;if(a=s+1,r-a<=i)return!1}return!0}function ks(t,n){let e=JSON.stringify(t);if(n.options.doubleQuotedAsJSON)return e;let{implicitKey:i}=n,r=n.options.doubleQuotedMinMultiLineLength,s=n.indent||(Go(t)?" ":""),a="",o=0;for(let l=0,c=e[l];c;c=e[++l])if(c===" "&&e[l+1]==="\\"&&e[l+2]==="n"&&(a+=e.slice(o,l)+"\\ ",l+=1,o=l,c="\\"),c==="\\")switch(e[l+1]){case"u":{a+=e.slice(o,l);let u=e.substr(l+2,4);switch(u){case"0000":a+="\\0";break;case"0007":a+="\\a";break;case"000b":a+="\\v";break;case"001b":a+="\\e";break;case"0085":a+="\\N";break;case"00a0":a+="\\_";break;case"2028":a+="\\L";break;case"2029":a+="\\P";break;default:u.substr(0,2)==="00"?a+="\\x"+u.substr(2):a+=e.substr(l,6)}l+=5,o=l+1}break;case"n":if(i||e[l+2]==='"'||e.length +`;let d,p;for(p=e.length;p>0;--p){let M=e[p-1];if(M!==` +`&&M!==" "&&M!==" ")break}let m=e.substring(p),f=m.indexOf(` +`);f===-1?d="-":e===m||f!==m.length-1?(d="+",s&&s()):d="",m&&(e=e.slice(0,-m.length),m[m.length-1]===` +`&&(m=m.slice(0,-1)),m=m.replace(_u,`$&${c}`));let h=!1,g,b=-1;for(g=0;g{S=!0});let C=bs(`${w}${M}${m}`,c,jo,O);if(!S)return`>${T} +${c}${C}`}return e=e.replace(/\n+/g,`$&${c}`),`|${T} +${c}${w}${e}${m}`}function rk(t,n,e,i){let{type:r,value:s}=t,{actualString:a,implicitKey:o,indent:l,indentStep:c,inFlow:u}=n;if(o&&s.includes(` +`)||u&&/[[\]{},]/.test(s))return hr(s,n);if(!s||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return o||u||!s.includes(` +`)?hr(s,n):Vo(t,n,e,i);if(!o&&!u&&r!==z.PLAIN&&s.includes(` +`))return Vo(t,n,e,i);if(Go(s)){if(l==="")return n.forceBlockIndent=!0,Vo(t,n,e,i);if(o&&l===c)return hr(s,n)}let d=s.replace(/\n+/g,`$& +${l}`);if(a){let p=h=>h.default&&h.tag!=="tag:yaml.org,2002:str"&&h.test?.test(d),{compat:m,tags:f}=n.doc.schema;if(f.some(p)||m?.some(p))return hr(s,n)}return o?d:bs(d,l,Yu,Wo(n,!1))}function kn(t,n,e,i){let{implicitKey:r,inFlow:s}=n,a=typeof t.value=="string"?t:Object.assign({},t,{value:String(t.value)}),{type:o}=t;o!==z.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(a.value)&&(o=z.QUOTE_DOUBLE);let l=u=>{switch(u){case z.BLOCK_FOLDED:case z.BLOCK_LITERAL:return r||s?hr(a.value,n):Vo(a,n,e,i);case z.QUOTE_DOUBLE:return ks(a.value,n);case z.QUOTE_SINGLE:return Ku(a.value,n);case z.PLAIN:return rk(a,n,e,i);default:return null}},c=l(o);if(c===null){let{defaultKeyType:u,defaultStringType:d}=n.options,p=r&&u||d;if(c=l(p),c===null)throw new Error(`Unsupported default string type ${p}`)}return c}function Qo(t,n){let e=Object.assign({blockQuote:!0,commentString:wf,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},t.schema.toStringOptions,n),i;switch(e.collectionStyle){case"block":i=!1;break;case"flow":i=!0;break;default:i=null}return{anchors:new Set,doc:t,flowCollectionPadding:e.flowCollectionPadding?" ":"",indent:"",indentStep:typeof e.indent=="number"?" ".repeat(e.indent):" ",inFlow:i,options:e}}function sk(t,n){if(n.tag){let r=t.filter(s=>s.tag===n.tag);if(r.length>0)return r.find(s=>s.format===n.format)??r[0]}let e,i;if(G(n)){i=n.value;let r=t.filter(s=>s.identify?.(i));if(r.length>1){let s=r.filter(a=>a.test);s.length>0&&(r=s)}e=r.find(s=>s.format===n.format)??r.find(s=>!s.format)}else i=n,e=t.find(r=>r.nodeClass&&i instanceof r.nodeClass);if(!e){let r=i?.constructor?.name??typeof i;throw new Error(`Tag not resolved for ${r} value`)}return e}function ak(t,n,{anchors:e,doc:i}){if(!i.directives)return"";let r=[],s=(G(t)||re(t))&&t.anchor;s&&qo(s)&&(e.add(s),r.push(`&${s}`));let a=t.tag?t.tag:n.default?null:n.tag;return a&&r.push(i.directives.tagString(a)),r.join(" ")}function wn(t,n,e,i){if(ee(t))return t.toString(n,e,i);if(Rt(t)){if(n.doc.directives)return t.toString(n);if(n.resolvedAliases?.has(t))throw new TypeError("Cannot stringify circular structure without alias nodes");n.resolvedAliases?n.resolvedAliases.add(t):n.resolvedAliases=new Set([t]),t=t.resolve(n.doc)}let r,s=te(t)?t:n.doc.createNode(t,{onTagObj:l=>r=l});r||(r=sk(n.doc.schema.tags,s));let a=ak(s,r,n);a.length>0&&(n.indentAtStart=(n.indentAtStart??0)+a.length+1);let o=typeof r.stringify=="function"?r.stringify(s,n,e,i):G(s)?kn(s,n,e,i):s.toString(n,e,i);return a?G(s)||o[0]==="{"||o[0]==="["?`${a} ${o}`:`${a} +${n.indent}${o}`:o}function Lf({key:t,value:n},e,i,r){let{allNullValues:s,doc:a,indent:o,indentStep:l,options:{commentString:c,indentSeq:u,simpleKeys:d}}=e,p=te(t)&&t.comment||null;if(d){if(p)throw new Error("With simple keys, key nodes cannot have comments");if(re(t)||!te(t)&&typeof t=="object"){let O="With simple keys, collection cannot be used as a key value";throw new Error(O)}}let m=!d&&(!t||p&&n==null&&!e.inFlow||re(t)||(G(t)?t.type===z.BLOCK_FOLDED||t.type===z.BLOCK_LITERAL:typeof t=="object"));e=Object.assign({},e,{allNullValues:!1,implicitKey:!m&&(d||!s),indent:o+l});let f=!1,h=!1,g=wn(t,e,()=>f=!0,()=>h=!0);if(!m&&!e.inFlow&&g.length>1024){if(d)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");m=!0}if(e.inFlow){if(s||n==null)return f&&i&&i(),g===""?"?":m?`? ${g}`:g}else if(s&&!d||n==null&&m)return g=`? ${g}`,p&&!f?g+=nn(g,e.indent,c(p)):h&&r&&r(),g;f&&(p=null),m?(p&&(g+=nn(g,e.indent,c(p))),g=`? ${g} +${o}:`):(g=`${g}:`,p&&(g+=nn(g,e.indent,c(p))));let b,w,L;te(n)?(b=!!n.spaceBefore,w=n.commentBefore,L=n.comment):(b=!1,w=null,L=null,n&&typeof n=="object"&&(n=a.createNode(n))),e.implicitKey=!1,!m&&!p&&G(n)&&(e.indentAtStart=g.length+1),h=!1,!u&&l.length>=2&&!e.inFlow&&!m&&Nt(n)&&!n.flow&&!n.tag&&!n.anchor&&(e.indent=e.indent.substring(2));let T=!1,M=wn(n,e,()=>T=!0,()=>h=!0),S=" ";if(p||b||w){if(S=b?` +`:"",w){let O=c(w);S+=` +${Lt(O,e.indent)}`}M===""&&!e.inFlow?S===` +`&&(S=` + +`):S+=` +${e.indent}`}else if(!m&&re(n)){let O=M[0],C=M.indexOf(` +`),B=C!==-1,N=e.inFlow??n.flow??n.items.length===0;if(B||!N){let H=!1;if(B&&(O==="&"||O==="!")){let _=M.indexOf(" ");O==="&"&&_!==-1&&_t===Jo||typeof t=="symbol"&&t.description===Jo,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new z(Symbol(Jo)),{addToJSMap:Pu}),stringify:()=>Jo},Af=(t,n)=>(Kt.identify(n)||G(n)&&(!n.type||n.type===z.PLAIN)&&Kt.identify(n.value))&&t?.doc.schema.tags.some(e=>e.tag===Kt.tag&&e.default);function Pu(t,n,e){if(e=t&&Rt(e)?e.resolve(t.doc):e,Nt(e))for(let i of e.items)zu(t,n,i);else if(Array.isArray(e))for(let i of e)zu(t,n,i);else zu(t,n,e)}function zu(t,n,e){let i=t&&Rt(e)?e.resolve(t.doc):e;if(!Dt(i))throw new Error("Merge sources must be maps or map aliases");let r=i.toJSON(null,t,Map);for(let[s,a]of r)n instanceof Map?n.has(s)||n.set(s,a):n instanceof Set?n.add(s):Object.prototype.hasOwnProperty.call(n,s)||Object.defineProperty(n,s,{value:a,writable:!0,enumerable:!0,configurable:!0});return n}function Xo(t,n,{key:e,value:i}){if(te(e)&&e.addToJSMap)e.addToJSMap(t,n,i);else if(Af(t,e))Pu(t,n,i);else{let r=Be(e,"",t);if(n instanceof Map)n.set(r,Be(i,r,t));else if(n instanceof Set)n.add(r);else{let s=ok(e,r,t),a=Be(i,s,t);s in n?Object.defineProperty(n,s,{value:a,writable:!0,enumerable:!0,configurable:!0}):n[s]=a}}return n}function ok(t,n,e){if(n===null)return"";if(typeof n!="object")return String(n);if(te(t)&&e?.doc){let i=Qo(e.doc,{});i.anchors=new Set;for(let s of e.anchors.keys())i.anchors.add(s.anchor);i.inFlow=!0,i.inStringifyKey=!0;let r=t.toString(i);if(!e.mapKeyWarned){let s=JSON.stringify(r);s.length>40&&(s=s.substring(0,36)+'..."'),Zo(e.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${s}. Set mapAsMap: true to use object keys.`),e.mapKeyWarned=!0}return r}return JSON.stringify(n)}function gr(t,n,e){let i=bn(t,void 0,e),r=bn(n,void 0,e);return new Ae(i,r)}var Ae=class t{constructor(n,e=null){Object.defineProperty(this,rt,{value:Fu}),this.key=n,this.value=e}clone(n){let{key:e,value:i}=this;return te(e)&&(e=e.clone(n)),te(i)&&(i=i.clone(n)),new t(e,i)}toJSON(n,e){let i=e?.mapAsMap?new Map:{};return Xo(e,i,this)}toString(n,e,i){return n?.doc?Lf(this,n,e,i):JSON.stringify(this)}};function tl(t,n,e){return(n.inFlow??t.flow?ck:lk)(t,n,e)}function lk({comment:t,items:n},e,{blockItemPrefix:i,flowChars:r,itemIndent:s,onChompKeep:a,onComment:o}){let{indent:l,options:{commentString:c}}=e,u=Object.assign({},e,{indent:s,type:null}),d=!1,p=[];for(let f=0;fg=null,()=>d=!0);g&&(b+=nn(b,s,c(g))),d&&g&&(d=!1),p.push(i+b)}let m;if(p.length===0)m=r.start+r.end;else{m=p[0];for(let f=1;fg=null);fu||b.includes(` +`))&&(c=!0),d.push(b),u=d.length}let{start:p,end:m}=e;if(d.length===0)return p+m;if(!c){let f=d.reduce((h,g)=>h+g.length+2,2);c=n.options.lineWidth>0&&f>n.options.lineWidth}if(c){let f=p;for(let h of d)f+=h?` +${s}${r}${h}`:` +`;return`${f} +${r}${m}`}else return`${p}${a}${d.join(" ")}${a}${m}`}function el({indent:t,options:{commentString:n}},e,i,r){if(i&&r&&(i=i.replace(/^\n+/,"")),i){let s=Lt(n(i),t);e.push(s.trimStart())}}function Hn(t,n){let e=G(n)?n.value:n;for(let i of t)if(ee(i)&&(i.key===n||i.key===e||G(i.key)&&i.key.value===e))return i}var ye=class extends mr{static get tagName(){return"tag:yaml.org,2002:map"}constructor(n){super(Bt,n),this.items=[]}static from(n,e,i){let{keepUndefined:r,replacer:s}=i,a=new this(n),o=(l,c)=>{if(typeof s=="function")c=s.call(e,l,c);else if(Array.isArray(s)&&!s.includes(l))return;(c!==void 0||r)&&a.items.push(gr(l,c,i))};if(e instanceof Map)for(let[l,c]of e)o(l,c);else if(e&&typeof e=="object")for(let l of Object.keys(e))o(l,e[l]);return typeof n.sortMapEntries=="function"&&a.items.sort(n.sortMapEntries),a}add(n,e){let i;ee(n)?i=n:!n||typeof n!="object"||!("key"in n)?i=new Ae(n,n?.value):i=new Ae(n.key,n.value);let r=Hn(this.items,i.key),s=this.schema?.sortMapEntries;if(r){if(!e)throw new Error(`Key ${i.key} already set`);G(r.value)&&Uo(i.value)?r.value.value=i.value:r.value=i.value}else if(s){let a=this.items.findIndex(o=>s(i,o)<0);a===-1?this.items.push(i):this.items.splice(a,0,i)}else this.items.push(i)}delete(n){let e=Hn(this.items,n);return e?this.items.splice(this.items.indexOf(e),1).length>0:!1}get(n,e){let r=Hn(this.items,n)?.value;return(!e&&G(r)?r.value:r)??void 0}has(n){return!!Hn(this.items,n)}set(n,e){this.add(new Ae(n,e),!0)}toJSON(n,e,i){let r=i?new i:e?.mapAsMap?new Map:{};e?.onCreate&&e.onCreate(r);for(let s of this.items)Xo(e,r,s);return r}toString(n,e,i){if(!n)return JSON.stringify(this);for(let r of this.items)if(!ee(r))throw new Error(`Map items must all be pairs; found ${JSON.stringify(r)} instead`);return!n.allNullValues&&this.hasAllNullValues(!1)&&(n=Object.assign({},n,{allNullValues:!0})),tl(this,n,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:n.indent||"",onChompKeep:i,onComment:e})}};var _t={collection:"map",default:!0,nodeClass:ye,tag:"tag:yaml.org,2002:map",resolve(t,n){return Dt(t)||n("Expected a mapping for this tag"),t},createNode:(t,n,e)=>ye.from(t,n,e)};var Ze=class extends mr{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(n){super(gn,n),this.items=[]}add(n){this.items.push(n)}delete(n){let e=nl(n);return typeof e!="number"?!1:this.items.splice(e,1).length>0}get(n,e){let i=nl(n);if(typeof i!="number")return;let r=this.items[i];return!e&&G(r)?r.value:r}has(n){let e=nl(n);return typeof e=="number"&&e=0?n:null}var zt={collection:"seq",default:!0,nodeClass:Ze,tag:"tag:yaml.org,2002:seq",resolve(t,n){return Nt(t)||n("Expected a sequence for this tag"),t},createNode:(t,n,e)=>Ze.from(t,n,e)};var qn={identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify(t,n,e,i){return n=Object.assign({actualString:!0},n),kn(t,n,e,i)}};var gi={identify:t=>t==null,createNode:()=>new z(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new z(null),stringify:({source:t},n)=>typeof t=="string"&&gi.test.test(t)?t:n.options.nullStr};var ws={identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:t=>new z(t[0]==="t"||t[0]==="T"),stringify({source:t,value:n},e){if(t&&ws.test.test(t)){let i=t[0]==="t"||t[0]==="T";if(n===i)return t}return n?e.options.trueStr:e.options.falseStr}};function Je({format:t,minFractionDigits:n,tag:e,value:i}){if(typeof i=="bigint")return String(i);let r=typeof i=="number"?i:Number(i);if(!isFinite(r))return isNaN(r)?".nan":r<0?"-.inf":".inf";let s=JSON.stringify(i);if(!t&&n&&(!e||e==="tag:yaml.org,2002:float")&&/^\d/.test(s)){let a=s.indexOf(".");a<0&&(a=s.length,s+=".");let o=n-(s.length-a-1);for(;o-- >0;)s+="0"}return s}var il={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Je},rl={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t),stringify(t){let n=Number(t.value);return isFinite(n)?n.toExponential():Je(t)}},sl={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(t){let n=new z(parseFloat(t)),e=t.indexOf(".");return e!==-1&&t[t.length-1]==="0"&&(n.minFractionDigits=t.length-e-1),n},stringify:Je};var al=t=>typeof t=="bigint"||Number.isInteger(t),Hu=(t,n,e,{intAsBigInt:i})=>i?BigInt(t):parseInt(t.substring(n),e);function Sf(t,n,e){let{value:i}=t;return al(i)&&i>=0?e+i.toString(n):Je(t)}var ol={identify:t=>al(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(t,n,e)=>Hu(t,2,8,e),stringify:t=>Sf(t,8,"0o")},ll={identify:al,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(t,n,e)=>Hu(t,0,10,e),stringify:Je},cl={identify:t=>al(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(t,n,e)=>Hu(t,2,16,e),stringify:t=>Sf(t,16,"0x")};var Ef=[_t,zt,qn,gi,ws,ol,ll,cl,il,rl,sl];function Tf(t){return typeof t=="bigint"||Number.isInteger(t)}var ul=({value:t})=>JSON.stringify(t),uk=[{identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify:ul},{identify:t=>t==null,createNode:()=>new z(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:ul},{identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:t=>t==="true",stringify:ul},{identify:Tf,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(t,n,{intAsBigInt:e})=>e?BigInt(t):parseInt(t,10),stringify:({value:t})=>Tf(t)?t.toString():JSON.stringify(t)},{identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:t=>parseFloat(t),stringify:ul}],dk={default:!0,tag:"",test:/^/,resolve(t,n){return n(`Unresolved plain scalar ${JSON.stringify(t)}`),t}},xf=[_t,zt].concat(uk,dk);var vs={identify:t=>t instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(t,n){if(typeof atob=="function"){let e=atob(t.replace(/[\n\r]/g,"")),i=new Uint8Array(e.length);for(let r=0;r1&&n("Each pair must have its own sequence indicator");let r=i.items[0]||new Ae(new z(null));if(i.commentBefore&&(r.key.commentBefore=r.key.commentBefore?`${i.commentBefore} +${r.key.commentBefore}`:i.commentBefore),i.comment){let s=r.value??r.key;s.comment=s.comment?`${i.comment} +${s.comment}`:i.comment}i=r}t.items[e]=ee(i)?i:new Ae(i)}}else n("Expected a sequence for this tag");return t}function $u(t,n,e){let{replacer:i}=e,r=new Ze(t);r.tag="tag:yaml.org,2002:pairs";let s=0;if(n&&Symbol.iterator in Object(n))for(let a of n){typeof i=="function"&&(a=i.call(n,String(s++),a));let o,l;if(Array.isArray(a))if(a.length===2)o=a[0],l=a[1];else throw new TypeError(`Expected [key, value] tuple: ${a}`);else if(a&&a instanceof Object){let c=Object.keys(a);if(c.length===1)o=c[0],l=a[o];else throw new TypeError(`Expected tuple with one key, not ${c.length} keys`)}else o=a;r.items.push(gr(o,l,e))}return r}var Ls={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:qu,createNode:$u};var yr=class t extends Ze{constructor(){super(),this.add=ye.prototype.add.bind(this),this.delete=ye.prototype.delete.bind(this),this.get=ye.prototype.get.bind(this),this.has=ye.prototype.has.bind(this),this.set=ye.prototype.set.bind(this),this.tag=t.tag}toJSON(n,e){if(!e)return super.toJSON(n);let i=new Map;e?.onCreate&&e.onCreate(i);for(let r of this.items){let s,a;if(ee(r)?(s=Be(r.key,"",e),a=Be(r.value,s,e)):s=Be(r,"",e),i.has(s))throw new Error("Ordered maps must not include duplicate keys");i.set(s,a)}return i}static from(n,e,i){let r=$u(n,e,i),s=new this;return s.items=r.items,s}};yr.tag="tag:yaml.org,2002:omap";var As={collection:"seq",identify:t=>t instanceof Map,nodeClass:yr,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,n){let e=qu(t,n),i=[];for(let{key:r}of e.items)G(r)&&(i.includes(r.value)?n(`Ordered maps must not include duplicate keys: ${r.value}`):i.push(r.value));return Object.assign(new yr,e)},createNode:(t,n,e)=>yr.from(t,n,e)};function Mf({value:t,source:n},e){return n&&(t?Uu:ju).test.test(n)?n:t?e.options.trueStr:e.options.falseStr}var Uu={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new z(!0),stringify:Mf},ju={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new z(!1),stringify:Mf};var Of={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Je},Cf={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){let n=Number(t.value);return isFinite(n)?n.toExponential():Je(t)}},If={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){let n=new z(parseFloat(t.replace(/_/g,""))),e=t.indexOf(".");if(e!==-1){let i=t.substring(e+1).replace(/_/g,"");i[i.length-1]==="0"&&(n.minFractionDigits=i.length)}return n},stringify:Je};var Ss=t=>typeof t=="bigint"||Number.isInteger(t);function dl(t,n,e,{intAsBigInt:i}){let r=t[0];if((r==="-"||r==="+")&&(n+=1),t=t.substring(n).replace(/_/g,""),i){switch(e){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}let a=BigInt(t);return r==="-"?BigInt(-1)*a:a}let s=parseInt(t,e);return r==="-"?-1*s:s}function Vu(t,n,e){let{value:i}=t;if(Ss(i)){let r=i.toString(n);return i<0?"-"+e+r.substr(1):e+r}return Je(t)}var Bf={identify:Ss,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,n,e)=>dl(t,2,2,e),stringify:t=>Vu(t,2,"0b")},Rf={identify:Ss,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,n,e)=>dl(t,1,8,e),stringify:t=>Vu(t,8,"0")},Ff={identify:Ss,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,n,e)=>dl(t,0,10,e),stringify:Je},Df={identify:Ss,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,n,e)=>dl(t,2,16,e),stringify:t=>Vu(t,16,"0x")};var br=class t extends ye{constructor(n){super(n),this.tag=t.tag}add(n){let e;ee(n)?e=n:n&&typeof n=="object"&&"key"in n&&"value"in n&&n.value===null?e=new Ae(n.key,null):e=new Ae(n,null),Hn(this.items,e.key)||this.items.push(e)}get(n,e){let i=Hn(this.items,n);return!e&&ee(i)?G(i.key)?i.key.value:i.key:i}set(n,e){if(typeof e!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof e}`);let i=Hn(this.items,n);i&&!e?this.items.splice(this.items.indexOf(i),1):!i&&e&&this.items.push(new Ae(n))}toJSON(n,e){return super.toJSON(n,e,Set)}toString(n,e,i){if(!n)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},n,{allNullValues:!0}),e,i);throw new Error("Set items must all have null values")}static from(n,e,i){let{replacer:r}=i,s=new this(n);if(e&&Symbol.iterator in Object(e))for(let a of e)typeof r=="function"&&(a=r.call(e,a,a)),s.items.push(gr(a,null,i));return s}};br.tag="tag:yaml.org,2002:set";var Es={collection:"map",identify:t=>t instanceof Set,nodeClass:br,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,n,e)=>br.from(t,n,e),resolve(t,n){if(Dt(t)){if(t.hasAllNullValues(!0))return Object.assign(new br,t);n("Set items must all have null values")}else n("Expected a mapping for this tag");return t}};function Wu(t,n){let e=t[0],i=e==="-"||e==="+"?t.substring(1):t,r=a=>n?BigInt(a):Number(a),s=i.replace(/_/g,"").split(":").reduce((a,o)=>a*r(60)+r(o),r(0));return e==="-"?r(-1)*s:s}function Nf(t){let{value:n}=t,e=a=>a;if(typeof n=="bigint")e=a=>BigInt(a);else if(isNaN(n)||!isFinite(n))return Je(t);let i="";n<0&&(i="-",n*=e(-1));let r=e(60),s=[n%r];return n<60?s.unshift(0):(n=(n-s[0])/r,s.unshift(n%r),n>=60&&(n=(n-s[0])/r,s.unshift(n))),i+s.map(a=>String(a).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var pl={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,n,{intAsBigInt:e})=>Wu(t,e),stringify:Nf},ml={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>Wu(t,!1),stringify:Nf},kr={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){let n=t.match(kr.test);if(!n)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,e,i,r,s,a,o]=n.map(Number),l=n[7]?Number((n[7]+"00").substr(1,3)):0,c=Date.UTC(e,i-1,r,s||0,a||0,o||0,l),u=n[8];if(u&&u!=="Z"){let d=Wu(u,!1);Math.abs(d)<30&&(d*=60),c-=6e4*d}return new Date(c)},stringify:({value:t})=>t.toISOString().replace(/(T00:00:00)?\.000Z$/,"")};var Gu=[_t,zt,qn,gi,Uu,ju,Bf,Rf,Ff,Df,Of,Cf,If,vs,Kt,As,Ls,Es,pl,ml,kr];var Yf=new Map([["core",Ef],["failsafe",[_t,zt,qn]],["json",xf],["yaml11",Gu],["yaml-1.1",Gu]]),Kf={binary:vs,bool:ws,float:sl,floatExp:rl,floatNaN:il,floatTime:ml,int:ll,intHex:cl,intOct:ol,intTime:pl,map:_t,merge:Kt,null:gi,omap:As,pairs:Ls,seq:zt,set:Es,timestamp:kr},_f={"tag:yaml.org,2002:binary":vs,"tag:yaml.org,2002:merge":Kt,"tag:yaml.org,2002:omap":As,"tag:yaml.org,2002:pairs":Ls,"tag:yaml.org,2002:set":Es,"tag:yaml.org,2002:timestamp":kr};function fl(t,n,e){let i=Yf.get(n);if(i&&!t)return e&&!i.includes(Kt)?i.concat(Kt):i.slice();let r=i;if(!r)if(Array.isArray(t))r=[];else{let s=Array.from(Yf.keys()).filter(a=>a!=="yaml11").map(a=>JSON.stringify(a)).join(", ");throw new Error(`Unknown schema "${n}"; use one of ${s} or define customTags array`)}if(Array.isArray(t))for(let s of t)r=r.concat(s);else typeof t=="function"&&(r=t(r.slice()));return e&&(r=r.concat(Kt)),r.reduce((s,a)=>{let o=typeof a=="string"?Kf[a]:a;if(!o){let l=JSON.stringify(a),c=Object.keys(Kf).map(u=>JSON.stringify(u)).join(", ");throw new Error(`Unknown custom tag ${l}; use one of ${c}`)}return s.includes(o)||s.push(o),s},[])}var pk=(t,n)=>t.keyn.key?1:0,Ts=class t{constructor({compat:n,customTags:e,merge:i,resolveKnownTags:r,schema:s,sortMapEntries:a,toStringDefaults:o}){this.compat=Array.isArray(n)?fl(n,"compat"):n?fl(null,n):null,this.name=typeof s=="string"&&s||"core",this.knownTags=r?_f:{},this.tags=fl(e,this.name,i),this.toStringOptions=o??null,Object.defineProperty(this,Bt,{value:_t}),Object.defineProperty(this,mt,{value:qn}),Object.defineProperty(this,gn,{value:zt}),this.sortMapEntries=typeof a=="function"?a:a===!0?pk:null}clone(){let n=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return n.tags=this.tags.slice(),n}};function zf(t,n){let e=[],i=n.directives===!0;if(n.directives!==!1&&t.directives){let l=t.directives.toString(t);l?(e.push(l),i=!0):t.directives.docStart&&(i=!0)}i&&e.push("---");let r=Qo(t,n),{commentString:s}=r.options;if(t.commentBefore){e.length!==1&&e.unshift("");let l=s(t.commentBefore);e.unshift(Lt(l,""))}let a=!1,o=null;if(t.contents){if(te(t.contents)){if(t.contents.spaceBefore&&i&&e.push(""),t.contents.commentBefore){let u=s(t.contents.commentBefore);e.push(Lt(u,""))}r.forceBlockIndent=!!t.comment,o=t.contents.comment}let l=o?void 0:()=>a=!0,c=wn(t.contents,r,()=>o=null,l);o&&(c+=nn(c,"",s(o))),(c[0]==="|"||c[0]===">")&&e[e.length-1]==="---"?e[e.length-1]=`--- ${c}`:e.push(c)}else e.push(wn(t.contents,r));if(t.directives?.docEnd)if(t.comment){let l=s(t.comment);l.includes(` +`)?(e.push("..."),e.push(Lt(l,""))):e.push(`... ${l}`)}else e.push("...");else{let l=t.comment;l&&a&&(l=l.replace(/^\n+/,"")),l&&((!a||o)&&e[e.length-1]!==""&&e.push(""),e.push(Lt(s(l),"")))}return e.join(` +`)+` +`}var Pt=class t{constructor(n,e,i){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,rt,{value:Po});let r=null;typeof e=="function"||Array.isArray(e)?r=e:i===void 0&&e&&(i=e,e=void 0);let s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},i);this.options=s;let{version:a}=s;i?._directives?(this.directives=i._directives.atDocument(),this.directives.yaml.explicit&&(a=this.directives.yaml.version)):this.directives=new tn({version:a}),this.setSchema(a,i),this.contents=n===void 0?null:this.createNode(n,r,i)}clone(){let n=Object.create(t.prototype,{[rt]:{value:Po}});return n.commentBefore=this.commentBefore,n.comment=this.comment,n.errors=this.errors.slice(),n.warnings=this.warnings.slice(),n.options=Object.assign({},this.options),this.directives&&(n.directives=this.directives.clone()),n.schema=this.schema.clone(),n.contents=te(this.contents)?this.contents.clone(n.schema):this.contents,this.range&&(n.range=this.range.slice()),n}add(n){wr(this.contents)&&this.contents.add(n)}addIn(n,e){wr(this.contents)&&this.contents.addIn(n,e)}createAlias(n,e){if(!n.anchor){let i=Du(this);n.anchor=!e||i.has(e)?Nu(e||"a",i):e}return new yn(n.anchor)}createNode(n,e,i){let r;if(typeof e=="function")n=e.call({"":n},"",n),r=e;else if(Array.isArray(e)){let g=w=>typeof w=="number"||w instanceof String||w instanceof Number,b=e.filter(g).map(String);b.length>0&&(e=e.concat(b)),r=e}else i===void 0&&e&&(i=e,e=void 0);let{aliasDuplicateObjects:s,anchorPrefix:a,flow:o,keepUndefined:l,onTagObj:c,tag:u}=i??{},{onAnchor:d,setAnchors:p,sourceObjects:m}=kf(this,a||"a"),f={aliasDuplicateObjects:s??!0,keepUndefined:l??!1,onAnchor:d,onTagObj:c,replacer:r,schema:this.schema,sourceObjects:m},h=bn(n,u,f);return o&&re(h)&&(h.flow=!0),p(),h}createPair(n,e,i={}){let r=this.createNode(n,null,i),s=this.createNode(e,null,i);return new Ae(r,s)}delete(n){return wr(this.contents)?this.contents.delete(n):!1}deleteIn(n){return fr(n)?this.contents==null?!1:(this.contents=null,!0):wr(this.contents)?this.contents.deleteIn(n):!1}get(n,e){return re(this.contents)?this.contents.get(n,e):void 0}getIn(n,e){return fr(n)?!e&&G(this.contents)?this.contents.value:this.contents:re(this.contents)?this.contents.getIn(n,e):void 0}has(n){return re(this.contents)?this.contents.has(n):!1}hasIn(n){return fr(n)?this.contents!==void 0:re(this.contents)?this.contents.hasIn(n):!1}set(n,e){this.contents==null?this.contents=gs(this.schema,[n],e):wr(this.contents)&&this.contents.set(n,e)}setIn(n,e){fr(n)?this.contents=e:this.contents==null?this.contents=gs(this.schema,Array.from(n),e):wr(this.contents)&&this.contents.setIn(n,e)}setSchema(n,e={}){typeof n=="number"&&(n=String(n));let i;switch(n){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new tn({version:"1.1"}),i={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=n:this.directives=new tn({version:n}),i={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,i=null;break;default:{let r=JSON.stringify(n);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${r}`)}}if(e.schema instanceof Object)this.schema=e.schema;else if(i)this.schema=new Ts(Object.assign(i,e));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:n,jsonArg:e,mapAsMap:i,maxAliasCount:r,onAnchor:s,reviver:a}={}){let o={anchors:new Map,doc:this,keep:!n,mapAsMap:i===!0,mapKeyWarned:!1,maxAliasCount:typeof r=="number"?r:100},l=Be(this.contents,e??"",o);if(typeof s=="function")for(let{count:c,res:u}of o.anchors.values())s(u,c);return typeof a=="function"?zn(a,{"":l},"",l):l}toJSON(n,e){return this.toJS({json:!0,jsonArg:n,mapAsMap:!1,onAnchor:e})}toString(n={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in n&&(!Number.isInteger(n.indent)||Number(n.indent)<=0)){let e=JSON.stringify(n.indent);throw new Error(`"indent" option must be a positive integer, not ${e}`)}return zf(this,n)}};function wr(t){if(re(t))return!0;throw new Error("Expected a YAML collection as document contents")}var xs=class extends Error{constructor(n,e,i,r){super(),this.name=n,this.code=i,this.message=r,this.pos=e}},lt=class extends xs{constructor(n,e,i){super("YAMLParseError",n,e,i)}},Ms=class extends xs{constructor(n,e,i){super("YAMLWarning",n,e,i)}},Qu=(t,n)=>e=>{if(e.pos[0]===-1)return;e.linePos=e.pos.map(o=>n.linePos(o));let{line:i,col:r}=e.linePos[0];e.message+=` at line ${i}, column ${r}`;let s=r-1,a=t.substring(n.lineStarts[i-1],n.lineStarts[i]).replace(/[\n\r]+$/,"");if(s>=60&&a.length>80){let o=Math.min(s-39,a.length-79);a="\u2026"+a.substring(o),s-=o-1}if(a.length>80&&(a=a.substring(0,79)+"\u2026"),i>1&&/^ *$/.test(a.substring(0,s))){let o=t.substring(n.lineStarts[i-2],n.lineStarts[i-1]);o.length>80&&(o=o.substring(0,79)+`\u2026 +`),a=o+a}if(/[^ ]/.test(a)){let o=1,l=e.linePos[1];l&&l.line===i&&l.col>r&&(o=Math.max(1,Math.min(l.col-r,80-s)));let c=" ".repeat(s)+"^".repeat(o);e.message+=`: + +${a} +${c} +`}};function rn(t,{flow:n,indicator:e,next:i,offset:r,onError:s,parentIndent:a,startOnNewline:o}){let l=!1,c=o,u=o,d="",p="",m=!1,f=!1,h=null,g=null,b=null,w=null,L=null,T=null,M=null;for(let C of t)switch(f&&(C.type!=="space"&&C.type!=="newline"&&C.type!=="comma"&&s(C.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),f=!1),h&&(c&&C.type!=="comment"&&C.type!=="newline"&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),h=null),C.type){case"space":!n&&(e!=="doc-start"||i?.type!=="flow-collection")&&C.source.includes(" ")&&(h=C),u=!0;break;case"comment":{u||s(C,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let B=C.source.substring(1)||" ";d?d+=p+B:d=B,p="",c=!1;break}case"newline":c?d?d+=C.source:(!T||e!=="seq-item-ind")&&(l=!0):p+=C.source,c=!0,m=!0,(g||b)&&(w=C),u=!0;break;case"anchor":g&&s(C,"MULTIPLE_ANCHORS","A node can have at most one anchor"),C.source.endsWith(":")&&s(C.offset+C.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=C,M===null&&(M=C.offset),c=!1,u=!1,f=!0;break;case"tag":{b&&s(C,"MULTIPLE_TAGS","A node can have at most one tag"),b=C,M===null&&(M=C.offset),c=!1,u=!1,f=!0;break}case e:(g||b)&&s(C,"BAD_PROP_ORDER",`Anchors and tags must be after the ${C.source} indicator`),T&&s(C,"UNEXPECTED_TOKEN",`Unexpected ${C.source} in ${n??"collection"}`),T=C,c=e==="seq-item-ind"||e==="explicit-key-ind",u=!1;break;case"comma":if(n){L&&s(C,"UNEXPECTED_TOKEN",`Unexpected , in ${n}`),L=C,c=!1,u=!1;break}default:s(C,"UNEXPECTED_TOKEN",`Unexpected ${C.type} token`),c=!1,u=!1}let S=t[t.length-1],O=S?S.offset+S.source.length:r;return f&&i&&i.type!=="space"&&i.type!=="newline"&&i.type!=="comma"&&(i.type!=="scalar"||i.source!=="")&&s(i.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),h&&(c&&h.indent<=a||i?.type==="block-map"||i?.type==="block-seq")&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:L,found:T,spaceBefore:l,comment:d,hasNewline:m,anchor:g,tag:b,newlineAfterProp:w,end:O,start:M??O}}function $n(t){if(!t)return null;switch(t.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(t.source.includes(` +`))return!0;if(t.end){for(let n of t.end)if(n.type==="newline")return!0}return!1;case"flow-collection":for(let n of t.items){for(let e of n.start)if(e.type==="newline")return!0;if(n.sep){for(let e of n.sep)if(e.type==="newline")return!0}if($n(n.key)||$n(n.value))return!0}return!1;default:return!0}}function Os(t,n,e){if(n?.type==="flow-collection"){let i=n.end[0];i.indent===t&&(i.source==="]"||i.source==="}")&&$n(n)&&e(i,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function hl(t,n,e){let{uniqueKeys:i}=t.options;if(i===!1)return!1;let r=typeof i=="function"?i:(s,a)=>s===a||G(s)&&G(a)&&s.value===a.value;return n.some(s=>r(s.key,e))}var Pf="All mapping items must start at the same column";function Hf({composeNode:t,composeEmptyNode:n},e,i,r,s){let a=s?.nodeClass??ye,o=new a(e.schema);e.atRoot&&(e.atRoot=!1);let l=i.offset,c=null;for(let u of i.items){let{start:d,key:p,sep:m,value:f}=u,h=rn(d,{indicator:"explicit-key-ind",next:p??m?.[0],offset:l,onError:r,parentIndent:i.indent,startOnNewline:!0}),g=!h.found;if(g){if(p&&(p.type==="block-seq"?r(l,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in p&&p.indent!==i.indent&&r(l,"BAD_INDENT",Pf)),!h.anchor&&!h.tag&&!m){c=h.end,h.comment&&(o.comment?o.comment+=` +`+h.comment:o.comment=h.comment);continue}(h.newlineAfterProp||$n(p))&&r(p??d[d.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else h.found?.indent!==i.indent&&r(l,"BAD_INDENT",Pf);e.atKey=!0;let b=h.end,w=p?t(e,p,h,r):n(e,b,d,null,h,r);e.schema.compat&&Os(i.indent,p,r),e.atKey=!1,hl(e,o.items,w)&&r(b,"DUPLICATE_KEY","Map keys must be unique");let L=rn(m??[],{indicator:"map-value-ind",next:f,offset:w.range[2],onError:r,parentIndent:i.indent,startOnNewline:!p||p.type==="block-scalar"});if(l=L.end,L.found){g&&(f?.type==="block-map"&&!L.hasNewline&&r(l,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),e.options.strict&&h.startt&&(t.type==="block-map"||t.type==="block-seq");function $f({composeNode:t,composeEmptyNode:n},e,i,r,s){let a=i.start.source==="{",o=a?"flow map":"flow sequence",l=s?.nodeClass??(a?ye:Ze),c=new l(e.schema);c.flow=!0;let u=e.atRoot;u&&(e.atRoot=!1),e.atKey&&(e.atKey=!1);let d=i.offset+i.start.source.length;for(let g=0;g0){let g=sn(f,h,e.options.strict,r);g.comment&&(c.comment?c.comment+=` +`+g.comment:c.comment=g.comment),c.range=[i.offset,h,g.offset]}else c.range=[i.offset,h,h];return c}function Xu(t,n,e,i,r,s){let a=e.type==="block-map"?Hf(t,n,e,i,s):e.type==="block-seq"?qf(t,n,e,i,s):$f(t,n,e,i,s),o=a.constructor;return r==="!"||r===o.tagName?(a.tag=o.tagName,a):(r&&(a.tag=r),a)}function Uf(t,n,e,i,r){let s=i.tag,a=s?n.directives.tagName(s.source,p=>r(s,"TAG_RESOLVE_FAILED",p)):null;if(e.type==="block-seq"){let{anchor:p,newlineAfterProp:m}=i,f=p&&s?p.offset>s.offset?p:s:p??s;f&&(!m||m.offsetp.tag===a&&p.collection===o);if(!l){let p=n.schema.knownTags[a];if(p&&p.collection===o)n.schema.tags.push(Object.assign({},p,{default:!1})),l=p;else return p?.collection?r(s,"BAD_COLLECTION_TYPE",`${p.tag} used for ${o} collection, but expects ${p.collection}`,!0):r(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${a}`,!0),Xu(t,n,e,r,a)}let c=Xu(t,n,e,r,a,l),u=l.resolve?.(c,p=>r(s,"TAG_RESOLVE_FAILED",p),n.options)??c,d=te(u)?u:new z(u);return d.range=c.range,d.tag=a,l?.format&&(d.format=l.format),d}function gl(t,n,e){let i=n.offset,r=mk(n,t.options.strict,e);if(!r)return{value:"",type:null,comment:"",range:[i,i,i]};let s=r.mode===">"?z.BLOCK_FOLDED:z.BLOCK_LITERAL,a=n.source?fk(n.source):[],o=a.length;for(let h=a.length-1;h>=0;--h){let g=a[h][1];if(g===""||g==="\r")o=h;else break}if(o===0){let h=r.chomp==="+"&&a.length>0?` +`.repeat(Math.max(1,a.length-1)):"",g=i+r.length;return n.source&&(g+=n.source.length),{value:h,type:s,comment:r.comment,range:[i,g,g]}}let l=n.indent+r.indent,c=n.offset+r.length,u=0;for(let h=0;hl&&(l=g.length);else{g.length=o;--h)a[h][0].length>l&&(o=h+1);let d="",p="",m=!1;for(let h=0;hl||b[0]===" "?(p===" "?p=` +`:!m&&p===` +`&&(p=` + +`),d+=p+g.slice(l)+b,p=` +`,m=!0):b===""?p===` +`?d+=` +`:p=` +`:(d+=p+b,p=" ",m=!1)}switch(r.chomp){case"-":break;case"+":for(let h=o;he(i+p,m,f);switch(r){case"scalar":o=z.PLAIN,l=hk(s,c);break;case"single-quoted-scalar":o=z.QUOTE_SINGLE,l=gk(s,c);break;case"double-quoted-scalar":o=z.QUOTE_DOUBLE,l=yk(s,c);break;default:return e(t,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${r}`),{value:"",type:null,comment:"",range:[i,i+s.length,i+s.length]}}let u=i+s.length,d=sn(a,u,n,e);return{value:l,type:o,comment:d.comment,range:[i,u,d.offset]}}function hk(t,n){let e="";switch(t[0]){case" ":e="a tab character";break;case",":e="flow indicator character ,";break;case"%":e="directive indicator character %";break;case"|":case">":{e=`block scalar indicator ${t[0]}`;break}case"@":case"`":{e=`reserved character ${t[0]}`;break}}return e&&n(0,"BAD_SCALAR_START",`Plain value cannot start with ${e}`),jf(t)}function gk(t,n){return(t[t.length-1]!=="'"||t.length===1)&&n(t.length,"MISSING_CHAR","Missing closing 'quote"),jf(t.slice(1,-1)).replace(/''/g,"'")}function jf(t){let n,e;try{n=new RegExp(`(.*?)(?s?t.slice(s,i+1):r)}else e+=r}return(t[t.length-1]!=='"'||t.length===1)&&n(t.length,"MISSING_CHAR",'Missing closing "quote'),e}function bk(t,n){let e="",i=t[n+1];for(;(i===" "||i===" "||i===` +`||i==="\r")&&!(i==="\r"&&t[n+2]!==` +`);)i===` +`&&(e+=` +`),n+=1,i=t[n+1];return e||(e=" "),{fold:e,offset:n}}var kk={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:` +`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function wk(t,n,e,i){let r=t.substr(n,e),a=r.length===e&&/^[0-9a-fA-F]+$/.test(r)?parseInt(r,16):NaN;if(isNaN(a)){let o=t.substr(n-2,e+2);return i(n-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${o}`),o}return String.fromCodePoint(a)}function ed(t,n,e,i){let{value:r,type:s,comment:a,range:o}=n.type==="block-scalar"?gl(t,n,i):yl(n,t.options.strict,i),l=e?t.directives.tagName(e.source,d=>i(e,"TAG_RESOLVE_FAILED",d)):null,c;t.options.stringKeys&&t.atKey?c=t.schema[mt]:l?c=vk(t.schema,r,l,e,i):n.type==="scalar"?c=Lk(t,r,n,i):c=t.schema[mt];let u;try{let d=c.resolve(r,p=>i(e??n,"TAG_RESOLVE_FAILED",p),t.options);u=G(d)?d:new z(d)}catch(d){let p=d instanceof Error?d.message:String(d);i(e??n,"TAG_RESOLVE_FAILED",p),u=new z(r)}return u.range=o,u.source=r,s&&(u.type=s),l&&(u.tag=l),c.format&&(u.format=c.format),a&&(u.comment=a),u}function vk(t,n,e,i,r){if(e==="!")return t[mt];let s=[];for(let o of t.tags)if(!o.collection&&o.tag===e)if(o.default&&o.test)s.push(o);else return o;for(let o of s)if(o.test?.test(n))return o;let a=t.knownTags[e];return a&&!a.collection?(t.tags.push(Object.assign({},a,{default:!1,test:void 0})),a):(r(i,"TAG_RESOLVE_FAILED",`Unresolved tag: ${e}`,e!=="tag:yaml.org,2002:str"),t[mt])}function Lk({atKey:t,directives:n,schema:e},i,r,s){let a=e.tags.find(o=>(o.default===!0||t&&o.default==="key")&&o.test?.test(i))||e[mt];if(e.compat){let o=e.compat.find(l=>l.default&&l.test?.test(i))??e[mt];if(a.tag!==o.tag){let l=n.tagString(a.tag),c=n.tagString(o.tag),u=`Value may be parsed as either ${l} or ${c}`;s(r,"TAG_RESOLVE_FAILED",u,!0)}}return a}function Vf(t,n,e){if(n){e===null&&(e=n.length);for(let i=e-1;i>=0;--i){let r=n[i];switch(r.type){case"space":case"comment":case"newline":t-=r.source.length;continue}for(r=n[++i];r?.type==="space";)t+=r.source.length,r=n[++i];break}}return t}var Ak={composeNode:td,composeEmptyNode:bl};function td(t,n,e,i){let r=t.atKey,{spaceBefore:s,comment:a,anchor:o,tag:l}=e,c,u=!0;switch(n.type){case"alias":c=Sk(t,n,i),(o||l)&&i(n,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":c=ed(t,n,l,i),o&&(c.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":c=Uf(Ak,t,n,e,i),o&&(c.anchor=o.source.substring(1));break;default:{let d=n.type==="error"?n.message:`Unsupported token (type: ${n.type})`;i(n,"UNEXPECTED_TOKEN",d),c=bl(t,n.offset,void 0,null,e,i),u=!1}}return o&&c.anchor===""&&i(o,"BAD_ALIAS","Anchor cannot be an empty string"),r&&t.options.stringKeys&&(!G(c)||typeof c.value!="string"||c.tag&&c.tag!=="tag:yaml.org,2002:str")&&i(l??n,"NON_STRING_KEY","With stringKeys, all keys must be strings"),s&&(c.spaceBefore=!0),a&&(n.type==="scalar"&&n.source===""?c.comment=a:c.commentBefore=a),t.options.keepSourceTokens&&u&&(c.srcToken=n),c}function bl(t,n,e,i,{spaceBefore:r,comment:s,anchor:a,tag:o,end:l},c){let u={type:"scalar",offset:Vf(n,e,i),indent:-1,source:""},d=ed(t,u,o,c);return a&&(d.anchor=a.source.substring(1),d.anchor===""&&c(a,"BAD_ALIAS","Anchor cannot be an empty string")),r&&(d.spaceBefore=!0),s&&(d.comment=s,d.range[2]=l),d}function Sk({options:t},{offset:n,source:e,end:i},r){let s=new yn(e.substring(1));s.source===""&&r(n,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&r(n+e.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let a=n+e.length,o=sn(i,a,t.strict,r);return s.range=[n,a,o.offset],o.comment&&(s.comment=o.comment),s}function Wf(t,n,{offset:e,start:i,value:r,end:s},a){let o=Object.assign({_directives:n},t),l=new Pt(void 0,o),c={atKey:!1,atRoot:!0,directives:l.directives,options:l.options,schema:l.schema},u=rn(i,{indicator:"doc-start",next:r??s?.[0],offset:e,onError:a,parentIndent:0,startOnNewline:!0});u.found&&(l.directives.docStart=!0,r&&(r.type==="block-map"||r.type==="block-seq")&&!u.hasNewline&&a(u.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),l.contents=r?td(c,r,u,a):bl(c,u.end,i,null,u,a);let d=l.contents.range[2],p=sn(s,d,!1,a);return p.comment&&(l.comment=p.comment),l.range=[e,d,p.offset],l}function Cs(t){if(typeof t=="number")return[t,t+1];if(Array.isArray(t))return t.length===2?t:[t[0],t[1]];let{offset:n,source:e}=t;return[n,n+(typeof e=="string"?e.length:1)]}function Gf(t){let n="",e=!1,i=!1;for(let r=0;r{let a=Cs(e);s?this.warnings.push(new Ms(a,i,r)):this.errors.push(new lt(a,i,r))},this.directives=new tn({version:n.version||"1.2"}),this.options=n}decorate(n,e){let{comment:i,afterEmptyLine:r}=Gf(this.prelude);if(i){let s=n.contents;if(e)n.comment=n.comment?`${n.comment} +${i}`:i;else if(r||n.directives.docStart||!s)n.commentBefore=i;else if(re(s)&&!s.flow&&s.items.length>0){let a=s.items[0];ee(a)&&(a=a.key);let o=a.commentBefore;a.commentBefore=o?`${i} +${o}`:i}else{let a=s.commentBefore;s.commentBefore=a?`${i} +${a}`:i}}e?(Array.prototype.push.apply(n.errors,this.errors),Array.prototype.push.apply(n.warnings,this.warnings)):(n.errors=this.errors,n.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:Gf(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(n,e=!1,i=-1){for(let r of n)yield*this.next(r);yield*this.end(e,i)}*next(n){switch(n.type){case"directive":this.directives.add(n.source,(e,i,r)=>{let s=Cs(n);s[0]+=e,this.onError(s,"BAD_DIRECTIVE",i,r)}),this.prelude.push(n.source),this.atDirectives=!0;break;case"document":{let e=Wf(this.options,this.directives,n,this.onError);this.atDirectives&&!e.directives.docStart&&this.onError(n,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(e,!1),this.doc&&(yield this.doc),this.doc=e,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(n.source);break;case"error":{let e=n.source?`${n.message}: ${JSON.stringify(n.source)}`:n.message,i=new lt(Cs(n),"UNEXPECTED_TOKEN",e);this.atDirectives||!this.doc?this.errors.push(i):this.doc.errors.push(i);break}case"doc-end":{if(!this.doc){let i="Unexpected doc-end without preceding document";this.errors.push(new lt(Cs(n),"UNEXPECTED_TOKEN",i));break}this.doc.directives.docEnd=!0;let e=sn(n.end,n.offset+n.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),e.comment){let i=this.doc.comment;this.doc.comment=i?`${i} +${e.comment}`:e.comment}this.doc.range[2]=e.offset;break}default:this.errors.push(new lt(Cs(n),"UNEXPECTED_TOKEN",`Unsupported token ${n.type}`))}}*end(n=!1,e=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(n){let i=Object.assign({_directives:this.directives},this.options),r=new Pt(void 0,i);this.atDirectives&&this.onError(e,"MISSING_CHAR","Missing directives-end indicator line"),r.range=[0,e,e],this.decorate(r,!1),yield r}}};var vl={};Dc(vl,{BOM:()=>Bs,DOCUMENT:()=>Rs,FLOW_END:()=>Fs,SCALAR:()=>vr,createScalarToken:()=>Zf,isCollection:()=>xk,isScalar:()=>Mk,prettyToken:()=>Ok,resolveAsScalar:()=>Qf,setScalarValue:()=>Jf,stringify:()=>eh,tokenType:()=>rd,visit:()=>Un});function Qf(t,n=!0,e){if(t){let i=(r,s,a)=>{let o=typeof r=="number"?r:Array.isArray(r)?r[0]:r.offset;if(e)e(o,s,a);else throw new lt([o,o+1],s,a)};switch(t.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yl(t,n,i);case"block-scalar":return gl({options:{strict:n}},t,i)}}return null}function Zf(t,n){let{implicitKey:e=!1,indent:i,inFlow:r=!1,offset:s=-1,type:a="PLAIN"}=n,o=kn({type:a,value:t},{implicitKey:e,indent:i>0?" ".repeat(i):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}}),l=n.end??[{type:"newline",offset:-1,indent:i,source:` +`}];switch(o[0]){case"|":case">":{let c=o.indexOf(` +`),u=o.substring(0,c),d=o.substring(c+1)+` +`,p=[{type:"block-scalar-header",offset:s,indent:i,source:u}];return Xf(p,l)||p.push({type:"newline",offset:-1,indent:i,source:` +`}),{type:"block-scalar",offset:s,indent:i,props:p,source:d}}case'"':return{type:"double-quoted-scalar",offset:s,indent:i,source:o,end:l};case"'":return{type:"single-quoted-scalar",offset:s,indent:i,source:o,end:l};default:return{type:"scalar",offset:s,indent:i,source:o,end:l}}}function Jf(t,n,e={}){let{afterKey:i=!1,implicitKey:r=!1,inFlow:s=!1,type:a}=e,o="indent"in t?t.indent:null;if(i&&typeof o=="number"&&(o+=2),!a)switch(t.type){case"single-quoted-scalar":a="QUOTE_SINGLE";break;case"double-quoted-scalar":a="QUOTE_DOUBLE";break;case"block-scalar":{let c=t.props[0];if(c.type!=="block-scalar-header")throw new Error("Invalid block scalar header");a=c.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:a="PLAIN"}let l=kn({type:a,value:n},{implicitKey:r||o===null,indent:o!==null&&o>0?" ".repeat(o):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(l[0]){case"|":case">":Ek(t,l);break;case'"':nd(t,l,"double-quoted-scalar");break;case"'":nd(t,l,"single-quoted-scalar");break;default:nd(t,l,"scalar")}}function Ek(t,n){let e=n.indexOf(` +`),i=n.substring(0,e),r=n.substring(e+1)+` +`;if(t.type==="block-scalar"){let s=t.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=i,t.source=r}else{let{offset:s}=t,a="indent"in t?t.indent:-1,o=[{type:"block-scalar-header",offset:s,indent:a,source:i}];Xf(o,"end"in t?t.end:void 0)||o.push({type:"newline",offset:-1,indent:a,source:` +`});for(let l of Object.keys(t))l!=="type"&&l!=="offset"&&delete t[l];Object.assign(t,{type:"block-scalar",indent:a,props:o,source:r})}}function Xf(t,n){if(n)for(let e of n)switch(e.type){case"space":case"comment":t.push(e);break;case"newline":return t.push(e),!0}return!1}function nd(t,n,e){switch(t.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":t.type=e,t.source=n;break;case"block-scalar":{let i=t.props.slice(1),r=n.length;t.props[0].type==="block-scalar-header"&&(r-=t.props[0].source.length);for(let s of i)s.offset+=r;delete t.props,Object.assign(t,{type:e,source:n,end:i});break}case"block-map":case"block-seq":{let r={type:"newline",offset:t.offset+n.length,indent:t.indent,source:` +`};delete t.items,Object.assign(t,{type:e,source:n,end:[r]});break}default:{let i="indent"in t?t.indent:-1,r="end"in t&&Array.isArray(t.end)?t.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(t))s!=="type"&&s!=="offset"&&delete t[s];Object.assign(t,{type:e,indent:i,source:n,end:r})}}}var eh=t=>"type"in t?wl(t):kl(t);function wl(t){switch(t.type){case"block-scalar":{let n="";for(let e of t.props)n+=wl(e);return n+t.source}case"block-map":case"block-seq":{let n="";for(let e of t.items)n+=kl(e);return n}case"flow-collection":{let n=t.start.source;for(let e of t.items)n+=kl(e);for(let e of t.end)n+=e.source;return n}case"document":{let n=kl(t);if(t.end)for(let e of t.end)n+=e.source;return n}default:{let n=t.source;if("end"in t&&t.end)for(let e of t.end)n+=e.source;return n}}}function kl({start:t,key:n,sep:e,value:i}){let r="";for(let s of t)r+=s.source;if(n&&(r+=wl(n)),e)for(let s of e)r+=s.source;return i&&(r+=wl(i)),r}var id=Symbol("break visit"),Tk=Symbol("skip children"),th=Symbol("remove item");function Un(t,n){"type"in t&&t.type==="document"&&(t={start:t.start,value:t.value}),nh(Object.freeze([]),t,n)}Un.BREAK=id;Un.SKIP=Tk;Un.REMOVE=th;Un.itemAtPath=(t,n)=>{let e=t;for(let[i,r]of n){let s=e?.[i];if(s&&"items"in s)e=s.items[r];else return}return e};Un.parentCollection=(t,n)=>{let e=Un.itemAtPath(t,n.slice(0,-1)),i=n[n.length-1][0],r=e?.[i];if(r&&"items"in r)return r;throw new Error("Parent collection not found")};function nh(t,n,e){let i=e(n,t);if(typeof i=="symbol")return i;for(let r of["key","value"]){let s=n[r];if(s&&"items"in s){for(let a=0;a!!t&&"items"in t,Mk=t=>!!t&&(t.type==="scalar"||t.type==="single-quoted-scalar"||t.type==="double-quoted-scalar"||t.type==="block-scalar");function Ok(t){switch(t){case Bs:return"";case Rs:return"";case Fs:return"";case vr:return"";default:return JSON.stringify(t)}}function rd(t){switch(t){case Bs:return"byte-order-mark";case Rs:return"doc-mode";case Fs:return"flow-error-end";case vr:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case` +`:case`\r +`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}function Ht(t){switch(t){case void 0:case" ":case` +`:case"\r":case" ":return!0;default:return!1}}var ih=new Set("0123456789ABCDEFabcdef"),Ck=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),Ll=new Set(",[]{}"),Ik=new Set(` ,[]{} +\r `),sd=t=>!t||Ik.has(t),Ds=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(n,e=!1){if(n){if(typeof n!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+n:n,this.lineEndPos=null}this.atEnd=!e;let i=this.next??"stream";for(;i&&(e||this.hasChars(1));)i=yield*this.parseNext(i)}atLineEnd(){let n=this.pos,e=this.buffer[n];for(;e===" "||e===" ";)e=this.buffer[++n];return!e||e==="#"||e===` +`?!0:e==="\r"?this.buffer[n+1]===` +`:!1}charAt(n){return this.buffer[this.pos+n]}continueScalar(n){let e=this.buffer[n];if(this.indentNext>0){let i=0;for(;e===" ";)e=this.buffer[++i+n];if(e==="\r"){let r=this.buffer[i+n+1];if(r===` +`||!r&&!this.atEnd)return n+i+1}return e===` +`||i>=this.indentNext||!e&&!this.atEnd?n+i:-1}if(e==="-"||e==="."){let i=this.buffer.substr(n,3);if((i==="---"||i==="...")&&Ht(this.buffer[n+3]))return-1}return n}getLine(){let n=this.lineEndPos;return(typeof n!="number"||n!==-1&&nthis.indentValue&&!Ht(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[n,e]=this.peek(2);if(!e&&!this.atEnd)return this.setNext("block-start");if((n==="-"||n==="?"||n===":")&&Ht(e)){let i=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=i,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let n=this.getLine();if(n===null)return this.setNext("doc");let e=yield*this.pushIndicators();switch(n[e]){case"#":yield*this.pushCount(n.length-e);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(sd),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return e+=yield*this.parseBlockScalarHeader(),e+=yield*this.pushSpaces(!0),yield*this.pushCount(n.length-e),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let n,e,i=-1;do n=yield*this.pushNewline(),n>0?(e=yield*this.pushSpaces(!1),this.indentValue=i=e):e=0,e+=yield*this.pushSpaces(!0);while(n+e>0);let r=this.getLine();if(r===null)return this.setNext("flow");if((i!==-1&&i"0"&&e<="9")this.blockScalarIndent=Number(e)-1;else if(e!=="-")break}return yield*this.pushUntil(e=>Ht(e)||e==="#")}*parseBlockScalar(){let n=this.pos-1,e=0,i;e:for(let s=this.pos;i=this.buffer[s];++s)switch(i){case" ":e+=1;break;case` +`:n=s,e=0;break;case"\r":{let a=this.buffer[s+1];if(!a&&!this.atEnd)return this.setNext("block-scalar");if(a===` +`)break}default:break e}if(!i&&!this.atEnd)return this.setNext("block-scalar");if(e>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=e:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let s=this.continueScalar(n+1);if(s===-1)break;n=this.buffer.indexOf(` +`,s)}while(n!==-1);if(n===-1){if(!this.atEnd)return this.setNext("block-scalar");n=this.buffer.length}}let r=n+1;for(i=this.buffer[r];i===" ";)i=this.buffer[++r];if(i===" "){for(;i===" "||i===" "||i==="\r"||i===` +`;)i=this.buffer[++r];n=r-1}else if(!this.blockScalarKeep)do{let s=n-1,a=this.buffer[s];a==="\r"&&(a=this.buffer[--s]);let o=s;for(;a===" ";)a=this.buffer[--s];if(a===` +`&&s>=this.pos&&s+1+e>o)n=s;else break}while(!0);return yield vr,yield*this.pushToIndex(n+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let n=this.flowLevel>0,e=this.pos-1,i=this.pos-1,r;for(;r=this.buffer[++i];)if(r===":"){let s=this.buffer[i+1];if(Ht(s)||n&&Ll.has(s))break;e=i}else if(Ht(r)){let s=this.buffer[i+1];if(r==="\r"&&(s===` +`?(i+=1,r=` +`,s=this.buffer[i+1]):e=i),s==="#"||n&&Ll.has(s))break;if(r===` +`){let a=this.continueScalar(i+1);if(a===-1)break;i=Math.max(i,a-2)}}else{if(n&&Ll.has(r))break;e=i}return!r&&!this.atEnd?this.setNext("plain-scalar"):(yield vr,yield*this.pushToIndex(e+1,!0),n?"flow":"doc")}*pushCount(n){return n>0?(yield this.buffer.substr(this.pos,n),this.pos+=n,n):0}*pushToIndex(n,e){let i=this.buffer.slice(this.pos,n);return i?(yield i,this.pos+=i.length,i.length):(e&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(sd))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let n=this.flowLevel>0,e=this.charAt(1);if(Ht(e)||n&&Ll.has(e))return n?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let n=this.pos+2,e=this.buffer[n];for(;!Ht(e)&&e!==">";)e=this.buffer[++n];return yield*this.pushToIndex(e===">"?n+1:n,!1)}else{let n=this.pos+1,e=this.buffer[n];for(;e;)if(Ck.has(e))e=this.buffer[++n];else if(e==="%"&&ih.has(this.buffer[n+1])&&ih.has(this.buffer[n+2]))e=this.buffer[n+=3];else break;return yield*this.pushToIndex(n,!1)}}*pushNewline(){let n=this.buffer[this.pos];return n===` +`?yield*this.pushCount(1):n==="\r"&&this.charAt(1)===` +`?yield*this.pushCount(2):0}*pushSpaces(n){let e=this.pos-1,i;do i=this.buffer[++e];while(i===" "||n&&i===" ");let r=e-this.pos;return r>0&&(yield this.buffer.substr(this.pos,r),this.pos=e),r}*pushUntil(n){let e=this.pos,i=this.buffer[e];for(;!n(i);)i=this.buffer[++e];return yield*this.pushToIndex(e,!1)}};var Ns=class{constructor(){this.lineStarts=[],this.addNewLine=n=>this.lineStarts.push(n),this.linePos=n=>{let e=0,i=this.lineStarts.length;for(;e>1;this.lineStarts[s]=0;)switch(t[n].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;t[++n]?.type==="space";);return t.splice(n,t.length)}function sh(t){if(t.start.type==="flow-seq-start")for(let n of t.items)n.sep&&!n.value&&!yi(n.start,"explicit-key-ind")&&!yi(n.sep,"map-value-ind")&&(n.key&&(n.value=n.key),delete n.key,ah(n.value)?n.value.end?Array.prototype.push.apply(n.value.end,n.sep):n.value.end=n.sep:Array.prototype.push.apply(n.start,n.sep),delete n.sep)}var Ys=class{constructor(n){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new Ds,this.onNewLine=n}*parse(n,e=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let i of this.lexer.lex(n,e))yield*this.next(i);e||(yield*this.end())}*next(n){if(this.source=n,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=n.length;return}let e=rd(n);if(e)if(e==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=e,yield*this.step(),e){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+n.length);break;case"space":this.atNewLine&&n[0]===" "&&(this.indent+=n.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=n.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=n.length}else{let i=`Not a YAML token: ${n}`;yield*this.pop({type:"error",offset:this.offset,message:i,source:n}),this.offset+=n.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let n=this.peek(1);if(this.type==="doc-end"&&(!n||n.type!=="doc-end")){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!n)return yield*this.stream();switch(n.type){case"document":return yield*this.document(n);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(n);case"block-scalar":return yield*this.blockScalar(n);case"block-map":return yield*this.blockMap(n);case"block-seq":return yield*this.blockSequence(n);case"flow-collection":return yield*this.flowCollection(n);case"doc-end":return yield*this.documentEnd(n)}yield*this.pop()}peek(n){return this.stack[this.stack.length-n]}*pop(n){let e=n??this.stack.pop();if(!e)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield e;else{let i=this.peek(1);switch(e.type==="block-scalar"?e.indent="indent"in i?i.indent:0:e.type==="flow-collection"&&i.type==="document"&&(e.indent=0),e.type==="flow-collection"&&sh(e),i.type){case"document":i.value=e;break;case"block-scalar":i.props.push(e);break;case"block-map":{let r=i.items[i.items.length-1];if(r.value){i.items.push({start:[],key:e,sep:[]}),this.onKeyLine=!0;return}else if(r.sep)r.value=e;else{Object.assign(r,{key:e,sep:[]}),this.onKeyLine=!r.explicitKey;return}break}case"block-seq":{let r=i.items[i.items.length-1];r.value?i.items.push({start:[],value:e}):r.value=e;break}case"flow-collection":{let r=i.items[i.items.length-1];!r||r.value?i.items.push({start:[],key:e,sep:[]}):r.sep?r.value=e:Object.assign(r,{key:e,sep:[]});return}default:yield*this.pop(),yield*this.pop(e)}if((i.type==="document"||i.type==="block-map"||i.type==="block-seq")&&(e.type==="block-map"||e.type==="block-seq")){let r=e.items[e.items.length-1];r&&!r.sep&&!r.value&&r.start.length>0&&rh(r.start)===-1&&(e.indent===0||r.start.every(s=>s.type!=="comment"||s.indent=n.indent){let i=!this.onKeyLine&&this.indent===n.indent,r=i&&(e.sep||e.explicitKey)&&this.type!=="seq-item-ind",s=[];if(r&&e.sep&&!e.value){let a=[];for(let o=0;on.indent&&(a.length=0);break;default:a.length=0}}a.length>=2&&(s=e.sep.splice(a[1]))}switch(this.type){case"anchor":case"tag":r||e.value?(s.push(this.sourceToken),n.items.push({start:s}),this.onKeyLine=!0):e.sep?e.sep.push(this.sourceToken):e.start.push(this.sourceToken);return;case"explicit-key-ind":!e.sep&&!e.explicitKey?(e.start.push(this.sourceToken),e.explicitKey=!0):r||e.value?(s.push(this.sourceToken),n.items.push({start:s,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(e.explicitKey)if(e.sep)if(e.value)n.items.push({start:[],key:null,sep:[this.sourceToken]});else if(yi(e.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]});else if(ah(e.key)&&!yi(e.sep,"newline")){let a=Lr(e.start),o=e.key,l=e.sep;l.push(this.sourceToken),delete e.key,delete e.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:o,sep:l}]})}else s.length>0?e.sep=e.sep.concat(s,this.sourceToken):e.sep.push(this.sourceToken);else if(yi(e.start,"newline"))Object.assign(e,{key:null,sep:[this.sourceToken]});else{let a=Lr(e.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:null,sep:[this.sourceToken]}]})}else e.sep?e.value||r?n.items.push({start:s,key:null,sep:[this.sourceToken]}):yi(e.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):e.sep.push(this.sourceToken):Object.assign(e,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let a=this.flowScalar(this.type);r||e.value?(n.items.push({start:s,key:a,sep:[]}),this.onKeyLine=!0):e.sep?this.stack.push(a):(Object.assign(e,{key:a,sep:[]}),this.onKeyLine=!0);return}default:{let a=this.startBlockValue(n);if(a){i&&a.type!=="block-seq"&&n.items.push({start:s}),this.stack.push(a);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(n){let e=n.items[n.items.length-1];switch(this.type){case"newline":if(e.value){let i="end"in e.value?e.value.end:void 0;(Array.isArray(i)?i[i.length-1]:void 0)?.type==="comment"?i?.push(this.sourceToken):n.items.push({start:[this.sourceToken]})}else e.start.push(this.sourceToken);return;case"space":case"comment":if(e.value)n.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(e.start,n.indent)){let r=n.items[n.items.length-2]?.value?.end;if(Array.isArray(r)){Array.prototype.push.apply(r,e.start),r.push(this.sourceToken),n.items.pop();return}}e.start.push(this.sourceToken)}return;case"anchor":case"tag":if(e.value||this.indent<=n.indent)break;e.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==n.indent)break;e.value||yi(e.start,"seq-item-ind")?n.items.push({start:[this.sourceToken]}):e.start.push(this.sourceToken);return}if(this.indent>n.indent){let i=this.startBlockValue(n);if(i){this.stack.push(i);return}}yield*this.pop(),yield*this.step()}*flowCollection(n){let e=n.items[n.items.length-1];if(this.type==="flow-error-end"){let i;do yield*this.pop(),i=this.peek(1);while(i&&i.type==="flow-collection")}else if(n.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!e||e.sep?n.items.push({start:[this.sourceToken]}):e.start.push(this.sourceToken);return;case"map-value-ind":!e||e.value?n.items.push({start:[],key:null,sep:[this.sourceToken]}):e.sep?e.sep.push(this.sourceToken):Object.assign(e,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!e||e.value?n.items.push({start:[this.sourceToken]}):e.sep?e.sep.push(this.sourceToken):e.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let r=this.flowScalar(this.type);!e||e.value?n.items.push({start:[],key:r,sep:[]}):e.sep?this.stack.push(r):Object.assign(e,{key:r,sep:[]});return}case"flow-map-end":case"flow-seq-end":n.end.push(this.sourceToken);return}let i=this.startBlockValue(n);i?this.stack.push(i):(yield*this.pop(),yield*this.step())}else{let i=this.peek(2);if(i.type==="block-map"&&(this.type==="map-value-ind"&&i.indent===n.indent||this.type==="newline"&&!i.items[i.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&i.type!=="flow-collection"){let r=Al(i),s=Lr(r);sh(n);let a=n.end.splice(1,n.end.length);a.push(this.sourceToken);let o={type:"block-map",offset:n.offset,indent:n.indent,items:[{start:s,key:n,sep:a}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=o}else yield*this.lineEnd(n)}}flowScalar(n){if(this.onNewLine){let e=this.source.indexOf(` +`)+1;for(;e!==0;)this.onNewLine(this.offset+e),e=this.source.indexOf(` +`,e)+1}return{type:n,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(n){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let e=Al(n),i=Lr(e);return i.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let e=Al(n),i=Lr(e);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(n,e){return this.type!=="comment"||this.indent<=e?!1:n.every(i=>i.type==="newline"||i.type==="space")}*documentEnd(n){this.type!=="doc-mode"&&(n.end?n.end.push(this.sourceToken):n.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(n){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:n.end?n.end.push(this.sourceToken):n.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};function Bk(t){let n=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||n&&new Ns||null,prettyErrors:n}}function Sl(t,n={}){let{lineCounter:e,prettyErrors:i}=Bk(n),r=new Ys(e?.addNewLine),s=new Is(n),a=null;for(let o of s.compose(r.parse(t),!0,t.length))if(!a)a=o;else if(a.options.logLevel!=="silent"){a.errors.push(new lt(o.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return i&&e&&(a.errors.forEach(Qu(t,e)),a.warnings.forEach(Qu(t,e))),a}function El(t,n,e){let i;typeof n=="function"?i=n:e===void 0&&n&&typeof n=="object"&&(e=n);let r=Sl(t,e);if(!r)return null;if(r.warnings.forEach(s=>Zo(r.options.logLevel,s)),r.errors.length>0){if(r.options.logLevel!=="silent")throw r.errors[0];r.errors=[]}return r.toJS(Object.assign({reviver:i},e))}function Tl(t,n,e){let i=null;if(typeof n=="function"||Array.isArray(n)?i=n:e===void 0&&n&&(e=n),typeof e=="string"&&(e=e.length),typeof e=="number"){let r=Math.round(e);e=r<1?void 0:r>8?{indent:8}:{indent:r}}if(t===void 0){let{keepUndefined:r}=e??n??{};if(!r)return}return Ft(t)&&!i?t.toString(e):new Pt(t,i,e).toString(e)}var ad="tag",Ks="tags",qt=[ad,Ks],Fk="alias",od="aliases",$t=[Fk,od],ld="linter-yaml-title-alias",Ar="disabled rules";function an(t){return t.match(qe)===null&&(t=`--- +--- +`+t),t}function Sr(t){let n=t.match(qe);return n?n[1]:null}function Se(t,n){if(!t.match(qe))return t;let e=t.match(qe)[0],i=n(e);return t=t.replace(e,it(i)),t}function cd(t,n=!0){return n?new RegExp(`^([\\t ]*)${t}:[ \\t]*(\\S.*|(?:(?:\\n *- \\S.*)|((?:\\n *- *))*|(\\n([ \\t]+[^\\n]*))*)*)\\n`,"m"):new RegExp(`^${t}:[ \\t]*(\\S.*|(?:(?:\\n *- \\S.*)|((?:\\n *- *))*|(\\n([ \\t]+[^\\n]*))*)*)\\n`,"m")}function ue(t,n,e){let i=`${n}:${e} +`,r=!1,s=t.replace(cd(n),(a,o)=>(r=!0,o+i));return r||(s=`${t}${i}`),s}function be(t,n,e=!0){let i=t.match(cd(n,e));if(i==null)return null;let r=i[2];return e||(r=i[1]),r}function _s(t,n,e=!0){return t.replace(cd(n,e),"")}function ht(t){if(t==null)return null;let n=El(t.replace(/\n(\t)+/g,` + `));return n??{}}function lh(t){if(t==null)return null;let n=Sl(t.replace(/\n(\t)+/g,` + `),{keepSourceTokens:!0});return n??null}function ud(t){let n=new Pt(t.options);n.contents=new ye;let e=t.contents.srcToken;return n.contents.srcToken={offset:e.offset,type:e.type,indent:e.indent,start:e.start,end:e.end,items:[]},n}function bi(t){if(!t||!t.contents)return"";let n=t.contents.items;return!n||n.length==0?"":vl.stringify(t.contents.srcToken)}function Te(t,n,e,i,r=!1){if(typeof t=="string"&&(t=[t]),t==null||t.length===0)return Dk(n);let s=i&&(n=="multi-line"||n=="single string to multi-line"&&t.length>1);if(r||s)for(let a=0;ae!="");if(t.includes(` +`)){let n=t.split(/[ \t]*\n[ \t]*-[ \t]*/);return n.splice(0,1),n=n.filter(e=>e!=""),n==null||n.length===0?null:n}return t}function Vn(t){if(t==null)return[];let n=[],e=[];Array.isArray(t)?e=t:t.includes(",")?e=xl(t,","):e=xl(t," ");for(let i of e)n.push(i.trim());return n}function Wn(t){return typeof t=="string"?xl(t,","):t}function xl(t,n=","){if(t==""||t==null)return null;if(n.length>1)throw new Error(E("logs.invalid-delimiter-error-message"));let e=[],i="",r=0;for(;r1&&(t.startsWith("'")&&t.endsWith("'")||t.startsWith('"')&&t.endsWith('"'))}function ft(t,n,e=!1,i=!1){let r=Yk(t,n,e);if(i)return r;try{if(El(r,{logLevel:"error"})===t)return r}catch{}let s=Tl(t,{lineWidth:-1,quotingType:n,forceQuotes:e}).slice(0,-1),a=Tl(t,{lineWidth:-1,quotingType:n=='"'?"'":'"',forceQuotes:e}).slice(0,-1);return a===t||a.length{e.setIcon("plus-with-circle").setTooltip(this.addInputTooltip).onClick(()=>this.onAddInput()),e.buttonEl.addClass("clickable-icon")}).addButton(e=>{e.setIcon("reset").setTooltip(this.refreshBtnTooltip).onClick(()=>this.onRefresh()),e.buttonEl.addClass("clickable-icon")}).setClass("linter-border-bottom").setDesc(this.warning??"").descEl.addClass("mod-warning"),this.inputElDiv=this.containerEl.createDiv(),this.showInputEls()}resetInputEls(){this.inputElDiv.empty(),this.showInputEls()}};var Bh=require("obsidian");var Ee="top",Fe="bottom",Ie="right",xe="left",Ol="auto",Gn=[Ee,Fe,Ie,xe],vn="start",ki="end",dh="clippingParents",Cl="viewport",Er="popper",ph="reference",dd=Gn.reduce(function(t,n){return t.concat([n+"-"+vn,n+"-"+ki])},[]),Il=[].concat(Gn,[Ol]).reduce(function(t,n){return t.concat([n,n+"-"+vn,n+"-"+ki])},[]),Kk="beforeRead",_k="read",zk="afterRead",Pk="beforeMain",Hk="main",qk="afterMain",$k="beforeWrite",Uk="write",jk="afterWrite",mh=[Kk,_k,zk,Pk,Hk,qk,$k,Uk,jk];function _e(t){return t?(t.nodeName||"").toLowerCase():null}function fe(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var n=t.ownerDocument;return n&&n.defaultView||window}return t}function At(t){var n=fe(t).Element;return t instanceof n||t instanceof Element}function De(t){var n=fe(t).HTMLElement;return t instanceof n||t instanceof HTMLElement}function Tr(t){if(typeof ShadowRoot>"u")return!1;var n=fe(t).ShadowRoot;return t instanceof n||t instanceof ShadowRoot}function Vk(t){var n=t.state;Object.keys(n.elements).forEach(function(e){var i=n.styles[e]||{},r=n.attributes[e]||{},s=n.elements[e];!De(s)||!_e(s)||(Object.assign(s.style,i),Object.keys(r).forEach(function(a){var o=r[a];o===!1?s.removeAttribute(a):s.setAttribute(a,o===!0?"":o)}))})}function Wk(t){var n=t.state,e={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,e.popper),n.styles=e,n.elements.arrow&&Object.assign(n.elements.arrow.style,e.arrow),function(){Object.keys(n.elements).forEach(function(i){var r=n.elements[i],s=n.attributes[i]||{},a=Object.keys(n.styles.hasOwnProperty(i)?n.styles[i]:e[i]),o=a.reduce(function(l,c){return l[c]="",l},{});!De(r)||!_e(r)||(Object.assign(r.style,o),Object.keys(s).forEach(function(l){r.removeAttribute(l)}))})}}var fh={name:"applyStyles",enabled:!0,phase:"write",fn:Vk,effect:Wk,requires:["computeStyles"]};function ze(t){return t.split("-")[0]}var Ut=Math.max,wi=Math.min,Ln=Math.round;function xr(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(n){return n.brand+"/"+n.version}).join(" "):navigator.userAgent}function zs(){return!/^((?!chrome|android).)*safari/i.test(xr())}function St(t,n,e){n===void 0&&(n=!1),e===void 0&&(e=!1);var i=t.getBoundingClientRect(),r=1,s=1;n&&De(t)&&(r=t.offsetWidth>0&&Ln(i.width)/t.offsetWidth||1,s=t.offsetHeight>0&&Ln(i.height)/t.offsetHeight||1);var a=At(t)?fe(t):window,o=a.visualViewport,l=!zs()&&e,c=(i.left+(l&&o?o.offsetLeft:0))/r,u=(i.top+(l&&o?o.offsetTop:0))/s,d=i.width/r,p=i.height/s;return{width:d,height:p,top:u,right:c+d,bottom:u+p,left:c,x:c,y:u}}function vi(t){var n=St(t),e=t.offsetWidth,i=t.offsetHeight;return Math.abs(n.width-e)<=1&&(e=n.width),Math.abs(n.height-i)<=1&&(i=n.height),{x:t.offsetLeft,y:t.offsetTop,width:e,height:i}}function Ps(t,n){var e=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(e&&Tr(e)){var i=n;do{if(i&&t.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function st(t){return fe(t).getComputedStyle(t)}function pd(t){return["table","td","th"].indexOf(_e(t))>=0}function Ue(t){return((At(t)?t.ownerDocument:t.document)||window.document).documentElement}function An(t){return _e(t)==="html"?t:t.assignedSlot||t.parentNode||(Tr(t)?t.host:null)||Ue(t)}function hh(t){return!De(t)||st(t).position==="fixed"?null:t.offsetParent}function Gk(t){var n=/firefox/i.test(xr()),e=/Trident/i.test(xr());if(e&&De(t)){var i=st(t);if(i.position==="fixed")return null}var r=An(t);for(Tr(r)&&(r=r.host);De(r)&&["html","body"].indexOf(_e(r))<0;){var s=st(r);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||n&&s.willChange==="filter"||n&&s.filter&&s.filter!=="none")return r;r=r.parentNode}return null}function jt(t){for(var n=fe(t),e=hh(t);e&&pd(e)&&st(e).position==="static";)e=hh(e);return e&&(_e(e)==="html"||_e(e)==="body"&&st(e).position==="static")?n:e||Gk(t)||n}function Li(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Ai(t,n,e){return Ut(t,wi(n,e))}function gh(t,n,e){var i=Ai(t,n,e);return i>e?e:i}function Hs(){return{top:0,right:0,bottom:0,left:0}}function qs(t){return Object.assign({},Hs(),t)}function $s(t,n){return n.reduce(function(e,i){return e[i]=t,e},{})}var Qk=function(n,e){return n=typeof n=="function"?n(Object.assign({},e.rects,{placement:e.placement})):n,qs(typeof n!="number"?n:$s(n,Gn))};function Zk(t){var n,e=t.state,i=t.name,r=t.options,s=e.elements.arrow,a=e.modifiersData.popperOffsets,o=ze(e.placement),l=Li(o),c=[xe,Ie].indexOf(o)>=0,u=c?"height":"width";if(!(!s||!a)){var d=Qk(r.padding,e),p=vi(s),m=l==="y"?Ee:xe,f=l==="y"?Fe:Ie,h=e.rects.reference[u]+e.rects.reference[l]-a[l]-e.rects.popper[u],g=a[l]-e.rects.reference[l],b=jt(s),w=b?l==="y"?b.clientHeight||0:b.clientWidth||0:0,L=h/2-g/2,T=d[m],M=w-p[u]-d[f],S=w/2-p[u]/2+L,O=Ai(T,S,M),C=l;e.modifiersData[i]=(n={},n[C]=O,n.centerOffset=O-S,n)}}function Jk(t){var n=t.state,e=t.options,i=e.element,r=i===void 0?"[data-popper-arrow]":i;r!=null&&(typeof r=="string"&&(r=n.elements.popper.querySelector(r),!r)||Ps(n.elements.popper,r)&&(n.elements.arrow=r))}var yh={name:"arrow",enabled:!0,phase:"main",fn:Zk,effect:Jk,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Et(t){return t.split("-")[1]}var Xk={top:"auto",right:"auto",bottom:"auto",left:"auto"};function ew(t,n){var e=t.x,i=t.y,r=n.devicePixelRatio||1;return{x:Ln(e*r)/r||0,y:Ln(i*r)/r||0}}function bh(t){var n,e=t.popper,i=t.popperRect,r=t.placement,s=t.variation,a=t.offsets,o=t.position,l=t.gpuAcceleration,c=t.adaptive,u=t.roundOffsets,d=t.isFixed,p=a.x,m=p===void 0?0:p,f=a.y,h=f===void 0?0:f,g=typeof u=="function"?u({x:m,y:h}):{x:m,y:h};m=g.x,h=g.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),L=xe,T=Ee,M=window;if(c){var S=jt(e),O="clientHeight",C="clientWidth";if(S===fe(e)&&(S=Ue(e),st(S).position!=="static"&&o==="absolute"&&(O="scrollHeight",C="scrollWidth")),S=S,r===Ee||(r===xe||r===Ie)&&s===ki){T=Fe;var B=d&&S===M&&M.visualViewport?M.visualViewport.height:S[O];h-=B-i.height,h*=l?1:-1}if(r===xe||(r===Ee||r===Fe)&&s===ki){L=Ie;var N=d&&S===M&&M.visualViewport?M.visualViewport.width:S[C];m-=N-i.width,m*=l?1:-1}}var H=Object.assign({position:o},c&&Xk),_=u===!0?ew({x:m,y:h},fe(e)):{x:m,y:h};if(m=_.x,h=_.y,l){var Y;return Object.assign({},H,(Y={},Y[T]=w?"0":"",Y[L]=b?"0":"",Y.transform=(M.devicePixelRatio||1)<=1?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",Y))}return Object.assign({},H,(n={},n[T]=w?h+"px":"",n[L]=b?m+"px":"",n.transform="",n))}function tw(t){var n=t.state,e=t.options,i=e.gpuAcceleration,r=i===void 0?!0:i,s=e.adaptive,a=s===void 0?!0:s,o=e.roundOffsets,l=o===void 0?!0:o,c={placement:ze(n.placement),variation:Et(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:r,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,bh(Object.assign({},c,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:a,roundOffsets:l})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,bh(Object.assign({},c,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var kh={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:tw,data:{}};var Bl={passive:!0};function nw(t){var n=t.state,e=t.instance,i=t.options,r=i.scroll,s=r===void 0?!0:r,a=i.resize,o=a===void 0?!0:a,l=fe(n.elements.popper),c=[].concat(n.scrollParents.reference,n.scrollParents.popper);return s&&c.forEach(function(u){u.addEventListener("scroll",e.update,Bl)}),o&&l.addEventListener("resize",e.update,Bl),function(){s&&c.forEach(function(u){u.removeEventListener("scroll",e.update,Bl)}),o&&l.removeEventListener("resize",e.update,Bl)}}var wh={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:nw,data:{}};var iw={left:"right",right:"left",bottom:"top",top:"bottom"};function Mr(t){return t.replace(/left|right|bottom|top/g,function(n){return iw[n]})}var rw={start:"end",end:"start"};function Rl(t){return t.replace(/start|end/g,function(n){return rw[n]})}function Si(t){var n=fe(t),e=n.pageXOffset,i=n.pageYOffset;return{scrollLeft:e,scrollTop:i}}function Ei(t){return St(Ue(t)).left+Si(t).scrollLeft}function md(t,n){var e=fe(t),i=Ue(t),r=e.visualViewport,s=i.clientWidth,a=i.clientHeight,o=0,l=0;if(r){s=r.width,a=r.height;var c=zs();(c||!c&&n==="fixed")&&(o=r.offsetLeft,l=r.offsetTop)}return{width:s,height:a,x:o+Ei(t),y:l}}function fd(t){var n,e=Ue(t),i=Si(t),r=(n=t.ownerDocument)==null?void 0:n.body,s=Ut(e.scrollWidth,e.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),a=Ut(e.scrollHeight,e.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),o=-i.scrollLeft+Ei(t),l=-i.scrollTop;return st(r||e).direction==="rtl"&&(o+=Ut(e.clientWidth,r?r.clientWidth:0)-s),{width:s,height:a,x:o,y:l}}function Ti(t){var n=st(t),e=n.overflow,i=n.overflowX,r=n.overflowY;return/auto|scroll|overlay|hidden/.test(e+r+i)}function Fl(t){return["html","body","#document"].indexOf(_e(t))>=0?t.ownerDocument.body:De(t)&&Ti(t)?t:Fl(An(t))}function Qn(t,n){var e;n===void 0&&(n=[]);var i=Fl(t),r=i===((e=t.ownerDocument)==null?void 0:e.body),s=fe(i),a=r?[s].concat(s.visualViewport||[],Ti(i)?i:[]):i,o=n.concat(a);return r?o:o.concat(Qn(An(a)))}function Or(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function sw(t,n){var e=St(t,!1,n==="fixed");return e.top=e.top+t.clientTop,e.left=e.left+t.clientLeft,e.bottom=e.top+t.clientHeight,e.right=e.left+t.clientWidth,e.width=t.clientWidth,e.height=t.clientHeight,e.x=e.left,e.y=e.top,e}function vh(t,n,e){return n===Cl?Or(md(t,e)):At(n)?sw(n,e):Or(fd(Ue(t)))}function aw(t){var n=Qn(An(t)),e=["absolute","fixed"].indexOf(st(t).position)>=0,i=e&&De(t)?jt(t):t;return At(i)?n.filter(function(r){return At(r)&&Ps(r,i)&&_e(r)!=="body"}):[]}function hd(t,n,e,i){var r=n==="clippingParents"?aw(t):[].concat(n),s=[].concat(r,[e]),a=s[0],o=s.reduce(function(l,c){var u=vh(t,c,i);return l.top=Ut(u.top,l.top),l.right=wi(u.right,l.right),l.bottom=wi(u.bottom,l.bottom),l.left=Ut(u.left,l.left),l},vh(t,a,i));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}function Us(t){var n=t.reference,e=t.element,i=t.placement,r=i?ze(i):null,s=i?Et(i):null,a=n.x+n.width/2-e.width/2,o=n.y+n.height/2-e.height/2,l;switch(r){case Ee:l={x:a,y:n.y-e.height};break;case Fe:l={x:a,y:n.y+n.height};break;case Ie:l={x:n.x+n.width,y:o};break;case xe:l={x:n.x-e.width,y:o};break;default:l={x:n.x,y:n.y}}var c=r?Li(r):null;if(c!=null){var u=c==="y"?"height":"width";switch(s){case vn:l[c]=l[c]-(n[u]/2-e[u]/2);break;case ki:l[c]=l[c]+(n[u]/2-e[u]/2);break;default:}}return l}function Vt(t,n){n===void 0&&(n={});var e=n,i=e.placement,r=i===void 0?t.placement:i,s=e.strategy,a=s===void 0?t.strategy:s,o=e.boundary,l=o===void 0?dh:o,c=e.rootBoundary,u=c===void 0?Cl:c,d=e.elementContext,p=d===void 0?Er:d,m=e.altBoundary,f=m===void 0?!1:m,h=e.padding,g=h===void 0?0:h,b=qs(typeof g!="number"?g:$s(g,Gn)),w=p===Er?ph:Er,L=t.rects.popper,T=t.elements[f?w:p],M=hd(At(T)?T:T.contextElement||Ue(t.elements.popper),l,u,a),S=St(t.elements.reference),O=Us({reference:S,element:L,strategy:"absolute",placement:r}),C=Or(Object.assign({},L,O)),B=p===Er?C:S,N={top:M.top-B.top+b.top,bottom:B.bottom-M.bottom+b.bottom,left:M.left-B.left+b.left,right:B.right-M.right+b.right},H=t.modifiersData.offset;if(p===Er&&H){var _=H[r];Object.keys(N).forEach(function(Y){var j=[Ie,Fe].indexOf(Y)>=0?1:-1,V=[Ee,Fe].indexOf(Y)>=0?"y":"x";N[Y]+=_[V]*j})}return N}function gd(t,n){n===void 0&&(n={});var e=n,i=e.placement,r=e.boundary,s=e.rootBoundary,a=e.padding,o=e.flipVariations,l=e.allowedAutoPlacements,c=l===void 0?Il:l,u=Et(i),d=u?o?dd:dd.filter(function(f){return Et(f)===u}):Gn,p=d.filter(function(f){return c.indexOf(f)>=0});p.length===0&&(p=d);var m=p.reduce(function(f,h){return f[h]=Vt(t,{placement:h,boundary:r,rootBoundary:s,padding:a})[ze(h)],f},{});return Object.keys(m).sort(function(f,h){return m[f]-m[h]})}function ow(t){if(ze(t)===Ol)return[];var n=Mr(t);return[Rl(t),n,Rl(n)]}function lw(t){var n=t.state,e=t.options,i=t.name;if(!n.modifiersData[i]._skip){for(var r=e.mainAxis,s=r===void 0?!0:r,a=e.altAxis,o=a===void 0?!0:a,l=e.fallbackPlacements,c=e.padding,u=e.boundary,d=e.rootBoundary,p=e.altBoundary,m=e.flipVariations,f=m===void 0?!0:m,h=e.allowedAutoPlacements,g=n.options.placement,b=ze(g),w=b===g,L=l||(w||!f?[Mr(g)]:ow(g)),T=[g].concat(L).reduce(function(Oe,We){return Oe.concat(ze(We)===Ol?gd(n,{placement:We,boundary:u,rootBoundary:d,padding:c,flipVariations:f,allowedAutoPlacements:h}):We)},[]),M=n.rects.reference,S=n.rects.popper,O=new Map,C=!0,B=T[0],N=0;N=0,V=j?"width":"height",X=Vt(n,{placement:H,boundary:u,rootBoundary:d,altBoundary:p,padding:c}),ie=j?Y?Ie:xe:Y?Fe:Ee;M[V]>S[V]&&(ie=Mr(ie));var je=Mr(ie),Ne=[];if(s&&Ne.push(X[_]<=0),o&&Ne.push(X[ie]<=0,X[je]<=0),Ne.every(function(Oe){return Oe})){B=H,C=!1;break}O.set(H,Ne)}if(C)for(var v=f?3:1,Ve=function(We){var un=T.find(function(dn){var pe=O.get(dn);if(pe)return pe.slice(0,We).every(function(pn){return pn})});if(un)return B=un,"break"},Xe=v;Xe>0;Xe--){var A=Ve(Xe);if(A==="break")break}n.placement!==B&&(n.modifiersData[i]._skip=!0,n.placement=B,n.reset=!0)}}var Lh={name:"flip",enabled:!0,phase:"main",fn:lw,requiresIfExists:["offset"],data:{_skip:!1}};function Ah(t,n,e){return e===void 0&&(e={x:0,y:0}),{top:t.top-n.height-e.y,right:t.right-n.width+e.x,bottom:t.bottom-n.height+e.y,left:t.left-n.width-e.x}}function Sh(t){return[Ee,Ie,Fe,xe].some(function(n){return t[n]>=0})}function cw(t){var n=t.state,e=t.name,i=n.rects.reference,r=n.rects.popper,s=n.modifiersData.preventOverflow,a=Vt(n,{elementContext:"reference"}),o=Vt(n,{altBoundary:!0}),l=Ah(a,i),c=Ah(o,r,s),u=Sh(l),d=Sh(c);n.modifiersData[e]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}var Eh={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:cw};function uw(t,n,e){var i=ze(t),r=[xe,Ee].indexOf(i)>=0?-1:1,s=typeof e=="function"?e(Object.assign({},n,{placement:t})):e,a=s[0],o=s[1];return a=a||0,o=(o||0)*r,[xe,Ie].indexOf(i)>=0?{x:o,y:a}:{x:a,y:o}}function dw(t){var n=t.state,e=t.options,i=t.name,r=e.offset,s=r===void 0?[0,0]:r,a=Il.reduce(function(u,d){return u[d]=uw(d,n.rects,s),u},{}),o=a[n.placement],l=o.x,c=o.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=l,n.modifiersData.popperOffsets.y+=c),n.modifiersData[i]=a}var Th={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:dw};function pw(t){var n=t.state,e=t.name;n.modifiersData[e]=Us({reference:n.rects.reference,element:n.rects.popper,strategy:"absolute",placement:n.placement})}var xh={name:"popperOffsets",enabled:!0,phase:"read",fn:pw,data:{}};function yd(t){return t==="x"?"y":"x"}function mw(t){var n=t.state,e=t.options,i=t.name,r=e.mainAxis,s=r===void 0?!0:r,a=e.altAxis,o=a===void 0?!1:a,l=e.boundary,c=e.rootBoundary,u=e.altBoundary,d=e.padding,p=e.tether,m=p===void 0?!0:p,f=e.tetherOffset,h=f===void 0?0:f,g=Vt(n,{boundary:l,rootBoundary:c,padding:d,altBoundary:u}),b=ze(n.placement),w=Et(n.placement),L=!w,T=Li(b),M=yd(T),S=n.modifiersData.popperOffsets,O=n.rects.reference,C=n.rects.popper,B=typeof h=="function"?h(Object.assign({},n.rects,{placement:n.placement})):h,N=typeof B=="number"?{mainAxis:B,altAxis:B}:Object.assign({mainAxis:0,altAxis:0},B),H=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,_={x:0,y:0};if(S){if(s){var Y,j=T==="y"?Ee:xe,V=T==="y"?Fe:Ie,X=T==="y"?"height":"width",ie=S[T],je=ie+g[j],Ne=ie-g[V],v=m?-C[X]/2:0,Ve=w===vn?O[X]:C[X],Xe=w===vn?-C[X]:-O[X],A=n.elements.arrow,Oe=m&&A?vi(A):{width:0,height:0},We=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:Hs(),un=We[j],dn=We[V],pe=Ai(0,O[X],Oe[X]),pn=L?O[X]/2-v-pe-un-N.mainAxis:Ve-pe-un-N.mainAxis,kt=L?-O[X]/2+v+pe+dn+N.mainAxis:Xe+pe+dn+N.mainAxis,Zt=n.elements.arrow&&jt(n.elements.arrow),On=Zt?T==="y"?Zt.clientTop||0:Zt.clientLeft||0:0,tr=(Y=H?.[T])!=null?Y:0,Za=ie+pn-tr-On,Ja=ie+kt-tr,Hr=Ai(m?wi(je,Za):je,ie,m?Ut(Ne,Ja):Ne);S[T]=Hr,_[T]=Hr-ie}if(o){var Xa,eo=T==="x"?Ee:xe,to=T==="x"?Fe:Ie,mn=S[M],nr=M==="y"?"height":"width",no=mn+g[eo],io=mn-g[to],qr=[Ee,xe].indexOf(b)!==-1,I=(Xa=H?.[M])!=null?Xa:0,D=qr?no:mn-O[nr]-C[nr]-I+N.altAxis,W=qr?mn+O[nr]+C[nr]-I-N.altAxis:io,J=m&&qr?gh(D,mn,W):Ai(m?D:no,mn,m?W:io);S[M]=J,_[M]=J-mn}n.modifiersData[i]=_}}var Mh={name:"preventOverflow",enabled:!0,phase:"main",fn:mw,requiresIfExists:["offset"]};function bd(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function kd(t){return t===fe(t)||!De(t)?Si(t):bd(t)}function fw(t){var n=t.getBoundingClientRect(),e=Ln(n.width)/t.offsetWidth||1,i=Ln(n.height)/t.offsetHeight||1;return e!==1||i!==1}function wd(t,n,e){e===void 0&&(e=!1);var i=De(n),r=De(n)&&fw(n),s=Ue(n),a=St(t,r,e),o={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(i||!i&&!e)&&((_e(n)!=="body"||Ti(s))&&(o=kd(n)),De(n)?(l=St(n,!0),l.x+=n.clientLeft,l.y+=n.clientTop):s&&(l.x=Ei(s))),{x:a.left+o.scrollLeft-l.x,y:a.top+o.scrollTop-l.y,width:a.width,height:a.height}}function hw(t){var n=new Map,e=new Set,i=[];t.forEach(function(s){n.set(s.name,s)});function r(s){e.add(s.name);var a=[].concat(s.requires||[],s.requiresIfExists||[]);a.forEach(function(o){if(!e.has(o)){var l=n.get(o);l&&r(l)}}),i.push(s)}return t.forEach(function(s){e.has(s.name)||r(s)}),i}function vd(t){var n=hw(t);return mh.reduce(function(e,i){return e.concat(n.filter(function(r){return r.phase===i}))},[])}function Ld(t){var n;return function(){return n||(n=new Promise(function(e){Promise.resolve().then(function(){n=void 0,e(t())})})),n}}function Ad(t){var n=t.reduce(function(e,i){var r=e[i.name];return e[i.name]=r?Object.assign({},r,i,{options:Object.assign({},r.options,i.options),data:Object.assign({},r.data,i.data)}):i,e},{});return Object.keys(n).map(function(e){return n[e]})}var Oh={placement:"bottom",modifiers:[],strategy:"absolute"};function Ch(){for(var t=arguments.length,n=new Array(t),e=0;e(t%n+n)%n,Ed=class{constructor(n,e,i){this.owner=n,this.containerEl=e,e.on("click",".suggestion-item",this.onSuggestionClick.bind(this)),e.on("mousemove",".suggestion-item",this.onSuggestionMouseover.bind(this)),i.register([],"ArrowUp",r=>{if(!r.isComposing)return this.setSelectedItem(this.selectedItem-1,!0),!1}),i.register([],"ArrowDown",r=>{if(!r.isComposing)return this.setSelectedItem(this.selectedItem+1,!0),!1}),i.register([],"Enter",r=>{if(!r.isComposing)return this.useSelectedItem(r),!1})}onSuggestionClick(n,e){n.preventDefault();let i=this.suggestions.indexOf(e);this.setSelectedItem(i,!1),this.useSelectedItem(n)}onSuggestionMouseover(n,e){let i=this.suggestions.indexOf(e);this.setSelectedItem(i,!1)}setSuggestions(n){this.containerEl.empty();let e=[];n.forEach(i=>{let r=this.containerEl.createDiv("suggestion-item");this.owner.renderSuggestion(i,r),e.push(r)}),this.values=n,this.suggestions=e,this.setSelectedItem(0,!1)}useSelectedItem(n){let e=this.values[this.selectedItem];e&&this.owner.selectSuggestion(e,n)}setSelectedItem(n,e){let i=yw(n,this.suggestions.length),r=this.suggestions[this.selectedItem],s=this.suggestions[i];r?.removeClass("is-selected"),s?.addClass("is-selected"),this.selectedItem=i,e&&s.scrollIntoView(!1)}},Zn=class{constructor(n,e){this.app=n,this.inputEl=e,this.scope=new Bh.Scope,this.suggestEl=createDiv("suggestion-container");let i=this.suggestEl.createDiv("suggestion");this.suggest=new Ed(this,i,this.scope),this.scope.register([],"Escape",this.close.bind(this)),this.inputEl.addEventListener("input",this.onInputChanged.bind(this)),this.inputEl.addEventListener("focus",this.onInputChanged.bind(this)),this.inputEl.addEventListener("blur",this.close.bind(this)),this.suggestEl.on("mousedown",".suggestion-container",r=>{r.preventDefault()})}onInputChanged(){let n=this.inputEl.value,e=this.getSuggestions(n);if(!e){this.close();return}e.length>0?(this.suggest.setSuggestions(e),this.open(this.app.dom.appContainerEl,this.inputEl)):this.close()}open(n,e){this.app.keymap.pushScope(this.scope),n.appendChild(this.suggestEl),this.popper=Sd(e,this.suggestEl,{placement:"bottom-start",modifiers:[{name:"sameWidth",enabled:!0,fn:({state:i,instance:r})=>{let s=`${i.rects.reference.width}px`;i.styles.popper.width!==s&&(i.styles.popper.width=s,r.update())},phase:"beforeWrite",requires:["computeStyles"]}]})}close(){this.app.keymap.popScope(this.scope),this.suggest.setSuggestions([]),this.popper&&this.popper.destroy(),this.suggestEl.detach()}};var Rh=require("obsidian"),js=class extends Zn{constructor(e,i,r=[]){super(e,i);this.app=e;this.inputEl=i;this.valuesToExclude=r}getSuggestions(e){let i=this.app.vault.getAllLoadedFiles().filter(o=>o instanceof Rh.TFile&&o.path.endsWith(".md")).map(o=>o.path);if(!i)return[];let r=i.filter(o=>!this.valuesToExclude.includes(o)||o===this.inputEl.getAttribute("fileName")),s=[],a=e.toLowerCase();return r.forEach(o=>{o.toLowerCase().contains(a)&&s.push(o)}),s}renderSuggestion(e,i){i.setText(e)}selectSuggestion(e){this.inputEl.setAttribute("fileName",e),this.inputEl.value=e,this.inputEl.trigger("input"),this.close()}};var Fh=require("obsidian");var Dl=class extends Fh.Modal{constructor(n,e){if(super(n),this.modalEl.addClass("confirm-modal"),this.contentEl.createEl("h3",{text:E("parse-results-heading-text"),cls:"modal-heading"}),e?.customReplacements.size>0){this.contentEl.createEl("p",{text:E("file-parse-description-text").replace("{FILE}",e.filePath)}).id="confirm-dialog";let i=this.contentEl.createDiv().createEl("table",{cls:"markdown-rendered"}),r=i.createEl("tr");r.createEl("th",{text:E("find-header-text")}),r.createEl("th",{text:E("replace-header-text")});let s;for(let a of e.customReplacements)s=i.createEl("tr"),s.createEl("td",{text:a[0]}),s.createEl("td",{text:a[1]})}else this.contentEl.createEl("p",{text:E("no-parsed-values-found-text").replaceAll("{FILE}",e.filePath),cls:"modal-warn"});this.contentEl.createDiv("modal-button-container",i=>{i.createEl("button",{text:E("close-button-text")}).addEventListener("click",()=>this.close())})}};var Nl=class extends Ml{constructor(e,i,r,s,a,o){super(e,E(a),E(o),E("options.custom-auto-correct.warning-text").replace("{NAME}",E("rules.auto-correct-common-misspellings.name")),E("options.custom-auto-correct.add-new-replacement-file-tooltip"),E("options.custom-auto-correct.refresh-tooltip-text"),r,s,()=>{this.selectedFiles=[];for(let c of this.filesPicked)this.selectedFiles.push(c.filePath);let l={filePath:"",customReplacements:null};this.filesPicked.push(l),this.selectedFiles.push(""),this.saveSettings(),this.addPickedFile(l,this.filesPicked.length-1,!0)},async()=>{for(let l of this.filesPicked)if(l.filePath!=""){let c=this.getFileFromPath(l.filePath);c&&(l.customReplacements=ar(ui(await this.app.vault.cachedRead(c))))}});this.filesPicked=i;this.selectedFiles=[];this.display(),this.inputElDiv.addClass("linter-folder-ignore-container")}showInputEls(){this.filesPicked.forEach((e,i)=>{this.addPickedFile(e,i)})}addPickedFile(e,i,r=!1){let s;new Cr.Setting(this.inputElDiv).addSearch(o=>{new js(this.app,o.inputEl,this.selectedFiles),o.setPlaceholder(E("options.custom-auto-correct.file-search-placeholder-text")).setValue(e.filePath).onChange(async l=>{let c=l;if(c===""||c===o.inputEl.getAttribute("fileName")){let u=this.getFileFromPath(c);e.filePath=c,u?(e.customReplacements=ar(ui(await this.app.vault.read(u))),s.disabled=!1,s.extraSettingsEl.addClass("clickable-icon")):(s.disabled=!0,e.customReplacements=null,s.extraSettingsEl.removeClass("clickable-icon")),this.filesPicked[i]=e,this.saveSettings()}}),o.inputEl.setAttr("tabIndex",i),o.inputEl.addClass("linter-folder-ignore"),r&&o.inputEl.focus()}).addExtraButton(o=>{s=o,o.setIcon("info").setTooltip(E("options.custom-auto-correct.show-parsed-contents-tooltip")).onClick(()=>{new Dl(this.app,e).open()}),e.filePath===""&&(o.disabled=!0,o.extraSettingsEl.removeClass("clickable-icon"))}).addExtraButton(o=>{o.setIcon("trash").setTooltip(E("options.custom-auto-correct.delete-tooltip")).onClick(()=>{this.filesPicked.splice(i,1),this.saveSettings(),this.resetInputEls()})}).settingEl.addClass("linter-no-border")}getFileFromPath(e){let i=this.app.vault.getAbstractFileByPath((0,Cr.normalizePath)(e));return i instanceof Cr.TFile?i:null}};var Jn=class{constructor(n,e,i,r,s){this.configKey=n;this.nameKey=e;this.descriptionKey=i;this.defaultValue=r;s&&(this.ruleAlias=s)}getName(){return E(this.nameKey)??""}getDescription(){return E(this.descriptionKey)??""}getSearchInfo(){return{name:this.getName(),description:this.getDescription()}}setOption(n,e){e.ruleConfigs[this.ruleAlias][this.configKey]=n}parseNameAndDescriptionAndRemoveSettingBorder(){ct(this.getName(),this.setting.nameEl),ct(this.getDescription(),this.setting.descEl),this.setting.settingEl.addClass("linter-no-border"),this.setting.descEl.addClass("linter-no-padding-top")}hide(){Re(this.setting.settingEl)}unhide(){$e(this.setting.settingEl)}},Xn=class extends Jn{constructor(e,i,r,s,a,o){super(e,i,r,s,a);this.onChange=o}display(e,i,r){this.setting=new Ir.Setting(e).addToggle(s=>{this.toggleComponent=s,s.setValue(i.ruleConfigs[this.ruleAlias][this.configKey]),s.onChange(a=>{this.setOption(a,i),r.settings=i,this.onChange&&this.onChange(a,r.app),r.saveSettings()})}),this.parseNameAndDescriptionAndRemoveSettingBorder()}getValue(){return this.toggleComponent.getValue()}setValue(e){this.toggleComponent.setValue(e)}},Vs=class extends Jn{display(n,e,i){this.setting=new Ir.Setting(n).addText(r=>{r.setValue(e.ruleConfigs[this.ruleAlias][this.configKey]),r.onChange(s=>{this.setOption(s,e),i.settings=e,i.saveSettings()})}),this.parseNameAndDescriptionAndRemoveSettingBorder()}},Yl=class extends Jn{display(n,e,i){this.setting=new Ir.Setting(n).addTextArea(r=>{r.setValue(e.ruleConfigs[this.ruleAlias][this.configKey]),r.onChange(s=>{this.setOption(s,e),i.settings=e,i.saveSettings()})}),this.parseNameAndDescriptionAndRemoveSettingBorder()}},Kl=class extends Jn{display(n,e,i){this.setting=new Ir.Setting(n).addMomentFormat(r=>{r.setValue(e.ruleConfigs[this.ruleAlias][this.configKey]),r.setPlaceholder("dddd, MMMM Do YYYY, h:mm:ss a"),r.onChange(s=>{this.setOption(s,e),i.settings=e,i.saveSettings()})}),this.parseNameAndDescriptionAndRemoveSettingBorder()}},_l=class{constructor(n,e){this.value=n,this.description=e}getDisplayValue(){return E(this.value)??""}},zl=class extends Jn{constructor(n,e,i,r,s,a){super(n,e,i,r,a),this.options=s}getSearchInfo(){return{name:this.getName(),description:this.getDescription(),options:this.options}}display(n,e,i){this.setting=new Ir.Setting(n).addDropdown(r=>{for(let s of this.options)r.addOption(s.value.replace("enums.",""),s.getDisplayValue());r.setValue(e.ruleConfigs[this.ruleAlias][this.configKey]),r.onChange(s=>{this.setOption(s,e),i.settings=e,i.saveSettings()})}),this.parseNameAndDescriptionAndRemoveSettingBorder()}},Pl=class extends Jn{constructor(n,e,i,r){super(n,e,i,[],r)}display(n,e,i){e.ruleConfigs[this.ruleAlias][this.configKey]=e.ruleConfigs[this.ruleAlias][this.configKey]??[],this.settingEl=n.createDiv(),new Nl(this.settingEl,e.ruleConfigs[this.ruleAlias][this.configKey],i.app,()=>{i.saveSettings()},this.nameKey,this.descriptionKey)}hide(){Re(this.settingEl)}unhide(){$e(this.settingEl)}};var Br=class t extends Error{constructor(n,e){super(n),this.cause=e??null,this.stack=e.stack??null,Object.setPrototypeOf(this,t.prototype)}};var y={code:{replaceAction:"code",placeholder:"{CODE_BLOCK_PLACEHOLDER}"},inlineCode:{replaceAction:"inlineCode",placeholder:"{INLINE_CODE_BLOCK_PLACEHOLDER}"},image:{replaceAction:"image",placeholder:"{IMAGE_PLACEHOLDER}"},thematicBreak:{replaceAction:"thematicBreak",placeholder:"{HORIZONTAL_RULE_PLACEHOLDER}"},italics:{replaceAction:"emphasis",placeholder:"{ITALICS_PLACEHOLDER}"},bold:{replaceAction:"strong",placeholder:"{STRONG_PLACEHOLDER}"},list:{replaceAction:"list",placeholder:"{LIST_PLACEHOLDER}"},blockquote:{replaceAction:"blockquote",placeholder:"{BLOCKQUOTE_PLACEHOLDER}"},math:{replaceAction:"math",placeholder:"{MATH_PLACEHOLDER}"},inlineMath:{replaceAction:"inlineMath",placeholder:"{INLINE_MATH_PLACEHOLDER}"},html:{replaceAction:"html",placeholder:"{HTML_PLACEHOLDER}"},heading:{replaceAction:"heading",placeholder:"{HEADING_PLACEHOLDER}"},yaml:{replaceAction:qe,placeholder:it(`--- +---`)},wikiLink:{replaceAction:No,placeholder:"{WIKI_LINK_PLACEHOLDER}"},obsidianMultiLineComments:{replaceAction:ef,placeholder:"{OBSIDIAN_COMMENT_PLACEHOLDER}"},footnoteAtStartOfLine:{replaceAction:Do,placeholder:"{FOOTNOTE_AT_START_OF_LINE_PLACEHOLDER}"},footnoteAfterATask:{replaceAction:/- \[.] (\[\^\w+\]) ?([,.;!:?])/gm,placeholder:"{FOOTNOTE_AFTER_A_TASK_PLACEHOLDER}"},url:{replaceAction:_n,placeholder:"{URL_PLACEHOLDER}"},anchorTag:{replaceAction:nf,placeholder:"{ANCHOR_PLACEHOLDER}"},templaterCommand:{replaceAction:lf,placeholder:"{TEMPLATER_PLACEHOLDER}"},link:{replaceAction:ww,placeholder:"{REGULAR_LINK_PLACEHOLDER}"},tag:{replaceAction:vw,placeholder:"#tag-placeholder"},table:{replaceAction:Lw,placeholder:"{TABLE_PLACEHOLDER}"},customIgnore:{replaceAction:Aw,placeholder:"{CUSTOM_IGNORE_PLACEHOLDER}"}};function ke(t,n,e){let i=[],r=[];for(let s of t){if(typeof s.replaceAction=="string")[r,n]=bw(n,s.placeholder,s.replaceAction);else if(s.replaceAction instanceof RegExp)[r,n]=kw(n,s.placeholder,s.replaceAction);else if(typeof s.replaceAction=="function"){let a=s.replaceAction;[r,n]=a(n,s.placeholder)}i.push({replacedValues:r,placeholder:s.placeholder})}return n=e(n),i=i.reverse(),i!=null&&i.length>0&&i.forEach(s=>{s.replacedValues.forEach(a=>{n=n.replace(new RegExp(s.placeholder,"i"),it(a))})}),n}function bw(t,n,e){let i=Le(e,t),r=[];e==="list"&&(i=Sw(i));for(let s of i){let a=t.substring(s.start.offset,s.end.offset);r.push(a)}for(let s of i)t=ce(t,s.start.offset,s.end.offset,n);return r.reverse(),[r,t]}function kw(t,n,e){let i=t.match(e),r=[];if(e.flags.includes("g")){if(t=t.replaceAll(e,n),i)for(let s of i)r.push(s)}else t=t.replace(e,n),i&&r.push(i[0]);return[r,t]}function ww(t,n){let e=Le("link",t),i=[],r=[];for(let s of e){if(s==null)continue;let a=t.substring(s.start.offset,s.end.offset);a.match(ps)&&(r.push(s),i.push(a))}for(let s of r)t=ce(t,s.start.offset,s.end.offset,n);return i.reverse(),[i,t]}function vw(t,n){let e=[];return t=t.replace(ms,(i,r,s)=>(e.push(s),r+n)),[e,t]}function Lw(t,n){let e=or(t),i=new Array(e.length),r=0,s=i.length;for(let a of e)i[s-1-r++]=t.substring(a.startIndex,a.endIndex);for(let a of e)t=ce(t,a.startIndex,a.endIndex,n);return[i,t]}function Aw(t,n){let e=$m(t),i=new Array(e.length),r=0,s=i.length;for(let a of e)i[s-1-r++]=t.substring(a.startIndex,a.endIndex);for(let a of e)t=ce(t,a.startIndex,a.endIndex,n);return[i,t]}function Sw(t){if(t.length<2)return t;let n=t.pop(),e=null,i=[n];for(;t.length>0;)e=t.pop(),(n.start.offset>=e.end.offset||e.start.offset>=n.end.offset)&&(i.unshift(e),n=e);return i}var K=(a=>(a.YAML="YAML",a.HEADING="Heading",a.FOOTNOTE="Footnote",a.CONTENT="Content",a.SPACING="Spacing",a.PASTE="Paste",a))(K||{}),Hl=class{constructor(n,e,i,r,s,a,o=[],l=!1,c=[],u=null){this.nameKey=n;this.descriptionKey=e;this.settingsKey=i;this.alias=r;this.type=s;this.applyAfterIgnore=a;this.options=o;this.hasSpecialExecutionOrder=l;this.ignoreTypes=c;this.ruleHeading=this.getName().toLowerCase().replaceAll(" ","-"),o.unshift(new Xn("enabled",this.descriptionKey,"",!1,r,(d,p)=>{if(d&&u&&u(d,p),o.length>1)for(let m=1;mthis.applyAfterIgnore(i,e))}};var Nh=Object.values(K);function ql(t){let n=Sr(t);if(n===null)return[[],!1];let e=ch(n);return e.includes("all")?[on.map(i=>i.alias),!0]:[e,!1]}var on=[],gt={},xi=new Map;function Yh(t){on.push(t),gt[t.alias]=t,xi.has(t.type)?xi.get(t.type).push(t):xi.set(t.type,[t])}function Kh(){on.sort((t,n)=>Nh.indexOf(t.type)-Nh.indexOf(n.type)||t.settingsKey.localeCompare(n.settingsKey))}function $l(t,n){let e;throw t instanceof lt?(e=t.toString(),e=E("logs.wrapper-yaml-error").replace("{ERROR_MESSAGE}",e.substring(e.indexOf(":")+1))):e=E("logs.wrapper-unknown-error").replace("{ERROR_MESSAGE}",t.message),new Br(`"${n}" encountered an ${e}`,t)}var Pr=oi(_h());function Ew(t){for(var n=[],e=1;ei.option),n.hasSpecialExecutionOrder,n.ignoreTypes,n.disableConflictingOptions);P(at,Fr).set(this.name,e),P(at,Ws).set(n.alias,n)}return P(at,Fr).get(this.name)}static applyIfEnabledBase(n,e,i,r){let s=n.getOptions(i);if(s[n.enabledOptionName()]){li(n.alias);let a=Object.assign({},s,r);et(`${E("logs.run-rule-text")} ${n.getName()}`);try{let o=n.apply(e,a);return Cn(n.alias),o.length>Ph?et(o.slice(0,Ph-1)+"..."):et(o),[o,!0]}catch(o){Cn(n.alias),$l(o,n.getName())}}else return[e,!1]}static getBuilderByName(n){return P(at,Ws).get(n)}static setNoSettingControl(n,e){P(at,ei).has(n)||P(at,ei).set(n,[]),P(at,ei).get(n).push(e)}static hasSettingControl(n,e){return!P(at,ei).has(n)||!P(at,ei).get(n).includes(e)}};Fr=new WeakMap,Ws=new WeakMap,ei=new WeakMap,Ce(at,Fr,new Map),Ce(at,Ws,new Map),Ce(at,ei,new Map);var ti=at,k=class extends ti{constructor(n){super(),this.alias=n.nameKey.substring(6,n.nameKey.length-5),this.settingsKey=this.alias,this.nameKey=n.nameKey,this.descriptionKey=n.descriptionKey,this.type=n.type,this.hasSpecialExecutionOrder=n.hasSpecialExecutionOrder??!1,this.disableConflictingOptions=n.disableConflictingOptions??null,n.ruleIgnoreTypes?this.ignoreTypes=[y.customIgnore,...n.ruleIgnoreTypes]:this.ignoreTypes=[y.customIgnore]}static register(n){let e=n.getRule();Yh(e)}safeApply(n,e){return this.apply(n,this.buildRuleOptions(e))}buildRuleOptions(n){n=n??{};let e=new this.OptionsClass,i=Object.assign(e,n);for(let r of this.optionBuilders)r.setRuleOption(i,n);return i}static applyIfEnabled(n,e,i,r){let s=this.getRule();return i.includes(s.alias)?(et(s.alias+" "+E("logs.disabled-text")),[n,!1]):ti.applyIfEnabledBase(s,n,e,r)}static getRuleOptions(n){let e=ti.getRule.bind(this)(),i=new this,r=e.getOptions(n);return i.buildRuleOptions(r)}static noSettingControl(){return(n,e)=>{let i=n.constructor.name;ti.setNoSettingControl(i,e)}}};var Dr,Sn=class{constructor(n){Ce(this,Dr,void 0);this.OptionsClass=n.OptionsClass;let e=n.nameKey.split(".");e.length==1?this.configKey=e[0]:this.configKey=e[e.length-2],this.nameKey=n.nameKey,this.descriptionKey=n.descriptionKey,this.optionsKey=n.optionsKey}get defaultValue(){return new this.OptionsClass()[this.optionsKey]}get option(){return P(this,Dr)||Ye(this,Dr,this.buildOption()),P(this,Dr)}setRuleOption(n,e){let i=e[this.configKey];i!==void 0&&(n[this.optionsKey]=i)}};Dr=new WeakMap;var $=class extends Sn{constructor(n){super(n),this.onChange=n.onChange??null}buildOption(){return new Xn(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue,null,this.onChange)}},Ul=class extends Sn{buildOption(){return new Vs(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue)}},ne=class extends Sn{constructor(n){super(n),this.records=n.records.map(e=>new _l("enums."+e.value,e.description))}buildOption(){return new zl(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue,this.records)}},he=class extends Sn{constructor(n){super(n),this.separator=n.separator??` +`,this.splitter=n.splitter??/\n/}buildOption(){return new Yl(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue.join(this.separator))}setRuleOption(n,e){if(e[this.configKey]!==void 0){let i=e[this.configKey].split(this.splitter).filter(function(r){return r!=""});n[this.optionsKey]=i}}},Me=class extends Sn{buildOption(){return new Vs(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue)}},jl=class extends Sn{buildOption(){return new Kl(this.configKey,this.nameKey,this.descriptionKey,this.defaultValue)}},Vl=class extends Sn{buildOption(){return new Pl(this.configKey,this.nameKey,this.descriptionKey)}};var Td=class{},ni=class extends k{constructor(){super({nameKey:"rules.add-blank-line-after-yaml.name",descriptionKey:"rules.add-blank-line-after-yaml.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return Td}apply(n,e){let i=n.match(qe);if(i===null)return n;let r=i[0],s=n.indexOf(r)+r.length;return s+1>=n.length||n.trimEnd()===r.trimEnd()||n.charAt(s+1)===` +`?n:n.replace(r,r+` +`)}get optionBuilders(){return[]}};ni=x([k.register],ni);var Mi=class{constructor(){this.ignoreWords=[];this.extraAutoCorrectFiles=[];this.skipWordsWithMultipleCapitals=!1;this.misspellingToCorrection=new Map}};x([k.noSettingControl()],Mi.prototype,"misspellingToCorrection",2);var Oi=class extends k{constructor(){super({nameKey:"rules.auto-correct-common-misspellings.name",descriptionKey:"rules.auto-correct-common-misspellings.description",type:"Content",hasSpecialExecutionOrder:!0,ruleIgnoreTypes:[y.yaml,y.code,y.inlineCode,y.math,y.inlineMath,y.link,y.wikiLink,y.tag,y.image,y.url]})}get OptionsClass(){return Mi}apply(n,e){return n.replaceAll(rf,i=>this.replaceWordWithCorrectCasing(i,e))}replaceWordWithCorrectCasing(n,e){let i=n.toLowerCase();if(e.ignoreWords.includes(i)||e.skipWordsWithMultipleCapitals&&n.length>1&&i.substring(1)!==n.substring(1))return n;if(e.misspellingToCorrection.has(i))return this.determineCorrectedWord(n,e.misspellingToCorrection.get(i));if(e.extraAutoCorrectFiles){for(let r=0;rthis.updateBlockquoteLines(i,this.addSpaceToIndicator)):Bu(n,i=>this.updateBlockquoteLines(i,this.removeSpaceFromIndicator))}removeSpaceFromIndicator(n,e){return e?n.replace(/>[ \t]+>/g,">>"):n.replace(/>[ \t]+/g,">")}addSpaceToIndicator(n,e){let i=n.replace(/>([^ ]|$)/g,"> $1").replace(/>>/g,"> >");return e?i:i.replace(/>(?:[ \t]{2,}|\t+)/g,"> ")}updateBlockquoteLines(n,e){let i=0,r=0,s="",a="",o=0,l=n,c=!1;do{r=l.indexOf(` +`,i),r===-1&&(r=l.length-1,c=!0),[s,o]=rr(l,r-1);let u=o+s.length+1,d=r;c&&d++;let p=l.substring(u,d);if(p.includes(y.math.placeholder)||p.includes(y.code.placeholder)){i++;continue}let m=Fo.test(p);a=e(s,m),o++,l=ce(l,o,o+s.length,a),i=r+1+a.length-s.length}while(!c);return l}get optionBuilders(){return[new ne({OptionsClass:Wl,nameKey:"rules.blockquote-style.style.name",descriptionKey:"rules.blockquote-style.style.description",optionsKey:"style",records:[{value:"space",description:"> indicator is followed by a space"},{value:"no space",description:">indicator is not followed by a space"}]})]}};Ci=x([k.register],Ci);var Gl=class{};x([k.noSettingControl()],Gl.prototype,"lineContent",2);var Ii=class extends k{constructor(){super({nameKey:"rules.add-blockquote-indentation-on-paste.name",descriptionKey:"rules.add-blockquote-indentation-on-paste.description",type:"Paste"})}get OptionsClass(){return Gl}apply(n,e){let i=/^(\s*)((> ?)+) .*/,r=e.lineContent.match(i);if(!r)return n;let s=r[1]??"",a=r[2]??"";return n.trim().replace(/\n/gm,` +${s}${a} `)}get optionBuilders(){return[]}};Ii=x([k.register],Ii);var Bi=class{constructor(){this.style="Title Case";this.ignoreWords=["macOS","iOS","iPhone","iPad","JavaScript","TypeScript","AppleScript","I"];this.lowercaseWords=["a","an","the","aboard","about","abt.","above","abreast","absent","across","after","against","along","aloft","alongside","amid","amidst","mid","midst","among","amongst","anti","apropos","around","round","as","aslant","astride","at","atop","ontop","bar","barring","before","B4","behind","below","beneath","neath","beside","besides","between","'tween","beyond","but","by","chez","circa","c.","ca.","come","concerning","contra","counting","cum","despite","spite","down","during","effective","ere","except","excepting","excluding","failing","following","for","from","in","including","inside","into","less","like","minus","modulo","mod","near","nearer","nearest","next","notwithstanding","of","o'","off","offshore","on","onto","opposite","out","outside","over","o'er","pace","past","pending","per","plus","post","pre","pro","qua","re","regarding","respecting","sans","save","saving","short","since","sub","than","through","thru","throughout","thruout","till","times","to","t'","touching","toward","towards","under","underneath","unlike","until","unto","up","upon","versus","vs.","v.","via","vice","vis-\xE0-vis","wanting","with","w/","w.","c\u0304","within","w/i","without","'thout","w/o","abroad","adrift","aft","afterward","afterwards","ahead","apart","ashore","aside","away","back","backward","backwards","beforehand","downhill","downstage","downstairs","downstream","downward","downwards","downwind","east","eastward","eastwards","forth","forward","forwards","heavenward","heavenwards","hence","henceforth","here","hereby","herein","hereof","hereto","herewith","home","homeward","homewards","indoors","inward","inwards","leftward","leftwards","north","northeast","northward","northwards","northwest","now","onward","onwards","outdoors","outward","outwards","overboard","overhead","overland","overseas","rightward","rightwards","seaward","seawards","skywards","skyward","south","southeast","southwards","southward","southwest","then","thence","thenceforth","there","thereby","therein","thereof","thereto","therewith","together","underfoot","underground","uphill","upstage","upstairs","upstream","upward","upwards","upwind","west","westward","westwards","when","whence","where","whereby","wherein","whereto","wherewith","although","because","considering","given","granted","if","lest","once","provided","providing","seeing","so","supposing","though","unless","whenever","whereas","wherever","while","whilst","ago","inasmuch","even","whether","whose","whoever","why","how","whatever","what","both","and","or","either","neither","nor","just","rather","such","that","yet","is","it"];this.ignoreCasedWords=!0}},Ri=class extends k{constructor(){super({nameKey:"rules.capitalize-headings.name",descriptionKey:"rules.capitalize-headings.description",type:"Heading",hasSpecialExecutionOrder:!0,ruleIgnoreTypes:[y.code,y.inlineCode,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Bi}apply(n,e){return n.replace(Kn,i=>{if(e.style==="ALL CAPS")return i.toUpperCase();let r=e.style==="First letter",s=i.match(/\S+/g),a=e.ignoreWords,o=e.lowercaseWords,l=!0;for(let c=1;c(i=i.replace(/^---\n+/,`--- +`),i=i.replace(/\n+---/,` +---`),e.innerNewLines&&(i=i.replaceAll(/\n{2,}/g,` +`)),i))}get optionBuilders(){return[new $({OptionsClass:Ql,nameKey:"rules.compact-yaml.inner-new-lines.name",descriptionKey:"rules.compact-yaml.inner-new-lines.description",optionsKey:"innerNewLines"})]}};Gs=x([k.register],Gs);var xd=class{},Fi=class extends k{constructor(){super({nameKey:"rules.consecutive-blank-lines.name",descriptionKey:"rules.consecutive-blank-lines.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag],hasSpecialExecutionOrder:!0})}get OptionsClass(){return xd}apply(n,e){return n.replace(/(\n([\t\v\f\r \u00a0\u2000-\u200b\u2028-\u2029\u3000]+)?){2,}\n/g,` + +`)}get optionBuilders(){return[]}};Fi=x([k.register],Fi);var Md=class{},Qs=class extends k{constructor(){super({nameKey:"rules.convert-bullet-list-markers.name",descriptionKey:"rules.convert-bullet-list-markers.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Md}apply(n,e){return n.replace(/^([^\S\n]*)([•§])([^\S\n]*)/gm,"$1-$3")}get optionBuilders(){return[]}};Qs=x([k.register],Qs);var Zl=class{constructor(){this.tabsize=4}},Zs=class extends k{constructor(){super({nameKey:"rules.convert-spaces-to-tabs.name",descriptionKey:"rules.convert-spaces-to-tabs.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Zl}apply(n,e){let i=String(e.tabsize),r=new RegExp("^( *) {"+i+"}","gm");n=this.replaceAllRegexMatches(n,r);let s=new RegExp("^((>( | *))*(>( | )) *) {"+i+"}","gm");return n=this.replaceAllRegexMatches(n,s),n}replaceAllRegexMatches(n,e){for(;n.match(e)!=null;)n=n.replace(e,"$1 ");return n}get optionBuilders(){return[new Ul({OptionsClass:Zl,nameKey:"rules.convert-spaces-to-tabs.tabsize.name",descriptionKey:"rules.convert-spaces-to-tabs.tabsize.description",optionsKey:"tabsize"})]}};Zs=x([k.register],Zs);var Wt=class{constructor(){this.aliasArrayStyle="single-line";this.dedupeAliasKey=!0;this.tagArrayStyle="single-line";this.dedupeTagKey=!0;this.dedupeArrayKeys=!0;this.ignoreDedupeArrayKeys=[];this.defaultEscapeCharacter='"';this.removeUnnecessaryEscapeCharsForMultiLineArrays=!1}};x([k.noSettingControl()],Wt.prototype,"aliasArrayStyle",2),x([k.noSettingControl()],Wt.prototype,"tagArrayStyle",2),x([k.noSettingControl()],Wt.prototype,"defaultEscapeCharacter",2),x([k.noSettingControl()],Wt.prototype,"removeUnnecessaryEscapeCharsForMultiLineArrays",2);var Js=class extends k{constructor(){super({nameKey:"rules.dedupe-yaml-array-values.name",descriptionKey:"rules.dedupe-yaml-array-values.description",type:"YAML"})}get OptionsClass(){return Wt}apply(n,e){return Se(n,i=>{let r=ht(i.replace(`--- +`,"").replace(` +---`,""));if(!r)return i;for(let s of $t)if(e.dedupeAliasKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Wn(this.getUniqueArray(Ke(be(i,s)))),e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0));break}for(let s of qt)if(e.dedupeTagKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Vn(this.getUniqueArray(Ke(be(i,s)))),e.tagArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays));break}if(e.dedupeArrayKeys){let s=[...$t,...qt,...e.ignoreDedupeArrayKeys];for(let a of Object.keys(r)){if(s.includes(a)||!Array.isArray(r[a])||r[a].length!==0&&typeof r[a][0]=="object"&&r[a][0]!==null)continue;let o=be(i,a),l="single-line";o.includes(` +`)&&(l="multi-line");let c=this.getUniqueArray(Ke(o));i=ue(i,a,Te(c,l,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays))}}return i})}getUniqueArray(n){return n==null||typeof n=="string"||n.length<=1?n:[...new Set(n)]}get optionBuilders(){return[new $({OptionsClass:Wt,nameKey:"rules.dedupe-yaml-array-values.dedupe-alias-key.name",descriptionKey:"rules.dedupe-yaml-array-values.dedupe-alias-key.description",optionsKey:"dedupeAliasKey"}),new $({OptionsClass:Wt,nameKey:"rules.dedupe-yaml-array-values.dedupe-tag-key.name",descriptionKey:"rules.dedupe-yaml-array-values.dedupe-tag-key.description",optionsKey:"dedupeTagKey"}),new $({OptionsClass:Wt,nameKey:"rules.dedupe-yaml-array-values.dedupe-array-keys.name",descriptionKey:"rules.dedupe-yaml-array-values.dedupe-array-keys.description",optionsKey:"dedupeArrayKeys"}),new he({OptionsClass:Wt,nameKey:"rules.dedupe-yaml-array-values.ignore-keys.name",descriptionKey:"rules.dedupe-yaml-array-values.ignore-keys.description",optionsKey:"ignoreDedupeArrayKeys"})]}};Js=x([k.register],Js);var Jl=class{constructor(){this.defaultLanguage=""}},Xs=class extends k{constructor(){super({nameKey:"rules.default-language-for-code-fences.name",descriptionKey:"rules.default-language-for-code-fences.description",type:"Content",ruleIgnoreTypes:[y.yaml,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Jl}apply(n,e){return Um(n,e.defaultLanguage)}get optionBuilders(){return[new Me({OptionsClass:Jl,nameKey:"rules.default-language-for-code-fences.default-language.name",descriptionKey:"rules.default-language-for-code-fences.default-language.description",optionsKey:"defaultLanguage"})]}};Xs=x([k.register],Xs);var Xl=class{constructor(){this.style="consistent"}},ea=class extends k{constructor(){super({nameKey:"rules.emphasis-style.name",descriptionKey:"rules.emphasis-style.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag,y.math,y.inlineMath]})}get OptionsClass(){return Xl}apply(n,e){return Ro(n,e.style,"emphasis")}get optionBuilders(){return[new ne({OptionsClass:Xl,nameKey:"rules.emphasis-style.style.name",descriptionKey:"rules.emphasis-style.style.description",optionsKey:"style",records:[{value:"consistent",description:"Makes sure the first instance of emphasis is the style that will be used throughout the document"},{value:"asterisk",description:"Makes sure * is the emphasis indicator"},{value:"underscore",description:"Makes sure _ is the emphasis indicator"}]})]}};ea=x([k.register],ea);var Od=class{},ta=class extends k{constructor(){super({nameKey:"rules.empty-line-around-blockquotes.name",descriptionKey:"rules.empty-line-around-blockquotes.description",type:"Spacing"})}get OptionsClass(){return Od}apply(n,e){return _m(n)}get optionBuilders(){return[]}};ta=x([k.register],ta);var Cd=class{},na=class extends k{constructor(){super({nameKey:"rules.empty-line-around-code-fences.name",descriptionKey:"rules.empty-line-around-code-fences.description",type:"Spacing"})}get OptionsClass(){return Cd}apply(n,e){return Ym(n)}get optionBuilders(){return[]}};na=x([k.register],na);var Id=class{},ia=class extends k{constructor(){super({nameKey:"rules.empty-line-around-horizontal-rules.name",descriptionKey:"rules.empty-line-around-horizontal-rules.description",type:"Spacing"})}get OptionsClass(){return Id}apply(n,e){return zm(n)}get optionBuilders(){return[]}};ia=x([k.register],ia);var ec=class{constructor(){this.minimumNumberOfDollarSignsToBeAMathBlock=2}};x([k.noSettingControl()],ec.prototype,"minimumNumberOfDollarSignsToBeAMathBlock",2);var ra=class extends k{constructor(){super({nameKey:"rules.empty-line-around-math-blocks.name",descriptionKey:"rules.empty-line-around-math-blocks.description",type:"Spacing",ruleIgnoreTypes:[y.yaml,y.code]})}get OptionsClass(){return ec}apply(n,e){return Km(n,e.minimumNumberOfDollarSignsToBeAMathBlock)}get optionBuilders(){return[]}};ra=x([k.register],ra);var Bd=class{},sa=class extends k{constructor(){super({nameKey:"rules.empty-line-around-tables.name",descriptionKey:"rules.empty-line-around-tables.description",type:"Spacing",ruleIgnoreTypes:[y.yaml,y.code,y.math,y.inlineMath,y.wikiLink,y.link]})}get OptionsClass(){return Bd}apply(n,e){return df(n)}get optionBuilders(){return[]}};sa=x([k.register],sa);var aa=class{constructor(){this.defaultEscapeCharacter='"';this.tryToEscapeSingleLineArrays=!1}};x([k.noSettingControl()],aa.prototype,"defaultEscapeCharacter",2);var Di=class extends k{constructor(){super({nameKey:"rules.escape-yaml-special-characters.name",descriptionKey:"rules.escape-yaml-special-characters.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return aa}apply(n,e){return Se(n,i=>{let r=i.split(` +`),s=r.length;if(s<1)return i;for(let a=0;a=o.length,u=o.startsWith("-"),d=u&&o.length<2;if(c&&d)continue;let p=1;if(!u)p+=l;else if(l!==-1&&a+1{o.createEl("button",{text:E("cancel-button-text")}).addEventListener("click",()=>{s(),this.close()});let l=o.createEl("button",{attr:{type:"submit"},cls:"mod-cta",text:E("ok")});l.addEventListener("click",()=>{this.close(),r()}),setTimeout(()=>{l.focus()},50)})}};var tc=class{};x([k.noSettingControl()],tc.prototype,"fileName",2);var oa=class extends k{constructor(){super({nameKey:"rules.file-name-heading.name",descriptionKey:"rules.file-name-heading.description",type:"Heading",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag],disableConflictingOptions(n,e){let i=gt["header-increment"],r=i.options[0],s=i.options[1];n&&r.getValue()&&new ln(e,"rules.file-name-heading.name","rules.header-increment.start-at-h2.name",()=>{s.setValue(!1)},()=>{gt["file-name-heading"].options[0].setValue(!1)}).open()}})}get OptionsClass(){return tc}apply(n,e){if(n.match(/^#\s.*/m))return n;let r=e.fileName,s=n.indexOf(` +---`);s=s==-1||!n.startsWith(`--- +`)?0:s+5;let a=`# ${Hp(r)} +`;return n.length{for(let r of e.forceYamlEscape){let s=be(i,r);if(s!=null){if(s.includes(` +`)||s.startsWith(" [")||jn(s))continue;s=ft(s,e.defaultEscapeCharacter,!0),i=ue(i,r," "+s)}}return i})}get optionBuilders(){return[new he({OptionsClass:ca,nameKey:"rules.force-yaml-escape.force-yaml-escape-keys.name",descriptionKey:"rules.force-yaml-escape.force-yaml-escape-keys.description",optionsKey:"forceYamlEscape"})]}};Ni=x([k.register],Ni);var Fd=class{},Yi=class extends k{constructor(){super({nameKey:"rules.format-tags-in-yaml.name",descriptionKey:"rules.format-tags-in-yaml.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return Fd}apply(n,e){return Se(n,i=>i.replace(new RegExp(`^(${Ks}|${ad}):[ \\t]*(\\S.*|(?:(?:\\n *- \\S.*)|((?:\\n *- *))*|(\\n([ \\t]+[^\\n]*))*)*)\\n`,"m"),function(r){return r.replaceAll("#","")}))}get optionBuilders(){return[]}};Yi=x([k.register],Yi);var yt=class{constructor(){this.aliasArrayStyle="single-line";this.formatAliasKey=!0;this.tagArrayStyle="single-line";this.formatTagKey=!0;this.defaultArrayStyle="single-line";this.formatArrayKeys=!0;this.forceSingleLineArrayStyle=[];this.forceMultiLineArrayStyle=[];this.defaultEscapeCharacter='"';this.removeUnnecessaryEscapeCharsForMultiLineArrays=!1}};x([k.noSettingControl()],yt.prototype,"aliasArrayStyle",2),x([k.noSettingControl()],yt.prototype,"tagArrayStyle",2),x([k.noSettingControl()],yt.prototype,"defaultEscapeCharacter",2),x([k.noSettingControl()],yt.prototype,"removeUnnecessaryEscapeCharsForMultiLineArrays",2);var ua=class extends k{constructor(){super({nameKey:"rules.format-yaml-array.name",descriptionKey:"rules.format-yaml-array.description",type:"YAML"})}get OptionsClass(){return yt}apply(n,e){return Se(n,i=>{let r=ht(i.replace(`--- +`,"").replace(` +---`,""));if(!r)return i;for(let s of $t)if(e.formatAliasKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Wn(Ke(be(i,s))),e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0));break}for(let s of qt)if(e.formatTagKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Vn(Ke(be(i,s))),e.tagArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays));break}if(e.formatArrayKeys){let s=[...$t,...qt,...e.forceMultiLineArrayStyle,...e.forceSingleLineArrayStyle];for(let a of Object.keys(r))s.includes(a)||!Array.isArray(r[a])||r[a].length!==0&&typeof r[a][0]=="object"&&r[a][0]!==null||(i=ue(i,a,Te(Ke(be(i,a)),e.defaultArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays)))}for(let s of e.forceSingleLineArrayStyle)Object.keys(r).includes(s)&&(i=ue(i,s,Te(Ke(be(i,s)),"single-line",e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays)));for(let s of e.forceMultiLineArrayStyle)Object.keys(r).includes(s)&&(i=ue(i,s,Te(Ke(be(i,s)),"multi-line",e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays)));return i})}get optionBuilders(){return[new $({OptionsClass:yt,nameKey:"rules.format-yaml-array.alias-key.name",descriptionKey:"rules.format-yaml-array.alias-key.description",optionsKey:"formatAliasKey"}),new $({OptionsClass:yt,nameKey:"rules.format-yaml-array.tag-key.name",descriptionKey:"rules.format-yaml-array.tag-key.description",optionsKey:"formatTagKey"}),new ne({OptionsClass:yt,nameKey:"rules.format-yaml-array.default-array-style.name",descriptionKey:"rules.format-yaml-array.default-array-style.description",optionsKey:"defaultArrayStyle",records:[{value:"multi-line",description:"```key:\\n - value```"},{value:"single-line",description:"```key: [value]```"}]}),new $({OptionsClass:yt,nameKey:"rules.format-yaml-array.default-array-keys.name",descriptionKey:"rules.format-yaml-array.default-array-keys.description",optionsKey:"formatArrayKeys"}),new he({OptionsClass:yt,nameKey:"rules.format-yaml-array.force-single-line-array-style.name",descriptionKey:"rules.format-yaml-array.force-single-line-array-style.description",optionsKey:"forceSingleLineArrayStyle"}),new he({OptionsClass:yt,nameKey:"rules.format-yaml-array.force-multi-line-array-style.name",descriptionKey:"rules.format-yaml-array.force-multi-line-array-style.description",optionsKey:"forceMultiLineArrayStyle"})]}};ua=x([k.register],ua);var nc=class{constructor(){this.startAtH2=!1}},da=class extends k{constructor(){super({nameKey:"rules.header-increment.name",descriptionKey:"rules.header-increment.description",type:"Heading",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return nc}apply(n,e){let i=0,r=e.startAtH2?2:1,s=[],a=[0,0,0,0,0,0],o=a.length;return n.replace(Kn,(l,c="",u="",d="",p="",m="")=>{let f=u.length;if(f=f<=o?f:o,a[f-1]>=0&&f=h;g--)a[g]=0}if(a[f-1]<=0){let h=i,g=s.length+r;g=g<=o?g:o;for(let b=h;b{i.setValue(!1)},()=>{gt["header-increment"].options[1].setValue(!1)}).open()}})]}};da=x([k.register],da);var ma=class{constructor(){this.bottom=!0;this.emptyLineAfterYaml=!0}},pa=class extends k{constructor(){super({nameKey:"rules.heading-blank-lines.name",descriptionKey:"rules.heading-blank-lines.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink]})}get OptionsClass(){return ma}apply(n,e){return e.bottom?(n=n.replace(/^(#+\s.*)/gm,` + +$1 + +`),n=n.replace(/\n+(#+\s.*)/g,` + +$1`),n=n.replace(/(^#+\s.*)\n+/gm,`$1 + +`)):n=n.replace(/^([^#\n][^\n]+)\n+(#+\s.*)/gm,`$1 + +$2`),n=n.replace(/^\n+(#+\s.*)/,"$1"),n=n.replace(/(#+\s.*)\n+$/,"$1"),e.emptyLineAfterYaml||(n=n.replace(new RegExp("("+qe.source+")\\n+(#+\\s.*)"),`$1 +$5`)),n}get optionBuilders(){return[new $({OptionsClass:ma,nameKey:"rules.heading-blank-lines.bottom.name",descriptionKey:"rules.heading-blank-lines.bottom.description",optionsKey:"bottom"}),new $({OptionsClass:ma,nameKey:"rules.heading-blank-lines.empty-line-after-yaml.name",descriptionKey:"rules.heading-blank-lines.empty-line-after-yaml.description",optionsKey:"emptyLineAfterYaml"})]}};pa=x([k.register],pa);var Dd=class{},fa=class extends k{constructor(){super({nameKey:"rules.headings-start-line.name",descriptionKey:"rules.headings-start-line.description",type:"Heading",ruleIgnoreTypes:[y.code,y.math,y.yaml]})}get OptionsClass(){return Dd}apply(n,e){return n.replaceAll(Kn,i=>i.trimStart())}get optionBuilders(){return[]}};fa=x([k.register],fa);var ic=class{constructor(){this.textToInsert=["aliases: ","tags: "]}},ha=class extends k{constructor(){super({nameKey:"rules.insert-yaml-attributes.name",descriptionKey:"rules.insert-yaml-attributes.description",type:"YAML"})}get OptionsClass(){return ic}apply(n,e){return n=an(n),Se(n,i=>{let r=e.textToInsert.reverse(),s=ht(i.match(qe)[1]);for(let a of r){let o=a.split(":")[0];Object.prototype.hasOwnProperty.call(s,o)||(i=i.replace(/^---\n/,it(`--- +${a} +`)))}return i})}get optionBuilders(){return[new he({OptionsClass:ic,nameKey:"rules.insert-yaml-attributes.text-to-insert.name",descriptionKey:"rules.insert-yaml-attributes.text-to-insert.description",optionsKey:"textToInsert"})]}};ha=x([k.register],ha);var Nd=class{},ga=class extends k{constructor(){super({nameKey:"rules.line-break-at-document-end.name",descriptionKey:"rules.line-break-at-document-end.description",type:"Spacing"})}get OptionsClass(){return Nd}apply(n,e){return n.length===0||(n=n.replace(/\n+$/g,""),n+=` +`),n}get optionBuilders(){return[]}};ga=x([k.register],ga);var rc=class{constructor(){this.includeBlankLineBetweenFootnotes=!1}},ya=class extends k{constructor(){super({nameKey:"rules.move-footnotes-to-the-bottom.name",descriptionKey:"rules.move-footnotes-to-the-bottom.description",type:"Footnote",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.yaml]})}get OptionsClass(){return rc}apply(n,e){return Cm(n,e.includeBlankLineBetweenFootnotes)}get optionBuilders(){return[new $({OptionsClass:rc,nameKey:"rules.move-footnotes-to-the-bottom.include-blank-line-between-footnotes.name",descriptionKey:"rules.move-footnotes-to-the-bottom.include-blank-line-between-footnotes.description",optionsKey:"includeBlankLineBetweenFootnotes"})]}};ya=x([k.register],ya);var sc=class{constructor(){this.minimumNumberOfDollarSignsToBeAMathBlock=2}};x([k.noSettingControl()],sc.prototype,"minimumNumberOfDollarSignsToBeAMathBlock",2);var Ki=class extends k{constructor(){super({nameKey:"rules.move-math-block-indicators-to-their-own-line.name",descriptionKey:"rules.move-math-block-indicators-to-their-own-line.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.inlineCode],hasSpecialExecutionOrder:!0})}get OptionsClass(){return sc}apply(n,e){return qm(n,e.minimumNumberOfDollarSignsToBeAMathBlock)}get optionBuilders(){return[]}};Ki=x([k.register],Ki);var ii=class{constructor(){this.tagArrayStyle="single-line";this.howToHandleExistingTags="Nothing";this.tagsToIgnore=[];this.defaultEscapeCharacter='"';this.removeUnnecessaryEscapeCharsForMultiLineArrays=!1}};x([k.noSettingControl()],ii.prototype,"tagArrayStyle",2),x([k.noSettingControl()],ii.prototype,"defaultEscapeCharacter",2),x([k.noSettingControl()],ii.prototype,"removeUnnecessaryEscapeCharsForMultiLineArrays",2);var ba=class extends k{constructor(){super({nameKey:"rules.move-tags-to-yaml.name",descriptionKey:"rules.move-tags-to-yaml.description",type:"YAML",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.html,y.wikiLink,y.link]})}get OptionsClass(){return ii}apply(n,e){let i;return ke([y.yaml],n,r=>(i=pf(r),r)),i.length===0||(n=an(n),n=Se(n,r=>{r=r.replace(`--- +`,"").replace("---","");let s=[],a=Ks;for(let c of qt){let u=be(r,c);if(u!=null){s=Vn(Ke(u)),a=c;break}}let o=new Set;if(typeof s=="string")o.add(s),s=[s];else if(s!=null)for(let c of s)o.add(c);else s=[];for(let c of i){let u=c.trim().substring(1);!o.has(u)&&!e.tagsToIgnore.includes(u)&&(o.add(u),s.push(u))}return`--- +${ue(r,a,Te(s,e.tagArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays))}---`}),n=ke([y.yaml],n,r=>(e.howToHandleExistingTags!=="Nothing"&&(r=r.replace(ms,s=>{let a=s.indexOf("#"),o=s.substring(a+1);return e.tagsToIgnore.includes(o)?s:e.howToHandleExistingTags==="Remove hashtag"?s.substring(0,a)+o:""})),r)),n=n.replace(/(\n---)( |\t)+/,"$1")),n}get optionBuilders(){return[new ne({OptionsClass:ii,nameKey:"rules.move-tags-to-yaml.how-to-handle-existing-tags.name",descriptionKey:"rules.move-tags-to-yaml.how-to-handle-existing-tags.description",optionsKey:"howToHandleExistingTags",records:[{value:"Nothing",description:"Leaves tags in the body of the file alone"},{value:"Remove hashtag",description:"Removes `#` from tags in content body after moving them to the YAML frontmatter"},{value:"Remove whole tag",description:"Removes the whole tag in content body after moving them to the YAML frontmatter. _Note that this removes the first space prior to the tag as well_"}]}),new he({OptionsClass:ii,nameKey:"rules.move-tags-to-yaml.tags-to-ignore.name",descriptionKey:"rules.move-tags-to-yaml.tags-to-ignore.description",optionsKey:"tagsToIgnore"})]}};ba=x([k.register],ba);var oc=class{constructor(){this.noBareURIs=!1}},ac="'\"\u2018\u2019\u201C\u201D`[]",rv=["http","ftp","https","smtp"],ka=class extends k{constructor(){super({nameKey:"rules.no-bare-urls.name",descriptionKey:"rules.no-bare-urls.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag,y.image,y.inlineCode,y.anchorTag,y.html]})}get OptionsClass(){return oc}apply(n,e){let i=n.match(_n);if(i&&(n=this.handleMatches(n,i,!1)),e.noBareURIs){let r=n.match(tf);r&&(n=this.handleMatches(n,r,!0))}return n}handleMatches(n,e,i){let r=0,s=e.length;for(let a=0;a"&&(o=o.substring(0,o.length-1),c--);let u=l===0?void 0:n.charAt(l-1),d=c>=n.length?void 0:n.charAt(c),p=Bn(o,"(");if(p!=0&&p!=Bn(o,")")&&d==")"?(o+=d,c++,d=c>=n.length?void 0:n.charAt(c)):p==0&&o.endsWith(")")&&(d=")",c--,o=o.substring(0,o.length-1)),this.skipMatch(u,d,o,i)){r=l+o.length;continue}if(u!=null&&u==="<"&&d!=null&&d===">"){let m=l-1;for(;m>0&&n.charAt(m-1)==="<";)m--;let f=c;for(;f";)f++;n=ce(n,m,f+1,"<"+o+">"),r=l+o.length;continue}n=ce(n,l,l+o.length,"<"+o+">"),r=l+o.length+2}return n}skipMatch(n,e,i,r){let s=n!=null&&ac.includes(n)||ac.includes(i.charAt(0)),a=e!=null&&ac.includes(e)||ac.includes(i.charAt(i.length-1));return s&&a?!0:r?rv.includes(i.substring(0,i.indexOf(":"))):!1}get optionBuilders(){return[new $({OptionsClass:oc,nameKey:"rules.no-bare-urls.no-bare-uris.name",descriptionKey:"rules.no-bare-urls.no-bare-uris.description",optionsKey:"noBareURIs"})]}};ka=x([k.register],ka);var Yr=class{constructor(){this.numberStyle="ascending";this.listEndStyle="."}},wa=class extends k{constructor(){super({nameKey:"rules.ordered-list-style.name",descriptionKey:"rules.ordered-list-style.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.tag]})}get OptionsClass(){return Yr}apply(n,e){return Pm(n,e.numberStyle,e.listEndStyle,e.preserveStart)}get optionBuilders(){return[new ne({OptionsClass:Yr,nameKey:"rules.ordered-list-style.number-style.name",descriptionKey:"rules.ordered-list-style.number-style.description",optionsKey:"numberStyle",records:[{value:"ascending",description:"Makes sure ordered list items are ascending (i.e. 1, 2, 3, etc.)"},{value:"lazy",description:"Makes sure ordered list item indicators all are the same"},{value:"preserve",description:"Preserves ordered list item indicators as they are"}]}),new ne({OptionsClass:Yr,nameKey:"rules.ordered-list-style.list-end-style.name",descriptionKey:"rules.ordered-list-style.list-end-style.description",optionsKey:"listEndStyle",records:[{value:".",description:"Makes sure ordered list items indicators end in '.' (i.e `1.`)"},{value:")",description:"Makes sure ordered list item indicators end in ')' (i.e. `1)`)"}]}),new $({OptionsClass:Yr,nameKey:"rules.ordered-list-style.preserve-start.name",descriptionKey:"rules.ordered-list-style.preserve-start.description",optionsKey:"preserveStart"})]}};wa=x([k.register],wa);var Yd=class{},va=class extends k{constructor(){super({nameKey:"rules.paragraph-blank-lines.name",descriptionKey:"rules.paragraph-blank-lines.description",type:"Spacing",ruleIgnoreTypes:[y.obsidianMultiLineComments,y.yaml,y.table],disableConflictingOptions(n,e){let i=gt["two-spaces-between-lines-with-content"].options[0];n&&i.getValue()&&new ln(e,"rules.paragraph-blank-lines.name","rules.two-spaces-between-lines-with-content.name",()=>{i.setValue(!1)},()=>{gt["paragraph-blank-lines"].options[0].setValue(!1)}).open()}})}get OptionsClass(){return Yd}apply(n,e){return Rm(n)}get optionBuilders(){return[]}};va=x([k.register],va);var La=class{};x([k.noSettingControl()],La.prototype,"lineContent",2),x([k.noSettingControl()],La.prototype,"selectedText",2);var _i=class extends k{constructor(){super({nameKey:"rules.prevent-double-checklist-indicator-on-paste.name",descriptionKey:"rules.prevent-double-checklist-indicator-on-paste.description",type:"Paste"})}get OptionsClass(){return La}apply(n,e){let i=cf.test(e.lineContent),r=Ko.test(n),s=Ko.test(e.selectedText);return!i||!r||s?n:n.replace(Ko,"")}get optionBuilders(){return[]}};_i=x([k.register],_i);var Aa=class{};x([k.noSettingControl()],Aa.prototype,"lineContent",2),x([k.noSettingControl()],Aa.prototype,"selectedText",2);var zi=class extends k{constructor(){super({nameKey:"rules.prevent-double-list-item-indicator-on-paste.name",descriptionKey:"rules.prevent-double-list-item-indicator-on-paste.description",type:"Paste"})}get OptionsClass(){return Aa}apply(n,e){let i=new RegExp(`^${hs}[*+-] `),r=/^\s*[*+-] /,s=i.test(e.lineContent),a=i.test(e.selectedText),o=r.test(n);return a||!s||!o?n:n.replace(r,"")}get optionBuilders(){return[]}};zi=x([k.register],zi);var Kd=class{},Pi=class extends k{constructor(){super({nameKey:"rules.proper-ellipsis-on-paste.name",descriptionKey:"rules.proper-ellipsis-on-paste.description",type:"Paste"})}get OptionsClass(){return Kd}apply(n,e){return n.replaceAll(Yo,"\u2026")}get optionBuilders(){return[]}};Pi=x([k.register],Pi);var _d=class{},Sa=class extends k{constructor(){super({nameKey:"rules.proper-ellipsis.name",descriptionKey:"rules.proper-ellipsis.description",type:"Content"})}get OptionsClass(){return _d}apply(n,e){return ke([y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag,y.image],n,i=>i.replaceAll(Yo,"\u2026"))}get optionBuilders(){return[]}};Sa=x([k.register],Sa);var Hi=class{constructor(){this.singleQuoteStyleEnabled=!0;this.singleQuoteStyle="''";this.doubleQuoteStyleEnabled=!0;this.doubleQuoteStyle='""'}},Ea=class extends k{constructor(){super({nameKey:"rules.quote-style.name",descriptionKey:"rules.quote-style.description",type:"Content",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.yaml,y.math,y.inlineMath,y.html,y.link,y.wikiLink,y.templaterCommand,y.image]})}get OptionsClass(){return Hi}apply(n,e){let i=n;return e.doubleQuoteStyleEnabled&&(e.doubleQuoteStyle==='""'?i=this.convertSmartDoubleQuotesToStraightQuotes(i):i=this.convertStraightQuoteToSmartQuote(i,'"',"\u201C\u201D"[0],"\u201C\u201D"[1],!1)),e.singleQuoteStyleEnabled&&(e.singleQuoteStyle==="''"?i=this.convertSmartSingleQuotesToStraightQuotes(i):i=this.convertStraightQuoteToSmartQuote(i,"'","\u2018\u2019"[0],"\u2018\u2019"[1],!0)),i}convertSmartSingleQuotesToStraightQuotes(n){return n.replace(of,"'")}convertSmartDoubleQuotesToStraightQuotes(n){return n.replace(af,'"')}convertStraightQuoteToSmartQuote(n,e,i,r,s){let a=Pp(e,n);if(a.length===0)return n;let o=n.length-1,l,c="",u="",d=!1,p=!1,m=!1,f=!1,h=!1,g="";for(let b of a)c=b==0?"":n.charAt(b-1),u=b===o?"":n.charAt(b+1),d=Ru.test(c),p=Ru.test(u),h=d&&p,m=c!=""&&c.trim()==="",f=u!=""&&u.trim()==="",h&&s?l=r:f&&!m?(l=r,g=l):m&&!f?(l=i,g=l):(g===""||g===r?l=i:l=r,g=l),n=ce(n,b,b+1,l);return n}get optionBuilders(){return[new $({OptionsClass:Hi,nameKey:"rules.quote-style.single-quote-enabled.name",descriptionKey:"rules.quote-style.single-quote-enabled.description",optionsKey:"singleQuoteStyleEnabled"}),new ne({OptionsClass:Hi,nameKey:"rules.quote-style.single-quote-style.name",descriptionKey:"rules.quote-style.single-quote-style.description",optionsKey:"singleQuoteStyle",records:[{value:"''",description:`Uses "'" instead of smart single quotes`},{value:"\u2018\u2019",description:'Uses "\u2018" and "\u2019" instead of straight single quotes'}]}),new $({OptionsClass:Hi,nameKey:"rules.quote-style.double-quote-enabled.name",descriptionKey:"rules.quote-style.double-quote-enabled.description",optionsKey:"doubleQuoteStyleEnabled"}),new ne({OptionsClass:Hi,nameKey:"rules.quote-style.double-quote-style.name",descriptionKey:"rules.quote-style.double-quote-style.description",optionsKey:"doubleQuoteStyle",records:[{value:'""',description:`Uses '"' instead of smart double quotes`},{value:"\u201C\u201D",description:"Uses '\u201C' and '\u201D' instead of straight double quotes"}]})]}};Ea=x([k.register],Ea);var zd=class{},Ta=class extends k{constructor(){super({nameKey:"rules.re-index-footnotes.name",descriptionKey:"rules.re-index-footnotes.description",type:"Footnote",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.yaml,y.tag]})}get OptionsClass(){return zd}apply(n,e){return Im(n)}get optionBuilders(){return[]}};Ta=x([k.register],Ta);var Pd=class{},xa=class extends k{constructor(){super({nameKey:"rules.remove-consecutive-list-markers.name",descriptionKey:"rules.remove-consecutive-list-markers.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Pd}apply(n,e){return n.replace(/^([ |\t]*)- - (\p{L})/gmu,"$1- $2")}get optionBuilders(){return[]}};xa=x([k.register],xa);var Hd=class{},Ma=class extends k{constructor(){super({nameKey:"rules.remove-empty-lines-between-list-markers-and-checklists.name",descriptionKey:"rules.remove-empty-lines-between-list-markers-and-checklists.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag,y.thematicBreak]});this.replaceEmptyLinesBetweenList=function(e,i){let r=new RegExp(`^${i} +(?:(?:[ \v\f\r \xA0\u2000-\u200B\u2028-\u2029\u3000]+)? +){1,}${i}$`,"gm"),s,a=e;do s=a.match(r),a=a.replaceAll(r,`$1 +$4`);while(s);return a}}get OptionsClass(){return Hd}apply(e,i){let r=`(( |\\t)*- ${hi}( |\\t)+.+)`;e=this.replaceEmptyLinesBetweenList(e,r),e=this.replaceEmptyLinesBetweenList(e,"(( |\\t)*\\d+\\.( |\\t)+.+)"),e=this.replaceEmptyLinesBetweenList(e,"(( |\\t)*\\+( |\\t)+.+)");let o=`(( |\\t)*-(?! ${hi})( |\\t)+.+)`;return e=this.replaceEmptyLinesBetweenList(e,o),this.replaceEmptyLinesBetweenList(e,"(( |\\t)*\\*( |\\t)+.+)")}get optionBuilders(){return[]}};Ma=x([k.register],Ma);var qd=class{},Oa=class extends k{constructor(){super({nameKey:"rules.remove-empty-list-markers.name",descriptionKey:"rules.remove-empty-list-markers.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return qd}apply(n,e){let i=new RegExp(`^${hs}(-|\\*|\\+|\\d+[.)]|- (\\[(.)\\]))\\s*?$`,"gm");return n=n.replace(new RegExp(i.source+"\\n","gm"),""),n=n.replace(new RegExp("\\n"+i.source,"gm"),""),n.replace(i,"")}get optionBuilders(){return[]}};Oa=x([k.register],Oa);var $d=class{},Ca=class extends k{constructor(){super({nameKey:"rules.remove-hyphenated-line-breaks.name",descriptionKey:"rules.remove-hyphenated-line-breaks.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return $d}apply(n,e){return n.replace(/\b[-‐] \b/g,"")}get optionBuilders(){return[]}};Ca=x([k.register],Ca);var Ud=class{},qi=class extends k{constructor(){super({nameKey:"rules.remove-hyphens-on-paste.name",descriptionKey:"rules.remove-hyphens-on-paste.description",type:"Paste"})}get OptionsClass(){return Ud}apply(n,e){return n.replace(/([^\s-])[-‐]\s+\n?(?=\w)/g,"$1")}get optionBuilders(){return[]}};qi=x([k.register],qi);var jd=class{},$i=class extends k{constructor(){super({nameKey:"rules.remove-leading-or-trailing-whitespace-on-paste.name",descriptionKey:"rules.remove-leading-or-trailing-whitespace-on-paste.description",type:"Paste"})}get OptionsClass(){return jd}apply(n,e){return n.replace(/^[\n ]+|\s+$/g,"")}get optionBuilders(){return[]}};$i=x([k.register],$i);var Vd=class{},Ui=class extends k{constructor(){super({nameKey:"rules.remove-leftover-footnotes-from-quote-on-paste.name",descriptionKey:"rules.remove-leftover-footnotes-from-quote-on-paste.description",ruleIgnoreTypes:[y.wikiLink,y.link,y.image],type:"Paste"})}get OptionsClass(){return Vd}apply(n,e){return n.replace(/(\D)[.,]\d+/g,"$1")}get optionBuilders(){return[]}};Ui=x([k.register],Ui);var Wd=class{},Ia=class extends k{constructor(){super({nameKey:"rules.remove-link-spacing.name",descriptionKey:"rules.remove-link-spacing.description",type:"Spacing"})}get OptionsClass(){return Wd}apply(n,e){return n=Fm(n),uf(n)}get optionBuilders(){return[]}};Ia=x([k.register],Ia);var Gd=class{},ji=class extends k{constructor(){super({nameKey:"rules.remove-multiple-blank-lines-on-paste.name",descriptionKey:"rules.remove-multiple-blank-lines-on-paste.description",type:"Paste"})}get OptionsClass(){return Gd}apply(n,e){return n.replace(/\n{3,}/g,` + +`)}get optionBuilders(){return[]}};ji=x([k.register],ji);var Qd=class{},Ba=class extends k{constructor(){super({nameKey:"rules.remove-multiple-spaces.name",descriptionKey:"rules.remove-multiple-spaces.description",type:"Content",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.inlineMath,y.yaml,y.link,y.wikiLink,y.tag,y.table,y.image]})}get OptionsClass(){return Qd}apply(n,e){return n=ke([y.list],n,i=>i.replace(/(?!^>)([^\s])( ){2,}([^\s])/gm,"$1 $3")),n=Yn(n,i=>i.replace(/([^\s])( ){2,}([^\s])/gm,"$1 $3")),n}get optionBuilders(){return[]}};Ba=x([k.register],Ba);var Vi=class{constructor(){this.includeFullwidthForms=!0;this.includeCJKSymbolsAndPunctuation=!0;this.includeDashes=!0;this.otherSymbols=""}},Ra=class extends k{constructor(){super({nameKey:"rules.remove-space-around-characters.name",descriptionKey:"rules.remove-space-around-characters.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.inlineCode,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Vi}apply(n,e){let i="";if(e.includeFullwidthForms&&(i+="\uFF01-\uFF5E"),e.includeCJKSymbolsAndPunctuation&&(i+="\u3000-\u303F"),e.includeDashes&&(i+="\u2013\u2014"),i+=Xt(e.otherSymbols),!i)return n;let r=new RegExp(`([ ])+([${i}])`,"g"),s=new RegExp(`([${i}])([ ])+`,"g"),a=function(l){return l.replace(r,"$2").replace(s,"$1")},o=ke([y.list,y.heading],n,a);return o=Yn(o,a),o=jm(o,a),o}get optionBuilders(){return[new $({nameKey:"rules.remove-space-around-characters.include-fullwidth-forms.name",descriptionKey:"rules.remove-space-around-characters.include-fullwidth-forms.description",OptionsClass:Vi,optionsKey:"includeFullwidthForms"}),new $({nameKey:"rules.remove-space-around-characters.include-cjk-symbols-and-punctuation.name",descriptionKey:"rules.remove-space-around-characters.include-cjk-symbols-and-punctuation.description",OptionsClass:Vi,optionsKey:"includeCJKSymbolsAndPunctuation"}),new $({nameKey:"rules.remove-space-around-characters.include-dashes.name",descriptionKey:"rules.remove-space-around-characters.include-dashes.description",OptionsClass:Vi,optionsKey:"includeDashes"}),new Me({nameKey:"rules.remove-space-around-characters.other-symbols.name",descriptionKey:"rules.remove-space-around-characters.other-symbols.description",OptionsClass:Vi,optionsKey:"otherSymbols"})]}};Ra=x([k.register],Ra);var Da=class{constructor(){this.charactersToRemoveSpacesBefore=",!?;:).\u2019\u201D]";this.charactersToRemoveSpacesAfter="\xBF\xA1\u2018\u201C(["}},Fa=class extends k{constructor(){super({nameKey:"rules.remove-space-before-or-after-characters.name",descriptionKey:"rules.remove-space-before-or-after-characters.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Da}apply(n,e){let i=Xt(e.charactersToRemoveSpacesBefore),r=Xt(e.charactersToRemoveSpacesAfter);if(!i&&!r)return n;let s=new RegExp(`([ ])+([${i}])`,"g"),a=new RegExp(`([${r}])([ ])+`,"g"),o=function(c){return c.replace(s,"$2").replace(a,"$1")},l=ke([y.list,y.html],n,o);return l=Yn(l,o),l}get optionBuilders(){return[new Me({nameKey:"rules.remove-space-before-or-after-characters.characters-to-remove-space-before.name",descriptionKey:"rules.remove-space-before-or-after-characters.characters-to-remove-space-before.description",OptionsClass:Da,optionsKey:"charactersToRemoveSpacesBefore"}),new Me({nameKey:"rules.remove-space-before-or-after-characters.characters-to-remove-space-after.name",descriptionKey:"rules.remove-space-before-or-after-characters.characters-to-remove-space-after.description",OptionsClass:Da,optionsKey:"charactersToRemoveSpacesAfter"})]}};Fa=x([k.register],Fa);var lc=class{constructor(){this.punctuationToRemove=".,;:!\u3002\uFF0C\uFF1B\uFF1A\uFF01"}},Na=class extends k{constructor(){super({nameKey:"rules.remove-trailing-punctuation-in-heading.name",descriptionKey:"rules.remove-trailing-punctuation-in-heading.description",type:"Heading",ruleIgnoreTypes:[y.code,y.math,y.yaml]})}get OptionsClass(){return lc}apply(n,e){return n.replaceAll(Kn,(i,r="",s="",a="",o="",l="")=>{if(o==""||o.match(sf))return i;let c=o.trimEnd(),u=c.charAt(c.length-1);return e.punctuationToRemove.includes(u)?r+s+a+o.substring(0,c.length-1)+o.substring(c.length)+l:i})}get optionBuilders(){return[new Me({OptionsClass:lc,nameKey:"rules.remove-trailing-punctuation-in-heading.punctuation-to-remove.name",descriptionKey:"rules.remove-trailing-punctuation-in-heading.punctuation-to-remove.description",optionsKey:"punctuationToRemove"})]}};Na=x([k.register],Na);var cc=class{constructor(){this.yamlKeysToRemove=[]}},Ya=class extends k{constructor(){super({nameKey:"rules.remove-yaml-keys.name",descriptionKey:"rules.remove-yaml-keys.description",type:"YAML"})}get OptionsClass(){return cc}apply(n,e){let i=e.yamlKeysToRemove;if(i.length===0)return n;let r=Sr(n);if(r===null)return n;let s=r;for(let a of i){let o=a.trim();o.endsWith(":")&&(o=o.substring(0,o.length-1)),s=_s(s,o)}return n.replace(r,s)}get optionBuilders(){return[new he({OptionsClass:cc,nameKey:"rules.remove-yaml-keys.yaml-keys-to-remove.name",descriptionKey:"rules.remove-yaml-keys.yaml-keys-to-remove.description",optionsKey:"yamlKeysToRemove"})]}};Ya=x([k.register],Ya);var Tt=class{constructor(){this.aliasArrayStyle="single-line";this.sortAliasKey=!0;this.tagArrayStyle="single-line";this.sortTagKey=!0;this.sortArrayKeys=!0;this.sortOrder="Ascending Alphabetical";this.ignoreSortArrayKeys=[];this.defaultEscapeCharacter='"';this.removeUnnecessaryEscapeCharsForMultiLineArrays=!1}};x([k.noSettingControl()],Tt.prototype,"aliasArrayStyle",2),x([k.noSettingControl()],Tt.prototype,"tagArrayStyle",2),x([k.noSettingControl()],Tt.prototype,"defaultEscapeCharacter",2),x([k.noSettingControl()],Tt.prototype,"removeUnnecessaryEscapeCharsForMultiLineArrays",2);var Ka=class extends k{constructor(){super({nameKey:"rules.sort-yaml-array-values.name",descriptionKey:"rules.sort-yaml-array-values.description",type:"YAML"})}get OptionsClass(){return Tt}apply(n,e){return Se(n,i=>{let r=ht(i.replace(`--- +`,"").replace(` +---`,""));if(!r)return i;for(let s of $t)if(e.sortAliasKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Wn(this.sortArray(Ke(be(i,s)),e.sortOrder)),e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0));break}for(let s of qt)if(e.sortTagKey&&Object.keys(r).includes(s)){i=ue(i,s,Te(Vn(this.sortArray(Ke(be(i,s)),e.sortOrder)),e.tagArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays));break}if(e.sortArrayKeys){let s=[...$t,...qt,...e.ignoreSortArrayKeys];for(let a of Object.keys(r)){if(s.includes(a)||!Array.isArray(r[a])||r[a].length!==0&&typeof r[a][0]=="object"&&r[a][0]!==null)continue;let o=be(i,a),l="single-line";o.includes(` +`)&&(l="multi-line");let c=this.sortArray(Ke(o),e.sortOrder);i=ue(i,a,Te(c,l,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays))}}return i})}sortArray(n,e){return n==null||typeof n=="string"||n.length<=1||(n.sort(function(i,r){let s=i.toLowerCase().localeCompare(r.toLowerCase());return s===0?i.localeCompare(r):s}),e==="Ascending Alphabetical")||n.reverse(),n}get optionBuilders(){return[new $({OptionsClass:Tt,nameKey:"rules.sort-yaml-array-values.sort-alias-key.name",descriptionKey:"rules.sort-yaml-array-values.sort-alias-key.description",optionsKey:"sortAliasKey"}),new $({OptionsClass:Tt,nameKey:"rules.sort-yaml-array-values.sort-tag-key.name",descriptionKey:"rules.sort-yaml-array-values.sort-tag-key.description",optionsKey:"sortTagKey"}),new $({OptionsClass:Tt,nameKey:"rules.sort-yaml-array-values.sort-array-keys.name",descriptionKey:"rules.sort-yaml-array-values.sort-array-keys.description",optionsKey:"sortArrayKeys"}),new he({OptionsClass:Tt,nameKey:"rules.sort-yaml-array-values.ignore-keys.name",descriptionKey:"rules.sort-yaml-array-values.ignore-keys.description",optionsKey:"ignoreSortArrayKeys"}),new ne({OptionsClass:Tt,nameKey:"rules.sort-yaml-array-values.sort-order.name",descriptionKey:"rules.sort-yaml-array-values.sort-order.description",optionsKey:"sortOrder",records:[{value:"Ascending Alphabetical",description:"Sorts the array values from a to z"},{value:"Descending Alphabetical",description:"Sorts the array values from z to a"}]})]}};Ka=x([k.register],Ka);var Zd=class{},_a=class extends k{constructor(){super({nameKey:"rules.space-after-list-markers.name",descriptionKey:"rules.space-after-list-markers.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return Zd}apply(n,e){return n=n.replace(/^(\s*\d+\.|\s*[-+*])[^\S\r\n]+/gm,"$1 "),n.replace(/^(\s*\d+\.|\s*[-+*]\s+\[[ xX]\])[^\S\r\n]+/gm,"$1 ")}get optionBuilders(){return[]}};_a=x([k.register],_a);var Pa=class{constructor(){this.englishNonLetterCharactersAfterCJKCharacters=`-+'"([\xA5$`;this.englishNonLetterCharactersBeforeCJKCharacters=`-+;:'"\xB0%$)]`}},za=class extends k{constructor(){super({nameKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.name",descriptionKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.description",type:"Spacing",ruleIgnoreTypes:[y.code,y.inlineCode,y.yaml,y.image,y.link,y.wikiLink,y.tag,y.math,y.inlineMath,y.html]})}get OptionsClass(){return Pa}apply(n,e){let i=this.buildHeadRegex(e.englishNonLetterCharactersAfterCJKCharacters),r=this.buildTailRegex(e.englishNonLetterCharactersBeforeCJKCharacters),s=`${y.link.placeholder}|${y.inlineMath.placeholder}|${y.inlineCode.placeholder}|${y.wikiLink.placeholder}`.replaceAll("{","\\{").replaceAll("}","\\}"),a=new RegExp(`(\\p{sc=Han}|\\p{sc=Katakana}|\\p{sc=Hiragana}|\\p{sc=Hangul})( *)(${s})`,"gmu"),o=new RegExp(`(${s})( *)(\\p{sc=Han}|\\p{sc=Katakana}|\\p{sc=Hiragana}|\\p{sc=Hangul})`,"gmu"),l=function(u){return u.replace(i,"$1 $3").replace(r,"$1 $3")},c=ke([y.italics,y.bold],n,l);return c=c.replace(a,"$1 $3").replace(o,"$1 $3"),c=Dm(c,l),c=Nm(c,l),c}buildHeadRegex(n){n&&n!==""&&(n=n.replaceAll(/\s/g,""));let e="";return n&&n.length!=0&&(e=`|[${Xt(n)}]`),new RegExp(`(\\p{sc=Han}|\\p{sc=Katakana}|\\p{sc=Hiragana}|\\p{sc=Hangul})( *)(\\[[^[]*\\]\\(.*\\)|\`[^\`]*\`|\\w+${e}|\\*[^*])`,"gmu")}buildTailRegex(n){n&&n!==""&&(n=n.replaceAll(/\s/g,""));let e="";return n&&n.length!=0&&(e=`|[${Xt(n)}]`),new RegExp(`(\\[[^[]*\\]\\(.*\\)|\`[^\`]*\`|\\w+${e}|[^*]\\*)( *)(\\p{sc=Han}|\\p{sc=Katakana}|\\p{sc=Hiragana}|\\p{sc=Hangul})`,"gmu")}get optionBuilders(){return[new Me({OptionsClass:Pa,nameKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.english-symbols-punctuation-before.name",descriptionKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.english-symbols-punctuation-before.description",optionsKey:"englishNonLetterCharactersBeforeCJKCharacters"}),new Me({OptionsClass:Pa,nameKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.english-symbols-punctuation-after.name",descriptionKey:"rules.space-between-chinese-japanese-or-korean-and-english-or-numbers.english-symbols-punctuation-after.description",optionsKey:"englishNonLetterCharactersAfterCJKCharacters"})]}};za=x([k.register],za);var uc=class{constructor(){this.style="consistent"}},Ha=class extends k{constructor(){super({nameKey:"rules.strong-style.name",descriptionKey:"rules.strong-style.description",type:"Content",ruleIgnoreTypes:[y.code,y.yaml,y.link,y.wikiLink,y.tag,y.math,y.inlineMath]})}get OptionsClass(){return uc}apply(n,e){return Ro(n,e.style,"strong")}get optionBuilders(){return[new ne({OptionsClass:uc,nameKey:"rules.strong-style.style.name",descriptionKey:"rules.strong-style.style.description",optionsKey:"style",records:[{value:"consistent",description:"Makes sure the first instance of strong is the style that will be used throughout the document"},{value:"asterisk",description:"Makes sure ** is the strong indicator"},{value:"underscore",description:"Makes sure __ is the strong indicator"}]})]}};Ha=x([k.register],Ha);var dc=class{constructor(){this.twoSpaceLineBreak=!1}},Wi=class extends k{constructor(){super({nameKey:"rules.trailing-spaces.name",descriptionKey:"rules.trailing-spaces.description",type:"Spacing",hasSpecialExecutionOrder:!0,ruleIgnoreTypes:[y.code,y.math,y.yaml,y.link,y.wikiLink,y.tag]})}get OptionsClass(){return dc}apply(n,e){return n=ke([y.list],n,i=>e.twoSpaceLineBreak?(i=i.replace(/(\S)[ \t]$/gm,"$1"),i=i.replace(/(\S)[ \t]{3,}$/gm,"$1"),i=i.replace(/(\S)( ?\t\t? ?)$/gm,"$1"),i):i.replace(/[ \t]+$/gm,"")),Yn(n,i=>e.twoSpaceLineBreak?(i=i.replace(/(\S)[ \t]$/gm,"$1"),i=i.replace(/(\S)[ \t]{3,}$/gm,"$1"),i=i.replace(/(\S)( ?\t\t? ?)$/gm,"$1"),i):i.replace(/[ \t]+$/gm,""),!0)}get optionBuilders(){return[new $({OptionsClass:dc,nameKey:"rules.trailing-spaces.two-space-line-break.name",descriptionKey:"rules.trailing-spaces.two-space-line-break.description",optionsKey:"twoSpaceLineBreak"})]}};Wi=x([k.register],Wi);var pc=class{constructor(){this.lineBreakIndicator=" "}},qa=class extends k{constructor(){super({nameKey:"rules.two-spaces-between-lines-with-content.name",descriptionKey:"rules.two-spaces-between-lines-with-content.description",type:"Content",ruleIgnoreTypes:[y.obsidianMultiLineComments,y.yaml,y.table],disableConflictingOptions(n,e){let i=gt["paragraph-blank-lines"].options[0];n&&i.getValue()&&new ln(e,"rules.paragraph-blank-lines.name","rules.two-spaces-between-lines-with-content.name",()=>{i.setValue(!1)},()=>{gt["two-spaces-between-lines-with-content"].options[0].setValue(!1)}).open()}})}get OptionsClass(){return pc}apply(n,e){return Bm(n,e.lineBreakIndicator)}get optionBuilders(){return[new ne({OptionsClass:pc,nameKey:"rules.two-spaces-between-lines-with-content.line-break-indicator.name",descriptionKey:"rules.two-spaces-between-lines-with-content.line-break-indicator.description",optionsKey:"lineBreakIndicator",records:[{value:" ",description:" "},{value:"
",description:"
"},{value:"
",description:"
"},{value:"\\",description:"\\"}]})]}};qa=x([k.register],qa);var mc=class{constructor(){this.listStyle="consistent"}},$a=class extends k{constructor(){super({nameKey:"rules.unordered-list-style.name",descriptionKey:"rules.unordered-list-style.description",type:"Content",ruleIgnoreTypes:[y.code,y.math,y.yaml,y.tag]})}get OptionsClass(){return mc}apply(n,e){return Hm(n,e.listStyle)}get optionBuilders(){return[new ne({OptionsClass:mc,nameKey:"rules.unordered-list-style.list-style.name",descriptionKey:"rules.unordered-list-style.list-style.description",optionsKey:"listStyle",records:[{value:"consistent",description:"Makes sure unordered list items use a consistent list item indicator in the file which will be based on the first list item found"},{value:"-",description:"Makes sure unordered list items use `-` as their indicator"},{value:"*",description:"Makes sure unordered list items use `*` as their indicator"},{value:"+",description:"Makes sure unordered list items use `+` as their indicator"}]})]}};$a=x([k.register],$a);var En=class{constructor(){this.priorityKeysAtStartOfYaml=!0;this.yamlKeyPrioritySortOrder=[];this.yamlSortOrderForOtherKeys="None"}};x([k.noSettingControl()],En.prototype,"dateModifiedKey",2),x([k.noSettingControl()],En.prototype,"currentTimeFormatted",2),x([k.noSettingControl()],En.prototype,"yamlTimestampDateModifiedEnabled",2);var Gi=class extends k{constructor(){super({nameKey:"rules.yaml-key-sort.name",descriptionKey:"rules.yaml-key-sort.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return En}apply(n,e){let i=Sr(n);if(i===null)return n;let r=i,s=e.priorityKeysAtStartOfYaml,a=e.yamlKeyPrioritySortOrder,o=0;for(let h of a)h=h.trimEnd(),h.endsWith(":")?a[o]=h.substring(0,h.length-1):h!=a[o]&&(a[o]=h),o++;let l=ht(r),c=lh(r),u=ud(c);if(c.contents==null)return n;let d=this.getYAMLKeysSorted(a,c,u),p=e.yamlSortOrderForOtherKeys;if(l==null)return this.getTextWithNewYamlFrontmatter(n,i,bi(u),bi(c),s,e.dateModifiedKey,e.currentTimeFormatted,e.yamlTimestampDateModifiedEnabled);let m;if(p==="Ascending Alphabetical")m=this.sortAlphabeticallyAsc;else if(p==="Descending Alphabetical")m=this.sortAlphabeticallyDesc;else return this.getTextWithNewYamlFrontmatter(n,i,bi(u),bi(c),s,e.dateModifiedKey,e.currentTimeFormatted,e.yamlTimestampDateModifiedEnabled);let f=ud(c);return d=d.sort(m),this.getYAMLKeysSorted(d,c,f),this.getTextWithNewYamlFrontmatter(n,i,bi(u),bi(f),s,e.dateModifiedKey,e.currentTimeFormatted,e.yamlTimestampDateModifiedEnabled)}getYAMLKeysSorted(n,e,i){let r=e.contents.items,s=[];for(let a of n)for(let o=0;oe?-1:e>n?1:0}get optionBuilders(){return[new he({OptionsClass:En,nameKey:"rules.yaml-key-sort.yaml-key-priority-sort-order.name",descriptionKey:"rules.yaml-key-sort.yaml-key-priority-sort-order.description",optionsKey:"yamlKeyPrioritySortOrder"}),new $({OptionsClass:En,nameKey:"rules.yaml-key-sort.priority-keys-at-start-of-yaml.name",descriptionKey:"rules.yaml-key-sort.priority-keys-at-start-of-yaml.description",optionsKey:"priorityKeysAtStartOfYaml"}),new ne({OptionsClass:En,nameKey:"rules.yaml-key-sort.yaml-sort-order-for-other-keys.name",descriptionKey:"rules.yaml-key-sort.yaml-sort-order-for-other-keys.description",optionsKey:"yamlSortOrderForOtherKeys",records:[{value:"None",description:"No sorting other than what is in the YAML Key Priority Sort Order text area"},{value:"Ascending Alphabetical",description:"Sorts the keys based on key value from a to z"},{value:"Descending Alphabetical",description:"Sorts the keys based on key value from z to a"}]})]}};Gi=x([k.register],Gi);var xt=require("obsidian");var tp=oi(Jh());var Ua={ruleConfigs:{},lintOnSave:!1,recordLintOnSaveLogs:!1,displayChanged:!0,suppressMessageWhenNoChange:!1,lintOnFileChange:!1,displayLintOnFileChangeNotice:!1,settingsConvertedToConfigKeyValues:!1,additionalFileExtensions:[],foldersToIgnore:[],filesToIgnore:[],linterLocale:"system-default",logLevel:"ERROR",lintCommands:[],customRegexes:[],commonStyles:{aliasArrayStyle:"single-line",tagArrayStyle:"single-line",minimumNumberOfDollarSignsToBeAMathBlock:2,escapeCharacter:'"',removeUnnecessaryEscapeCharsForMultiLineArrays:!1}};var Pe=class{constructor(){this.dateCreatedKey="date created";this.dateCreated=!0;this.dateCreatedSourceOfTruth="file system";this.dateModifiedSourceOfTruth="file system";this.format="dddd, MMMM Do YYYY, h:mm:ss a";this.dateModified=!0;this.dateModifiedKey="date modified";this.convertToUTC=!1;this.timestampUpdateOnFileContentUpdated="never";this.locale="en"}};x([k.noSettingControl()],Pe.prototype,"alreadyModified",2),x([k.noSettingControl()],Pe.prototype,"fileCreatedTime",2),x([k.noSettingControl()],Pe.prototype,"fileModifiedTime",2),x([k.noSettingControl()],Pe.prototype,"locale",2),x([k.noSettingControl()],Pe.prototype,"currentTime",2),x([k.noSettingControl()],Pe.prototype,"fileName",2);var Tn=class extends k{constructor(){super({nameKey:"rules.yaml-timestamp.name",descriptionKey:"rules.yaml-timestamp.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return Pe}apply(n,e){let i=e.alreadyModified,r=an(n);return i=i||r!==n,e.format=e.format.trimEnd(),Se(r,s=>{if(e.dateCreated){let a=!1;[s,a]=this.handleDateCreatedValue(s,e),i=i||a}return e.dateModified&&(s=this.handleDateModifiedValue(s,i,e)),s})}handleDateCreatedValue(n,e){let i=!1,r=` +${e.dateCreatedKey}: [^ +]+ +`,s=` +${e.dateCreatedKey}:[ ]* +`,a=new RegExp(s),o=new RegExp(r),l=(0,xt.moment)(e.fileCreatedTime);l.locale(e.locale);let c=e.convertToUTC?l.utc().format(e.format):l.format(e.format),u=` +${e.dateCreatedKey}: ${c}`,d=o.test(n);if(!d&&a.test(n))n=n.replace(a,it(u)+` +`),i=!0;else if(d){if(d){let p=this.getYAMLTimestampString(n,o,e.dateCreatedKey),m=(0,tp.default)(p);if(e.dateCreatedSourceOfTruth=="frontmatter"&&e.format!==m){let f=this.parseValueToCurrentFormatIfPossible(p,e.format,e.locale,e.convertToUTC);if(f==null)throw new Error(E("logs.invalid-date-format-error").replace("{DATE}",p).replace("{FILE_NAME}",e.fileName));let h=e.convertToUTC?f.utc().format(e.format):f.format(e.format);if(h!==p){let g=` +${e.dateCreatedKey}: ${h}`;n=n.replace(o,it(g)+` +`),i=!0}}else if(e.dateCreatedSourceOfTruth!="frontmatter"){let f=(0,xt.moment)(p,e.format,e.locale);(f==null||!f.isValid()||e.format!==""&&f.format(e.format)!=p)&&(n=n.replace(o,it(u)+` +`),i=!0)}}}else{let p=n.indexOf(` +---`);n=ci(n,p,` +${e.dateCreatedKey}: ${c}`),i=!0}return[n,i]}handleDateModifiedValue(n,e,i){let r=` +${i.dateModifiedKey}: [^ +]+ +`,s=` +${i.dateModifiedKey}:[ ]* +`,a=new RegExp(s),o=new RegExp(r),l=(0,xt.moment)(i.fileModifiedTime);l.locale(i.locale);let c=i.convertToUTC?i.currentTime.utc().format(i.format):i.currentTime.format(i.format),u=` +${i.dateModifiedKey}: ${c}`,d=o.test(n);if(d){let p=this.getYAMLTimestampString(n,o,i.dateModifiedKey),m=(0,xt.moment)(p,i.format,i.locale);(e||m==null||!m.isValid()||m.format(i.format)!=p||i.dateModifiedSourceOfTruth!="user or Linter edits"&&this.getTimeDifferenceInSeconds(m,l,i)>5)&&(n=n.replace(o,it(u)+` +`))}else if(a.test(n))n=n.replace(a,it(u)+` +`);else if(!d){let p=n.indexOf(` +---`);n=ci(n,p,u)}return n}parseValueToCurrentFormatIfPossible(n,e,i,r){if(n==null)return null;let s=r?xt.moment.utc(n,e,i,!0):(0,xt.moment)(n,e,i,!0);if(s!=null&&s.isValid())return s;let a=(0,tp.default)(n);if(a!=null){let o=r?xt.moment.utc(n,a):(0,xt.moment)(n,a);o.locale(i);let l=r?o.utc().format(e):o.format(e);return r?xt.moment.utc(l,e,i,!0):(0,xt.moment)(l,e,i,!0)}return null}getYAMLTimestampString(n,e,i){return n.match(e)[0].replace(i+":","").trim()}getTimeDifferenceInSeconds(n,e,i){let r=(0,xt.moment)(e.format(i.format),i.format,i.locale,!0);return Math.abs(n.diff(r,"seconds"))}get optionBuilders(){return[new $({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-created.name",descriptionKey:"rules.yaml-timestamp.date-created.description",optionsKey:"dateCreated"}),new Me({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-created-key.name",descriptionKey:"rules.yaml-timestamp.date-created-key.description",optionsKey:"dateCreatedKey"}),new ne({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-created-source-of-truth.name",descriptionKey:"rules.yaml-timestamp.date-created-source-of-truth.description",optionsKey:"dateCreatedSourceOfTruth",records:[{value:"file system",description:"The file system date created value is used to set the value of date created in the frontmatter"},{value:"frontmatter",description:"When a value is present in the frontmatter for date created, this value is used as the value for the date created"}]}),new $({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-modified.name",descriptionKey:"rules.yaml-timestamp.date-modified.description",optionsKey:"dateModified"}),new Me({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-modified-key.name",descriptionKey:"rules.yaml-timestamp.date-modified-key.description",optionsKey:"dateModifiedKey"}),new ne({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.date-modified-source-of-truth.name",descriptionKey:"rules.yaml-timestamp.date-modified-source-of-truth.description",optionsKey:"dateModifiedSourceOfTruth",records:[{value:"file system",description:"The file system date modified value is used to set the value of date modified in the frontmatter"},{value:"user or Linter edits",description:"When a value is present in the frontmatter for date modified, date modified is kept as is unless the Linter makes a change to a note or the user edits a note with the setting `{NAME}` set to something other than `{NEVER}`.".replace("{NAME}",E("rules.yaml-timestamp.update-on-file-contents-updated.name")).replace("{NEVER}",E("enums.never"))}]}),new jl({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.format.name",descriptionKey:"rules.yaml-timestamp.format.description",optionsKey:"format"}),new $({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.convert-to-utc.name",descriptionKey:"rules.yaml-timestamp.convert-to-utc.description",optionsKey:"convertToUTC"}),new ne({OptionsClass:Pe,nameKey:"rules.yaml-timestamp.update-on-file-contents-updated.name",descriptionKey:"rules.yaml-timestamp.update-on-file-contents-updated.description",optionsKey:"timestampUpdateOnFileContentUpdated",records:[{value:"never",description:"never"},{value:"after 5 seconds",description:"after 5 seconds"},{value:"after 10 seconds",description:"after 10 seconds"},{value:"after 15 seconds",description:"after 15 seconds"},{value:"after 30 seconds",description:"after 30 seconds"},{value:"after 1 minute",description:"after 1 minute"}]})]}};Tn=x([k.register],Tn);var Gt=class{constructor(){this.preserveExistingAliasesSectionStyle=!0;this.keepAliasThatMatchesTheFilename=!1;this.useYamlKeyToKeepTrackOfOldFilenameOrHeading=!0;this.aliasHelperKey=ld;this.aliasArrayStyle="multi-line";this.defaultEscapeCharacter='"';this.removeUnnecessaryEscapeCharsForMultiLineArrays=!1}};x([k.noSettingControl()],Gt.prototype,"aliasArrayStyle",2),x([k.noSettingControl()],Gt.prototype,"fileName",2),x([k.noSettingControl()],Gt.prototype,"defaultEscapeCharacter",2),x([k.noSettingControl()],Gt.prototype,"removeUnnecessaryEscapeCharsForMultiLineArrays",2);var Qi=class extends k{constructor(){super({nameKey:"rules.yaml-title-alias.name",descriptionKey:"rules.yaml-title-alias.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return Gt}apply(n,e){n=an(n);let[i,r]=this.getTitleInfo(n,e.fileName,e.aliasArrayStyle,e.defaultEscapeCharacter),s=null,a=n.match(qe)[1],o=!e.keepAliasThatMatchesTheFilename&&i===e.fileName,l=a.replace(`--- +`,"").replace(` +---`,""),c=ht(a),u=e.aliasHelperKey??ld;u.endsWith(":")&&(u=u.substring(0,u.length-1)),s=c[u]??null,s!=null&&(s=s+"",s=ft(s,e.defaultEscapeCharacter,this.forceEscape(s,e.aliasArrayStyle)));let d=null,p=Object.keys(c);for(let h of $t)if(p.includes(h)){d=h;break}if(d!=null){let h=be(l,d),g="multi-line",b=h==="",w=!1;!h.includes(` +`)&&!(h==="[]"&&e.aliasArrayStyle==="multi-line")&&(h.match(/^\[.*\]/)===null?(g="single string to single-line",w=!0):g="single-line");let L=Wn(Ke(h)),T=this.getNewAliasValue(L,o,r,s);T===""?l=_s(l,d):e.preserveExistingAliasesSectionStyle?!b&&(w&&r==T||!w||L==T)?l=ue(l,d,Te(T,g,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0)):l=ue(l,d,Te(T,e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0)):l=ue(l,d,Te(T,e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0))}else o||(l=ue(l,od,Te(r,e.aliasArrayStyle,e.defaultEscapeCharacter,e.removeUnnecessaryEscapeCharsForMultiLineArrays,!0)));!e.useYamlKeyToKeepTrackOfOldFilenameOrHeading||o?l=_s(l,u):l=ue(l,u,` ${r}`);let m=`--- +${a}---`,f=`--- +${l}---`;return l===""&&(f=""),n=n.replace(m,f),l===""&&(n=n.trimStart()),n}getTitleInfo(n,e,i,r){let s=ke([y.code,y.math,y.yaml,y.tag],n,_o);s=s||e;let a=ft(s,r,this.forceEscape(s,i));return[s,a]}forceEscape(n,e){return yo(n)||n.includes(",")&&(e==="single-line"||e==="single string to single-line"||e==="single string comma delimited")}getNewAliasValue(n,e,i,r){if(n==null)return e?"":i;if(typeof n=="string")e?n===i&&(n=""):r===n?n=i:n=[i,n];else if(r!==null){let s=n.indexOf(r);s===-1&&jn(r)&&(s=n.indexOf(r.substring(1,r.length-1))),s!==-1?e?n.splice(s,1):n[s]=i:n=[i,...n]}else{let s=n.indexOf(i);s!==-1?e&&n.splice(s,1):e||(n=[i,...n])}return n===""||n.length===0?"":n}get optionBuilders(){return[new $({OptionsClass:Gt,nameKey:"rules.yaml-title-alias.preserve-existing-alias-section-style.name",descriptionKey:"rules.yaml-title-alias.preserve-existing-alias-section-style.description",optionsKey:"preserveExistingAliasesSectionStyle"}),new $({OptionsClass:Gt,nameKey:"rules.yaml-title-alias.keep-alias-that-matches-the-filename.name",descriptionKey:"rules.yaml-title-alias.keep-alias-that-matches-the-filename.description",optionsKey:"keepAliasThatMatchesTheFilename"}),new $({OptionsClass:Gt,nameKey:"rules.yaml-title-alias.use-yaml-key-to-keep-track-of-old-filename-or-heading.name",descriptionKey:"rules.yaml-title-alias.use-yaml-key-to-keep-track-of-old-filename-or-heading.description",optionsKey:"useYamlKeyToKeepTrackOfOldFilenameOrHeading"}),new Me({OptionsClass:Gt,nameKey:"rules.yaml-title-alias.alias-helper-key.name",descriptionKey:"rules.yaml-title-alias.alias-helper-key.description",optionsKey:"aliasHelperKey"})]}};Qi=x([k.register],Qi);var Zi=class{constructor(){this.defaultEscapeCharacter='"';this.titleKey="title";this.mode="first-h1-or-filename-if-h1-missing"}};x([k.noSettingControl()],Zi.prototype,"fileName",2),x([k.noSettingControl()],Zi.prototype,"defaultEscapeCharacter",2);var Ji=class extends k{constructor(){super({nameKey:"rules.yaml-title.name",descriptionKey:"rules.yaml-title.description",type:"YAML",hasSpecialExecutionOrder:!0})}get OptionsClass(){return Zi}apply(n,e){n=an(n);let i="";switch(e.mode){case"filename":i=e.fileName;break;case"first-h1":i=this.getFirstH1Header(n);break;default:i=this.getFirstH1Header(n),i=i||e.fileName}return i=ft(i,e.defaultEscapeCharacter),Se(n,r=>{let s=` +${e.titleKey}:.* +`,a=new RegExp(s);if(a.test(r))r=r.replace(a,it(` +${e.titleKey}: ${i} +`));else{let o=r.indexOf(` +---`);r=ci(r,o,` +${e.titleKey}: ${i}`)}return r})}getFirstH1Header(n){return ke([y.code,y.math,y.yaml,y.tag],n,_o)}get optionBuilders(){return[new Me({OptionsClass:Zi,nameKey:"rules.yaml-title.title-key.name",descriptionKey:"rules.yaml-title.title-key.description",optionsKey:"titleKey"}),new ne({OptionsClass:Zi,nameKey:"rules.yaml-title.mode.name",descriptionKey:"rules.yaml-title.mode.description",optionsKey:"mode",records:[{value:"first-h1-or-filename-if-h1-missing",description:"Uses the first H1 in the file or the filename of the file if there is not H1"},{value:"filename",description:"Uses the filename as the title"},{value:"first-h1",description:"Uses the first H1 in the file as the title"}]})]}};Ji=x([k.register],Ji);var VL=` + + + + + + + + + + + +`,WL=` + + + + + + + + + + +`,GL=` + + + + + + + + + + + +`,QL=` + + + +`,ZL=` + + + +`,JL=` + + + + +`,XL=` + + + + + + +`,eA=` + + + +`,tA=` + + + + +`,nA=` + + + +`,iA=` + + + + +`,rA=` + + +`,sA=` + + + + + + + + + +`,aA=` + + +`,oA=` + +`,lA=` + + + + +`,cA=` + + + +`,we={folder:{id:"lint-folder",source:WL},ignoreFolder:{id:"lint-ignore-folder",source:cA},file:{id:"lint-file",source:VL},ignoreFile:{id:"lint-ignored-file",source:lA},vault:{id:"lint-vault",source:GL},whitespace:{id:"lint-whitespace",source:QL},math:{id:"lint-math",source:ZL},content:{id:"lint-content",source:JL},paste:{id:"lint-paste",source:XL},custom:{id:"lint-custom",source:eA},heading:{id:"lint-heading",source:tA},footer:{id:"lint-footer",source:nA},yaml:{id:"lint-yaml",source:iA},general:{id:"lint-general",source:rA},debug:{id:"lint-debug",source:sA},clipboard:{id:"linter-clipboard",source:aA},success:{id:"linter-success",source:oA}};var _r=require("obsidian");var yc=class{constructor(){this.disabledRules=[]}lintText(n){this.skipFile=!1;let e=n.oldText;if([this.disabledRules,this.skipFile]=ql(e),this.skipFile)return e;li(E("logs.rule-running"));let i=E("logs.pre-rules");li(i);let r=this.runBeforeRegularRules(n);Cn(i);let s=!1;for(let l of n.settings.ruleConfigs["auto-correct-common-misspellings"]["extra-auto-correct-files"]??[])if(l.filePath!=""){s=!0;break}let a=E("logs.disabled-text");for(let l of on){if(this.disabledRules.includes(l.alias)){et(l.alias+" "+a);continue}else if(l.hasSpecialExecutionOrder||l.type==="Paste")continue;if(l.alias==="auto-correct-common-misspellings"&&s){let c=!1;for(let u of n.settings.ruleConfigs["auto-correct-common-misspellings"]["extra-auto-correct-files"]??[])if(u.filePath==n.fileInfo.path){c=!0;break}if(c){et(l.alias+" "+a);continue}}[r]=ti.applyIfEnabledBase(l,r,n.settings,{fileCreatedTime:n.fileInfo.createdAtFormatted,fileModifiedTime:n.fileInfo.modifiedAtFormatted,fileName:n.fileInfo.name,locale:n.momentLocale,minimumNumberOfDollarSignsToBeAMathBlock:n.settings.commonStyles.minimumNumberOfDollarSignsToBeAMathBlock,aliasArrayStyle:n.settings.commonStyles.aliasArrayStyle,tagArrayStyle:n.settings.commonStyles.tagArrayStyle,defaultEscapeCharacter:n.settings.commonStyles.escapeCharacter,removeUnnecessaryEscapeCharsForMultiLineArrays:n.settings.commonStyles.removeUnnecessaryEscapeCharsForMultiLineArrays})}let o=E("logs.custom-regex");return li(o),r=this.runCustomRegexReplacement(n.settings.customRegexes,r),Cn(o),n.oldText=r,this.runAfterRegularRules(e,n)}runBeforeRegularRules(n){let e=n.oldText;return[e]=Yi.applyIfEnabled(e,n.settings,this.disabledRules),[e]=Di.applyIfEnabled(e,n.settings,this.disabledRules,{defaultEscapeCharacter:n.settings.commonStyles.escapeCharacter}),[e]=Ki.applyIfEnabled(e,n.settings,this.disabledRules,{minimumNumberOfDollarSignsToBeAMathBlock:n.settings.commonStyles.minimumNumberOfDollarSignsToBeAMathBlock}),[e]=Oi.applyIfEnabled(e,n.settings,this.disabledRules,{misspellingToCorrection:n.defaultMisspellings}),e}runAfterRegularRules(n,e){let i=e.oldText,r=E("logs.post-rules");li(r),[i]=Ri.applyIfEnabled(i,e.settings,this.disabledRules),[i]=Ji.applyIfEnabled(i,e.settings,this.disabledRules,{fileName:e.fileInfo.name,defaultEscapeCharacter:e.settings.commonStyles.escapeCharacter}),[i]=Qi.applyIfEnabled(i,e.settings,this.disabledRules,{fileName:e.fileInfo.name,aliasArrayStyle:e.settings.commonStyles.aliasArrayStyle,defaultEscapeCharacter:e.settings.commonStyles.escapeCharacter,removeUnnecessaryEscapeCharsForMultiLineArrays:e.settings.commonStyles.removeUnnecessaryEscapeCharsForMultiLineArrays}),[i]=Ci.applyIfEnabled(i,e.settings,this.disabledRules),[i]=Ni.applyIfEnabled(i,e.settings,this.disabledRules,{defaultEscapeCharacter:e.settings.commonStyles.escapeCharacter}),[i]=Wi.applyIfEnabled(i,e.settings,this.disabledRules),[i]=Fi.applyIfEnabled(i,e.settings,this.disabledRules);let s=i.match(qe);s!=null&&([i]=ni.applyIfEnabled(i,e.settings,this.disabledRules));let a=e.getCurrentTime(),o;[i,o]=Tn.applyIfEnabled(i,e.settings,this.disabledRules,{fileCreatedTime:e.fileInfo.createdAtFormatted,fileModifiedTime:e.fileInfo.modifiedAtFormatted,currentTime:a,alreadyModified:n!=i,locale:e.momentLocale}),s===null&&([i]=ni.applyIfEnabled(i,e.settings,this.disabledRules));let l=Tn.getRuleOptions(e.settings);return a=e.getCurrentTime(),l.convertToUTC&&(a=a.utc()),[i]=Gi.applyIfEnabled(i,e.settings,this.disabledRules,{currentTimeFormatted:a.format(l.format.trimEnd()),yamlTimestampDateModifiedEnabled:o&&l.dateModified,dateModifiedKey:l.dateModifiedKey}),Cn(r),Cn(E("logs.rule-running")),i}runCustomCommands(n,e){if(this.skipFile)return;et(E("logs.running-custom-lint-command"));let i=new Set;for(let r of n)if(!(!r.id||!r.enabled)){if(i.has(r.id)){wt(E("logs.custom-lint-duplicate-warning").replace("{COMMAND_NAME}",r.name));continue}try{i.add(r.id),e.executeCommandById(r.id)}catch(s){$l(s,`${E("logs.custom-lint-error-message")} ${r.id}`)}}}runCustomRegexReplacement(n,e){return ke([y.customIgnore],e,i=>{et(E("logs.running-custom-regex"));let r=i,s=i;for(let a of n){let o=a.find===void 0||a.find==""||a.find===null,l=a.replace===void 0||a.replace===null;if(o||l||!a.enabled)continue;let c=a.label;c&&c.trim()!=""&&(c+=`: +`),c+=`/${a.find}/${a.flags}/${a.replace}/`,et(c);let u=new RegExp(`${a.find}`,a.flags);r=r.replace(u,_p(a.replace)),s!=r&&et(r),s=r}return r})}runPasteLint(n,e,i){let r=i.oldText;return[r]=qi.applyIfEnabled(r,i.settings,[]),[r]=ji.applyIfEnabled(r,i.settings,[]),[r]=Ui.applyIfEnabled(r,i.settings,[]),[r]=Pi.applyIfEnabled(r,i.settings,[]),[r]=$i.applyIfEnabled(r,i.settings,[]),[r]=_i.applyIfEnabled(r,i.settings,[],{lineContent:n,selectedText:e}),[r]=zi.applyIfEnabled(r,i.settings,[],{lineContent:n,selectedText:e}),[r]=Ii.applyIfEnabled(r,i.settings,[],{lineContent:n}),r}runYAMLTimestampByItself(n){let e=n.oldText,i=n.getCurrentTime();return[e]=Tn.applyIfEnabled(e,n.settings,this.disabledRules,{fileCreatedTime:n.fileInfo.createdAtFormatted,fileModifiedTime:n.fileInfo.modifiedAtFormatted,currentTime:i,alreadyModified:!0,locale:n.momentLocale}),e}};function Xi(t,n=null,e,i,r){let s=n&&n.stat.ctime!==0?(0,_r.moment)(n.stat.ctime):(0,_r.moment)();s.locale(e);let a=n?(0,_r.moment)(n.stat.mtime):(0,_r.moment)();a.locale(e);let o=a.format(),l=s.format();return{oldText:t,fileInfo:{name:n?n.basename:"",createdAtFormatted:l,modifiedAtFormatted:o,path:n?n.path:""},settings:i,momentLocale:e,getCurrentTime:()=>{let c=(0,_r.moment)();return c.locale(e),c},defaultMisspellings:r}}var bc=require("obsidian");var ja=class extends bc.Modal{constructor(n,e,i,r,s,a=!1){super(n),this.modalEl.addClass("confirm-modal"),this.contentEl.createEl("h3",{text:E("warning-text"),cls:"modal-heading"}),a&&this.contentEl.createEl("p",{text:E("custom-command-warning"),cls:"modal-warn"}),this.contentEl.createEl("p",{text:e+" "+E("file-backup-text")}).id="confirm-dialog",this.contentEl.createDiv("modal-button-container",o=>{o.createEl("button",{text:E("cancel-button-text")}).addEventListener("click",()=>this.close());let l=o.createEl("button",{attr:{type:"submit"},cls:"mod-cta",text:i});l.addEventListener("click",async c=>{new bc.Notice(r),this.close(),await s()}),setTimeout(()=>{l.focus()},50)})}};var Qa=require("obsidian");var kc=require("obsidian");var uA={General:we.general.id,Custom:we.custom.id,YAML:we.yaml.id,Heading:we.heading.id,Footnote:we.footer.id,Content:we.content.id,Spacing:we.whitespace.id,Paste:we.paste.id,Debug:we.debug.id},dA={General:"tabs.names.general",Custom:"tabs.names.custom",YAML:"tabs.names.yaml",Heading:"tabs.names.heading",Footnote:"tabs.names.footnote",Content:"tabs.names.content",Spacing:"tabs.names.spacing",Paste:"tabs.names.paste",Debug:"tabs.names.debug"},cn=class{constructor(n,e,i,r,s){this.name=i;this.isMobile=r;this.plugin=s;this.searchSettingInfo=[];this.navButton=n.createDiv("linter-navigation-item");let a="linter-desktop";r&&(a="linter-mobile"),this.navButton.addClass(a),(0,kc.setIcon)(this.navButton.createSpan({cls:"linter-navigation-item-icon"}),uA[i]);let o=E(dA[i]);this.navButton.createSpan().setText(o),this.contentEl=e.createDiv("linter-tab-settings"),this.contentEl.id=i.toLowerCase().replace(" ","-"),this.headingEl=new kc.Setting(this.contentEl).setName(o).setHeading().nameEl,Re(this.headingEl)}addSettingSearchInfo(n,e="",i="",r=null,s=null){this.searchSettingInfo.push({containerEl:n,name:e.toLowerCase(),description:i.toLowerCase(),options:r,alias:s})}addSettingSearchInfoForGeneralSettings(n){this.searchSettingInfo.push({containerEl:n.containerEl,name:n.name.toLowerCase(),description:n.description.toLowerCase(),options:null,alias:null})}updateTabDisplayMode(n,e="the status is still the same"){switch(n?(this.navButton.addClass("linter-navigation-item-selected"),$e(this.contentEl)):(this.navButton.removeClass("linter-navigation-item-selected"),Re(this.contentEl)),e){case"entering search mode by focusing on the search input box":$e(this.contentEl),$e(this.headingEl);for(let i of this.searchSettingInfo)$e(i.containerEl);break;case"leaving search mode by selecting a tab":Re(this.headingEl);for(let i of this.searchSettingInfo)$e(i.containerEl);break}}};var og=require("obsidian");var Xh=require("obsidian");var ri=class{constructor(n,e,i,r,s,a=null){this.containerEl=n;this.keyToUpdate=r;this.plugin=s;this.beforeSave=a;this.name=E(e),this.description=E(i)}async saveValue(n){let e=this.keyToUpdate.split(".");e.length===2?this.plugin.settings[e[0]][e[1]]=n:this.plugin.settings[this.keyToUpdate]=n,this.beforeSave&&this.beforeSave(),await this.plugin.saveSettings()}getDefaultValue(){let n=this.keyToUpdate.split(".");return n.length===2?Ua[n[0]][n[1]]:Ua[this.keyToUpdate]}getString(){return Vr(this.plugin.settings,this.keyToUpdate)??this.getDefaultValue()}getBoolean(){return lp(this.plugin.settings,this.keyToUpdate)??this.getDefaultValue()}getNumber(){return op(this.plugin.settings,this.keyToUpdate)??this.getDefaultValue()}parseNameAndDescription(){ct(this.name,this.setting.nameEl),ct(this.description,this.setting.descEl),this.setting.descEl.addClass("linter-no-padding-top")}};var xn=class extends ri{constructor(e,i,r,s,a,o,l=null){super(e,i,r,s,a,l);this.dropdownRecords=o;this.display()}display(){this.setting=new Xh.Setting(this.containerEl).setName(this.name).setDesc(this.description).addDropdown(e=>{this.addDropdownRecords(e),e.setValue(this.getString()),e.onChange(async i=>{this.saveValue(i)})})}addDropdownRecords(e){if(this.dropdownRecords.isForEnum){for(let i of this.dropdownRecords.values){let r="enums."+i;e.addOption(i,E(r))}return}for(let i=0;i{n.inputEl.type="number",n.setValue(this.getNumber().toString()).onChange(async e=>{this.saveValue(parseInt(e))})})}};var tg=require("obsidian");var Qt=class extends ri{constructor(e,i,r,s,a,o){super(e,i,r,s,a);this.onChange=o;this.display()}display(){this.setting=new tg.Setting(this.containerEl).addToggle(e=>{e.setValue(this.getBoolean()).onChange(async i=>{this.onChange&&this.onChange(i),this.saveValue(i)})}),this.parseNameAndDescription()}hide(){Re(this.setting.settingEl)}unhide(){$e(this.setting.settingEl)}};var rg=require("obsidian");var ng=require("obsidian");var Mt=class{constructor(n,e,i,r,s,a,o,l){this.containerEl=n;this.name=e;this.description=i;this.warning=r;this.addInputBtnText=s;this.app=a;this.saveSettings=o;this.onAddInput=l}display(){this.containerEl.createDiv({cls:"setting-item-name",text:this.name});let n=this.containerEl.createDiv({cls:"setting-item-description"});ct(this.description,n.createEl("p",{cls:"custom-row-description"})),new ng.Setting(this.containerEl).addButton(e=>{e.setIcon("plus-with-circle").setTooltip(this.addInputBtnText).onClick(()=>this.onAddInput()),e.buttonEl.addClass("clickable-icon")}).setClass("linter-border-bottom").setDesc(this.warning??"").descEl.addClass("mod-warning"),this.inputElDiv=this.containerEl.createDiv(),this.showInputEls()}resetInputEls(){this.inputElDiv.empty(),this.showInputEls()}};var ig=require("obsidian"),Va=class extends Zn{constructor(e,i,r=[]){super(e,i);this.app=e;this.inputEl=i;this.valuesToExclude=r}getSuggestions(e){let i=this.app.vault.getAllLoadedFiles().filter(o=>o instanceof ig.TFolder&&o.path!=="/").map(o=>o.path);if(!i)return[];let r=i.filter(o=>!this.valuesToExclude.includes(o)||o===this.inputEl.getAttribute("folderName")),s=[],a=e.toLowerCase();return r.forEach(o=>{o.toLowerCase().contains(a)&&s.push(o)}),s}renderSuggestion(e,i){i.setText(e)}selectSuggestion(e){this.inputEl.setAttribute("folderName",e),this.inputEl.value=e,this.inputEl.trigger("input"),this.close()}};var vc=class extends Mt{constructor(e,i,r,s){super(e,E("tabs.general.folders-to-ignore.name"),E("tabs.general.folders-to-ignore.description"),null,E("tabs.general.folders-to-ignore.add-input-button-text"),r,s,()=>{let a="";this.foldersToIgnore.push(a),this.saveSettings(),this.addFolderToIgnore(a,this.foldersToIgnore.length-1,!0)});this.foldersToIgnore=i;this.display(),this.inputElDiv.addClass("linter-folder-ignore-container")}showInputEls(){this.foldersToIgnore.forEach((e,i)=>{this.addFolderToIgnore(e,i)})}addFolderToIgnore(e,i,r=!1){new rg.Setting(this.inputElDiv).addSearch(a=>{new Va(this.app,a.inputEl,this.foldersToIgnore),a.setPlaceholder(E("tabs.general.folders-to-ignore.folder-search-placeholder-text")).setValue(e).onChange(o=>{let l=o;(l===""||l===a.inputEl.getAttribute("folderName"))&&(this.foldersToIgnore[i]=l,this.saveSettings())}),a.inputEl.setAttr("tabIndex",i),a.inputEl.addClass("linter-folder-ignore"),r&&a.inputEl.focus()}).addExtraButton(a=>{a.setIcon("trash").setTooltip(E("tabs.general.folders-to-ignore.delete-tooltip")).onClick(()=>{this.foldersToIgnore.splice(i,1),this.saveSettings(),this.resetInputEls()})}).settingEl.addClass("linter-no-border")}};var sg=require("obsidian");var pA="i",Lc=class extends Mt{constructor(e,i,r,s){super(e,E("tabs.general.files-to-ignore.name"),E("tabs.general.files-to-ignore.description"),E("tabs.general.files-to-ignore.warning"),E("tabs.general.files-to-ignore.add-input-button-text"),r,s,()=>{let a={label:"",match:"",flags:pA};this.filesToIgnore.push(a),this.saveSettings(),this.addFileToIgnore(a,this.filesToIgnore.length-1,!0)});this.filesToIgnore=i;this.display(),this.inputElDiv.addClass("linter-files-to-ignore-container")}showInputEls(){this.filesToIgnore.forEach((e,i)=>{this.addFileToIgnore(e,i)})}addFileToIgnore(e,i,r=!1){let s=this.inputElDiv.createDiv({cls:"linter-files-to-ignore"});new sg.Setting(s).addText(a=>{a.setPlaceholder(E("tabs.general.files-to-ignore.label-placeholder-text")).setValue(e.label).onChange(o=>{this.filesToIgnore[i].label=o,this.saveSettings()}),a.inputEl.addClass("linter-files-to-ignore-normal-input"),r&&a.inputEl.focus()}).addText(a=>{a.setPlaceholder(E("tabs.general.files-to-ignore.file-search-placeholder-text")).setValue(e.match).onChange(o=>{this.filesToIgnore[i].match=o,this.saveSettings()}),a.inputEl.addClass("linter-files-to-ignore-normal-input")}).addText(a=>{a.setPlaceholder(E("tabs.general.files-to-ignore.flags-placeholder-text")).setValue(e.flags).onChange(o=>{this.filesToIgnore[i].flags=o,this.saveSettings()}),a.inputEl.addClass("linter-files-to-ignore-flags")}).addExtraButton(a=>{a.setIcon("trash").setTooltip(E("tabs.general.files-to-ignore.delete-tooltip")).onClick(()=>{this.filesToIgnore.splice(i,1),this.saveSettings(),this.resetInputEls()})})}};var ag=require("obsidian");var Ac=class extends Mt{constructor(e,i,r,s){super(e,E("tabs.general.additional-file-extensions.name"),E("tabs.general.additional-file-extensions.description"),null,E("tabs.general.additional-file-extensions.add-input-button-text"),r,s,()=>{this.additionalFileExtensions.push(""),this.saveSettings(),this.addExtensionRow("",this.additionalFileExtensions.length-1,!0)});this.additionalFileExtensions=i;this.display(),this.inputElDiv.addClass("linter-additional-file-extensions-container")}showInputEls(){this.additionalFileExtensions.forEach((e,i)=>{this.addExtensionRow(e,i)})}addExtensionRow(e,i,r=!1){new ag.Setting(this.inputElDiv).addText(a=>{a.setPlaceholder(E("tabs.general.additional-file-extensions.extension-placeholder")).setValue(e).onChange(o=>{this.additionalFileExtensions[i]=o.trim().toLowerCase(),this.saveSettings()}),r&&a.inputEl.focus()}).addExtraButton(a=>{a.setIcon("trash").setTooltip(E("tabs.general.additional-file-extensions.delete-tooltip")).onClick(()=>{this.additionalFileExtensions.splice(i,1),this.saveSettings(),this.resetInputEls()})}).settingEl.addClass("linter-no-border")}};var Sc=class extends cn{constructor(e,i,r,s,a){super(e,i,"General",r,s);this.app=a;this.display()}display(){let e=this.contentEl.createDiv(),i=null,r=new Qt(e,"tabs.general.lint-on-save.name","tabs.general.lint-on-save.description","lintOnSave",this.plugin,S=>{S?i.unhide():i.hide()});this.addSettingSearchInfoForGeneralSettings(r),e=this.contentEl.createDiv(),i=new Qt(e,"tabs.general.display-message.name","tabs.general.display-message.description","displayChanged",this.plugin),this.addSettingSearchInfoForGeneralSettings(i),r.getBoolean()||i.hide();let s=null;e=this.contentEl.createDiv();let a=new Qt(e,"tabs.general.lint-on-file-change.name","tabs.general.lint-on-file-change.description","lintOnFileChange",this.plugin,S=>{S?s.unhide():s.hide()});this.addSettingSearchInfoForGeneralSettings(a),e=this.contentEl.createDiv(),s=new Qt(e,"tabs.general.display-lint-on-file-change-message.name","tabs.general.display-lint-on-file-change-message.description","displayLintOnFileChangeNotice",this.plugin),this.addSettingSearchInfoForGeneralSettings(s),a.getBoolean()||s.hide(),e=this.contentEl.createDiv();let o=new Qt(e,"tabs.general.suppress-message-when-no-change.name","tabs.general.suppress-message-when-no-change.description","suppressMessageWhenNoChange",this.plugin);this.addSettingSearchInfoForGeneralSettings(o);let l=navigator.language?.toLowerCase(),c=["system-default"],u=[E("tabs.general.same-as-system-locale").replace("{SYS_LOCALE}",l)];for(let S of og.moment.locales())c.push(S),u.push(S);let d={isForEnum:!1,values:c,descriptions:u};e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new xn(e,"tabs.general.override-locale.name","tabs.general.override-locale.description","linterLocale",this.plugin,d,async()=>{await this.plugin.setOrUpdateMomentInstance()}));let p={isForEnum:!0,values:["multi-line","single-line","single string comma delimited","single string to single-line","single string to multi-line"],descriptions:[]};e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new xn(e,"tabs.general.yaml-aliases-section-style.name","tabs.general.yaml-aliases-section-style.description","commonStyles.aliasArrayStyle",this.plugin,p));let m={isForEnum:!0,values:["multi-line","single-line","single string to single-line","single string to multi-line","single-line space delimited","single string space delimited","single string comma delimited"],descriptions:[]};e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new xn(e,"tabs.general.yaml-tags-section-style.name","tabs.general.yaml-tags-section-style.description","commonStyles.tagArrayStyle",this.plugin,m));let f=['"',"'"],h={isForEnum:!1,values:f,descriptions:f};e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new xn(e,"tabs.general.default-escape-character.name","tabs.general.default-escape-character.description","commonStyles.escapeCharacter",this.plugin,h)),e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new Qt(e,"tabs.general.remove-unnecessary-escape-chars-in-multi-line-arrays.name","tabs.general.remove-unnecessary-escape-chars-in-multi-line-arrays.description","commonStyles.removeUnnecessaryEscapeCharsForMultiLineArrays",this.plugin)),e=this.contentEl.createDiv(),this.addSettingSearchInfoForGeneralSettings(new wc(e,"tabs.general.number-of-dollar-signs-to-indicate-math-block.name","tabs.general.number-of-dollar-signs-to-indicate-math-block.description","commonStyles.minimumNumberOfDollarSignsToBeAMathBlock",this.plugin));let g=this.contentEl.createDiv(),b=new vc(g,this.plugin.settings.foldersToIgnore,this.app,()=>{this.plugin.saveSettings()});this.addSettingSearchInfo(g,b.name,b.description.replaceAll(` +`," "));let w=this.contentEl.createDiv(),L=new Lc(w,this.plugin.settings.filesToIgnore,this.app,()=>{this.plugin.saveSettings()});this.addSettingSearchInfo(w,L.name,L.description.replaceAll(` +`," "));let T=this.contentEl.createDiv(),M=new Ac(T,this.plugin.settings.additionalFileExtensions,this.app,()=>{this.plugin.saveSettings()});this.addSettingSearchInfo(T,M.name,M.description.replaceAll(` +`," "))}};var lg=require("obsidian"),Ec=class extends cn{constructor(e,i,r,s,a,o){super(e,i,r,a,o);this.rules=s;this.display()}display(){for(let e of this.rules){let i=this.contentEl.createDiv();i.id=e.alias,new lg.Setting(i).setHeading().nameEl.createEl("a",{href:e.getURL(),text:e.getName()});let r=[],s=!0,a=!1;for(let o of e.options)o.display(i,this.plugin.settings,this.plugin),r.push(o.getSearchInfo()),s?(s=!1,o instanceof Xn&&(a=!this.plugin.settings.ruleConfigs[o.ruleAlias][o.configKey])):a&&o.hide();this.addSettingSearchInfo(i,e.getName().toLowerCase(),e.getDescription().toLowerCase(),r,i.id)}}};var cg=require("obsidian");var Wa=class extends Zn{constructor(e,i,r=[]){super(e,i);this.app=e;this.inputEl=i;this.valuesToExclude=r}getSuggestions(e){let i=this.app.commands.listCommands();if(!i)return[];let r=i.filter(o=>{for(let l of this.valuesToExclude)if(l.id==o.id&&!(this.inputEl.hasAttribute("commandId")&&this.inputEl.getAttribute("commandId")==o.id))return!1;return!0}),s=[],a=e.toLowerCase();return r.forEach(o=>{(o.id.contains(a)||o.name.toLowerCase().contains(a))&&s.push(o)}),s}renderSuggestion(e,i){i.setText(e.name)}selectSuggestion(e){this.inputEl.value=e.name,this.inputEl.setAttribute("commandId",e.id),this.inputEl.trigger("input"),this.close()}};var Tc=class extends Mt{constructor(e,i,r,s){super(e,E("options.custom-command.name"),E("options.custom-command.description"),E("options.custom-command.warning"),E("options.custom-command.add-input-button-text"),r,s,()=>{let a={id:"",name:"",enabled:!0};this.lintCommands.push(a),this.saveSettings(),this.addCommand(a,this.lintCommands.length-1,!0)});this.lintCommands=i;this.display()}showInputEls(){this.lintCommands.forEach((e,i)=>{this.addCommand(e,i)})}addCommand(e,i,r=!1){new cg.Setting(this.inputElDiv).addSearch(s=>{new Wa(this.app,s.inputEl,this.lintCommands),s.setPlaceholder(E("options.custom-command.command-search-placeholder-text")).setValue(e.name).onChange(a=>{let o={id:s.inputEl.getAttribute("commandId"),name:a,enabled:e.enabled};o.name&&o.id?(this.lintCommands[i]=o,this.saveSettings()):!o.name&&!o.id&&(this.lintCommands[i]=o,this.saveSettings())}),s.inputEl.setAttr("tabIndex",i),s.inputEl.addClass("linter-custom-command"),r&&s.inputEl.focus()}).addExtraButton(s=>{s.setIcon("up-chevron-glyph").setTooltip(E("options.custom-command.move-up-tooltip")).onClick(()=>{this.arrayMove(i,i-1),this.saveSettings(),this.resetInputEls()})}).addExtraButton(s=>{s.setIcon("down-chevron-glyph").setTooltip(E("options.custom-command.move-down-tooltip")).onClick(()=>{this.arrayMove(i,i+1),this.saveSettings(),this.resetInputEls()})}).addExtraButton(s=>{s.setIcon("trash").setTooltip(E("options.custom-command.delete-tooltip")).onClick(()=>{this.lintCommands.splice(i,1),this.saveSettings(),this.resetInputEls()})}).addToggle(s=>{s.setValue(e.enabled).onChange(a=>{e.enabled=a})})}arrayMove(e,i){if(i<0||i===this.lintCommands.length)return;let r=this.lintCommands[e];this.lintCommands[e]=this.lintCommands[i],this.lintCommands[i]=r}};var np=require("obsidian");var mA="gm",xc=class extends Mt{constructor(e,i,r,s){super(e,E("options.custom-replace.name"),E("options.custom-replace.description"),E("options.custom-replace.warning"),E("options.custom-replace.add-input-button-text"),r,s,()=>{let a={label:"",find:"",replace:"",flags:mA,enabled:!0};this.regexes.push(a),this.saveSettings(),this.addRegex(a,this.regexes.length-1,!0)});this.regexes=i;this.display(),this.inputElDiv.addClass("linter-custom-regex-replacement-container")}showInputEls(){this.regexes.forEach((e,i)=>{this.addRegex(e,i)})}addRegex(e,i,r=!1){let s=this.inputElDiv.createDiv({cls:"linter-custom-regex-replacement"}),a=s.createDiv(),o=new np.Setting(a).addText(u=>{u.setPlaceholder(E("options.custom-replace.label-placeholder-text")).setValue(e.label).onChange(d=>{this.regexes[i].label=d,this.saveSettings()}),u.inputEl.setAttr("inputIndex",i),u.inputEl.addClass("linter-custom-regex-replacement-label-input"),r&&u.inputEl.focus()});o.controlEl.addClass("linter-custom-regex-replacement-label"),o.descEl.remove(),o.infoEl.remove(),o.nameEl.remove();let l=s.createDiv();new np.Setting(l).addText(u=>{u.setPlaceholder(E("options.custom-replace.regex-to-find-placeholder-text")).setValue(e.find).onChange(d=>{this.regexes[i].find=d,this.saveSettings()}),u.inputEl.addClass("linter-custom-regex-replacement-normal-input")}).addText(u=>{u.setPlaceholder(E("options.custom-replace.flags-placeholder-text")).setValue(e.flags).onChange(d=>{this.regexes[i].flags=d,this.saveSettings()}),u.inputEl.addClass("linter-custom-regex-replacement-flags")}).addText(u=>{u.setPlaceholder(E("options.custom-replace.regex-to-replace-placeholder-text")).setValue(e.replace).onChange(d=>{this.regexes[i].replace=d,this.saveSettings()}),u.inputEl.addClass("linter-custom-regex-replacement-normal-input")}).addExtraButton(u=>{u.setIcon("up-chevron-glyph").setTooltip(E("options.custom-replace.move-up-tooltip")).onClick(()=>{this.arrayMove(i,i-1),this.saveSettings(),this.resetInputEls()})}).addExtraButton(u=>{u.setIcon("down-chevron-glyph").setTooltip(E("options.custom-replace.move-down-tooltip")).onClick(()=>{this.arrayMove(i,i+1),this.saveSettings(),this.resetInputEls()})}).addExtraButton(u=>{u.setIcon("trash").setTooltip(E("options.custom-replace.delete-tooltip")).onClick(()=>{this.regexes.splice(i,1),this.saveSettings(),this.resetInputEls()})}).addToggle(u=>{u.setValue(e.enabled).onChange(d=>{e.enabled=d})}).settingEl.addClass("linter-custom-regex-replacement-row2")}arrayMove(e,i){if(i<0||i===this.regexes.length)return;let r=this.regexes[e];this.regexes[e]=this.regexes[i],this.regexes[i]=r}};var Mc=class extends cn{constructor(e,i,r,s,a){super(e,i,"Custom",r,a);this.app=s;this.display()}display(){let e=this.contentEl.createDiv(),i=new Tc(e,this.plugin.settings.lintCommands,this.app,()=>{this.plugin.saveSettings()});this.addSettingSearchInfo(e,i.name,i.description.replaceAll(` +`," ")+i.warning.replaceAll(` +`," "));let r=this.contentEl.createDiv(),s=new xc(r,this.plugin.settings.customRegexes,this.app,()=>{this.plugin.saveSettings()});this.addSettingSearchInfo(r,s.name,s.description.replaceAll(` +`," ")+s.warning.replaceAll(` +`," "))}};var ug=require("obsidian");var Oc=class{constructor(n,e,i,r){this.containerEl=n;this.searchZeroState=e;this.tabNameToTab=i;this.onFocus=r;this.searchSettingInfo=new Map;for(let[s,a]of i)this.searchSettingInfo.set(s,a.searchSettingInfo);this.display()}display(){let n=new ug.Setting(this.containerEl);n.settingEl.addClass("linter-no-border"),n.addSearch(e=>{this.search=e}),this.search.setPlaceholder(E("tabs.default-search-bar-text")),this.search.inputEl.onfocus=()=>{this.onFocus()},this.search.onChange(e=>{this.searchSettings(e.toLowerCase())})}searchSettings(n){let e=new Set,i=function(r,s){$e(r),e.has(s)||e.add(s)};for(let[r,s]of this.searchSettingInfo)for(let a of s)if(n.trim()===""||a.alias?.includes(n)||a.description.includes(n)||a.name.includes(n))i(a.containerEl,r);else if(a.options)for(let o of a.options){if(o.description.toLowerCase().includes(n)||o.name.toLowerCase().includes(n)){i(a.containerEl,r);break}else if(o.options){for(let l of o.options)if(l.description.toLowerCase().includes(n)||l.value.toLowerCase().includes(n)){i(a.containerEl,r);break}}Re(a.containerEl)}else Re(a.containerEl);for(let[r,s]of this.tabNameToTab)e.has(r)?$e(s.headingEl):Re(s.headingEl);e.size===0?$e(this.searchZeroState):Re(this.searchZeroState)}focusOnInput(){this.search.inputEl.focus()}};var dg=oi(so());var zr=require("obsidian");var Ga=class{constructor(n,e,i,r=!0){this.containerEl=n;this.name=e;this.description=i;this.disabled=r;this.display()}display(){this.settingEl=this.containerEl.createDiv();let n=this.settingEl.createDiv("setting-item-info");this.nameEl=n.createDiv("setting-item-name"),this.nameEl.setText(this.name),this.descEl=n.createDiv("setting-item-description"),this.descEl.setText(this.description),this.inputContainerEl=this.settingEl.createDiv("full-width-textbox-input-wrapper"),this.inputContainerEl.onmouseover=()=>{this.getInput().trim()!=""&&this.copyEl.removeClass("linter-visually-hidden")},this.inputContainerEl.onmouseleave=()=>{this.copyEl.addClass("linter-visually-hidden")},this.inputEl=this.inputContainerEl.createEl("textarea",{cls:"full-width"}),this.inputEl.spellcheck=!1,this.inputEl.disabled=this.disabled,this.copyEl=this.inputContainerEl.createDiv({cls:"settings-copy-button linter-visually-hidden ",attr:{"aria-label":E("copy-aria-label")}}),this.copyIconEl=this.copyEl.createSpan(),(0,zr.setIcon)(this.copyIconEl,"linter-clipboard"),this.copyIconEl.onclick=()=>{this.handleCopy(this.copyIconEl)}}getInput(){return this.inputEl.value}handleCopy(n){navigator.clipboard.writeText(this.getInput()).then(()=>{(0,zr.setIcon)(n,"linter-success"),setTimeout(()=>{(0,zr.setIcon)(n,"linter-clipboard")},1500)},e=>{new zr.Notice(`${E("notice-text.copy-to-clipboard-failed")+e}`,0)})}hide(){Re(this.settingEl)}unhide(){$e(this.settingEl)}};var fA=Object.keys(dg.default.levels),Cc=class extends cn{constructor(n,e,i,r){super(n,e,"Debug",i,r),this.display()}display(){let n=this.contentEl.createDiv(),e={isForEnum:!0,values:fA,descriptions:[]};this.addSettingSearchInfoForGeneralSettings(new xn(n,"tabs.debug.log-level.name","tabs.debug.log-level.description","logLevel",this.plugin,e,async()=>{uo(this.plugin.settings.logLevel)})),n=this.contentEl.createDiv();let i=E("tabs.debug.linter-config.name"),r=E("tabs.debug.linter-config.description");new Ga(n,i,r).inputEl.setText(JSON.stringify(this.plugin.settings,null,2)),this.addSettingSearchInfo(n,i,r);let a=null;n=this.contentEl.createDiv();let o=new Qt(n,"tabs.debug.log-collection.name","tabs.debug.log-collection.description","recordLintOnSaveLogs",this.plugin,l=>{l?a.unhide():a.hide()});this.addSettingSearchInfoForGeneralSettings(o),n=this.contentEl.createDiv(),i=E("tabs.debug.linter-logs.name"),r=E("tabs.debug.linter-logs.description"),a=new Ga(n,i,""),a.inputEl.setText(oo.join(` +`)),ct(r,a.descEl),o.getBoolean()||a.hide(),this.addSettingSearchInfo(n,i,r)}};var Ic=class extends Qa.PluginSettingTab{constructor(e,i){super(e,i);this.plugin=i;this.tabNameToTab=new Map;this.selectedTab="General"}display(){let{containerEl:e}=this;e.empty();let i=e.createDiv("linter-setting-title");Qa.Platform.isMobile?i.addClass("linter-mobile"):i.createEl("h1").setText(E("linter-title")),this.navContainer=e.createEl("nav",{cls:"linter-setting-header"}),this.tabNavEl=this.navContainer.createDiv("linter-setting-tab-group"),this.settingsContentEl=e.createDiv("linter-setting-content"),this.addTabs(Qa.Platform.isMobile),this.createSearchZeroState(),this.generateSearchBar(i),this.selectedTab==""&&this.tabSearcher.focusOnInput()}addTabs(e){this.addTab(new Sc(this.tabNavEl,this.settingsContentEl,e,this.plugin,this.app));for(let i of Object.values(K))this.addTab(new Ec(this.tabNavEl,this.settingsContentEl,i,xi.get(i),e,this.plugin));this.addTab(new Mc(this.tabNavEl,this.settingsContentEl,e,this.app,this.plugin)),this.addTab(new Cc(this.tabNavEl,this.settingsContentEl,e,this.plugin))}generateSearchBar(e){this.tabSearcher=new Oc(e,this.searchZeroState,this.tabNameToTab,()=>{for(let i of this.tabNameToTab.values()){i.updateTabDisplayMode(!1,"entering search mode by focusing on the search input box");let r=this.tabSearcher.search.getValue();this.selectedTab==""&&r.trim()!=""&&this.tabSearcher.searchSettings(r.toLowerCase()),this.selectedTab=""}})}createSearchZeroState(){this.searchZeroState=this.settingsContentEl.createDiv({cls:"search-zero-state"}),Re(this.searchZeroState),this.searchZeroState.createEl("p",{text:E("empty-search-results-text")})}addTab(e){e.navButton.onclick=()=>{this.onTabClick(e.name)},e.updateTabDisplayMode(this.selectedTab===e.name,"the status is still the same"),this.tabNameToTab.set(e.name,e)}onTabClick(e){if(this.selectedTab!==e){if(this.selectedTab=="")for(let[i,r]of this.tabNameToTab)r.updateTabDisplayMode(i===e,"leaving search mode by selecting a tab");else Re(this.searchZeroState),this.tabNameToTab.get(e).updateTabDisplayMode(!0),this.tabNameToTab.get(this.selectedTab).updateTabDisplayMode(!1);this.selectedTab=e}}};var mg=require("obsidian");var hA=/^---\n/gm,pg=`${Ar}:`,Bc=class extends mg.EditorSuggest{constructor(e){super(e.app);this.plugin=e;this.inline=!1;let i=E("all-rules-option");this.ruleInfo=[{displayName:i,name:i.toLowerCase(),alias:"all"}];for(let r of on){let s=r.getName();this.ruleInfo.push({displayName:s,name:s.toLowerCase(),alias:r.alias})}}onTrigger(e,i,r){let s=i.getLine(e.line).toLowerCase();if(s.startsWith(pg)||this.disabledRulesIsEndOfStartOfFileToCursor(i.getRange({line:0,ch:0},e))){this.inline=s.startsWith(pg);let o=i.getLine(e.line).substring(0,e.ch),l=o.match(/(\S+)$/)?.first().replaceAll("[","").replaceAll("]","");if(l)return{end:e,start:{ch:o.lastIndexOf(l),line:e.line},query:l}}return null}getSuggestions(e){let[i,r]=ql(e.editor.getValue());if(r)return[];let s=e.query.toLowerCase();return this.ruleInfo.filter(o=>(o.name.contains(s)||o.alias.contains(s))&&!i.includes(o.alias))}renderSuggestion(e,i){i.addClass("mod-complex");let r=i.createDiv({cls:"suggestion-content"});r.createDiv({cls:"suggestion-title"}).setText(`${e.displayName}`),r.createDiv({cls:"suggestion-note"}).setText(`${e.alias}`)}selectSuggestion(e){if(this.context){let i=e.alias;this.inline?i=`${i},`:i=`${i} + -`,this.context.editor.replaceRange(`${i} `,this.context.start,this.context.end)}}disabledRulesIsEndOfStartOfFileToCursor(e){if(!e||!e.length||e.match(hA)?.length!=1)return!1;let i=be(e+` +`,Ar)?.trimEnd();return i===null?!1:e.trimEnd().endsWith(i)}};var wg=oi(yg()),vg=oi(so());var er=require("obsidian");var rp="default-misspellings.md",ip=`https://raw.githubusercontent.com/platers/obsidian-linter/refs/heads/master/src/utils/${rp}`;async function bg(t,n){let e=t.app,i=t.manifest.dir??"",r=(0,er.normalizePath)(i+"/"+rp);if(await e.vault.adapter.exists(r))return;let s=new er.Notice(E("rules.auto-correct-common-misspellings.default-install")),a;try{a=await(0,er.requestUrl)(ip)}catch(o){lo(E("rules.auto-correct-common-misspellings.default-install-failed").replace("{URL}",ip),o)}if(!a||a.status!==200){let o=E("rules.auto-correct-common-misspellings.default-install-failed").replace("{URL}",ip)+E("logs.see-console");await n(o);return}await e.vault.adapter.exists(i)||await e.vault.adapter.mkdir(i),await e.vault.adapter.writeBinary(r,a.arrayBuffer),s.hide()}async function kg(t){let n=t.app,e=t.manifest.dir??"",i=(0,er.normalizePath)(e+"/"+rp);return await n.vault.adapter.exists(i)?await n.vault.adapter.read(i):(wt(E("rules.auto-correct-common-misspellings.defaults-missing").replace("{FILE}",i)),"")}var gA={en:"en-gb",zh:"zh-cn","zh-TW":"zh-tw",ru:"ru",ko:"ko",it:"it",id:"id",ro:"ro","pt-BR":"pt-br",cz:"cs",da:"da",de:"de",es:"es",fr:"fr",no:"nn",pl:"pl",pt:"pt",tr:"tr",hi:"hi",nl:"nl",ar:"ar",ja:"ja"},Mn=0,Fc=class extends Z.Plugin{constructor(){super(...arguments);this.eventRefs=[];this.isEnabled=!0;this.rulesRunner=new yc;this.overridePaste=!1;this.hasCustomCommands=!1;this.customCommandsLock=new wg.default;this.originalSaveCallback=null;this.editorLintFiles=[];this.fileLintFiles=new Set;this.customCommandsCallback=null;this.currentlyOpeningSidebar=!1;this.activeFileChangeDebouncer=new Map;this.defaultAutoCorrectMisspellings=new Map;this.hasLoadedMisspellingFiles=!1}async onload(){Kh(),mo((0,Z.getLanguage)()),Ct(E("logs.plugin-load")),this.isEnabled=!0;for(let e in we){let i=we[e];(0,Z.addIcon)(i.id,i.source)}await this.loadSettings(),this.addCommands(),this.registerEventsAndSaveCallback(),this.registerEditorSuggest(new Bc(this)),this.settingsTab=new Ic(this.app,this),this.addSettingTab(this.settingsTab)}async onunload(){Ct(E("logs.plugin-unload")),this.isEnabled=!1;for(let i of this.eventRefs)this.app.workspace.offref(i);let e=this.app.commands?.commands?.["editor:save-file"];e&&e.checkCallback&&this.originalSaveCallback&&(e.checkCallback=this.originalSaveCallback)}async loadSettings(){let e=await this.loadData();this.settings=Object.assign({},Ua,e),typeof this.settings.suppressMessageWhenNoChange!="boolean"&&(this.settings.suppressMessageWhenNoChange=!1),typeof this.settings.logLevel=="number"&&(this.settings.logLevel=dp(this.settings.logLevel)),uo(this.settings.logLevel),await this.setOrUpdateMomentInstance(),this.updatePasteOverrideStatus(),this.updateHasCustomCommandStatus()}async saveSettings(){this.hasLoadedMisspellingFiles||await this.loadAutoCorrectFiles(!1),await this.saveData(this.settings),this.updatePasteOverrideStatus(),this.updateHasCustomCommandStatus()}addCommands(){let e=this;this.addCommand({id:"lint-file",name:E("commands.lint-file.name"),editorCheckCallback(i,r,s){if(i)return e.isMarkdownFile(s.file)&&r.cm!=null;e.runLinterEditor(r)},icon:we.file.id}),this.addCommand({id:"lint-file-unless-ignored",name:E("commands.lint-file-unless-ignored.name"),editorCheckCallback(i,r,s){if(i)return e.isMarkdownFile(s.file);!e.shouldIgnoreFile(s.file)&&r.cm&&e.runLinterEditor(r)},icon:we.file.id}),this.addCommand({id:"lint-all-files",name:E("commands.lint-all-files.name"),icon:we.vault.id,callback:()=>{let i=E("commands.lint-all-files.start-message"),r=E("commands.lint-all-files.submit-button-text"),s=E("commands.lint-all-files.submit-button-notice-text");new ja(this.app,i,r,s,()=>this.runLinterAllFiles(this.app),this.settings.lintCommands&&this.settings.lintCommands.length>0).open()}}),this.addCommand({id:"lint-all-files-in-folder",name:E("commands.lint-all-files-in-folder.name"),icon:we.folder.id,editorCheckCallback:(i,r,s)=>{if(i)return s&&s.file&&s.file instanceof Z.TFile&&s.file.parent?!s.file.parent.isRoot():!1;e.createFolderLintModal(s.file.parent)}}),this.addCommand({id:"paste-as-plain-text",name:E("commands.paste-as-plain-text.name"),editorCheckCallback:(i,r)=>{if(i)return this.overridePaste;this.pasteAsPlainText(r)}}),this.addCommand({id:"ignore-folder",name:E("commands.ignore-folder.name"),icon:we.ignoreFolder.id,editorCheckCallback:(i,r,s)=>{if(i)return s&&s.file&&s.file instanceof Z.TFile&&s.file.parent?!s.file.parent.isRoot()&&!this.settings.foldersToIgnore.includes(s.file.parent.path):!1;e.addFolderToIgnoreList(s.file.parent)}}),this.addCommand({id:"ignore-file",name:E("commands.ignore-file.name"),editorCheckCallback(i,r,s){if(i&&s.file)return e.isMarkdownFile(s.file)&&!e.shouldIgnoreFile(s.file);e.addFileToIgnoreList(s.file)},icon:we.ignoreFile.id})}registerEventsAndSaveCallback(){let e=this.app.workspace.on("editor-paste",(s,a)=>{s.defaultPrevented||!this.overridePaste||this.modifyPasteEvent(s,a)});this.registerEvent(e),this.eventRefs.push(e),e=this.app.workspace.on("file-menu",(s,a,o)=>this.onMenuOpenCallback(s,a,o)),this.registerEvent(e),this.eventRefs.push(e),this.lastActiveFile=this.app.workspace.getActiveFile(),e=this.app.workspace.on("active-leaf-change",()=>this.onActiveLeafChange()),this.registerEvent(e),this.eventRefs.push(e),e=this.app.metadataCache.on("changed",s=>this.onMetadataCacheUpdatedCallback(s)),this.registerEvent(e),this.eventRefs.push(e),e=this.app.workspace.on("editor-change",async(s,a)=>{if((this.settings.ruleConfigs["yaml-timestamp"]["update-on-file-contents-updated"]??"never")!="never"&&!(this.shouldIgnoreFile(a.file)||!this.isMarkdownFile(a.file)||!s.cm))if(this.activeFileChangeDebouncer.has(a.file.path))this.activeFileChangeDebouncer.get(a.file.path).isRunning||this.activeFileChangeDebouncer.get(a.file.path).debounceFn(a.file,s);else{let o={debounceFn:this.createDebouncedFileUpdate(),isRunning:!1,originalText:"",markdownInfo:a};this.activeFileChangeDebouncer.set(a.file.path,o),o.originalText=await this.app.vault.cachedRead(a.file),o.debounceFn(a.file,s)}}),this.registerEvent(e),this.eventRefs.push(e),this.app.workspace.onLayoutReady(async()=>{await this.makeSureSettingsFilledInAndCleanupSettings(),await this.loadAutoCorrectFiles(!0)});let i=this.app.commands?.commands?.["editor:save-file"];this.originalSaveCallback=i?.checkCallback,typeof this.originalSaveCallback=="function"&&(i.checkCallback=s=>{if(s)return this.originalSaveCallback(s);if(this.originalSaveCallback(s),this.settings.lintOnSave&&this.isEnabled){let a=this.getEditor();if(a){let o=this.app.workspace.getActiveFile();!this.shouldIgnoreFile(o)&&this.isMarkdownFile(o)&&a.cm&&this.runLinterEditor(a)}}});let r=this;window.CodeMirrorAdapter.commands.save=()=>{r.app.commands.executeCommandById("editor:save-file")}}async onMetadataCacheUpdatedCallback(e){this.editorLintFiles.includes(e)?(this.editorLintFiles.remove(e),this.runCustomCommands(e)):this.fileLintFiles.has(e)&&(this.fileLintFiles.delete(e),this.runCustomCommandsInSidebar(e))}async loadAutoCorrectFiles(e){let i=this.settings.ruleConfigs["auto-correct-common-misspellings"];if(!(!i||!i.enabled)&&(await bg(this,async r=>{e&&(r=`Obsidian Linter: +`+r),new Z.Notice(r),this.settings.ruleConfigs["auto-correct-common-misspellings"].enabled=!1,await this.saveSettings()}),!!this.settings.ruleConfigs["auto-correct-common-misspellings"].enabled)){this.defaultAutoCorrectMisspellings=ar(ui(await kg(this)));for(let r of this.settings.ruleConfigs["auto-correct-common-misspellings"]["extra-auto-correct-files"]??[])if(r.filePath!=""){let s=this.getFileFromPath(r.filePath);s&&(r.customReplacements=ar(ui(await this.app.vault.cachedRead(s))))}this.hasLoadedMisspellingFiles=!0}}onMenuOpenCallback(e,i,r){i instanceof Z.TFile&&this.isMarkdownFile(i)?this.shouldIgnoreFile(i)||(e.addItem(s=>{s.setIcon(we.file.id).setTitle(E("commands.lint-file-pop-up-menu-text.name")).onClick(()=>{let a=this.app.workspace.getActiveFile(),o=this.getEditor();a===i&&o&&o.cm?this.runLinterEditor(o):this.runLinterFile(i)})}),e.addItem(s=>{s.setIcon(we.ignoreFile.id).setTitle(E("commands.ignore-file-pop-up-menu-text.name")).onClick(()=>{this.addFileToIgnoreList(i)})})):i instanceof Z.TFolder&&(this.settings.foldersToIgnore.includes(i.path)||(e.addItem(s=>{s.setTitle(E("commands.lint-folder-pop-up-menu-text.name")).setIcon(we.folder.id).onClick(()=>this.createFolderLintModal(i))}),e.addItem(s=>{s.setTitle(E("commands.ignore-folder-pop-up-menu-text.name")).setIcon(we.ignoreFolder.id).onClick(()=>void this.addFolderToIgnoreList(i))})))}async onActiveLeafChange(){if(!this.isEnabled||this.currentlyOpeningSidebar)return;let e=this.app.workspace.getActiveFile(),i=this.lastActiveFile==null?!1:await this.app.vault.adapter.exists(this.lastActiveFile.path);if(!this.settings.lintOnFileChange||!i||this.lastActiveFile===e||!this.isMarkdownFile(this.lastActiveFile)||this.shouldIgnoreFile(this.lastActiveFile)){this.lastActiveFile=e;return}try{await this.runLinterFile(this.lastActiveFile,!0)}catch(r){this.handleLintError(this.lastActiveFile,r,E("commands.lint-file.error-message")+" '{FILE_PATH}'",!1)}finally{this.lastActiveFile=e}}shouldIgnoreFile(e){for(let i of this.settings.foldersToIgnore)if(i.length>0&&e.path.startsWith((0,Z.normalizePath)(i)+"/"))return!0;for(let i of this.settings.filesToIgnore){if(!i.match)continue;if(new RegExp(`${i.match}`,i.flags).test(e.path))return!0}return!1}isMarkdownFile(e){return e&&(e.extension==="md"||this.settings.additionalFileExtensions.includes(e.extension))}async runLinterFile(e,i=!1){let r=ui(await this.app.vault.read(e)),s=this.rulesRunner.lintText(Xi(r,e,this.momentLocale,this.settings,this.defaultAutoCorrectMisspellings));if(r!=s){if(await this.app.vault.modify(e,s),i){let a=E("logs.file-change-lint-message-start")+" "+this.lastActiveFile.path;this.settings.displayLintOnFileChangeNotice&&new Z.Notice(a),Ct(a)}this.fileLintFiles.add(e);return}await this.runCustomCommandsInSidebar(e)}async runLinterAllFiles(e){let i=0;if(await Promise.all(e.vault.getMarkdownFiles().map(async r=>{if(!this.shouldIgnoreFile(r))try{await this.runLinterFile(r)}catch(s){this.handleLintError(r,s,E("commands.lint-all-files.error-message")+" '{FILE_PATH}'"),i+=1}})),i===0)new Z.Notice(E("commands.lint-all-files.success-message"),Mn);else{let r=i===1?E("commands.lint-all-files.errors-message-singular"):E("commands.lint-all-files.errors-message-plural").replace("{NUM}",i.toString());new Z.Notice(r,Mn)}}async runLinterAllFilesInFolder(e){Ct(E("logs.folder-lint")+e.name);let i=0,r=0,s=this.getAllFilesInFolder(e);if(await Promise.all(s.map(async a=>{if(!this.shouldIgnoreFile(a)){try{await this.runLinterFile(a)}catch(o){this.handleLintError(a,o,E("commands.lint-all-files-in-folder.error-message")+" '{FILE_PATH}'"),i+=1}r++}})),i===0)new Z.Notice(E("commands.lint-all-files-in-folder.success-message").replace("{NUM}",r.toString()).replace("{FOLDER_NAME}",e.name),Mn);else{let a=i===1?E("commands.lint-all-files-in-folder.message-singular").replace("{NUM}",r.toString()).replace("{FOLDER_NAME}",e.name):E("commands.lint-all-files-in-folder.message-plural").replace("{FILE_COUNT}",r.toString()).replace("{FOLDER_NAME}",e.name).replace("{ERROR_COUNT}",i.toString());new Z.Notice(a,Mn)}}createFolderLintModal(e){let i=E("commands.lint-all-files-in-folder.start-message").replace("{FOLDER_NAME}",e.name),r=E("commands.lint-all-files-in-folder.submit-button-text").replace("{FOLDER_NAME}",e.name),s=E("commands.lint-all-files-in-folder.submit-button-notice-text").replace("{FOLDER_NAME}",e.name);new ja(this.app,i,r,s,()=>this.runLinterAllFilesInFolder(e),this.settings.lintCommands&&this.settings.lintCommands.length>0).open()}async runLinterEditor(e){zc(this.settings.recordLintOnSaveLogs),up(),Ct(E("logs.linter-run"));let i=this.app.workspace.getActiveFile(),r=e.getValue(),s;try{s=this.rulesRunner.lintText(Xi(r,i,this.momentLocale,this.settings,this.defaultAutoCorrectMisspellings))}catch(c){this.handleLintError(i,c,E("commands.lint-file.error-message")+" '{FILE_PATH}'",!1);return}let a=this.updateEditor(r,s,e),o=a.map(c=>c[0]==Pr.default.DIFF_INSERT?c[1].length:0).reduce((c,u)=>c+u,0),l=a.map(c=>c[0]==Pr.default.DIFF_DELETE?c[1].length:0).reduce((c,u)=>c+u,0);this.displayChangedMessage(o,l),!o&&!l?this.runCustomCommands(i):(this.updateFileDebouncerText(i,s),this.editorLintFiles.push(i)),zc(!1)}async setOrUpdateMomentInstance(){let e=localStorage.getItem("language")||"en",i=navigator.language?.toLowerCase(),r=gA[e];this.settings.linterLocale!=="system-default"?r=this.settings.linterLocale:i.startsWith(e)&&(r=i),this.momentLocale=r;let s=Rc.moment.locale(),a=Rc.moment.locale(r);et(E("logs.moment-locale-not-found").replace("{MOMENT_LOCALE}",r).replace("{CURRENT_LOCALE}",a)),Rc.moment.locale(s)}async makeSureSettingsFilledInAndCleanupSettings(){let e=!1;this.settings.settingsConvertedToConfigKeyValues||(e=await this.moveConfigValuesToKeyBasedFormat()),"lintOnFileContentChangeDelay"in this.settings&&(this.settings.ruleConfigs["yaml-timestamp"]["update-on-file-contents-updated"]=this.settings.lintOnFileContentChangeDelay,delete this.settings.lintOnFileContentChangeDelay,e=!0),this.settings.ruleConfigs["trailing-spaces"]&&"twp-space-line-break"in this.settings.ruleConfigs["trailing-spaces"]&&(this.settings.ruleConfigs["trailing-spaces"]["two-space-line-break"]=this.settings.ruleConfigs["trailing-spaces"]["twp-space-line-break"],delete this.settings.ruleConfigs["trailing-spaces"]["twp-space-line-break"],e=!0);let i="Obsidian Linter:",r=!1;this.settings.ruleConfigs["header-increment"]&&this.settings.ruleConfigs["header-increment"].enabled&&this.settings.ruleConfigs["header-increment"]["start-at-h2"]&&this.settings.ruleConfigs["file-name-heading"]&&this.settings.ruleConfigs["file-name-heading"].enabled&&(this.settings.ruleConfigs["header-increment"]["start-at-h2"]=!1,e=!0,r=!0,i+=` +`+E("disabled-conflicting-rule-notice").replace("{NAME_1}",E("rules.header-increment.start-at-h2.name")).replace("{NAME_2}",E("rules.file-name-heading.name"))),this.settings.ruleConfigs["paragraph-blank-lines"]&&this.settings.ruleConfigs["paragraph-blank-lines"].enabled&&this.settings.ruleConfigs["two-spaces-between-lines-with-content"]&&this.settings.ruleConfigs["two-spaces-between-lines-with-content"].enabled&&(this.settings.ruleConfigs["paragraph-blank-lines"].enabled=!1,e=!0,r&&(i+=` +`),r=!0,i+=` +`+E("disabled-conflicting-rule-notice").replace("{NAME_1}",E("rules.paragraph-blank-lines.name")).replace("{NAME_2}",E("rules.two-spaces-between-lines-with-content.name"))),r&&new Z.Notice(i,Mn);for(let s of on){let a=s.getDefaultOptions();if(!this.settings.ruleConfigs[s.alias]){this.settings.ruleConfigs[s.alias]=a,e=!0;continue}if(s.alias=="space-between-chinese-japanese-or-korean-and-english-or-numbers")"english-symbols-punctuation-before"in this.settings.ruleConfigs[s.alias]||(this.settings.ruleConfigs[s.alias]["english-symbols-punctuation-before"]=a["english-symbols-punctuation-before"],e=!0),"english-symbols-punctuation-after"in this.settings.ruleConfigs[s.alias]||(this.settings.ruleConfigs[s.alias]["english-symbols-punctuation-after"]=a["english-symbols-punctuation-after"],e=!0);else if(s.alias=="yaml-timestamp"){let o=s.getDefaultOptions();"force-retention-of-create-value"in this.settings.ruleConfigs[s.alias]&&("date-created-source-of-truth"in this.settings.ruleConfigs[s.alias]||(this.settings.ruleConfigs[s.alias]["force-retention-of-create-value"]?this.settings.ruleConfigs[s.alias]["date-created-source-of-truth"]="frontmatter":this.settings.ruleConfigs[s.alias]["date-created-source-of-truth"]=o["date-created-source-of-truth"]),delete this.settings.ruleConfigs[s.alias]["force-retention-of-create-value"],e=!0),"date-modified-source-of-truth"in this.settings.ruleConfigs[s.alias]||(this.settings.ruleConfigs[s.alias]["date-modified-source-of-truth"]=o["date-modified-source-of-truth"],e=!0)}for(let o of Object.keys(a))Object.hasOwn(this.settings.ruleConfigs[s.alias],o)||(this.settings.ruleConfigs[s.alias][o]=a[o],e=!0)}for(let s of this.settings.customRegexes)Object.hasOwn(s,"enabled")||(s.enabled=!0,e=!0);for(let s of this.settings.lintCommands)Object.hasOwn(s,"enabled")||(s.enabled=!0,e=!0);e&&await this.saveSettings()}createDebouncedFileUpdate(){let e=5e3;switch(this.settings.ruleConfigs["yaml-timestamp"]["update-on-file-contents-updated"]??"never"){case"after 10 seconds":e=1e4;break;case"after 15 seconds":e=15e3;break;case"after 30 seconds":e=3e4;break;case"after 1 minute":e=6e4;break}return(0,Z.debounce)(async(i,r)=>{if(!this.activeFileChangeDebouncer.has(i.path)){wt(E("logs.file-change-yaml-lint-warning"));return}let s=this.activeFileChangeDebouncer.get(i.path);s.isRunning=!0;let a=r.getValue(),o=await this.app.vault.cachedRead(i),l=a===o,c="";if(l){c=a;let u=c;if(c!=s.originalText){Ct(E("logs.file-change-yaml-lint-run"));try{u=this.rulesRunner.runYAMLTimestampByItself(Xi(c,i,this.momentLocale,this.settings,null))}catch(f){this.handleLintError(i,f,E("commands.lint-file.error-message")+" '{FILE_PATH}'",!1);return}let d,p=!1,m;if(s.markdownInfo instanceof Z.MarkdownView&&(d=s.markdownInfo,m=d.getState(),p=m.mode!=="source",p)){let f=d.getState();f.mode="source",await d.setState(f,{history:!1})}this.updateEditor(c,u,r),p&&(await d.setState(m,{history:!1}),await d.leaf.rebuildView())}else Ct(E("logs.file-change-yaml-lint-skipped"))}else c=o,c!=s.originalText?(Ct(E("logs.file-change-yaml-lint-run")),await this.app.vault.process(i,u=>{Ct(E("logs.file-change-yaml-lint-run"));try{return this.rulesRunner.runYAMLTimestampByItself(Xi(c,i,this.momentLocale,this.settings,null))}catch(d){return this.handleLintError(i,d,E("commands.lint-file.error-message")+" '{FILE_PATH}'",!1),u}})):Ct(E("logs.file-change-yaml-lint-skipped"));this.activeFileChangeDebouncer.delete(i.path),s.isRunning=!1},e,!0)}updateEditor(e,i,r){let a=new Pr.default.diff_match_patch().diff_main(e,i),o="";return a.forEach(l=>{let[c,u]=l;if(c==Pr.default.DIFF_INSERT)r.cm.dispatch({changes:[{from:r.posToOffset(this.endOfDocument(o)),insert:u}],filter:!1}),o+=u;else if(c==Pr.default.DIFF_DELETE){let d=this.endOfDocument(o),p=o;p+=u;let m=this.endOfDocument(p);r.cm.dispatch({changes:[{from:r.posToOffset(d),to:r.posToOffset(m),insert:""}],filter:!1})}else o+=u}),a}displayChangedMessage(e,i){let r=this.settings.suppressMessageWhenNoChange??!1;if(this.settings.displayChanged){if(r&&e+i===0)return;let s=zh` + ${e} ${E("notice-text.characters-added")} + ${i} ${E("notice-text.characters-removed")} + `;new Z.Notice(s)}}handleLintError(e,i,r,s=!0){let a=r.replace("{FILE_PATH}",e.path),o=E("logs.see-console");i instanceof Br?s?new Z.Notice(`${a} ${i.message}. +${o}`,Mn):new Z.Notice(`${i.message}. +${o}`,Mn):new Z.Notice(`${E("logs.unknown-error")} ${o}`,Mn),lo(a,i)}async modifyPasteEvent(e,i){if(!i)return;let r=e.clipboardData.getData("text/plain");if(!r)return;let s=r.trim();if(_n.lastIndex=0,_n.test(s)){wt(E("logs.paste-link-warning"));return}if(e.stopPropagation(),e.preventDefault(),!e.defaultPrevented)return;let a=this.app.vault.getConfig("autoConvertHtml"),o=e.clipboardData.getData("text/html"),l=o&&a&&o.indexOf("")===-1?(0,Z.htmlToMarkdown)(o):r,c=i.listSelections();if(c.length===1){let u=c[0];l=this.rulesRunner.runPasteLint(this.getLineContent(i,u),i.getSelection()??"",Xi(l,null,this.momentLocale,this.settings,null)),i.replaceSelection(l)}else this.handleMultiCursorPaste(i,c,l)}handleMultiCursorPaste(e,i,r){let s=this.convertContentIntoProperPasteContent(i,r),a=[];i.forEach((o,l)=>{r=this.rulesRunner.runPasteLint(this.getLineContent(e,o),e.getRange(o.anchor,o.head)??"",Xi(s[l],null,this.momentLocale,this.settings,null)),a.push({text:r,from:o.anchor,to:o.head})}),e.transaction({changes:a})}convertContentIntoProperPasteContent(e,i){let r=i.split(` +`),s=[];if(r.length%e.length!==0)for(let a=0;a{this.currentlyOpeningSidebar=!0,await i.openFile(e,{active:!0}),this.rulesRunner.runCustomCommands(this.settings.lintCommands,this.app.commands),this.customCommandsCallback&&await this.customCommandsCallback(e)}),i.detach(),r&&r.focus(),this.currentlyOpeningSidebar=!1}async runCustomCommands(e){!this.settings.lintCommands||this.settings.lintCommands.length==0||!this.hasCustomCommands||await this.customCommandsLock.acquire("command",async()=>{try{this.rulesRunner.runCustomCommands(this.settings.lintCommands,this.app.commands)}catch(i){this.handleLintError(e,i,E("commands.lint-file.error-message")+" '{FILE_PATH}'",!1)}this.customCommandsCallback&&await this.customCommandsCallback(e)})}getEditor(){let e=this.app.workspace.getActiveViewOfType(Z.MarkdownView);return e?e.editor:null}getLineContent(e,i){return e.getLine(i.anchor.line)}async moveConfigValuesToKeyBasedFormat(){mo("en");let e=!1;for(let i of on){let r=E("rules."+i.alias+".name"),s=this.settings.ruleConfigs[r];if(s!=null){let a=E("rules."+i.alias+".description"),o={enabled:s[a]??!1};for(let l of i.options){if(l.configKey==="enabled")continue;let c=E("rules."+i.alias+"."+l.configKey+".name");o[l.configKey]=s[c]??l.defaultValue}this.settings.ruleConfigs[i.alias]=o,delete this.settings.ruleConfigs[r],e=!0}}return this.settings.settingsConvertedToConfigKeyValues=!0,await this.saveSettings(),mo((0,Z.getLanguage)()),e}getAllFilesInFolder(e){let i=[],r=[e];for(let s of r)for(let a of s.children)a instanceof Z.TFile&&this.isMarkdownFile(a)?i.push(a):a instanceof Z.TFolder&&r.push(a);return i}updatePasteOverrideStatus(){for(let e of xi.get("Paste"))if(e.getOptions(this.settings)?.enabled){this.overridePaste=!0;return}this.overridePaste=!1}updateHasCustomCommandStatus(){for(let e of this.settings.lintCommands)if(e.id&&e.id.trim()!=""&&e.enabled){this.hasCustomCommands=!0;return}this.hasCustomCommands=!1}endOfDocument(e){let i=e.split(` +`);return{line:i.length-1,ch:i[i.length-1].length}}getFileFromPath(e){let i=this.app.vault.getAbstractFileByPath((0,Z.normalizePath)(e));return i instanceof Z.TFile?i:null}updateFileDebouncerText(e,i){this.activeFileChangeDebouncer.has(e.path)&&(this.activeFileChangeDebouncer.get(e.path).originalText=i)}async addFileToIgnoreList(e){this.settings.filesToIgnore.push({match:"^"+Xt(e.path)+"$",flags:"",label:""}),await this.saveSettings()}async addFolderToIgnoreList(e){this.settings.foldersToIgnore.push(e.path),await this.saveSettings()}}; + +/* nosourcemap */ \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-linter/manifest.json b/.obsidian/plugins/obsidian-linter/manifest.json new file mode 100644 index 0000000..6c3efa4 --- /dev/null +++ b/.obsidian/plugins/obsidian-linter/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "obsidian-linter", + "name": "Linter", + "version": "1.31.2", + "minAppVersion": "1.12.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.", + "author": "Victor Tao", + "authorUrl": "https://github.com/platers", + "helpUrl": "https://platers.github.io/obsidian-linter/", + "isDesktopOnly": false +} diff --git a/.obsidian/plugins/obsidian-linter/styles.css b/.obsidian/plugins/obsidian-linter/styles.css new file mode 100644 index 0000000..ffbfc22 --- /dev/null +++ b/.obsidian/plugins/obsidian-linter/styles.css @@ -0,0 +1 @@ +.linter-navigation-item{align-items:center;background-color:var(--background-primary-secondary-alt);border:1px solid var(--background-modifier-border);border-radius:100px;border-radius:8px 8px 2px 2px;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:4px;height:32px;overflow:hidden;padding:4px 6px;transition:color .25s ease-in-out,padding .25s ease-in-out,background-color .35s cubic-bezier(.45,.25,.83,.67),max-width .35s cubic-bezier(.57,.04,.58,1);white-space:nowrap}@media screen and (max-width:1325px){.linter-navigation-item.linter-desktop{max-width:32px}}@media screen and (max-width:800px){.linter-navigation-item.linter-mobile{max-width:32px}}.linter-navigation-item-icon,.linter-warning{padding-top:5px}.linter-navigation-item:hover{border-color:var(--interactive-accent-hover);border-bottom:0}.linter-navigation-item-selected{background-color:var(--interactive-accent)!important;border:1px solid var(--background-modifier-border);border-bottom:0;border-radius:8px 8px 2px 2px;color:var(--text-on-accent);max-width:100%!important;padding:4px 9px!important;transition:color .25s ease-in-out,padding .25s ease-in-out,background-color .35s cubic-bezier(.45,.25,.83,.67),max-width .45s cubic-bezier(.57,.04,.58,1) .2s}.linter{transition:transform .4s 0s}.linter-setting-title{align-items:baseline;display:flex;gap:30px;justify-content:space-between}.linter-setting-title.linter-mobile{justify-content:space-around}.linter-setting-title h1{font-weight:900;margin-bottom:12px;margin-top:6px}.linter-setting-header{margin-bottom:24px;overflow-x:auto;overflow-y:hidden}.linter-setting-header .linter-setting-tab-group{align-items:flex-end;display:flex;flex-wrap:wrap;width:100%}.linter-setting-tab-group{border-bottom:2px solid var(--background-modifier-border);margin-top:6px;padding-left:2px;padding-right:2px}.linter-setting-header .linter-tab-settings{border-left:2px solid transparent;border-right:2px solid transparent;cursor:pointer;font-weight:600;padding:6px 12px;white-space:nowrap}.linter-setting-header .linter-tab-settings:first-child{margin-left:6px}.linter-setting-header .linter-tab-settings.linter-tab-settings-active{border:2px solid var(--background-modifier-border);border-bottom-color:var(--background-primary);border-radius:2px;transform:translateY(2px)}.linter-navigation-item:not(.linter-navigation-item-selected)>span:nth-child(2),.linter-visually-hidden{border:0;clip:rect(0 0 0 0);clip-path:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}textarea.full-width{margin-bottom:.8em;margin-top:.8em;min-height:10em;width:100%}.full-width-textbox-input-wrapper{position:relative}.settings-copy-button{margin:0 0 0 auto;padding:4px;position:absolute;right:.8em;top:.8em}.settings-copy-button svg.linter-clipboard path{fill:var(--text-faint)}.settings-copy-button svg.linter-success path{fill:var(--interactive-success)}.settings-copy-button:active,.settings-copy-button:hover{cursor:pointer}.settings-copy-button:active svg path,.settings-copy-button:hover svg path{fill:var(--text-accent-hover);transition:all .3s ease}.settings-copy-button:focus{outline:0}.linter-custom-regex-replacement-container div:last-child{border:none}.linter-custom-regex-replacement{border:none;border-bottom:var(--hr-thickness) solid;border-color:var(--hr-color);margin-bottom:15px}.linter-custom-regex-replacement-row2{flex-wrap:wrap}.linter-custom-regex-replacement-normal-input{width:40%}.linter-custom-regex-replacement-flags{width:15%}.linter-custom-regex-replacement-label{flex-direction:row-reverse}.linter-custom-regex-replacement-label-input{width:50%}.linter-files-to-ignore-container div:last-child{border:none}.linter-files-to-ignore{border:none;border-bottom:var(--hr-thickness) solid;border-color:var(--hr-color);margin-bottom:15px}.linter-files-to-ignore-normal-input{width:40%}.linter-files-to-ignore-flags{width:15%}.linter-no-border{border:none}.linter-border-bottom{border-bottom:1px solid var(--background-modifier-border);border-top:0;margin-bottom:.75em}.linter-no-padding-top{padding-top:0}.custom-row-description{margin-top:0}.modal-warn,.search-zero-state{font-weight:700}.modal-heading,.search-zero-state{text-align:center} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5f7e88e..f558e42 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -23,16 +23,30 @@ "state": { "type": "markdown", "state": { - "file": "articles/Kikad.md", + "file": "articles/Kikad - Créer son premier circuit avec KiCad 9.0.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Kikad" + "title": "Kikad - Créer son premier circuit avec KiCad 9.0" + } + }, + { + "id": "abdf0acb971897d9", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Guide d'installation - Linux Mint (depuis Windows).md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Guide d'installation - Linux Mint (depuis Windows)" } } ], - "currentTab": 1 + "currentTab": 2 } ], "direction": "vertical" @@ -205,9 +219,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "acdae5436a8e806a", + "active": "abdf0acb971897d9", "lastOpenFiles": [ - "articles/Kikad.md", + "articles/Kikad - Créer son premier circuit avec KiCad 9.0.md", + "Guide d'installation - Linux Mint (depuis Windows).md", "articles", "2026-03-19.md", "articles/Transcrire de l'audio avec Whisper sur Linux Mint.md" diff --git a/Guide d'installation - Linux Mint (depuis Windows).md b/Guide d'installation - Linux Mint (depuis Windows).md new file mode 100644 index 0000000..4544d87 --- /dev/null +++ b/Guide d'installation - Linux Mint (depuis Windows).md @@ -0,0 +1,1444 @@ +# Guide d'installation : Linux Mint (depuis Windows) + + +Ce guide, utilisé par les bénévoles d'**Alpinux**, détaille les étapes pour installer Linux Mint 21.2 (Cinnamon) en dual-boot ou en remplacement de Windows. + + + +## Préparation de Windows + + + +### Sauvegarder son profil Firefox (Windows vers Linux) + + + +Le profil Firefox contient l'intégralité de votre vie numérique : marque-pages, mots de passe enregistrés, extensions et historique. Sous Linux Mint, Firefox est souvent installé par défaut, ce qui facilite la transition. + + + +#### Procédure de sauvegarde sous Windows : + + + +1. **Accéder aux informations de dépannage :** + +Ouvrez Firefox. Dans la barre d'adresse, tapez `about:support` et appuyez sur **Entrée**. + +2. **Localiser le dossier du profil :** + +Dans le tableau "Paramètres de base de l’application", cherchez la ligne **Répertoire du profil**. Cliquez sur le bouton **Ouvrir le dossier correspondant**. + +3. **Fermer Firefox :** + +> **Important :** Avant de copier quoi que ce soit, fermez complètement Firefox. Si le navigateur reste ouvert, certains fichiers (comme les bases de données de mots de passe) risquent d'être corrompus ou incomplets. + +4. **Remonter dans l'arborescence :** + +Dans la fenêtre de l'Explorateur de fichiers qui vient de s'ouvrir, cliquez dans la barre d'adresse sur le dossier parent nommé `Profiles`. + +5. **Copier les éléments essentiels :** + +Copiez les éléments suivants sur une clé USB ou un disque externe : + +- **Le dossier de votre profil** (nommé souvent `xxxxxxx.default-release`). + +- **Les fichiers `installs.ini` et `profiles.ini`** : ils se situent un niveau au-dessus (dans le dossier `Firefox`). Ces fichiers sont cruciaux car ils indiquent à Firefox quel dossier de profil charger par défaut. + +6. **Sécuriser la copie :** + +Vérifiez que la copie est terminée avant d'éjecter votre support amovible. + + + +--- + + + +### Note pour Linux Mint (Restauration) + + + +Une fois Linux Mint installé, l'emplacement de destination sera différent. + + + +- **Si Firefox est installé classiquement :** Le dossier se trouve dans `~/.mozilla/firefox/` (appuyez sur `Ctrl + H` dans votre dossier personnel pour voir les dossiers cachés). + +- **Si Firefox est en format Flatpak :** Le chemin sera `~/.var/app/org.mozilla.firefox/.mozilla/firefox/`. + + + +--- + + + +### Étape cruciale : Déterminer le mode de démarrage (UEFI ou BIOS) + + + +Avant de lancer l'installation, vous devez savoir comment votre carte mère communique avec votre système actuel. Cela impacte directement la création de la clé USB (format de partition GPT ou MBR). + + + +#### Procédure sous Windows : + + + +1. **Lancer l'outil de diagnostic :** Appuyez simultanément sur les touches **`⊞ Win + R`**, tapez `msinfo32` dans la boîte de dialogue, puis validez avec **Entrée**. + +2. **Identifier le mode :** Dans la fenêtre "Résumé du système" qui s'affiche, cherchez la ligne intitulée **Mode BIOS**. + +- **UEFI :** L'ordinateur utilise l'interface moderne. C'est le cas de la quasi-totalité des PC vendus depuis 2012. + +- **Hérité (ou Legacy) :** L'ordinateur utilise l'ancien système (BIOS classique). Cela concerne les machines plus anciennes. + + + + +- **Si vous êtes en UEFI :** + +- Votre disque dur utilise probablement une table de partition **GPT**. + +- Lors de l'installation, Linux Mint aura besoin d'une petite partition spécifique nommée **ESP** (EFI System Partition), généralement de 200 à 500 Mo, formatée en FAT32. + +- **Si vous êtes en BIOS (Hérité) :** + +- Votre disque utilise une table de partition **MBR**. + +- L'installation est plus simple (pas de partition EFI), mais ce mode ne supporte pas les disques de plus de 2 To. + + + +Si vous êtes en mode **UEFI**, Windows utilise souvent le **Secure Boot**. + + + +- **Linux Mint actuel** est parfaitement compatible avec le Secure Boot. + +- Cependant, si vous installez des pilotes propriétaires (comme ceux pour les cartes graphiques NVIDIA), le système pourra vous demander de créer un mot de passe de sécurité (MOK) au premier redémarrage pour valider ces pilotes. + + + +### Désactiver le "Démarrage Rapide" (Fast Boot) de Windows + + + +Le "Démarrage rapide" de Windows (versions 8, 10 et 11) est une sorte d'hibernation partielle. Au lieu de s'éteindre complètement, Windows verrouille le disque dur et le matériel pour redémarrer plus vite. + + + +#### Méthode 1 : Via l'interface graphique (Recommandé) + + + +1. Ouvrez le **Panneau de configuration** (tapez-le dans la recherche Windows). + +2. Allez dans **Matériel et audio** > **Options d’alimentation**. + +3. Dans la colonne de gauche, cliquez sur **Choisir l’action des boutons d’alimentation**. + +4. Cliquez sur le lien bleu en haut : **Modifier des paramètres actuellement non disponibles** (cela demande les droits administrateur). + +5. En bas de la fenêtre, dans la section "Paramètres d'arrêt", **décochez** la case **Activer le démarrage rapide (recommandé)**. + +6. Cliquez sur **Enregistrer les modifications**. + + + +#### Méthode 2 : Via le Terminal (La plus rapide) + + + +Cette commande désactive l'hibernation, ce qui par extension désactive le démarrage rapide : + + + +1. Faites un clic droit sur le bouton **Démarrer**. + +2. Choisissez **Terminal (administrateur)**, **PowerShell (admin)** ou **Invite de commandes (admin)**. + +3. Tapez la commande suivante et validez avec Entrée : + +DOS + +``` + +powercfg /hibernate off + +``` + + + +> [!info] + +> **Astuce :** Au moment d'éteindre Windows pour insérer votre clé USB, maintenez la touche **Maj (Shift) ⇧** enfoncée tout en cliquant sur **Démarrer > Arrêter**. Cela force un arrêt complet et définitif de la session. + + + +### Gestion de l'alimentation de la carte Wi-Fi + + + +Certaines cartes Wi-Fi (notamment les puces Realtek ou Broadcom) peuvent rester dans un état de "basse consommation" ou de "verrouillage" défini par Windows au moment de l'arrêt. Si Linux Mint démarre alors que la carte est dans cet état, il peut être impossible d'activer le Wi-Fi, ou vous pourriez subir des déconnexions intempestives. + + + +#### Procédure sous Windows (8, 10 et 11) : + + + +1. **Ouvrir le gestionnaire :** Faites un clic droit sur le bouton **Démarrer** (ou utilisez le raccourci `Win + X`) et sélectionnez **Gestionnaire de périphériques**. + +2. **Trouver la carte :** Déroulez la section **Cartes réseau**. + +3. **Accéder aux propriétés :** Faites un clic droit sur votre carte Wi-Fi (généralement nommée avec les termes "Wireless", "AC", "AX" ou "Wi-Fi") et choisissez **Propriétés**. + +4. **Désactiver la veille :** * Allez dans l'onglet **Gestion de l'alimentation**. + +- **DÉCOCHEZ** la case : **"Autoriser l'ordinateur à éteindre ce périphérique pour économiser de l'énergie"**. + +- Validez avec **OK**. + + + +> **Note technique :** Si l'onglet "Gestion de l'alimentation" n'apparaît pas, cela signifie que Windows gère l'énergie via un profil global (Modern Standby). Dans ce cas, assurez-vous simplement d'avoir bien désactivé le **Démarrage Rapide** (voir étape précédente), ce qui libérera proprement le matériel lors de l'arrêt. + + + +> [!info] + +> Une fois que Linux Mint sera installé, si vous constatez toujours des instabilités Wi-Fi, il existe une manipulation similaire sous Linux. Le script de post-installation d'Alpinux s'en occupe souvent, mais voici la commande manuelle pour désactiver la gestion d'énergie Wi-Fi sous Mint : + +> + +```bash + +# Pour vérifier l'état actuel (5 = activé, 2 = désactivé) + +grep WiFi.powersave /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf + +``` + + + +## Désactiver le Secure Boot (Démarrage Sécurisé) + + + +Le **Secure Boot** est une fonctionnalité de l'UEFI qui n'autorise que le lancement de systèmes d'exploitation dont la "signature" est reconnue. Bien que Linux Mint soit compatible avec le Secure Boot, il est souvent préférable de le désactiver pour faciliter l'installation. + + + +#### Pourquoi désactiver le Secure Boot ? + + + +- **Pilotes tiers :** Il bloque parfois l'installation de pilotes propriétaires indispensables (cartes graphiques NVIDIA, certaines cartes Wi-Fi). + +- **Compatibilité USB :** Certaines clés USB de démarrage (dont Ventoy dans certaines configurations) peuvent être rejetées au démarrage si le Secure Boot est actif. + +- **Maintenance :** Il empêche l'utilisation de nombreux outils de diagnostic ou de récupération système basés sur Linux. + + + +**Méthode 1 : Accès direct au démarrage** + + + +1. Éteignez l'ordinateur. + +2. Rallumez-le et tapotez immédiatement la touche d'accès au BIOS/UEFI (généralement **F2**, **F12**, **Suppr** ou **Échap** selon la marque). + + + +**Méthode 2 : Depuis Windows (si le démarrage est trop rapide)** + + + +1. Cliquez sur le menu **Démarrer** > **Marche/Arrêt**. + +2. Maintenez la touche **Maj (Shift) ⇧** enfoncée et cliquez sur **Redémarrer**. + +3. L'ordinateur affiche un menu bleu : choisissez **Dépannage** > **Options avancées** > **Paramètres du firmware UEFI**, puis validez. + + + +**Dans le menu UEFI :** + + + +1. Allez dans l'onglet **Security** (Sécurité) ou **Boot** (Démarrage). + +2. Cherchez la ligne **Secure Boot**. + +3. Passez-la sur **Disabled** (Désactivé). + +4. Appuyez sur **F10** pour "Save and Exit" (Enregistrer et quitter). + + + +## Préparer son support d'installation + + + +### 1. Choisir son édition + + + +Linux Mint est proposé avec différents "environnements de bureau". Le cœur du système est le même, seule l'apparence et la consommation de ressources changent. + + + +- **Cinnamon Edition :** Le fleuron de Linux Mint. C'est l'environnement le plus moderne et le plus complet. Idéal pour les ordinateurs récents (après 2012). + +- **XFCE Edition :** L'édition la plus légère et la plus sobre. Elle est parfaite pour redonner vie à un ordinateur ancien ou disposant de peu de mémoire vive. + +- **MATE Edition :** Un excellent compromis entre tradition et performance (très stable). + + + +#### Limitations importantes : + + + +- **Fin du 32 bits :** Linux Mint ne propose plus de versions 32 bits (pour les processeurs d'avant 2007). Si votre matériel est plus ancien, il faudra vous tourner vers d'autres distributions comme _Debian_ ou _LMDE_ (Linux Mint Debian Edition) dans sa version spécifique, mais cela reste marginal. + +- **Processeurs ARM :** Linux Mint est conçu pour les processeurs Intel et AMD (x86_64). + + + +--- + + + +### 2. Spécifications matérielles + + + +Bien que l'éditeur propose des minimums théoriques, l'expérience **Alpinux** montre qu'il faut viser un peu plus haut pour un confort réel. + + + +|Composant|Minimum (Éditeur)|Recommandé (Alpinux)| + +|---|---|---| + +|**Mémoire Vive (RAM)**|2 Go|**4 Go** (pour naviguer sur le Web sans lenteur)| + +|**Espace Disque**|20 Go|**50 Go** (pour inclure les mises à jour et vos documents)| + +|**Résolution**|1024 x 768 px|1366 x 768 px ou plus| + + + + +> **⚠️ Alerte Installation :** L'installateur refuse de se lancer si l'espace disque détecté est inférieur à **10,7 Go**. + + + +--- + + + +### 3. Télécharger Linux Mint + + + +1. Rendez-vous sur le site officiel : [https://linuxmint.com/](https://linuxmint.com/). + +2. Cliquez sur le bouton **Download**. + +3. Choisissez votre édition (**Cinnamon** par défaut). + +4. Sélectionnez un "miroir" de téléchargement (un serveur) proche de chez vous (par exemple en France : _Ircam_, _CRIHAN_ ou _Équilibre_) pour un téléchargement plus rapide. + + + +--- + + + +### 4. Créer la clé USB avec Ventoy (Méthode Alpinux) + + + +Puisque vous utilisez **Ventoy**, la préparation est extrêmement simple : + + + +1. **Préparer la clé :** Si ce n'est pas déjà fait, installez Ventoy sur votre clé USB (cela effacera les données de la clé). + +2. **Copier-Coller :** Une fois la clé "Ventoy" prête, elle apparaît comme un disque amovible classique. **Copiez simplement le fichier ISO** (ex: `linuxmint-32-cinnamon-64bit.iso`) directement à la racine de la clé. + +3. **Multisystème :** L'avantage de Ventoy est que vous pouvez copier plusieurs fichiers ISO (Mint, Ubuntu, outils de réparation) sur la même clé ; un menu au démarrage vous permettra de choisir lequel lancer. + + + +## Démarrer sur la clé USB (Session Live) + + + +### 1. Branchements et préparation + + + +- Insérez votre clé USB **Ventoy** dans un port USB (évitez les hubs USB si possible, préférez un port direct sur la machine). + +- **Important :** Branchez un câble réseau (Ethernet). Cela permet à Linux Mint de télécharger les mises à jour et les codecs manquants dès l'installation, ce qui évite bien des soucis de pilotes plus tard. + + + +### 2. Accéder au menu de démarrage (Boot Menu) + + + +Redémarrez l'ordinateur et tapotez immédiatement la touche de sélection du démarrage. Cette touche varie selon les constructeurs : + + + +- **F12** (Dell, Lenovo, Acer, Gigabyte) + +- **F10** (HP) + +- **F8** ou **F11** (ASUS) + +- **Échap** (HP, certains portables) + + + +Dans la liste qui s'affiche, sélectionnez votre clé USB. + + + +> **Conseil Alpinux :** Si vous voyez deux fois votre clé USB (ex: "USB Disk" et "**UEFI:** USB Disk"), choisissez toujours l'option commençant par **UEFI** pour une installation moderne. + + + +### 3. Utiliser le menu Ventoy + + + +Une fois sur l'écran bleu de **Ventoy** : + + + +1. Utilisez les flèches du clavier pour sélectionner l'ISO de Linux Mint (ex: `linuxmint-22-cinnamon-64bit.iso`). + +2. Appuyez sur **Entrée**. + +3. Choisissez l'option **"Boot in normal mode"** (ou appuyez simplement sur Entrée). + + + +> [!info] Pourquoi passer par le mode BIOS ou EFI ? + +> + +> Ventoy fait le pont pour vous, mais vous remarquerez une différence visuelle : + +> + +>- **En mode UEFI :** Le menu de sélection initial est souvent en texte blanc sur fond noir (GRUB). C'est le mode recommandé pour les PC récents. + +> + +>- **En mode BIOS (Legacy) :** Le menu peut sembler plus ancien (Isolinux). Ce mode est à réserver aux vieux ordinateurs d'avant 2012. + + + +### 4. Lancement de Linux Mint + + + +Un second menu (le GRUB de Mint) apparaît. Choisissez : **"Start Linux Mint (64-bit)"** + + + +- Le logo de Linux Mint (LM) s'affiche au centre de l'écran. + +- Après quelques secondes, vous arrivez sur le **Bureau Live**. + + + +--- + + + +Vous êtes maintenant dans une version de test de Linux Mint qui s'exécute entièrement depuis la mémoire vive (RAM). + + + +- **Rien n'est encore installé sur votre disque dur.** Vous pouvez naviguer sur Internet et tester le matériel. + +- **Notification réseau :** Une petite bulle en haut à droite confirmera votre connexion : _"Vous êtes maintenant connecté au réseau filaire 1"_ (Wired connection 1). + + + +--- + + + +## La session Live : Tests et Configuration + + + +Avant de lancer l'installation définitive, vous devez configurer votre environnement de test pour qu'il soit confortable. + + + +### Mettre le clavier en français (AZERTY) + + + +Par défaut, la session Live démarre souvent en anglais (QWERTY). Pour corriger cela rapidement sans naviguer dans les menus : + + + +1. Ouvrez un **Terminal** (icône d'écran noir en bas à gauche, ou raccourci `Ctrl + Alt + T`). + +2. Utilisez l'astuce de la **complétion automatique** : + +- Tapez les premières lettres : `setx` + +- Appuyez sur la touche **Tab ⇆** : le terminal complète automatiquement le reste de la commande (`setxkbmap`). + +- Ajoutez un espace et les lettres `fr`. + +3. La commande finale doit être : + +```Bash + +setxkbmap fr + +``` + +4. Appuyez sur **Entrée**. Votre clavier est maintenant en français. Vous pouvez fermer le terminal. + + + +> **Astuce Alpinux :** La touche **Tab ⇆** est votre meilleure amie sous Linux. Elle permet de compléter les noms de commandes ou de fichiers, évitant ainsi les erreurs de frappe. + + + +--- + + + +### Vérifications indispensables + + + +Profitez de cette session "Live" pour vérifier que tout votre matériel est bien reconnu par Linux Mint **avant** d'installer : + + + +- **Affichage :** L'image est-elle nette et stable ? (Si l'écran semble "écrasé", les pilotes graphiques seront installés plus tard). + +- **Connexion Internet :** * Si vous avez branché un câble, vérifiez l'icône réseau en bas à droite. + +- Si vous êtes en Wi-Fi, cliquez sur l'icône réseau (deux flèches ou ondes) et connectez-vous au réseau local. + +- **Son :** Cliquez sur l'icône de haut-parleur et essayez de modifier le volume ; vous devriez entendre un "clic" de confirmation. + +- **Touchpad / Souris :** Les clics et le défilement fonctionnent-ils de manière fluide ? + + + +--- + + + +### Pourquoi faire ces tests ? + + + +Si un élément majeur (comme le Wi-Fi) ne fonctionne pas du tout en session Live, il est préférable de demander l'aide d'un bénévole Alpinux avant de lancer l'installation. Dans 95 % des cas, il s'agit simplement d'un pilote propriétaire à activer, mais il vaut mieux le savoir dès maintenant. + + + +--- + + + +## Démarrer l'installation + + + +Une fois que vous avez vérifié que votre matériel (Wi-Fi, son, affichage) fonctionne correctement en session Live, vous pouvez lancer l'installation définitive sur le disque dur. + + + +### 1. Lancement + + + +Double-cliquez sur l'icône **"Install Linux Mint"** présente sur le bureau. + + + +### 2. Bienvenue et Langue + + + +- Sélectionnez **Français** dans la colonne de gauche. + +- Cliquez sur **Continuer**. + + + +### 3. Disposition du clavier + + + +C'est une étape cruciale pour éviter les erreurs de mot de passe plus tard. + + + +- Sélectionnez **Français** dans la liste de gauche. + +- À droite, l'association Alpinux recommande de choisir **Français (variante)** ou **Français (variante, AltGr morte)**. + +- **Le test indispensable :** Utilisez la zone de saisie en bas pour tester les touches spéciales : le chiffre `²` (en haut à gauche), l'arobase `@` et les accents. + +- Cliquez sur **Continuer**. + + + +### 4. Codecs Multimédia + + + +Une case à cocher vous propose d'**"Installer les codecs multimédia"**. + + + +- **Conseil Alpinux :** **Cochez cette case.** * **Pourquoi ?** Ces logiciels (parfois propriétaires) sont indispensables pour lire vos fichiers MP4, écouter de la musique en MP3 ou regarder des vidéos sur certains sites web. Cela vous évitera d'avoir un système "muet" ou incapable de lire des vidéos après l'installation. + +- Cliquez sur **Continuer**. + + + +--- + + + +### Le point technique : Pourquoi des codecs "non open source" ? + + + +Certains formats de fichiers (comme le MP3 ou le H.264) sont protégés par des brevets. Linux Mint respecte la philosophie du logiciel libre en ne les installant pas d'office, mais vous donne la liberté de les ajouter en un clic pour une expérience utilisateur complète ("out of the box"). + + + +--- + + + +## Création des partitions Linux + + + +Cette étape consiste à préparer le terrain sur votre disque dur. Puisque nous n'utilisons pas de multiboot, nous allons définir manuellement l'organisation de Linux Mint. + + + +### 1. Choisir le mode personnalisé + + + +À l'écran "Type d'installation", sélectionnez l'option **"Autre chose"** puis cliquez sur **Continuer**. + + + +> 🚩 **Alerte Sécurité :** Si vous voyez plusieurs disques (`sda`, `sdb`, `nvme0n1`), ne prenez aucun risque et demandez l'aide d'un bénévole Alpinux pour identifier le bon support. + + + +--- + + + +### 2. Préparer le disque + + + +- **Disque vierge :** Si le disque ne contient aucune donnée, cliquez sur **Nouvelle table de partition...** (choisissez **GPT** si vous êtes en UEFI, ou **MBR** si vous êtes en BIOS/Legacy). + +- **Nettoyage :** Si des partitions existent déjà (anciennes partitions Windows), vous pouvez les supprimer une par une avec le bouton **-** pour obtenir un grand espace "Espace libre" ou utilisez **Nouvelle table de partition...** + + + +--- + + + +### 3. Créer les partitions + + + +Cliquez sur l'espace libre, puis sur le bouton **+** pour créer chaque partition selon votre mode de démarrage : + + + +#### A. Partitions système obligatoires + + + +|Mode de boot|Type de partition|Taille|Utilisation / Point de montage| + +|---|---|---|---| + +|**Si UEFI**|Partition système **EFI**|200 à 500 Mo|(Indispensable pour démarrer)| + +|**Si BIOS**|Zone réservée pour le chargeur d'amorçage BIOS|500 Mo|(Optionnel, mais recommandé)| + + + +#### B. Partitions Linux (Dans tous les cas) + + + +1. **Le Swap (Espace d'échange) :** + +- **Taille :** Environ 1,5 fois votre RAM (ex: 8000 Mo pour 4 ou 8 Go de RAM). + +- **Utiliser comme :** Espace d'échange ("swap"). + +2. **La Racine (Le système `/`) :** + +- **Taille :** 30 à 150 Go (selon la taille totale du disque). + +- **Utiliser comme :** Système de fichiers journalisé **ext4**. + +- **Point de montage :** `/` + +3. **Le Home (Vos documents `/home`) :** + +- **Taille :** Tout l'espace restant. + +- **Utiliser comme :** Système de fichiers journalisé **ext4**. + +- **Point de montage :** `/home` + + + +--- + + + +### 4. Lancer l'écriture + + + +Une fois votre tableau de partitions prêt, vérifiez que le "Périphérique où sera installé le chargeur d'amorçage" est bien votre disque principal (ex: `/dev/sda` ou `/dev/nvme0n1`). + + + +1. Cliquez sur **Installer maintenant**. + +2. **EFI (éventuel) :** Si un message vous avertit sur l'absence ou la configuration de l'EFI, lisez-le attentivement mais cliquez généralement sur **Continuer**. + +3. **Confirmation :** Un dernier avertissement récapitule les changements. **Attention :** après avoir cliqué sur **Continuer**, toutes les données précédentes sur ces partitions seront définitivement effacées. + + + +--- + + + +> [!info] Pourquoi séparer le `/home` ? + +> + +>L'association Alpinux recommande cette méthode car elle sépare vos fichiers personnels (documents, photos, réglages) du système. Si vous devez réinstaller Linux plus tard, vous pourrez formater la racine (`/`) sans toucher à vos données personnelles (`/home`). + + + +Voici une version plus professionnelle et sécurisante pour la phase finale de l'installation. J'ai ajouté des précisions sur le choix des noms et sur la procédure physique de retrait de la clé. + + + +--- + + + +## Configurer le compte utilisateur + + + +Pendant que le système commence à copier les fichiers en arrière-plan, vous devez créer le compte principal (administrateur) de l'ordinateur. + + + +### 1. Informations d'identité + + + +- **Votre nom :** Saisissez le nom complet de l'utilisateur (ex: _Jean Dupont_). + +- **Nom de votre ordinateur :** Choisissez un nom simple pour identifier le PC sur le réseau (ex: _portable-jean_). + +- **Nom d'utilisateur :** C'est l'identifiant pour la session (en minuscules, sans espace ni accent, ex: _jean_). + + + +### 2. Sécurité et Mot de passe + + + +- **Mot de passe :** Pour les besoins de l'Install Party, nous utilisons le mot de passe temporaire : `alpinux73`. + +- **Option de connexion :** * Il est fortement recommandé de cocher **"Demander mon mot de passe pour ouvrir une session"** pour garantir la sécurité de vos données. + +- L'option "Chiffrer mon dossier personnel" est disponible, mais attention : en cas d'oubli du mot de passe, vos données seront définitivement irrécupérables. + + + +--- + + + +## Finalisation et Redémarrage + + + +### 1. Patience... + + + +Le processus d'installation peut prendre entre 10 et 30 minutes selon la vitesse de votre disque dur et de votre connexion internet. Linux Mint en profite pour télécharger les dernières mises à jour de sécurité et les packs de langue française. + + + +### 2. Le signal de fin + + + +Une fois l'installation terminée, une fenêtre s'affiche : **"Installation terminée"**. Cliquez sur le bouton **Redémarrer maintenant**. + + + +### 3. Retrait de la clé USB (Étape cruciale) + + + +Ne retirez pas la clé USB tout de suite ! + + + +1. L'écran va devenir noir ou afficher un message textuel. + +2. Attendez de voir l'instruction : **"Please remove the installation medium, then press ENTER"**. + +3. À ce moment précis, **retirez la clé USB** de l'ordinateur. + +4. Appuyez sur la touche **Entrée**. + + + +--- + + + +> [!info] Pourquoi attendre l'instruction pour retirer la clé ? + +> + +>Si vous retirez la clé trop tôt, le système risque de ne pas finaliser l'écriture des fichiers de démarrage (GRUB), ce qui pourrait empêcher l'ordinateur de démarrer correctement sur Linux Mint. + + + +Voici une version enrichie et clarifiée de la section post-installation. J'ai ajouté des explications sur l'utilité réelle de ces actions pour un utilisateur au quotidien. + + + +--- + + + +## Opérations de post-installation + + + +Le système est installé, mais quelques réglages sont nécessaires pour le rendre parfaitement fonctionnel et agréable à utiliser. + + + +### 1. Le Script de post-installation Alpinux + + + +Pour automatiser les tâches répétitives, l'association met à disposition un script. Il permet de configurer en une seule ligne tout ce qui manque souvent après une installation standard. + + + +**Procédure :** + + + +1. Ouvrez un **Terminal** (`Ctrl + Alt + T`). + +2. Copiez et collez la commande suivante (attention, cette adresse est spécifique au réseau local de l'Install Party) : + +```Bash + +wget -q -O - http://10.0.0.1/install.sh | sudo bash + +``` + +3. Saisissez votre mot de passe (`alpinux73`) quand il est demandé (les caractères ne s'affichent pas, c'est normal). + + + +--- + + + +### 2. Que fait ce script exactement ? + + + +Le script Alpinux optimise votre Mint pour un usage immédiat : + + + +- **Logithèque enrichie :** Installation de polices Microsoft (essentiel pour la compatibilité des documents Word/Excel), d'outils de gravure, de logiciels de webcam et d'un gestionnaire de mots de passe. + +- **Confort matériel :** Installation de `numlockx` pour gérer le pavé numérique dès le démarrage. + +- **Sérénité et Sécurité :** + +- **Mises à jour automatiques :** Active la recherche et l'installation des correctifs de sécurité sans intervention de votre part. + +- **Packs de langue :** Télécharge les traductions manquantes pour que tous vos logiciels (LibreOffice, Firefox, etc.) soient intégralement en français. + + + +--- + + + +### 3. Activation manuelle du pavé numérique + + + +Bien que le script installe l'outil nécessaire, vous devez parfois confirmer l'activation visuellement : + + + +1. Ouvrez le menu **Paramètres du système**. + +2. Allez dans la section **Fenêtre de connexion**. + +3. Dans l'onglet **Paramètres**, cochez la case **"Activer le verrouillage numérique"**. + +> **Note :** Désormais, votre pavé numérique sera actif dès que vous devrez saisir votre mot de passe au démarrage. + + + +--- + + + +### Pourquoi installer les "Polices Microsoft" ? + + + +Par défaut, Linux utilise des polices libres. Si vous recevez un document rédigé en _Arial_ ou _Times New Roman_, la mise en page pourrait être décalée sans ces polices officielles. Le script Alpinux règle ce problème pour vous afin de garantir une parfaite compatibilité avec vos collègues ou votre administration. + + + +--- + + + +### Finaliser la configuration linguistique + + + +Même si vous avez choisi le français lors de l'installation, certains composants du système ou logiciels tiers peuvent rester en anglais. Il est nécessaire de valider ces paramètres pour harmoniser l'ensemble. + + + +#### Procédure de mise en conformité : + + + +1. **Ouvrir l'outil dédié :** Cliquez sur le menu **Démarrer**, tapez "Langues" et ouvrez l'application **Langues** (ou via _Paramètres système_ > _Langues_). + +2. **Vérifier les réglages :** Dans la fenêtre qui s'ouvre, assurez-vous que le **Français, France UTF-8** est sélectionné pour les trois options principales : + +- **Langue** (L'interface des menus) + +- **Région** (Les formats locaux) + +- **Format de l'heure** (L'affichage 24h) + +3. **Installer les paquets manquants :** Si un bouton **"Installer / Supprimer des langues"** affiche un symbole d'avertissement ou si une barre de progression indique que des paquets sont manquants, cliquez dessus pour finaliser le téléchargement du support français. + +4. **Appliquer à l'ensemble du système :** + +> **Étape cruciale :** Cliquez sur le bouton **"Appliquer à tout le système"** en bas de la fenêtre. Cela permet d'appliquer le français dès l'écran de connexion (celui où vous tapez votre mot de passe). + +5. **Prise en compte :** Fermez la fenêtre. + + + +--- + + + +Contrairement à d'autres réglages, le changement de langue nécessite une fermeture de session ou un redémarrage pour que toutes les applications en cours (le bureau Cinnamon, le gestionnaire de fichiers, etc.) rechargent les nouveaux fichiers de traduction. + + + +Si après cette étape certains logiciels (comme Firefox ou LibreOffice) restent encore en anglais, ne vous inquiétez pas : c'est l'objet de la section suivante qui traite des vérifications spécifiques par application. + + + +### Configuration linguistique de Firefox + + + +Il arrive que Firefox conserve une interface en anglais ou propose des sites Web en version internationale. Voici comment harmoniser votre navigateur. + + + +#### 1. Changer la langue de l'interface (menus et messages) + + + +Si les menus de Firefox (ex: _File, Edit, View_) ne sont pas en français : + + + +1. Cliquez sur le **menu "hamburger"** (les trois lignes horizontales ≡) en haut à droite et choisissez **Paramètres** (ou _Settings_). + +2. Dans l'onglet **Général**, descendez jusqu'à la section **Langue**. + +3. Sélectionnez **Français** dans le menu déroulant. Si le français n'apparaît pas, cliquez sur "Chercher d'autres langues..." pour le télécharger et l'installer. + +4. Redémarrez Firefox si le navigateur vous le demande. + + + +#### 2. Configurer la langue préférée pour les sites Web + + + +Certains sites détectent votre langue via les réglages de votre navigateur. Pour éviter de voir Wikipédia ou Google s'afficher en anglais : + + + +1. Toujours dans **Paramètres** > **Général** > **Langue**. + +2. Juste en dessous du réglage précédent, repérez : **"Choisir la langue préférée pour l'affichage des pages"**. Cliquez sur le bouton **Choisir...**. + +3. Assurez-vous que **Français [fr]** est en haut de la liste. + +4. Si besoin, utilisez le bouton "Sélectionner une langue à ajouter" pour trouver le français et cliquez sur **Ajouter**, puis montez-la en première position. + +5. Validez avec **OK**. + + + +--- + + + +### Vérification technique (Outil Alpinux) + + + +Pour confirmer que votre navigateur se présente correctement aux serveurs Web, vous pouvez effectuer un test réel : + + + +1. Visitez le site [https://ip.abonnel.fr](https://ip.abonnel.fr). + +2. Descendez jusqu'à la section **"D'autres informations techniques"**. + +3. Regardez la ligne **"Langues préférées"** (ou _Accept-Language_). + +- **Correct :** Vous devez voir `fr`, `fr-FR` ou `fr-fr` en première position. + +- **Incorrect :** Si `en` ou `en-US` apparaît en premier, reprenez l'étape 2 ci-dessus. + + + +### Correction orthographique dans Firefox + + + +Il ne suffit pas que l'interface soit en français ; il faut aussi que Firefox sache souligner vos fautes de frappe lorsque vous rédigez un texte en ligne. + + + +#### 1. Test de détection + + + +Avant toute chose, vérifiez si le dictionnaire est déjà actif : + + + +1. Faites un clic droit dans n'importe quel champ de texte (par exemple, la barre de recherche ou un champ de commentaire). + +2. Vérifiez si l'option **"Vérifier l'orthographe"** est cochée. + +3. Si elle est cochée mais que vos fautes ne sont pas soulignées, le dictionnaire français est probablement manquant. + + + +#### 2 . Méthode 1 : Installer le dictionnaire français + + + +Si le français n'est pas proposé dans le menu "Langues" lors d'un clic droit : + + + +1. Faites un clic droit dans un champ de texte. + +2. Allez sur **Langues** > **Ajouter des dictionnaires...**. + +3. Une page officielle de Firefox s'ouvre. Recherchez **"Français"** dans la liste. + +4. Cliquez sur **"Installer le dictionnaire"** (choisissez de préférence le dictionnaire "Moderne" ou "Réforme 1990"). + +5. Cliquez sur le bouton bleu **"+ Ajouter à Firefox"**, puis validez l'installation. + + + +#### 3. Méthode 2 : Via la page des modules complémentaires (Add-ons) + + + +Si vous préférez une interface graphique sans passer par un champ de texte : + + + +1. Cliquez sur le **menu ≡** (en haut à droite) et choisissez **Extensions et thèmes**. + +2. Dans la barre de recherche en haut, tapez : **"Dictionnaire français"**. + +3. Cherchez celui proposé par "LanguageTeam" (souvent nommé _Dictionnaires français_). + +4. Cliquez sur **Ajouter à Firefox**. + + + +#### 4. Validation finale + + + +1. Retournez dans un champ de texte. + +2. Faites un clic droit > **Langues**. + +3. Assurez-vous que **"Français"** est bien sélectionné. + +4. Tapez un mot faux (ex: _bonjoure_) : il doit se souligner en rouge. + + + +--- + + + +### Vérification linguistique dans LibreOffice + + + +Il est fréquent que LibreOffice nécessite une petite validation pour activer ses menus en français et, surtout, son correcteur orthographique. + + + +#### 1. Vérifier l'interface (menus et icônes) + + + +Ouvrez **LibreOffice Writer** (le traitement de texte). + + + +- Si les menus s'affichent en anglais (_File, Edit, View_), allez dans : **Tools** > **Options** > **Language Settings** > **Languages**. + +- Dans **User Interface**, choisissez **French (France)**. + + + +#### 2. Activer le correcteur orthographique + + + +Pour éviter les fautes de frappe, le dictionnaire français doit être sélectionné par défaut : + + + +1. Toujours dans le menu **Outils** > **Options** > **Paramètres linguistiques** > **Langues**. + +2. Dans la section **Langues par défaut pour les documents**, vérifiez que "Occidental" est réglé sur **Français (France)**. + +3. **Le détail qui compte :** Assurez-vous qu'une petite icône bleue avec les lettres **"ABC"** et une coche est présente devant "Français (France)". Cela confirme que le dictionnaire est bien installé. + + + +#### 3. Que faire si le dictionnaire est absent ? + + + +Si vous ne voyez pas l'icône "ABC" ou si le français n'est pas proposé : + + + +- Fermez LibreOffice. + +- Relancez le script de post-installation Alpinux ou allez dans le menu **Démarrer** > **Paramètres** > **Langues** et cliquez sur **"Installer/Supprimer des langues"**. Cela complétera l'installation des paquets `libreoffice-l10n-fr` et `hunspell-fr`. + + + +--- + + + +Une fois la configuration terminée, tapez un mot volontairement mal orthographié dans Writer. S'il se souligne en rouge, votre correcteur fonctionne ! Appuyez sur **F7** pour lancer la vérification complète de votre document. + + + +--- + + + +### Gestion des sauvegardes avec Timeshift + + + +**Timeshift** est un utilitaire qui crée des "instantanés" (des points de restauration) de votre système. En cas de mauvaise manipulation ou de mise à jour qui se passe mal, il vous permet de revenir en arrière en quelques clics. + + + +#### Pourquoi modifier ses réglages ? + + + +Par défaut, Timeshift peut être configuré pour créer des sauvegardes quotidiennes ou horaires. Sur un disque dur de petite taille (moins de 128 Go), cela peut rapidement consommer tout votre espace disque et bloquer l'ordinateur. + + + +#### Procédure recommandée par Alpinux : + + + +1. Ouvrez **Timeshift** depuis le menu Démarrer (votre mot de passe sera demandé). + +2. Si l'assistant de configuration s'ouvre, choisissez **RSYNC** et cliquez sur **Suivant**. + +3. À l'étape **"Sélectionner les niveaux d'instantanés"** : + +- **Décochez toutes les cases** (Quotidien, Horaire, Hebdomadaire, etc.). + +- _Pourquoi ?_ Cela évite que le disque ne se remplisse de façon imprévisible. + +4. Un message d'avertissement peut apparaître pour vous dire que le système n'est plus protégé : cliquez sur **OK / Ignorer**. + +5. Cliquez sur **Terminer**. + + + +### Tests matériels finaux (Check-list) + + + +Avant de considérer l'installation comme terminée, il est crucial de tester chaque composant physique de l'ordinateur. Cela permet de détecter d'éventuels pilotes manquants ou des réglages à affiner. + + + +#### 1. Système Audio + + + +- **Haut-parleurs :** Allez dans _Paramètres système_ > _Son_ et cliquez sur "Tester le son". + +- **Casque :** Branchez des écouteurs ou un casque filaire. Vérifiez que le son bascule automatiquement des haut-parleurs vers le casque. + +- **Microphone :** Ouvrez l'application "Magnétophone" ou vérifiez la barre de volume d'entrée dans les paramètres sonores en parlant. + + + +#### 2. Connectivité sans fil + + + +- **Wi-Fi :** Débranchez le câble Ethernet. Connectez-vous à un réseau Wi-Fi, ouvrez Firefox et chargez une page Web pour confirmer que le flux de données est stable. + +- **Bluetooth :** Cliquez sur l'icône Bluetooth en bas à droite. Essayez de jumeler un appareil (souris, casque ou smartphone). _C'est le test idéal pour vérifier si la puce Bluetooth nécessite un micrologiciel (firmware) spécifique._ + + + +#### 3. Multimédia et Périphériques + + + +- **Webcam :** Lancez l'application **Cheese** ou **Hypnotix**. L'image est-elle fluide ? + +- **Lecteur DVD / USB :** Si l'ordinateur possède un lecteur optique, insérez un DVD pour tester la lecture. Testez également les différents ports USB de la machine avec une clé de données. + +- **Écran externe :** Si l'utilisateur a un second écran (HDMI/VGA), branchez-le pour vérifier que le double affichage est bien géré. + + + +#### 4. Matériel spécifique de l'utilisateur + + + +> **Le conseil Alpinux :** Demandez toujours à l'utilisateur s'il a apporté un périphérique particulier (imprimante portable, tablette graphique, scanner). Il est beaucoup plus simple de configurer ces éléments avec l'aide des bénévoles lors de l'Install Party. + + + +### Restaurer son profil Firefox sur Linux Mint + + + +Sur Linux Mint, Firefox stocke ses données dans un dossier caché. La méthode la plus propre consiste à remplacer le contenu du nouveau profil par l'ancien. + + + +#### 1. Préparer le terrain + + + +1. Lancez Firefox une première fois sur Linux Mint, puis **refermez-le immédiatement**. Cela permet au système de créer l'arborescence de dossiers nécessaire. + +2. Branchez votre support de sauvegarde (clé USB ou disque externe). + + + +#### 2. Localiser le dossier de destination + + + +Ouvrez votre **Dossier personnel** (le gestionnaire de fichiers Nemo) et suivez ces étapes : + + + +1. Affichez les dossiers cachés en appuyant sur **`Ctrl + H`**. + +2. Naviguez vers le chemin suivant : `.mozilla` > `firefox`. + +> _Note : Si vous ne voyez pas `.mozilla`, vérifiez que vous avez bien lancé Firefox au moins une fois._ + + + +#### 3. Restaurer les données + + + +Il existe deux méthodes selon votre aisance, la "Méthode Express" est la plus recommandée : + + + +**Méthode Express (Remplacement total) :** + + + +1. Dans le dossier `.mozilla/firefox` de votre ordinateur, supprimez tout le contenu existant. + +2. Copiez l'intégralité de votre sauvegarde (votre dossier `xxxx.default-release` **ET** les fichiers `profiles.ini` et `installs.ini`) et collez-les ici. + +3. Relancez Firefox. Vos extensions, onglets et mots de passe devraient apparaître instantanément. + + + +**Méthode Sélective (Si Firefox ne démarre pas) :** + + + +Si après la méthode express Firefox affiche une erreur de profil, procédez ainsi : + + + +1. Ouvrez le nouveau dossier de profil créé par Linux (ex: `yyyyy.default-release`). + +2. Ouvrez votre dossier de sauvegarde (ex: `xxxx.default-release`). + +3. Copiez tout le **contenu** du dossier de sauvegarde et collez-le **à l'intérieur** du nouveau dossier de profil sur Linux, en acceptant d'écraser les fichiers existants. + + + +### Vérification après restauration + + + +Une fois Firefox ouvert, vérifiez deux points : + + + +- **La synchronisation :** Si vous utilisiez un compte Firefox Sync, il se peut que vous deviez vous reconnecter pour réactiver la synchronisation en temps réel. + +- **Les DRM :** Pour regarder Netflix ou Prime Video, allez dans `Paramètres` > recherchez "DRM" et assurez-vous que la case "Lire le contenu contrôlé par DRM" est bien cochée. + + + +## Conditions d'utilisation de ce document + + + +### Remerciements + + + +Nous tenons à exprimer notre gratitude envers les bénévoles et les membres des bureaux successifs qui ont contribué à améliorer et à faire évoluer les Install Party depuis 1999. Merci pour leurs précieuses assistances. + + + +### Licence + + + +La paternité de ce document doit être **“Alpinux, Le LUG de Savoie”**. L'URL référente doit être https://gitea.alpinux.org/akml/alpinux.installparty/raw/branch/master/guide_d_installation_linux_mint_depuis_windows.md + + + +Cet document est mis à disposition sous les termes de la licence **CC BY-SA 4.0**, également connue sous le nom de **Attribution - Partage dans les Mêmes Conditions 4.0 International**. Il est important de noter que certains contenus présents dans ce document, tels que les designs, textes, graphiques, images, vidéos, informations, logos, icônes-boutons, logiciels, fichiers audio, et autres, sont protégés par le droit d'auteur, la protection des marques commerciales déposées, d'autres lois et conditions d'utilisation spécifiques. La licence **CC BY-SA 4.0** ne peut pas prévaloir sur ces conditions de protection existantes. + + + +La licence sus mentionnée accorde uniquement des autorisations en vertu du droit d'auteur. + + + +Les marques déposées ou les noms propres sont utilisés dans ce document à titre d'exemple, dans un but de démonstration et à des fins pédagogiques exclusivement. Nous n'avons aucun lien ni affiliation avec ces marques, et leur utilisation dans ce document est soumise aux conditions d'utilisation spécifiques qui leur sont applicables. + + + +### Responsabilité + + + +**Limitation de Responsabilité :** L'association Alpinux décline toute responsabilité quant à l'utilisation de ses services ou produits par les utilisateurs. Les utilisateurs reconnaissent qu'ils utilisent les services ou produits à leurs propres risques et périls. + + + +**Exonération de Responsabilité :** Alpinux ne sera en aucun cas tenue responsable des dommages directs, indirects, spéciaux, consécutifs ou accessoires, y compris, mais sans s'y limiter, les pertes de données, les pertes de bénéfices, les interruptions de service, les dommages matériels, les réclamations de tiers ou tout autre préjudice résultant de l'utilisation ou de l'incapacité à utiliser nos services ou produits. + + + +**Utilisation Conforme :** Les utilisateurs s'engagent à utiliser nos services ou produits conformément aux lois applicables et aux présentes Conditions d'utilisation. L'entreprise ne peut être tenue responsable de toute utilisation illégale ou non conforme de ses services ou produits par les utilisateurs. + + + +**Mises à Jour et Modifications :** L'association se réserve le droit de mettre à jour, modifier ou interrompre ses services ou produits à tout moment, sans préavis. Elle ne peut être tenue responsable des conséquences de telles mises à jour, modifications ou interruptions. + + + +**Liens Externes :** Nos services ou produits peuvent contenir des liens vers des sites Web tiers. L'entreprise n'est pas responsable du contenu, de la sécurité ou de la confidentialité de ces sites Web tiers, et les utilisateurs sont invités à consulter les Conditions d'utilisation et les politiques de confidentialité de ces sites avant de les utiliser. + + + +**Indemnisation :** Les utilisateurs s'engagent à indemniser et à dégager de toute responsabilité Alpinux, ses instances dirigeantes, le bureau, les contractuels, bénévoles, employés et partenaires contre toute réclamation, action en justice, responsabilité, perte, coût ou dépense résultant de leur utilisation de nos services ou produits ou de toute violation des présentes Conditions d'utilisation. + + + +**Modification des Conditions :** Alpinux se réserve le droit de modifier les présentes **Conditions d'utilisation** à tout moment. Les utilisateurs sont tenus de consulter régulièrement les Conditions d'utilisation pour être informés des modifications éventuelles. \ No newline at end of file diff --git a/articles/Kikad - Créer son premier circuit avec KiCad 9.0.md b/articles/Kikad - Créer son premier circuit avec KiCad 9.0.md new file mode 100644 index 0000000..12e6744 --- /dev/null +++ b/articles/Kikad - Créer son premier circuit avec KiCad 9.0.md @@ -0,0 +1,93 @@ +# Guide Complet : Créer son premier circuit avec KiCad 9.0 + +### 1. Création du Projet + +Avant de dessiner, il faut créer un "dossier parent" qui contiendra tous vos fichiers. + +- **Lancer KiCad** et cliquez sur **Fichier > Nouveau projet**. + +- **Emplacement :** Choisissez un dossier dédié (ex: `Documents/KiCad_Projets/MonPremierCircuit`). + +- **Fichiers créés :** KiCad génère automatiquement un fichier `.kicad_sch` (le schéma) et un fichier `.kicad_pcb` (le circuit imprimé). + + +--- + +### 2. Le Schéma Électrique (Éditeur de schémas) + +Double-cliquez sur le fichier `.kicad_sch`. C'est ici que l'on définit la logique du circuit. + +- **Ajouter des composants :** Cliquez sur l'icône **Placer un symbole** (ou appuyez sur la touche `A`). + + - _Astuce :_ La recherche est en anglais. Tapez `R` pour une résistance, `C` pour un condensateur, `LED` pour une diode électroluminescente. + +- **Ajouter l'alimentation :** Utilisez l'icône **Placer un port d'alimentation** (juste en dessous du symbole classique ou touche `P`). Cherchez `VCC` ou `+5V` et `GND` (la masse). + +- **Câblage :** Utilisez l'outil **Placer un fil** (touche `W`) pour relier les broches des composants entre elles. + +- **Raccourcis indispensables :** + + - `R` : Rotation du composant. + + - `M` : Déplacer (Move) le composant. + + - `C` : Copier le composant. + + - `Suppr` : Supprimer. + + +--- + +### 3. Vérification et Empreintes (Footprints) + +C'est l'étape cruciale pour les débutants. Un symbole (ex: une résistance) doit être lié à une **empreinte** physique (la taille réelle de la résistance sur la carte). + +1. **Annotation :** Cliquez sur l'icône "Annoter le schéma" pour que vos composants s'appellent R1, R2, etc., au lieu de R?. + +2. **Assigner les empreintes :** Cliquez sur l'icône **Attribuer les empreintes**. + + - Pour un débutant, cherchez les bibliothèques **THT** (_Through-Hole Technology_). Ce sont les composants à trous, plus faciles à souder que les CMS (composants de surface). + +3. **Vérification (ERC) :** Cliquez sur l'icône "Exécuter le test de règles électriques" (le petit scarabée avec une coche verte). KiCad vous dira si vous avez oublié de relier un fil ou si vous avez créé un court-circuit. + + +--- + +### 4. Le Circuit Imprimé (Éditeur de PCB) + +Une fois le schéma fini, double-cliquez sur le fichier `.kicad_pcb`. + +- **Importer le travail :** Cliquez sur l'icône **Mettre à jour le PCB à partir du schéma** (ou touche `F8`). Vos composants apparaissent liés par des "chevelus" (traits élastiques fins). + +- **Placer les composants :** Disposez-les pour qu'ils prennent le moins de place possible et que les fils ne s'entremêlent pas trop. + +- **Tracer les pistes :** + + - Sélectionnez la couche **F.Cu** (Front - dessus, rouge) ou **B.Cu** (Bottom - dessous, bleu). + + - _Note :_ Pour un circuit simple face fait maison, on utilise souvent uniquement le **Bottom (Bleu)**. + + - Utilisez l'outil **Tracer des pistes** (touche `X`). KiCad vous guide pour relier les points qui doivent l'être. + + +--- + +### 5. Finalisation et Export (Gerber) + +Avant de fabriquer la carte, il faut définir ses bords. + +1. **Bords de carte :** Sélectionnez la couche **Edge.Cuts** (jaune). Utilisez l'outil ligne ou rectangle pour dessiner le contour final de votre circuit. + +2. **Visualisation 3D :** Allez dans **Affichage > Visionneuse 3D** pour admirer votre futur circuit. + +3. **Exportation (Gerber) :** Pour faire fabriquer votre carte en usine : + + - **Fichier > Tracer...** + + - Sélectionnez le format **Gerber**. + + - Cliquez sur **Tracer** (pour les pistes) et **Générer les fichiers de perçage** (indispensable pour les composants THT). + + - Mettez tous ces fichiers dans un dossier `.zip` : c'est ce fichier que vous enverrez au fabricant. + + diff --git a/articles/Kikad.md b/articles/Kikad.md deleted file mode 100644 index 69ec2a8..0000000 --- a/articles/Kikad.md +++ /dev/null @@ -1,28 +0,0 @@ -Kikad - -version utilisée kikad 9.0 - -sélection d'un template ou repartir de zero - -nouveau projet. on indique ou on enregistre le projet (de préfénce dans project/....) - -de base feux fichiers apparaisse sch et pcb - -sch permet d'indiquer quels composants déployer - -une page blanche apparait, utiliser "placer symbole", utiliser la fenetre choisir symbole pour selectionner le composant. il suffit de le positionner. attentnion la recherche est en anglais - -les alimentations, sont a positionner avec le symbole en dessous de "placer un symbole - -on peut faire une selection multiple des composants et les deplacer (m), supprimer, rotation (r) - -on peut faire une simulation avec le bouton ... il permet d'evaluer le schema electrique - -les composants THT sont les composants traversants - -ok - -il faut importer les composants dans le pcb . "mise à jour du pcb..." - -bien choisir bottom pour tracer le circuit en dessous -