From 1a45591e8f8f209319a8b5585cd551eb9f5a1e19 Mon Sep 17 00:00:00 2001
From: trphoenix <spd260@126.com>
Date: 星期四, 27 十一月 2025 15:56:57 +0800
Subject: [PATCH] vault backup: 2025-11-27 15:56:57
---
Help/docs/README.md | 2
.obsidian/core-plugins.json | 33
.obsidian/plugins/obsidian-custom-attachment-location/data.json | 30
.obsidian/appearance.json | 3
.obsidian/plugins/obsidian-git/main.js | 426 ++++++++++++
.obsidian/community-plugins.json | 4
.obsidian/workspace.json | 186 +++++
.obsidian/plugins/obsidian-custom-attachment-location/manifest.json | 11
.obsidian/plugins/obsidian-custom-attachment-location/styles.css | 1
.obsidian/app.json | 3
.obsidian/plugins/obsidian-git/manifest.json | 10
.obsidian/plugins/obsidian-git/data.json | 62 +
.obsidian/plugins/obsidian-git/styles.css | 629 ++++++++++++++++++
.obsidian/graph.json | 22
.obsidian/plugins/obsidian-custom-attachment-location/main.js | 573 ++++++++++++++++
15 files changed, 1,994 insertions(+), 1 deletions(-)
diff --git a/.obsidian/app.json b/.obsidian/app.json
new file mode 100644
index 0000000..196910f
--- /dev/null
+++ b/.obsidian/app.json
@@ -0,0 +1,3 @@
+{
+ "useMarkdownLinks": true
+}
\ No newline at end of file
diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json
new file mode 100644
index 0000000..a8b1e37
--- /dev/null
+++ b/.obsidian/appearance.json
@@ -0,0 +1,3 @@
+{
+ "theme": "moonstone"
+}
\ No newline at end of file
diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json
new file mode 100644
index 0000000..5a1b515
--- /dev/null
+++ b/.obsidian/community-plugins.json
@@ -0,0 +1,4 @@
+[
+ "obsidian-git",
+ "obsidian-custom-attachment-location"
+]
\ No newline at end of file
diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json
new file mode 100644
index 0000000..639b90d
--- /dev/null
+++ b/.obsidian/core-plugins.json
@@ -0,0 +1,33 @@
+{
+ "file-explorer": true,
+ "global-search": true,
+ "switcher": true,
+ "graph": true,
+ "backlink": true,
+ "canvas": true,
+ "outgoing-link": true,
+ "tag-pane": true,
+ "footnotes": false,
+ "properties": true,
+ "page-preview": true,
+ "daily-notes": true,
+ "templates": true,
+ "note-composer": true,
+ "command-palette": true,
+ "slash-command": false,
+ "editor-status": true,
+ "bookmarks": true,
+ "markdown-importer": false,
+ "zk-prefixer": false,
+ "random-note": false,
+ "outline": true,
+ "word-count": true,
+ "slides": false,
+ "audio-recorder": false,
+ "workspaces": false,
+ "file-recovery": true,
+ "publish": false,
+ "sync": true,
+ "bases": true,
+ "webviewer": false
+}
\ No newline at end of file
diff --git a/.obsidian/graph.json b/.obsidian/graph.json
new file mode 100644
index 0000000..42a46ec
--- /dev/null
+++ b/.obsidian/graph.json
@@ -0,0 +1,22 @@
+{
+ "collapse-filter": true,
+ "search": "",
+ "showTags": false,
+ "showAttachments": false,
+ "hideUnresolved": false,
+ "showOrphans": true,
+ "collapse-color-groups": true,
+ "colorGroups": [],
+ "collapse-display": true,
+ "showArrow": false,
+ "textFadeMultiplier": 0,
+ "nodeSizeMultiplier": 1,
+ "lineSizeMultiplier": 1,
+ "collapse-forces": true,
+ "centerStrength": 0.518713248970312,
+ "repelStrength": 10,
+ "linkStrength": 1,
+ "linkDistance": 250,
+ "scale": 1,
+ "close": true
+}
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-custom-attachment-location/data.json b/.obsidian/plugins/obsidian-custom-attachment-location/data.json
new file mode 100644
index 0000000..bde344b
--- /dev/null
+++ b/.obsidian/plugins/obsidian-custom-attachment-location/data.json
@@ -0,0 +1,30 @@
+{
+ "attachmentFolderPath": "./assets/${noteFileName}",
+ "attachmentRenameMode": "Only pasted images",
+ "collectAttachmentUsedByMultipleNotesMode": "Skip",
+ "collectedAttachmentFileName": "",
+ "customTokensStr": "",
+ "defaultImageSize": "",
+ "defaultImageSizeDimension": "width",
+ "duplicateNameSeparator": " ",
+ "emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
+ "excludePaths": [],
+ "excludePathsFromAttachmentCollecting": [],
+ "generatedAttachmentFileName": "file-${date:YYYYMMDDHHmmssSSS}",
+ "includePaths": [],
+ "jpegQuality": 0.8,
+ "markdownUrlFormat": "assets/${noteFileName}/${generatedAttachmentFileName}",
+ "renamedAttachmentFileName": "",
+ "shouldConvertPastedImagesToJpeg": false,
+ "shouldDeleteOrphanAttachments": false,
+ "shouldRenameAttachmentFiles": true,
+ "shouldRenameAttachmentFolder": true,
+ "shouldRenameCollectedAttachments": false,
+ "specialCharacters": "#^[]|*\\<>:?/",
+ "specialCharactersReplacement": "-",
+ "timeoutInSeconds": 5,
+ "treatAsAttachmentExtensions": [
+ ".excalidraw.md"
+ ],
+ "version": ""
+}
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-custom-attachment-location/main.js b/.obsidian/plugins/obsidian-custom-attachment-location/main.js
new file mode 100644
index 0000000..44a9ee5
--- /dev/null
+++ b/.obsidian/plugins/obsidian-custom-attachment-location/main.js
@@ -0,0 +1,573 @@
+/*
+THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
+if you want to view the source, please visit the github repository of this plugin
+*/
+
+(function initCjs() {
+ const globalThisRecord = globalThis;
+ globalThisRecord["__name"] ??= name;
+ const originalRequire = require;
+ if (originalRequire && !originalRequire.__isPatched) {
+ require = Object.assign(
+ (id) => requirePatched(id),
+ originalRequire,
+ {
+ __isPatched: true
+ }
+ );
+ }
+ const newFuncs = {
+ __extractDefault() {
+ return extractDefault;
+ },
+ process() {
+ const browserProcess = {
+ browser: true,
+ cwd() {
+ return "/";
+ },
+ env: {},
+ platform: "android"
+ };
+ return browserProcess;
+ }
+ };
+ for (const key of Object.keys(newFuncs)) {
+ globalThisRecord[key] ??= newFuncs[key]?.();
+ }
+ function name(obj) {
+ return obj;
+ }
+ function extractDefault(module2) {
+ return module2 && module2.__esModule && "default" in module2 ? module2.default : module2;
+ }
+ const OBSIDIAN_BUILT_IN_MODULE_NAMES = [
+ "obsidian",
+ "@codemirror/autocomplete",
+ "@codemirror/collab",
+ "@codemirror/commands",
+ "@codemirror/language",
+ "@codemirror/lint",
+ "@codemirror/search",
+ "@codemirror/state",
+ "@codemirror/text",
+ "@codemirror/view",
+ "@lezer/common",
+ "@lezer/lr",
+ "@lezer/highlight"
+ ];
+ const DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES = [
+ "@codemirror/closebrackets",
+ "@codemirror/comment",
+ "@codemirror/fold",
+ "@codemirror/gutter",
+ "@codemirror/highlight",
+ "@codemirror/history",
+ "@codemirror/matchbrackets",
+ "@codemirror/panel",
+ "@codemirror/rangeset",
+ "@codemirror/rectangular-selection",
+ "@codemirror/stream-parser",
+ "@codemirror/tooltip"
+ ];
+ function requirePatched(id) {
+ if (OBSIDIAN_BUILT_IN_MODULE_NAMES.includes(id) || DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES.includes(id)) {
+ return originalRequire?.(id);
+ }
+ if (globalThis?.app?.isMobile) {
+ if (id === "process" || id === "node:process") {
+ console.debug(`The most likely you can safely ignore this error. Module not found: ${id}. Fake process object is returned instead.`);
+ return globalThis.process;
+ }
+ } else {
+ const module2 = originalRequire?.(id);
+ if (module2) {
+ return extractDefault(module2);
+ }
+ }
+ console.debug(`The most likely you can safely ignore this error. Module not found: ${id}. Empty object is returned instead.`);
+ return {};
+ }
+})();
+
+"use strict";var pf=Object.create;var Qn=Object.defineProperty;var df=Object.getOwnPropertyDescriptor;var uf=Object.getOwnPropertyNames;var mf=Object.getPrototypeOf,hf=Object.prototype.hasOwnProperty;var i=(t,e)=>Qn(t,"name",{value:e,configurable:!0});var M=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ql=(t,e)=>{for(var n in e)Qn(t,n,{get:e[n],enumerable:!0})},Xl=(t,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of uf(e))!hf.call(t,r)&&r!==n&&Qn(t,r,{get:()=>e[r],enumerable:!(a=df(e,r))||a.enumerable});return t};var Pt=(t,e,n)=>(n=t!=null?pf(mf(t)):{},Xl(e||!t||!t.__esModule?Qn(n,"default",{value:t,enumerable:!0}):n,t)),gf=t=>Xl(Qn({},"__esModule",{value:!0}),t);var ac=M((bC,nc)=>{var yn=1e3,vn=yn*60,bn=vn*60,Yt=bn*24,ff=Yt*7,kf=Yt*365.25;nc.exports=function(t,e){e=e||{};var n=typeof t;if(n==="string"&&t.length>0)return yf(t);if(n==="number"&&isFinite(t))return e.long?bf(t):vf(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function yf(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),a=(e[2]||"ms").toLowerCase();switch(a){case"years":case"year":case"yrs":case"yr":case"y":return n*kf;case"weeks":case"week":case"w":return n*ff;case"days":case"day":case"d":return n*Yt;case"hours":case"hour":case"hrs":case"hr":case"h":return n*bn;case"minutes":case"minute":case"mins":case"min":case"m":return n*vn;case"seconds":case"second":case"secs":case"sec":case"s":return n*yn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}i(yf,"parse");function vf(t){var e=Math.abs(t);return e>=Yt?Math.round(t/Yt)+"d":e>=bn?Math.round(t/bn)+"h":e>=vn?Math.round(t/vn)+"m":e>=yn?Math.round(t/yn)+"s":t+"ms"}i(vf,"fmtShort");function bf(t){var e=Math.abs(t);return e>=Yt?Oa(t,e,Yt,"day"):e>=bn?Oa(t,e,bn,"hour"):e>=vn?Oa(t,e,vn,"minute"):e>=yn?Oa(t,e,yn,"second"):t+" ms"}i(bf,"fmtLong");function Oa(t,e,n,a){var r=e>=n*1.5;return Math.round(t/n)+" "+a+(r?"s":"")}i(Oa,"plural")});var so=M((wC,rc)=>{function Af(t){n.debug=n,n.default=n,n.coerce=c,n.disable=s,n.enable=r,n.enabled=l,n.humanize=ac(),n.destroy=p,Object.keys(t).forEach(d=>{n[d]=t[d]}),n.names=[],n.skips=[],n.formatters={};function e(d){let u=0;for(let h=0;h<d.length;h++)u=(u<<5)-u+d.charCodeAt(h),u|=0;return n.colors[Math.abs(u)%n.colors.length]}i(e,"selectColor"),n.selectColor=e;function n(d){let u,h=null,m,y;function w(...b){if(!w.enabled)return;let v=w,A=Number(new Date),T=A-(u||A);v.diff=T,v.prev=u,v.curr=A,u=A,b[0]=n.coerce(b[0]),typeof b[0]!="string"&&b.unshift("%O");let P=0;b[0]=b[0].replace(/%([a-zA-Z%])/g,(x,q)=>{if(x==="%%")return"%";P++;let K=n.formatters[q];if(typeof K=="function"){let B=b[P];x=K.call(v,B),b.splice(P,1),P--}return x}),n.formatArgs.call(v,b),(v.log||n.log).apply(v,b)}return i(w,"debug"),w.namespace=d,w.useColors=n.useColors(),w.color=n.selectColor(d),w.extend=a,w.destroy=n.destroy,Object.defineProperty(w,"enabled",{enumerable:!0,configurable:!1,get:i(()=>h!==null?h:(m!==n.namespaces&&(m=n.namespaces,y=n.enabled(d)),y),"get"),set:i(b=>{h=b},"set")}),typeof n.init=="function"&&n.init(w),w}i(n,"createDebug");function a(d,u){let h=n(this.namespace+(typeof u>"u"?":":u)+d);return h.log=this.log,h}i(a,"extend");function r(d){n.save(d),n.namespaces=d,n.names=[],n.skips=[];let u=(typeof d=="string"?d:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let h of u)h[0]==="-"?n.skips.push(h.slice(1)):n.names.push(h)}i(r,"enable");function o(d,u){let h=0,m=0,y=-1,w=0;for(;h<d.length;)if(m<u.length&&(u[m]===d[h]||u[m]==="*"))u[m]==="*"?(y=m,w=h,m++):(h++,m++);else if(y!==-1)m=y+1,w++,h=w;else return!1;for(;m<u.length&&u[m]==="*";)m++;return m===u.length}i(o,"matchesTemplate");function s(){let d=[...n.names,...n.skips.map(u=>"-"+u)].join(",");return n.enable(""),d}i(s,"disable");function l(d){for(let u of n.skips)if(o(d,u))return!1;for(let u of n.names)if(o(d,u))return!0;return!1}i(l,"enabled");function c(d){return d instanceof Error?d.stack||d.message:d}i(c,"coerce");function p(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return i(p,"destroy"),n.enable(n.load()),n}i(Af,"setup");rc.exports=Af});var ic=M((De,Da)=>{De.formatArgs=xf;De.save=Cf;De.load=Tf;De.useColors=wf;De.storage=Sf();De.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();De.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function wf(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}i(wf,"useColors");function xf(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Da.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,r=>{r!=="%%"&&(n++,r==="%c"&&(a=n))}),t.splice(a,0,e)}i(xf,"formatArgs");De.log=console.debug||console.log||(()=>{});function Cf(t){try{t?De.storage.setItem("debug",t):De.storage.removeItem("debug")}catch{}}i(Cf,"save");function Tf(){let t;try{t=De.storage.getItem("debug")||De.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}i(Tf,"load");function Sf(){try{return localStorage}catch{}}i(Sf,"localstorage");Da.exports=so()(De);var{formatters:Pf}=Da.exports;Pf.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var sc=M((TC,oc)=>{"use strict";oc.exports=(t,e=process.argv)=>{let n=t.startsWith("-")?"":t.length===1?"-":"--",a=e.indexOf(n+t),r=e.indexOf("--");return a!==-1&&(r===-1||a<r)}});var pc=M((SC,cc)=>{"use strict";var Ef=require("os"),lc=require("tty"),Ke=sc(),{env:ue}=process,Ba;Ke("no-color")||Ke("no-colors")||Ke("color=false")||Ke("color=never")?Ba=0:(Ke("color")||Ke("colors")||Ke("color=true")||Ke("color=always"))&&(Ba=1);function Ff(){if("FORCE_COLOR"in ue)return ue.FORCE_COLOR==="true"?1:ue.FORCE_COLOR==="false"?0:ue.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(ue.FORCE_COLOR,10),3)}i(Ff,"envForceColor");function zf(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}i(zf,"translateLevel");function If(t,{streamIsTTY:e,sniffFlags:n=!0}={}){let a=Ff();a!==void 0&&(Ba=a);let r=n?Ba:a;if(r===0)return 0;if(n){if(Ke("color=16m")||Ke("color=full")||Ke("color=truecolor"))return 3;if(Ke("color=256"))return 2}if(t&&!e&&r===void 0)return 0;let o=r||0;if(ue.TERM==="dumb")return o;if(process.platform==="win32"){let s=Ef.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in ue)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(s=>s in ue)||ue.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in ue)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ue.TEAMCITY_VERSION)?1:0;if(ue.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ue){let s=Number.parseInt((ue.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ue.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ue.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ue.TERM)||"COLORTERM"in ue?1:o}i(If,"supportsColor");function lo(t,e={}){let n=If(t,{streamIsTTY:t&&t.isTTY,...e});return zf(n)}i(lo,"getSupportLevel");cc.exports={supportsColor:lo,stdout:lo({isTTY:lc.isatty(1)}),stderr:lo({isTTY:lc.isatty(2)})}});var uc=M((me,Va)=>{var Nf=require("tty"),Ua=require("util");me.init=Bf;me.log=Lf;me.formatArgs=Rf;me.save=Of;me.load=Df;me.useColors=Mf;me.destroy=Ua.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");me.colors=[6,2,3,4,5,1];try{let t=pc();t&&(t.stderr||t).level>=2&&(me.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}me.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let n=e.substring(6).toLowerCase().replace(/_([a-z])/g,(r,o)=>o.toUpperCase()),a=process.env[e];return/^(yes|on|true|enabled)$/i.test(a)?a=!0:/^(no|off|false|disabled)$/i.test(a)?a=!1:a==="null"?a=null:a=Number(a),t[n]=a,t},{});function Mf(){return"colors"in me.inspectOpts?!!me.inspectOpts.colors:Nf.isatty(process.stderr.fd)}i(Mf,"useColors");function Rf(t){let{namespace:e,useColors:n}=this;if(n){let a=this.color,r="\x1B[3"+(a<8?a:"8;5;"+a),o=` ${r};1m${e} \x1B[0m`;t[0]=o+t[0].split(`
+`).join(`
+`+o),t.push(r+"m+"+Va.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=jf()+e+" "+t[0]}i(Rf,"formatArgs");function jf(){return me.inspectOpts.hideDate?"":new Date().toISOString()+" "}i(jf,"getDate");function Lf(...t){return process.stderr.write(Ua.formatWithOptions(me.inspectOpts,...t)+`
+`)}i(Lf,"log");function Of(t){t?process.env.DEBUG=t:delete process.env.DEBUG}i(Of,"save");function Df(){return process.env.DEBUG}i(Df,"load");function Bf(t){t.inspectOpts={};let e=Object.keys(me.inspectOpts);for(let n=0;n<e.length;n++)t.inspectOpts[e[n]]=me.inspectOpts[e[n]]}i(Bf,"init");Va.exports=so()(me);var{formatters:dc}=Va.exports;dc.o=function(t){return this.inspectOpts.colors=this.useColors,Ua.inspect(t,this.inspectOpts).split(`
+`).map(e=>e.trim()).join(" ")};dc.O=function(t){return this.inspectOpts.colors=this.useColors,Ua.inspect(t,this.inspectOpts)}});var mc=M((FC,co)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?co.exports=ic():co.exports=uc()});var Vc=M((TT,Uc)=>{"use strict";function ht(t){if(typeof t!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}i(ht,"assertPath");function Bc(t,e){for(var n="",a=0,r=-1,o=0,s,l=0;l<=t.length;++l){if(l<t.length)s=t.charCodeAt(l);else{if(s===47)break;s=47}if(s===47){if(!(r===l-1||o===1))if(r!==l-1&&o===2){if(n.length<2||a!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",a=0):(n=n.slice(0,c),a=n.length-1-n.lastIndexOf("/")),r=l,o=0;continue}}else if(n.length===2||n.length===1){n="",a=0,r=l,o=0;continue}}e&&(n.length>0?n+="/..":n="..",a=2)}else n.length>0?n+="/"+t.slice(r+1,l):n=t.slice(r+1,l),a=l-r-1;r=l,o=0}else s===46&&o!==-1?++o:o=-1}return n}i(Bc,"normalizeStringPosix");function kk(t,e){var n=e.dir||e.root,a=e.base||(e.name||"")+(e.ext||"");return n?n===e.root?n+a:n+t+a:a}i(kk,"_format");var Tn={resolve:i(function(){for(var e="",n=!1,a,r=arguments.length-1;r>=-1&&!n;r--){var o;r>=0?o=arguments[r]:(a===void 0&&(a=process.cwd()),o=a),ht(o),o.length!==0&&(e=o+"/"+e,n=o.charCodeAt(0)===47)}return e=Bc(e,!n),n?e.length>0?"/"+e:"/":e.length>0?e:"."},"resolve"),normalize:i(function(e){if(ht(e),e.length===0)return".";var n=e.charCodeAt(0)===47,a=e.charCodeAt(e.length-1)===47;return e=Bc(e,!n),e.length===0&&!n&&(e="."),e.length>0&&a&&(e+="/"),n?"/"+e:e},"normalize"),isAbsolute:i(function(e){return ht(e),e.length>0&&e.charCodeAt(0)===47},"isAbsolute"),join:i(function(){if(arguments.length===0)return".";for(var e,n=0;n<arguments.length;++n){var a=arguments[n];ht(a),a.length>0&&(e===void 0?e=a:e+="/"+a)}return e===void 0?".":Tn.normalize(e)},"join"),relative:i(function(e,n){if(ht(e),ht(n),e===n||(e=Tn.resolve(e),n=Tn.resolve(n),e===n))return"";for(var a=1;a<e.length&&e.charCodeAt(a)===47;++a);for(var r=e.length,o=r-a,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var l=n.length,c=l-s,p=o<c?o:c,d=-1,u=0;u<=p;++u){if(u===p){if(c>p){if(n.charCodeAt(s+u)===47)return n.slice(s+u+1);if(u===0)return n.slice(s+u)}else o>p&&(e.charCodeAt(a+u)===47?d=u:u===0&&(d=0));break}var h=e.charCodeAt(a+u),m=n.charCodeAt(s+u);if(h!==m)break;h===47&&(d=u)}var y="";for(u=a+d+1;u<=r;++u)(u===r||e.charCodeAt(u)===47)&&(y.length===0?y+="..":y+="/..");return y.length>0?y+n.slice(s+d):(s+=d,n.charCodeAt(s)===47&&++s,n.slice(s))},"relative"),_makeLong:i(function(e){return e},"_makeLong"),dirname:i(function(e){if(ht(e),e.length===0)return".";for(var n=e.charCodeAt(0),a=n===47,r=-1,o=!0,s=e.length-1;s>=1;--s)if(n=e.charCodeAt(s),n===47){if(!o){r=s;break}}else o=!1;return r===-1?a?"/":".":a&&r===1?"//":e.slice(0,r)},"dirname"),basename:i(function(e,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');ht(e);var a=0,r=-1,o=!0,s;if(n!==void 0&&n.length>0&&n.length<=e.length){if(n.length===e.length&&n===e)return"";var l=n.length-1,c=-1;for(s=e.length-1;s>=0;--s){var p=e.charCodeAt(s);if(p===47){if(!o){a=s+1;break}}else c===-1&&(o=!1,c=s+1),l>=0&&(p===n.charCodeAt(l)?--l===-1&&(r=s):(l=-1,r=c))}return a===r?r=c:r===-1&&(r=e.length),e.slice(a,r)}else{for(s=e.length-1;s>=0;--s)if(e.charCodeAt(s)===47){if(!o){a=s+1;break}}else r===-1&&(o=!1,r=s+1);return r===-1?"":e.slice(a,r)}},"basename"),extname:i(function(e){ht(e);for(var n=-1,a=0,r=-1,o=!0,s=0,l=e.length-1;l>=0;--l){var c=e.charCodeAt(l);if(c===47){if(!o){a=l+1;break}continue}r===-1&&(o=!1,r=l+1),c===46?n===-1?n=l:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||r===-1||s===0||s===1&&n===r-1&&n===a+1?"":e.slice(n,r)},"extname"),format:i(function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return kk("/",e)},"format"),parse:i(function(e){ht(e);var n={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return n;var a=e.charCodeAt(0),r=a===47,o;r?(n.root="/",o=1):o=0;for(var s=-1,l=0,c=-1,p=!0,d=e.length-1,u=0;d>=o;--d){if(a=e.charCodeAt(d),a===47){if(!p){l=d+1;break}continue}c===-1&&(p=!1,c=d+1),a===46?s===-1?s=d:u!==1&&(u=1):s!==-1&&(u=-1)}return s===-1||c===-1||u===0||u===1&&s===c-1&&s===l+1?c!==-1&&(l===0&&r?n.base=n.name=e.slice(1,c):n.base=n.name=e.slice(l,c)):(l===0&&r?(n.name=e.slice(1,s),n.base=e.slice(1,c)):(n.name=e.slice(l,s),n.base=e.slice(l,c)),n.ext=e.slice(s,c)),l>0?n.dir=e.slice(0,l-1):r&&(n.dir="/"),n},"parse"),sep:"/",delimiter:":",win32:null,posix:null};Tn.posix=Tn;Uc.exports=Tn});var Ed=M((mI,Pd)=>{"use strict";var zr=Object.prototype.hasOwnProperty,Sd=Object.prototype.toString,bd=Object.defineProperty,Ad=Object.getOwnPropertyDescriptor,wd=i(function(e){return typeof Array.isArray=="function"?Array.isArray(e):Sd.call(e)==="[object Array]"},"isArray"),xd=i(function(e){if(!e||Sd.call(e)!=="[object Object]")return!1;var n=zr.call(e,"constructor"),a=e.constructor&&e.constructor.prototype&&zr.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!a)return!1;var r;for(r in e);return typeof r>"u"||zr.call(e,r)},"isPlainObject"),Cd=i(function(e,n){bd&&n.name==="__proto__"?bd(e,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):e[n.name]=n.newValue},"setProperty"),Td=i(function(e,n){if(n==="__proto__")if(zr.call(e,n)){if(Ad)return Ad(e,n).value}else return;return e[n]},"getProperty");Pd.exports=i(function t(){var e,n,a,r,o,s,l=arguments[0],c=1,p=arguments.length,d=!1;for(typeof l=="boolean"&&(d=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<p;++c)if(e=arguments[c],e!=null)for(n in e)a=Td(l,n),r=Td(e,n),l!==r&&(d&&r&&(xd(r)||(o=wd(r)))?(o?(o=!1,s=a&&wd(a)?a:[]):s=a&&xd(a)?a:{},Cd(l,{name:n,newValue:t(d,s,r)})):typeof r<"u"&&Cd(l,{name:n,newValue:r}));return l},"extend")});var yu=M((Wr,ku)=>{(function(t,e){typeof Wr=="object"&&typeof ku<"u"?e(Wr):typeof define=="function"&&define.amd?define(["exports"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.compareVersions={}))})(Wr,(function(t){"use strict";let e=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,n=i(b=>{if(typeof b!="string")throw new TypeError("Invalid argument expected string");let v=b.match(e);if(!v)throw new Error(`Invalid argument not valid semver ('${b}' received)`);return v.shift(),v},"validateAndParse"),a=i(b=>b==="*"||b==="x"||b==="X","isWildcard"),r=i(b=>{let v=parseInt(b,10);return isNaN(v)?b:v},"tryParse"),o=i((b,v)=>typeof b!=typeof v?[String(b),String(v)]:[b,v],"forceType"),s=i((b,v)=>{if(a(b)||a(v))return 0;let[A,T]=o(r(b),r(v));return A>T?1:A<T?-1:0},"compareStrings"),l=i((b,v)=>{for(let A=0;A<Math.max(b.length,v.length);A++){let T=s(b[A]||"0",v[A]||"0");if(T!==0)return T}return 0},"compareSegments"),c=i((b,v)=>{let A=n(b),T=n(v),P=A.pop(),R=T.pop(),x=l(A,T);return x!==0?x:P&&R?l(P.split("."),R.split(".")):P||R?P?-1:1:0},"compareVersions"),p=i((b,v,A)=>{h(A);let T=c(b,v);return d[A].includes(T)},"compare"),d={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},u=Object.keys(d),h=i(b=>{if(typeof b!="string")throw new TypeError(`Invalid operator type, expected string but got ${typeof b}`);if(u.indexOf(b)===-1)throw new Error(`Invalid operator, expected one of ${u.join("|")}`)},"assertValidOperator"),m=i((b,v)=>{if(v=v.replace(/([><=]+)\s+/g,"$1"),v.includes("||"))return v.split("||").some(G=>m(b,G));if(v.includes(" - ")){let[G,Q]=v.split(" - ",2);return m(b,`>=${G} <=${Q}`)}else if(v.includes(" "))return v.trim().replace(/\s{2,}/g," ").split(" ").every(G=>m(b,G));let A=v.match(/^([<>=~^]+)/),T=A?A[1]:"=";if(T!=="^"&&T!=="~")return p(b,v,T);let[P,R,x,,q]=n(b),[K,B,W,,fe]=n(v),H=[P,R,x],E=[K,B??"x",W??"x"];if(fe&&(!q||l(H,E)!==0||l(q.split("."),fe.split("."))===-1))return!1;let j=E.findIndex(G=>G!=="0")+1,O=T==="~"?2:j>1?j:1;return!(l(H.slice(0,O),E.slice(0,O))!==0||l(H.slice(O),E.slice(O))===-1)},"satisfies"),y=i(b=>typeof b=="string"&&/^[v\d]/.test(b)&&e.test(b),"validate"),w=i(b=>typeof b=="string"&&/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/.test(b),"validateStrict");t.compare=p,t.compareVersions=c,t.satisfies=m,t.validate=y,t.validateStrict=w}))});var Lu=M((sl,ll)=>{(function(t,e,n){typeof sl=="object"?(ll.exports=n(),ll.exports.default=n()):typeof define=="function"&&define.amd?define(n):e[t]=n()})("slugify",sl,function(){var t=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E'","\u0538":"Y'","\u0539":"T'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C'","\u053F":"K","\u0540":"H","\u0541":"D'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P'","\u0554":"Q'","\u0555":"O''","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"'","\u2019":"'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}`),e=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function n(a,r){if(typeof a!="string")throw new Error("slugify: string argument expected");r=typeof r=="string"?{replacement:r}:r||{};var o=e[r.locale]||{},s=r.replacement===void 0?"-":r.replacement,l=r.trim===void 0?!0:r.trim,c=a.normalize().split("").reduce(function(p,d){var u=o[d];return u===void 0&&(u=t[d]),u===void 0&&(u=d),u===s&&(u=" "),p+u.replace(r.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return r.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),l&&(c=c.trim()),c=c.replace(/\s+/g,s),r.lower&&(c=c.toLowerCase()),c}return i(n,"replace"),n.extend=function(a){Object.assign(t,a)},n})});var Ea=M((FD,Um)=>{"use strict";var oA="2.0.0",sA=Number.MAX_SAFE_INTEGER||9007199254740991,lA=16,cA=250,pA=["major","premajor","minor","preminor","patch","prepatch","prerelease"];Um.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:lA,MAX_SAFE_BUILD_LENGTH:cA,MAX_SAFE_INTEGER:sA,RELEASE_TYPES:pA,SEMVER_SPEC_VERSION:oA,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Fa=M((zD,Vm)=>{"use strict";var dA=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};Vm.exports=dA});var Wn=M((xt,_m)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:bl,MAX_SAFE_BUILD_LENGTH:uA,MAX_LENGTH:mA}=Ea(),hA=Fa();xt=_m.exports={};var gA=xt.re=[],fA=xt.safeRe=[],F=xt.src=[],kA=xt.safeSrc=[],z=xt.t={},yA=0,Al="[a-zA-Z0-9-]",vA=[["\\s",1],["\\d",mA],[Al,uA]],bA=i(t=>{for(let[e,n]of vA)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t},"makeSafeRegex"),$=i((t,e,n)=>{let a=bA(e),r=yA++;hA(t,r,e),z[t]=r,F[r]=e,kA[r]=a,gA[r]=new RegExp(e,n?"g":void 0),fA[r]=new RegExp(a,n?"g":void 0)},"createToken");$("NUMERICIDENTIFIER","0|[1-9]\\d*");$("NUMERICIDENTIFIERLOOSE","\\d+");$("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Al}*`);$("MAINVERSION",`(${F[z.NUMERICIDENTIFIER]})\\.(${F[z.NUMERICIDENTIFIER]})\\.(${F[z.NUMERICIDENTIFIER]})`);$("MAINVERSIONLOOSE",`(${F[z.NUMERICIDENTIFIERLOOSE]})\\.(${F[z.NUMERICIDENTIFIERLOOSE]})\\.(${F[z.NUMERICIDENTIFIERLOOSE]})`);$("PRERELEASEIDENTIFIER",`(?:${F[z.NONNUMERICIDENTIFIER]}|${F[z.NUMERICIDENTIFIER]})`);$("PRERELEASEIDENTIFIERLOOSE",`(?:${F[z.NONNUMERICIDENTIFIER]}|${F[z.NUMERICIDENTIFIERLOOSE]})`);$("PRERELEASE",`(?:-(${F[z.PRERELEASEIDENTIFIER]}(?:\\.${F[z.PRERELEASEIDENTIFIER]})*))`);$("PRERELEASELOOSE",`(?:-?(${F[z.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${F[z.PRERELEASEIDENTIFIERLOOSE]})*))`);$("BUILDIDENTIFIER",`${Al}+`);$("BUILD",`(?:\\+(${F[z.BUILDIDENTIFIER]}(?:\\.${F[z.BUILDIDENTIFIER]})*))`);$("FULLPLAIN",`v?${F[z.MAINVERSION]}${F[z.PRERELEASE]}?${F[z.BUILD]}?`);$("FULL",`^${F[z.FULLPLAIN]}$`);$("LOOSEPLAIN",`[v=\\s]*${F[z.MAINVERSIONLOOSE]}${F[z.PRERELEASELOOSE]}?${F[z.BUILD]}?`);$("LOOSE",`^${F[z.LOOSEPLAIN]}$`);$("GTLT","((?:<|>)?=?)");$("XRANGEIDENTIFIERLOOSE",`${F[z.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);$("XRANGEIDENTIFIER",`${F[z.NUMERICIDENTIFIER]}|x|X|\\*`);$("XRANGEPLAIN",`[v=\\s]*(${F[z.XRANGEIDENTIFIER]})(?:\\.(${F[z.XRANGEIDENTIFIER]})(?:\\.(${F[z.XRANGEIDENTIFIER]})(?:${F[z.PRERELEASE]})?${F[z.BUILD]}?)?)?`);$("XRANGEPLAINLOOSE",`[v=\\s]*(${F[z.XRANGEIDENTIFIERLOOSE]})(?:\\.(${F[z.XRANGEIDENTIFIERLOOSE]})(?:\\.(${F[z.XRANGEIDENTIFIERLOOSE]})(?:${F[z.PRERELEASELOOSE]})?${F[z.BUILD]}?)?)?`);$("XRANGE",`^${F[z.GTLT]}\\s*${F[z.XRANGEPLAIN]}$`);$("XRANGELOOSE",`^${F[z.GTLT]}\\s*${F[z.XRANGEPLAINLOOSE]}$`);$("COERCEPLAIN",`(^|[^\\d])(\\d{1,${bl}})(?:\\.(\\d{1,${bl}}))?(?:\\.(\\d{1,${bl}}))?`);$("COERCE",`${F[z.COERCEPLAIN]}(?:$|[^\\d])`);$("COERCEFULL",F[z.COERCEPLAIN]+`(?:${F[z.PRERELEASE]})?(?:${F[z.BUILD]})?(?:$|[^\\d])`);$("COERCERTL",F[z.COERCE],!0);$("COERCERTLFULL",F[z.COERCEFULL],!0);$("LONETILDE","(?:~>?)");$("TILDETRIM",`(\\s*)${F[z.LONETILDE]}\\s+`,!0);xt.tildeTrimReplace="$1~";$("TILDE",`^${F[z.LONETILDE]}${F[z.XRANGEPLAIN]}$`);$("TILDELOOSE",`^${F[z.LONETILDE]}${F[z.XRANGEPLAINLOOSE]}$`);$("LONECARET","(?:\\^)");$("CARETTRIM",`(\\s*)${F[z.LONECARET]}\\s+`,!0);xt.caretTrimReplace="$1^";$("CARET",`^${F[z.LONECARET]}${F[z.XRANGEPLAIN]}$`);$("CARETLOOSE",`^${F[z.LONECARET]}${F[z.XRANGEPLAINLOOSE]}$`);$("COMPARATORLOOSE",`^${F[z.GTLT]}\\s*(${F[z.LOOSEPLAIN]})$|^$`);$("COMPARATOR",`^${F[z.GTLT]}\\s*(${F[z.FULLPLAIN]})$|^$`);$("COMPARATORTRIM",`(\\s*)${F[z.GTLT]}\\s*(${F[z.LOOSEPLAIN]}|${F[z.XRANGEPLAIN]})`,!0);xt.comparatorTrimReplace="$1$2$3";$("HYPHENRANGE",`^\\s*(${F[z.XRANGEPLAIN]})\\s+-\\s+(${F[z.XRANGEPLAIN]})\\s*$`);$("HYPHENRANGELOOSE",`^\\s*(${F[z.XRANGEPLAINLOOSE]})\\s+-\\s+(${F[z.XRANGEPLAINLOOSE]})\\s*$`);$("STAR","(<|>)?=?\\s*\\*");$("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");$("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var hi=M((ND,$m)=>{"use strict";var AA=Object.freeze({loose:!0}),wA=Object.freeze({}),xA=i(t=>t?typeof t!="object"?AA:t:wA,"parseOptions");$m.exports=xA});var wl=M((RD,Wm)=>{"use strict";var qm=/^[0-9]+$/,Gm=i((t,e)=>{if(typeof t=="number"&&typeof e=="number")return t===e?0:t<e?-1:1;let n=qm.test(t),a=qm.test(e);return n&&a&&(t=+t,e=+e),t===e?0:n&&!a?-1:a&&!n?1:t<e?-1:1},"compareIdentifiers"),CA=i((t,e)=>Gm(e,t),"rcompareIdentifiers");Wm.exports={compareIdentifiers:Gm,rcompareIdentifiers:CA}});var Pe=M((LD,Hm)=>{"use strict";var gi=Fa(),{MAX_LENGTH:Jm,MAX_SAFE_INTEGER:fi}=Ea(),{safeRe:ki,t:yi}=Wn(),TA=hi(),{compareIdentifiers:xl}=wl(),Cl=class t{static{i(this,"SemVer")}constructor(e,n){if(n=TA(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>Jm)throw new TypeError(`version is longer than ${Jm} characters`);gi("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;let a=e.trim().match(n.loose?ki[yi.LOOSE]:ki[yi.FULL]);if(!a)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+a[1],this.minor=+a[2],this.patch=+a[3],this.major>fi||this.major<0)throw new TypeError("Invalid major version");if(this.minor>fi||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>fi||this.patch<0)throw new TypeError("Invalid patch version");a[4]?this.prerelease=a[4].split(".").map(r=>{if(/^[0-9]+$/.test(r)){let o=+r;if(o>=0&&o<fi)return o}return r}):this.prerelease=[],this.build=a[5]?a[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(gi("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if(typeof e=="string"&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof t||(e=new t(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{let a=this.prerelease[n],r=e.prerelease[n];if(gi("prerelease compare",n,a,r),a===void 0&&r===void 0)return 0;if(r===void 0)return 1;if(a===void 0)return-1;if(a===r)continue;return xl(a,r)}while(++n)}compareBuild(e){e instanceof t||(e=new t(e,this.options));let n=0;do{let a=this.build[n],r=e.build[n];if(gi("build compare",n,a,r),a===void 0&&r===void 0)return 0;if(r===void 0)return 1;if(a===void 0)return-1;if(a===r)continue;return xl(a,r)}while(++n)}inc(e,n,a){if(e.startsWith("pre")){if(!n&&a===!1)throw new Error("invalid increment argument: identifier is empty");if(n){let r=`-${n}`.match(this.options.loose?ki[yi.PRERELEASELOOSE]:ki[yi.PRERELEASE]);if(!r||r[1]!==n)throw new Error(`invalid identifier: ${n}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,a);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,a);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,a),this.inc("pre",n,a);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,a),this.inc("pre",n,a);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{let r=Number(a)?1:0;if(this.prerelease.length===0)this.prerelease=[r];else{let o=this.prerelease.length;for(;--o>=0;)typeof this.prerelease[o]=="number"&&(this.prerelease[o]++,o=-2);if(o===-1){if(n===this.prerelease.join(".")&&a===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(r)}}if(n){let o=[n,r];a===!1&&(o=[n]),xl(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=o):this.prerelease=o}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};Hm.exports=Cl});var hn=M((DD,Ym)=>{"use strict";var Km=Pe(),SA=i((t,e,n=!1)=>{if(t instanceof Km)return t;try{return new Km(t,e)}catch(a){if(!n)return null;throw a}},"parse");Ym.exports=SA});var Xm=M((UD,Qm)=>{"use strict";var PA=hn(),EA=i((t,e)=>{let n=PA(t,e);return n?n.version:null},"valid");Qm.exports=EA});var eh=M((_D,Zm)=>{"use strict";var FA=hn(),zA=i((t,e)=>{let n=FA(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null},"clean");Zm.exports=zA});var ah=M((qD,nh)=>{"use strict";var th=Pe(),IA=i((t,e,n,a,r)=>{typeof n=="string"&&(r=a,a=n,n=void 0);try{return new th(t instanceof th?t.version:t,n).inc(e,a,r).version}catch{return null}},"inc");nh.exports=IA});var oh=M((WD,ih)=>{"use strict";var rh=hn(),NA=i((t,e)=>{let n=rh(t,null,!0),a=rh(e,null,!0),r=n.compare(a);if(r===0)return null;let o=r>0,s=o?n:a,l=o?a:n,c=!!s.prerelease.length;if(!!l.prerelease.length&&!c){if(!l.patch&&!l.minor)return"major";if(l.compareMain(s)===0)return l.minor&&!l.patch?"minor":"patch"}let d=c?"pre":"";return n.major!==a.major?d+"major":n.minor!==a.minor?d+"minor":n.patch!==a.patch?d+"patch":"prerelease"},"diff");ih.exports=NA});var lh=M((HD,sh)=>{"use strict";var MA=Pe(),RA=i((t,e)=>new MA(t,e).major,"major");sh.exports=RA});var ph=M((YD,ch)=>{"use strict";var jA=Pe(),LA=i((t,e)=>new jA(t,e).minor,"minor");ch.exports=LA});var uh=M((XD,dh)=>{"use strict";var OA=Pe(),DA=i((t,e)=>new OA(t,e).patch,"patch");dh.exports=DA});var hh=M((eB,mh)=>{"use strict";var BA=hn(),UA=i((t,e)=>{let n=BA(t,e);return n&&n.prerelease.length?n.prerelease:null},"prerelease");mh.exports=UA});var rt=M((nB,fh)=>{"use strict";var gh=Pe(),VA=i((t,e,n)=>new gh(t,n).compare(new gh(e,n)),"compare");fh.exports=VA});var yh=M((rB,kh)=>{"use strict";var _A=rt(),$A=i((t,e,n)=>_A(e,t,n),"rcompare");kh.exports=$A});var bh=M((oB,vh)=>{"use strict";var qA=rt(),GA=i((t,e)=>qA(t,e,!0),"compareLoose");vh.exports=GA});var vi=M((lB,wh)=>{"use strict";var Ah=Pe(),WA=i((t,e,n)=>{let a=new Ah(t,n),r=new Ah(e,n);return a.compare(r)||a.compareBuild(r)},"compareBuild");wh.exports=WA});var Ch=M((pB,xh)=>{"use strict";var JA=vi(),HA=i((t,e)=>t.sort((n,a)=>JA(n,a,e)),"sort");xh.exports=HA});var Sh=M((uB,Th)=>{"use strict";var KA=vi(),YA=i((t,e)=>t.sort((n,a)=>KA(a,n,e)),"rsort");Th.exports=YA});var za=M((hB,Ph)=>{"use strict";var QA=rt(),XA=i((t,e,n)=>QA(t,e,n)>0,"gt");Ph.exports=XA});var bi=M((fB,Eh)=>{"use strict";var ZA=rt(),ew=i((t,e,n)=>ZA(t,e,n)<0,"lt");Eh.exports=ew});var Tl=M((yB,Fh)=>{"use strict";var tw=rt(),nw=i((t,e,n)=>tw(t,e,n)===0,"eq");Fh.exports=nw});var Sl=M((bB,zh)=>{"use strict";var aw=rt(),rw=i((t,e,n)=>aw(t,e,n)!==0,"neq");zh.exports=rw});var Ai=M((wB,Ih)=>{"use strict";var iw=rt(),ow=i((t,e,n)=>iw(t,e,n)>=0,"gte");Ih.exports=ow});var wi=M((CB,Nh)=>{"use strict";var sw=rt(),lw=i((t,e,n)=>sw(t,e,n)<=0,"lte");Nh.exports=lw});var Pl=M((SB,Mh)=>{"use strict";var cw=Tl(),pw=Sl(),dw=za(),uw=Ai(),mw=bi(),hw=wi(),gw=i((t,e,n,a)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t===n;case"!==":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t!==n;case"":case"=":case"==":return cw(t,n,a);case"!=":return pw(t,n,a);case">":return dw(t,n,a);case">=":return uw(t,n,a);case"<":return mw(t,n,a);case"<=":return hw(t,n,a);default:throw new TypeError(`Invalid operator: ${e}`)}},"cmp");Mh.exports=gw});var jh=M((EB,Rh)=>{"use strict";var fw=Pe(),kw=hn(),{safeRe:xi,t:Ci}=Wn(),yw=i((t,e)=>{if(t instanceof fw)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let n=null;if(!e.rtl)n=t.match(e.includePrerelease?xi[Ci.COERCEFULL]:xi[Ci.COERCE]);else{let c=e.includePrerelease?xi[Ci.COERCERTLFULL]:xi[Ci.COERCERTL],p;for(;(p=c.exec(t))&&(!n||n.index+n[0].length!==t.length);)(!n||p.index+p[0].length!==n.index+n[0].length)&&(n=p),c.lastIndex=p.index+p[1].length+p[2].length;c.lastIndex=-1}if(n===null)return null;let a=n[2],r=n[3]||"0",o=n[4]||"0",s=e.includePrerelease&&n[5]?`-${n[5]}`:"",l=e.includePrerelease&&n[6]?`+${n[6]}`:"";return kw(`${a}.${r}.${o}${s}${l}`,e)},"coerce");Rh.exports=yw});var Oh=M((zB,Lh)=>{"use strict";var El=class{static{i(this,"LRUCache")}constructor(){this.max=1e3,this.map=new Map}get(e){let n=this.map.get(e);if(n!==void 0)return this.map.delete(e),this.map.set(e,n),n}delete(e){return this.map.delete(e)}set(e,n){if(!this.delete(e)&&n!==void 0){if(this.map.size>=this.max){let r=this.map.keys().next().value;this.delete(r)}this.map.set(e,n)}return this}};Lh.exports=El});var it=M((NB,Vh)=>{"use strict";var vw=/\s+/g,Fl=class t{static{i(this,"Range")}constructor(e,n){if(n=Aw(n),e instanceof t)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new t(e.raw,n);if(e instanceof zl)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e.trim().replace(vw," "),this.set=this.raw.split("||").map(a=>this.parseRange(a.trim())).filter(a=>a.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let a=this.set[0];if(this.set=this.set.filter(r=>!Bh(r[0])),this.set.length===0)this.set=[a];else if(this.set.length>1){for(let r of this.set)if(r.length===1&&Ew(r[0])){this.set=[r];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+="||");let n=this.set[e];for(let a=0;a<n.length;a++)a>0&&(this.formatted+=" "),this.formatted+=n[a].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){let a=((this.options.includePrerelease&&Sw)|(this.options.loose&&Pw))+":"+e,r=Dh.get(a);if(r)return r;let o=this.options.loose,s=o?Le[Ee.HYPHENRANGELOOSE]:Le[Ee.HYPHENRANGE];e=e.replace(s,Dw(this.options.includePrerelease)),re("hyphen replace",e),e=e.replace(Le[Ee.COMPARATORTRIM],xw),re("comparator trim",e),e=e.replace(Le[Ee.TILDETRIM],Cw),re("tilde trim",e),e=e.replace(Le[Ee.CARETTRIM],Tw),re("caret trim",e);let l=e.split(" ").map(u=>Fw(u,this.options)).join(" ").split(/\s+/).map(u=>Ow(u,this.options));o&&(l=l.filter(u=>(re("loose invalid filter",u,this.options),!!u.match(Le[Ee.COMPARATORLOOSE])))),re("range list",l);let c=new Map,p=l.map(u=>new zl(u,this.options));for(let u of p){if(Bh(u))return[u];c.set(u.value,u)}c.size>1&&c.has("")&&c.delete("");let d=[...c.values()];return Dh.set(a,d),d}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some(a=>Uh(a,n)&&e.set.some(r=>Uh(r,n)&&a.every(o=>r.every(s=>o.intersects(s,n)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new ww(e,this.options)}catch{return!1}for(let n=0;n<this.set.length;n++)if(Bw(this.set[n],e,this.options))return!0;return!1}};Vh.exports=Fl;var bw=Oh(),Dh=new bw,Aw=hi(),zl=Ia(),re=Fa(),ww=Pe(),{safeRe:Le,t:Ee,comparatorTrimReplace:xw,tildeTrimReplace:Cw,caretTrimReplace:Tw}=Wn(),{FLAG_INCLUDE_PRERELEASE:Sw,FLAG_LOOSE:Pw}=Ea(),Bh=i(t=>t.value==="<0.0.0-0","isNullSet"),Ew=i(t=>t.value==="","isAny"),Uh=i((t,e)=>{let n=!0,a=t.slice(),r=a.pop();for(;n&&a.length;)n=a.every(o=>r.intersects(o,e)),r=a.pop();return n},"isSatisfiable"),Fw=i((t,e)=>(t=t.replace(Le[Ee.BUILD],""),re("comp",t,e),t=Nw(t,e),re("caret",t),t=zw(t,e),re("tildes",t),t=Rw(t,e),re("xrange",t),t=Lw(t,e),re("stars",t),t),"parseComparator"),Oe=i(t=>!t||t.toLowerCase()==="x"||t==="*","isX"),zw=i((t,e)=>t.trim().split(/\s+/).map(n=>Iw(n,e)).join(" "),"replaceTildes"),Iw=i((t,e)=>{let n=e.loose?Le[Ee.TILDELOOSE]:Le[Ee.TILDE];return t.replace(n,(a,r,o,s,l)=>{re("tilde",t,a,r,o,s,l);let c;return Oe(r)?c="":Oe(o)?c=`>=${r}.0.0 <${+r+1}.0.0-0`:Oe(s)?c=`>=${r}.${o}.0 <${r}.${+o+1}.0-0`:l?(re("replaceTilde pr",l),c=`>=${r}.${o}.${s}-${l} <${r}.${+o+1}.0-0`):c=`>=${r}.${o}.${s} <${r}.${+o+1}.0-0`,re("tilde return",c),c})},"replaceTilde"),Nw=i((t,e)=>t.trim().split(/\s+/).map(n=>Mw(n,e)).join(" "),"replaceCarets"),Mw=i((t,e)=>{re("caret",t,e);let n=e.loose?Le[Ee.CARETLOOSE]:Le[Ee.CARET],a=e.includePrerelease?"-0":"";return t.replace(n,(r,o,s,l,c)=>{re("caret",t,r,o,s,l,c);let p;return Oe(o)?p="":Oe(s)?p=`>=${o}.0.0${a} <${+o+1}.0.0-0`:Oe(l)?o==="0"?p=`>=${o}.${s}.0${a} <${o}.${+s+1}.0-0`:p=`>=${o}.${s}.0${a} <${+o+1}.0.0-0`:c?(re("replaceCaret pr",c),o==="0"?s==="0"?p=`>=${o}.${s}.${l}-${c} <${o}.${s}.${+l+1}-0`:p=`>=${o}.${s}.${l}-${c} <${o}.${+s+1}.0-0`:p=`>=${o}.${s}.${l}-${c} <${+o+1}.0.0-0`):(re("no pr"),o==="0"?s==="0"?p=`>=${o}.${s}.${l}${a} <${o}.${s}.${+l+1}-0`:p=`>=${o}.${s}.${l}${a} <${o}.${+s+1}.0-0`:p=`>=${o}.${s}.${l} <${+o+1}.0.0-0`),re("caret return",p),p})},"replaceCaret"),Rw=i((t,e)=>(re("replaceXRanges",t,e),t.split(/\s+/).map(n=>jw(n,e)).join(" ")),"replaceXRanges"),jw=i((t,e)=>{t=t.trim();let n=e.loose?Le[Ee.XRANGELOOSE]:Le[Ee.XRANGE];return t.replace(n,(a,r,o,s,l,c)=>{re("xRange",t,a,r,o,s,l,c);let p=Oe(o),d=p||Oe(s),u=d||Oe(l),h=u;return r==="="&&h&&(r=""),c=e.includePrerelease?"-0":"",p?r===">"||r==="<"?a="<0.0.0-0":a="*":r&&h?(d&&(s=0),l=0,r===">"?(r=">=",d?(o=+o+1,s=0,l=0):(s=+s+1,l=0)):r==="<="&&(r="<",d?o=+o+1:s=+s+1),r==="<"&&(c="-0"),a=`${r+o}.${s}.${l}${c}`):d?a=`>=${o}.0.0${c} <${+o+1}.0.0-0`:u&&(a=`>=${o}.${s}.0${c} <${o}.${+s+1}.0-0`),re("xRange return",a),a})},"replaceXRange"),Lw=i((t,e)=>(re("replaceStars",t,e),t.trim().replace(Le[Ee.STAR],"")),"replaceStars"),Ow=i((t,e)=>(re("replaceGTE0",t,e),t.trim().replace(Le[e.includePrerelease?Ee.GTE0PRE:Ee.GTE0],"")),"replaceGTE0"),Dw=i(t=>(e,n,a,r,o,s,l,c,p,d,u,h)=>(Oe(a)?n="":Oe(r)?n=`>=${a}.0.0${t?"-0":""}`:Oe(o)?n=`>=${a}.${r}.0${t?"-0":""}`:s?n=`>=${n}`:n=`>=${n}${t?"-0":""}`,Oe(p)?c="":Oe(d)?c=`<${+p+1}.0.0-0`:Oe(u)?c=`<${p}.${+d+1}.0-0`:h?c=`<=${p}.${d}.${u}-${h}`:t?c=`<${p}.${d}.${+u+1}-0`:c=`<=${c}`,`${n} ${c}`.trim()),"hyphenReplace"),Bw=i((t,e,n)=>{for(let a=0;a<t.length;a++)if(!t[a].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(let a=0;a<t.length;a++)if(re(t[a].semver),t[a].semver!==zl.ANY&&t[a].semver.prerelease.length>0){let r=t[a].semver;if(r.major===e.major&&r.minor===e.minor&&r.patch===e.patch)return!0}return!1}return!0},"testSet")});var Ia=M((RB,Jh)=>{"use strict";var Na=Symbol("SemVer ANY"),Ml=class t{static{i(this,"Comparator")}static get ANY(){return Na}constructor(e,n){if(n=_h(n),e instanceof t){if(e.loose===!!n.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),Nl("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===Na?this.value="":this.value=this.operator+this.semver.version,Nl("comp",this)}parse(e){let n=this.options.loose?$h[qh.COMPARATORLOOSE]:$h[qh.COMPARATOR],a=e.match(n);if(!a)throw new TypeError(`Invalid comparator: ${e}`);this.operator=a[1]!==void 0?a[1]:"",this.operator==="="&&(this.operator=""),a[2]?this.semver=new Gh(a[2],this.options.loose):this.semver=Na}toString(){return this.value}test(e){if(Nl("Comparator.test",e,this.options.loose),this.semver===Na||e===Na)return!0;if(typeof e=="string")try{e=new Gh(e,this.options)}catch{return!1}return Il(e,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new Wh(e.value,n).test(this.value):e.operator===""?e.value===""?!0:new Wh(this.value,n).test(e.semver):(n=_h(n),n.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||Il(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||Il(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};Jh.exports=Ml;var _h=hi(),{safeRe:$h,t:qh}=Wn(),Il=Pl(),Nl=Fa(),Gh=Pe(),Wh=it()});var Ma=M((LB,Hh)=>{"use strict";var Uw=it(),Vw=i((t,e,n)=>{try{e=new Uw(e,n)}catch{return!1}return e.test(t)},"satisfies");Hh.exports=Vw});var Yh=M((DB,Kh)=>{"use strict";var _w=it(),$w=i((t,e)=>new _w(t,e).set.map(n=>n.map(a=>a.value).join(" ").trim().split(" ")),"toComparators");Kh.exports=$w});var Xh=M((UB,Qh)=>{"use strict";var qw=Pe(),Gw=it(),Ww=i((t,e,n)=>{let a=null,r=null,o=null;try{o=new Gw(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!a||r.compare(s)===-1)&&(a=s,r=new qw(a,n))}),a},"maxSatisfying");Qh.exports=Ww});var eg=M((_B,Zh)=>{"use strict";var Jw=Pe(),Hw=it(),Kw=i((t,e,n)=>{let a=null,r=null,o=null;try{o=new Hw(e,n)}catch{return null}return t.forEach(s=>{o.test(s)&&(!a||r.compare(s)===1)&&(a=s,r=new Jw(a,n))}),a},"minSatisfying");Zh.exports=Kw});var ag=M((qB,ng)=>{"use strict";var Rl=Pe(),Yw=it(),tg=za(),Qw=i((t,e)=>{t=new Yw(t,e);let n=new Rl("0.0.0");if(t.test(n)||(n=new Rl("0.0.0-0"),t.test(n)))return n;n=null;for(let a=0;a<t.set.length;++a){let r=t.set[a],o=null;r.forEach(s=>{let l=new Rl(s.semver.version);switch(s.operator){case">":l.prerelease.length===0?l.patch++:l.prerelease.push(0),l.raw=l.format();case"":case">=":(!o||tg(l,o))&&(o=l);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${s.operator}`)}}),o&&(!n||tg(n,o))&&(n=o)}return n&&t.test(n)?n:null},"minVersion");ng.exports=Qw});var ig=M((WB,rg)=>{"use strict";var Xw=it(),Zw=i((t,e)=>{try{return new Xw(t,e).range||"*"}catch{return null}},"validRange");rg.exports=Zw});var Ti=M((HB,cg)=>{"use strict";var ex=Pe(),lg=Ia(),{ANY:tx}=lg,nx=it(),ax=Ma(),og=za(),sg=bi(),rx=wi(),ix=Ai(),ox=i((t,e,n,a)=>{t=new ex(t,a),e=new nx(e,a);let r,o,s,l,c;switch(n){case">":r=og,o=rx,s=sg,l=">",c=">=";break;case"<":r=sg,o=ix,s=og,l="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(ax(t,e,a))return!1;for(let p=0;p<e.set.length;++p){let d=e.set[p],u=null,h=null;if(d.forEach(m=>{m.semver===tx&&(m=new lg(">=0.0.0")),u=u||m,h=h||m,r(m.semver,u.semver,a)?u=m:s(m.semver,h.semver,a)&&(h=m)}),u.operator===l||u.operator===c||(!h.operator||h.operator===l)&&o(t,h.semver))return!1;if(h.operator===c&&s(t,h.semver))return!1}return!0},"outside");cg.exports=ox});var dg=M((YB,pg)=>{"use strict";var sx=Ti(),lx=i((t,e,n)=>sx(t,e,">",n),"gtr");pg.exports=lx});var mg=M((XB,ug)=>{"use strict";var cx=Ti(),px=i((t,e,n)=>cx(t,e,"<",n),"ltr");ug.exports=px});var fg=M((e3,gg)=>{"use strict";var hg=it(),dx=i((t,e,n)=>(t=new hg(t,n),e=new hg(e,n),t.intersects(e,n)),"intersects");gg.exports=dx});var yg=M((n3,kg)=>{"use strict";var ux=Ma(),mx=rt();kg.exports=(t,e,n)=>{let a=[],r=null,o=null,s=t.sort((d,u)=>mx(d,u,n));for(let d of s)ux(d,e,n)?(o=d,r||(r=d)):(o&&a.push([r,o]),o=null,r=null);r&&a.push([r,null]);let l=[];for(let[d,u]of a)d===u?l.push(d):!u&&d===s[0]?l.push("*"):u?d===s[0]?l.push(`<=${u}`):l.push(`${d} - ${u}`):l.push(`>=${d}`);let c=l.join(" || "),p=typeof e.raw=="string"?e.raw:String(e);return c.length<p.length?c:e}});var Cg=M((a3,xg)=>{"use strict";var vg=it(),Ll=Ia(),{ANY:jl}=Ll,Ra=Ma(),Ol=rt(),hx=i((t,e,n={})=>{if(t===e)return!0;t=new vg(t,n),e=new vg(e,n);let a=!1;e:for(let r of t.set){for(let o of e.set){let s=fx(r,o,n);if(a=a||s!==null,s)continue e}if(a)return!1}return!0},"subset"),gx=[new Ll(">=0.0.0-0")],bg=[new Ll(">=0.0.0")],fx=i((t,e,n)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===jl){if(e.length===1&&e[0].semver===jl)return!0;n.includePrerelease?t=gx:t=bg}if(e.length===1&&e[0].semver===jl){if(n.includePrerelease)return!0;e=bg}let a=new Set,r,o;for(let m of t)m.operator===">"||m.operator===">="?r=Ag(r,m,n):m.operator==="<"||m.operator==="<="?o=wg(o,m,n):a.add(m.semver);if(a.size>1)return null;let s;if(r&&o){if(s=Ol(r.semver,o.semver,n),s>0)return null;if(s===0&&(r.operator!==">="||o.operator!=="<="))return null}for(let m of a){if(r&&!Ra(m,String(r),n)||o&&!Ra(m,String(o),n))return null;for(let y of e)if(!Ra(m,String(y),n))return!1;return!0}let l,c,p,d,u=o&&!n.includePrerelease&&o.semver.prerelease.length?o.semver:!1,h=r&&!n.includePrerelease&&r.semver.prerelease.length?r.semver:!1;u&&u.prerelease.length===1&&o.operator==="<"&&u.prerelease[0]===0&&(u=!1);for(let m of e){if(d=d||m.operator===">"||m.operator===">=",p=p||m.operator==="<"||m.operator==="<=",r){if(h&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===h.major&&m.semver.minor===h.minor&&m.semver.patch===h.patch&&(h=!1),m.operator===">"||m.operator===">="){if(l=Ag(r,m,n),l===m&&l!==r)return!1}else if(r.operator===">="&&!Ra(r.semver,String(m),n))return!1}if(o){if(u&&m.semver.prerelease&&m.semver.prerelease.length&&m.semver.major===u.major&&m.semver.minor===u.minor&&m.semver.patch===u.patch&&(u=!1),m.operator==="<"||m.operator==="<="){if(c=wg(o,m,n),c===m&&c!==o)return!1}else if(o.operator==="<="&&!Ra(o.semver,String(m),n))return!1}if(!m.operator&&(o||r)&&s!==0)return!1}return!(r&&p&&!o&&s!==0||o&&d&&!r&&s!==0||h||u)},"simpleSubset"),Ag=i((t,e,n)=>{if(!t)return e;let a=Ol(t.semver,e.semver,n);return a>0?t:a<0||e.operator===">"&&t.operator===">="?e:t},"higherGT"),wg=i((t,e,n)=>{if(!t)return e;let a=Ol(t.semver,e.semver,n);return a<0?t:a>0||e.operator==="<"&&t.operator==="<="?e:t},"lowerLT");xg.exports=hx});var Eg=M((i3,Pg)=>{"use strict";var Dl=Wn(),Tg=Ea(),kx=Pe(),Sg=wl(),yx=hn(),vx=Xm(),bx=eh(),Ax=ah(),wx=oh(),xx=lh(),Cx=ph(),Tx=uh(),Sx=hh(),Px=rt(),Ex=yh(),Fx=bh(),zx=vi(),Ix=Ch(),Nx=Sh(),Mx=za(),Rx=bi(),jx=Tl(),Lx=Sl(),Ox=Ai(),Dx=wi(),Bx=Pl(),Ux=jh(),Vx=Ia(),_x=it(),$x=Ma(),qx=Yh(),Gx=Xh(),Wx=eg(),Jx=ag(),Hx=ig(),Kx=Ti(),Yx=dg(),Qx=mg(),Xx=fg(),Zx=yg(),eC=Cg();Pg.exports={parse:yx,valid:vx,clean:bx,inc:Ax,diff:wx,major:xx,minor:Cx,patch:Tx,prerelease:Sx,compare:Px,rcompare:Ex,compareLoose:Fx,compareBuild:zx,sort:Ix,rsort:Nx,gt:Mx,lt:Rx,eq:jx,neq:Lx,gte:Ox,lte:Dx,cmp:Bx,coerce:Ux,Comparator:Vx,Range:_x,satisfies:$x,toComparators:qx,maxSatisfying:Gx,minSatisfying:Wx,minVersion:Jx,validRange:Hx,outside:Kx,gtr:Yx,ltr:Qx,intersects:Xx,simplifyRange:Zx,subset:eC,SemVer:kx,re:Dl.re,src:Dl.src,tokens:Dl.t,SEMVER_SPEC_VERSION:Tg.SEMVER_SPEC_VERSION,RELEASE_TYPES:Tg.RELEASE_TYPES,compareIdentifiers:Sg.compareIdentifiers,rcompareIdentifiers:Sg.rcompareIdentifiers}});var dC={};Ql(dC,{default:()=>pC});module.exports=gf(dC);var ao=require("electron"),He=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function st(){}i(st,"noop");async function pt(){}i(pt,"noopAsync");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Xn=Number.POSITIVE_INFINITY;function Et(...t){let e=t.filter(o=>!!o);if(typeof AbortSignal.any=="function")return AbortSignal.any(e);if(e.length===0)return xe();if(e.length===1&&e[0])return e[0];let n=new AbortController;for(let o of e)if(o.aborted)return o;let a=[];for(let o of e)a.push(ec(o,r));return n.signal;function r(o){for(let s of a)s();n.abort(o.reason)}}i(Et,"abortSignalAny");function xe(){return new AbortController().signal}i(xe,"abortSignalNever");function Zl(t){if(t===Xn)return xe();if(typeof AbortSignal.timeout=="function")return AbortSignal.timeout(t);let e=new AbortController;return window.setTimeout(()=>{e.abort(new Error(`Timed out in ${String(t)} milliseconds`))},t),e.signal}i(Zl,"abortSignalTimeout");function ec(t,e){if(t.aborted)return e(t),st;return t.addEventListener("abort",n,{once:!0}),()=>{t.removeEventListener("abort",n)};function n(a){e(a.target)}i(n,"wrappedCallback")}i(ec,"onAbort");function tc(t,e){return new Promise((n,a)=>{ec(t,()=>{e?a(t.reason):n(t.reason)})})}i(tc,"waitForAbort");var go=Pt(mc(),1);i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Zn(t,e){let n=t.length,a=0;for(let r=0;r<n;r++){if(!Object.hasOwn(t,r))continue;let o=t[r];e(o,r,t)&&(t[a++]=o)}t.length=a}i(Zn,"filterInPlace");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var dt=class{static{i(this,"AsyncEvents")}eventRefsMap=new Map;off(e,n){let a=this.eventRefsMap.get(e);a&&(Zn(a,r=>r.callback!==n),a.length===0&&this.eventRefsMap.delete(e))}offref(e){let n=this.eventRefsMap.get(e.name);n&&(Zn(n,a=>a!==e),n.length===0&&this.eventRefsMap.delete(e.name))}on(e,n,a){let r=this.eventRefsMap.get(e);r||(r=[],this.eventRefsMap.set(e,r));let o={asyncEvents:this,callback:n,name:e,thisArg:a};return r.push(o),o}once(e,n,a){let r=this.on(e,n,a),o=this.on(e,()=>{this.offref(r),this.offref(o)});return r}trigger(e,...n){let a=this.eventRefsMap.get(e)??[];for(let r of a.slice())this.tryTrigger(r,n)}async triggerAsync(e,...n){let a=this.eventRefsMap.get(e)??[];for(let r of a.slice())await this.tryTriggerAsync(r,n)}tryTrigger(e,n){try{e.callback.apply(e.thisArg,n)}catch(a){window.setTimeout(()=>{throw a},0)}}async tryTriggerAsync(e,n){try{await e.callback.call(e.thisArg,...n)}catch(a){window.setTimeout(()=>{throw a},0)}}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var po="asyncError",_a=new dt;_a.on(po,Uf);var $a="An unhandled error occurred executing async operation",gc=" at",lt=class t extends Error{static{i(this,"CustomStackTraceError")}constructor(e,n,a){super(e,{cause:a}),this.name="CustomStackTraceError",Error.captureStackTrace?.(this,t);let r=a,o=new Set;for(;r instanceof t;){if(o.has(r))throw new Error("Circular cause detected");o.add(r),r=r.cause}let s=(this.stack??"").split(`
+`),l=n.split(`
+`);/^\w*Error(?:: |$)/.test(l[0]??"")&&l.splice(0,1),s.splice(1,s.length-1,...l),this.stack=s.join(`
+`)}},An=class t extends Error{static{i(this,"SilentError")}constructor(e){super(e),this.name="SilentError",Error.captureStackTrace?.(this,t)}};function qa(t){_a.trigger(po,t)}i(qa,"emitAsyncErrorEvent");function Ga(t){if(!(t instanceof Error))return String(t);let e=t.stack??`${t.name}: ${t.message}`;if(t.cause!==void 0){let n=Ga(t.cause).split(`
+`);e+=`
+${hc("Caused by:")}`;for(let a of n)a.trim()&&(e+=a.startsWith(gc)?`
+${a}`:`
+${hc(a)}`)}return e}i(Ga,"errorToString");function Ie(t=0){return(new Error().stack??"").split(`
+`).slice(t+2).join(`
+`)}i(Ie,"getStackTrace");function Ft(t,e){e??=globalThis.console,e.error(Ga(t))}i(Ft,"printError");function fc(t){let e=_a.on(po,t);return()=>{_a.offref(e)}}i(fc,"registerAsyncErrorEventHandler");function Qt(t){throw t}i(Qt,"throwExpression");function hc(t){return`${gc} --- ${t} --- (0)`}i(hc,"generateStackTraceLine");function Uf(t){Ft(t)}i(Uf,"handleAsyncError");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var uo="44.2.1",Wa="obsidian-dev-utils",kc=`.obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component pre, .obsidian-dev-utils.code-highlighter-component code {
+ font-family: var(--font-monospace);
+ line-height: var(--line-height-normal);
+ margin: 0;
+}
+.obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component code {
+ font-size: var(--code-size);
+}
+.obsidian-dev-utils.code-highlighter-component textarea {
+ background: transparent;
+ color: transparent;
+ z-index: 2;
+ width: 20em;
+ height: 10em;
+}
+.obsidian-dev-utils.code-highlighter-component pre {
+ position: absolute;
+ pointer-events: none;
+ border: var(--input-border-width) solid transparent;
+ overflow: auto;
+ inset: 0;
+ padding: var(--size-4-1) var(--size-4-2);
+ z-index: 1;
+}
+.obsidian-dev-utils.code-highlighter-component pre::after {
+ content: "";
+ display: block;
+ height: var(--bottom-gap, 0);
+}
+.obsidian-dev-utils.code-highlighter-component pre.is-placeholder {
+ opacity: 0.6;
+}
+.obsidian-dev-utils.code-highlighter-component code {
+ display: block;
+ padding: 0;
+}
+
+.obsidian-dev-utils input[type=url] {
+ height: var(--input-height);
+}
+.obsidian-dev-utils input[type=month],
+.obsidian-dev-utils input[type=tel],
+.obsidian-dev-utils input[type=time],
+.obsidian-dev-utils input[type=url],
+.obsidian-dev-utils input[type=week] {
+ -webkit-app-region: no-drag;
+ background: var(--background-modifier-form-field);
+ border: var(--input-border-width) solid var(--background-modifier-border);
+ color: var(--text-normal);
+ font-family: inherit;
+ padding: var(--size-4-1) var(--size-4-2);
+ font-size: var(--font-ui-small);
+ border-radius: var(--input-radius);
+ outline: none;
+}
+@media (hover: hover) {
+ .obsidian-dev-utils input[type=month]:hover,
+ .obsidian-dev-utils input[type=tel]:hover,
+ .obsidian-dev-utils input[type=time]:hover,
+ .obsidian-dev-utils input[type=url]:hover,
+ .obsidian-dev-utils input[type=week]:hover {
+ border-color: var(--background-modifier-border-hover);
+ transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;
+ }
+}
+.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus,
+.obsidian-dev-utils input[type=tel]:active,
+.obsidian-dev-utils input[type=tel]:focus,
+.obsidian-dev-utils input[type=time]:active,
+.obsidian-dev-utils input[type=time]:focus,
+.obsidian-dev-utils input[type=url]:active,
+.obsidian-dev-utils input[type=url]:focus,
+.obsidian-dev-utils input[type=week]:active,
+.obsidian-dev-utils input[type=week]:focus {
+ border-color: var(--background-modifier-border-focus);
+ transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;
+}
+.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus, .obsidian-dev-utils input[type=month]:focus-visible,
+.obsidian-dev-utils input[type=tel]:active,
+.obsidian-dev-utils input[type=tel]:focus,
+.obsidian-dev-utils input[type=tel]:focus-visible,
+.obsidian-dev-utils input[type=time]:active,
+.obsidian-dev-utils input[type=time]:focus,
+.obsidian-dev-utils input[type=time]:focus-visible,
+.obsidian-dev-utils input[type=url]:active,
+.obsidian-dev-utils input[type=url]:focus,
+.obsidian-dev-utils input[type=url]:focus-visible,
+.obsidian-dev-utils input[type=week]:active,
+.obsidian-dev-utils input[type=week]:focus,
+.obsidian-dev-utils input[type=week]:focus-visible {
+ box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
+}
+.obsidian-dev-utils input[type=month]::placeholder,
+.obsidian-dev-utils input[type=tel]::placeholder,
+.obsidian-dev-utils input[type=time]::placeholder,
+.obsidian-dev-utils input[type=url]::placeholder,
+.obsidian-dev-utils input[type=week]::placeholder {
+ color: var(--text-faint);
+}
+.mod-rtl input[type=month],
+.mod-rtl input[type=time],
+.mod-rtl input[type=week],
+.is-rtl input[type=month],
+.is-rtl input[type=time],
+.is-rtl input[type=week],
+.rtl input[type=month],
+.rtl input[type=time],
+.rtl input[type=week] {
+ direction: rtl;
+}
+.mod-rtl input[type=month]::-webkit-calendar-picker-indicator,
+.mod-rtl input[type=time]::-webkit-calendar-picker-indicator,
+.mod-rtl input[type=week]::-webkit-calendar-picker-indicator,
+.is-rtl input[type=month]::-webkit-calendar-picker-indicator,
+.is-rtl input[type=time]::-webkit-calendar-picker-indicator,
+.is-rtl input[type=week]::-webkit-calendar-picker-indicator,
+.rtl input[type=month]::-webkit-calendar-picker-indicator,
+.rtl input[type=time]::-webkit-calendar-picker-indicator,
+.rtl input[type=week]::-webkit-calendar-picker-indicator {
+ right: var(--size-4-1);
+ left: auto;
+}
+
+.obsidian-dev-utils input[type=month],
+.obsidian-dev-utils input[type=time],
+.obsidian-dev-utils input[type=week] {
+ font-variant-numeric: tabular-nums;
+ position: relative;
+}
+.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-text,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-text,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-text {
+ color: var(--text-faint);
+ padding-inline-end: 0;
+}
+.obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,
+.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
+.obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {
+ position: absolute;
+ left: var(--size-4-1);
+ right: auto;
+ opacity: 0.5;
+}
+.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:focus,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:active,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:focus,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:active,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:focus,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:active,
+.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:focus,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:active,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:focus,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:active,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:focus,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:active,
+.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:focus {
+ background-color: var(--text-selection);
+ color: var(--text-normal);
+ cursor: text;
+}
+.mod-rtl .obsidian-dev-utils input[type=month], .is-rtl .obsidian-dev-utils input[type=month], .rtl .obsidian-dev-utils input[type=month],
+.mod-rtl .obsidian-dev-utils input[type=time],
+.is-rtl .obsidian-dev-utils input[type=time],
+.rtl .obsidian-dev-utils input[type=time],
+.mod-rtl .obsidian-dev-utils input[type=week],
+.is-rtl .obsidian-dev-utils input[type=week],
+.rtl .obsidian-dev-utils input[type=week] {
+ direction: rtl;
+}
+.mod-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .is-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,
+.mod-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
+.is-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
+.rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
+.mod-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,
+.is-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,
+.rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {
+ left: auto;
+ right: var(--size-4-1);
+}
+
+body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=month],
+body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=time],
+body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=week] {
+ padding-inline-start: var(--size-4-6);
+}
+
+.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator {
+ margin-inline-start: 0;
+}
+
+.obsidian-dev-utilsprogress.loop {
+ min-width: 200px;
+}
+
+.obsidian-dev-utils.modal-container .ok-button {
+ margin-right: 10px;
+ margin-top: 20px;
+}
+
+.obsidian-dev-utils .multiple-dropdown-component select,
+.obsidian-dev-utils .multiple-dropdown-component select:focus,
+.obsidian-dev-utils .multiple-dropdown-component .dropdown {
+ height: auto;
+ padding-top: 3px;
+}
+.obsidian-dev-utils .multiple-dropdown-component select option:checked,
+.obsidian-dev-utils .multiple-dropdown-component select:focus option:checked,
+.obsidian-dev-utils .multiple-dropdown-component .dropdown option:checked {
+ background-color: #1967d2;
+ color: #fff;
+}
+
+.obsidian-dev-utils.plugin-settings-tab a:focus {
+ outline: 2px solid var(--link-color);
+}
+
+.obsidian-dev-utils.prompt-modal .text-box {
+ width: 100%;
+}
+
+.obsidian-dev-utils.tri-state-checkbox-component input[type=checkbox]:indeterminate {
+ appearance: checkbox;
+}
+
+.obsidian-dev-utils :invalid {
+ box-shadow: 0 0 0 2px var(--text-error);
+}
+.obsidian-dev-utils input.metadata-input-text:active:invalid, .obsidian-dev-utils input.metadata-input-text:focus-visible:invalid, .obsidian-dev-utils input.metadata-input-text:focus:invalid,
+.obsidian-dev-utils input[type=date]:active:invalid,
+.obsidian-dev-utils input[type=date]:focus-visible:invalid,
+.obsidian-dev-utils input[type=date]:focus:invalid,
+.obsidian-dev-utils input[type=datetime-local]:active:invalid,
+.obsidian-dev-utils input[type=datetime-local]:focus-visible:invalid,
+.obsidian-dev-utils input[type=datetime-local]:focus:invalid,
+.obsidian-dev-utils input[type=email]:active:invalid,
+.obsidian-dev-utils input[type=email]:focus-visible:invalid,
+.obsidian-dev-utils input[type=email]:focus:invalid,
+.obsidian-dev-utils input[type=number]:active:invalid,
+.obsidian-dev-utils input[type=number]:focus-visible:invalid,
+.obsidian-dev-utils input[type=number]:focus:invalid,
+.obsidian-dev-utils input[type=password]:active:invalid,
+.obsidian-dev-utils input[type=password]:focus-visible:invalid,
+.obsidian-dev-utils input[type=password]:focus:invalid,
+.obsidian-dev-utils input[type=search]:active:invalid,
+.obsidian-dev-utils input[type=search]:focus-visible:invalid,
+.obsidian-dev-utils input[type=search]:focus:invalid,
+.obsidian-dev-utils input[type=text]:active:invalid,
+.obsidian-dev-utils input[type=text]:focus-visible:invalid,
+.obsidian-dev-utils input[type=text]:focus:invalid,
+.obsidian-dev-utils textarea:active:invalid,
+.obsidian-dev-utils textarea:focus-visible:invalid,
+.obsidian-dev-utils textarea:focus:invalid {
+ box-shadow: 0 0 0 2px var(--text-error);
+}
+.obsidian-dev-utils.setting-component-wrapper {
+ position: relative;
+ display: inline-flex;
+}
+.obsidian-dev-utils.overlay-validator {
+ caret-color: transparent;
+ cursor: default;
+ position: absolute;
+ background-color: transparent;
+ border: none;
+ outline: none;
+ pointer-events: none;
+ z-index: 9999;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+}
+.obsidian-dev-utils.tooltip.tooltip-validator {
+ position: absolute;
+ top: calc(100% + 8px);
+ width: max-content;
+}
+
+/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../src/styles/code-highlighter-component.scss%22,%22../src/styles/input.scss%22,%22../src/styles/input-time.scss%22,%22../src/styles/loop.scss%22,%22../src/styles/modal-container.scss%22,%22../src/styles/multiple-dropdown-component.scss%22,%22../src/styles/plugin-settings-tab.scss%22,%22../src/styles/prompt-modal.scss%22,%22../src/styles/tri-state-checkbox-component.scss%22,%22../src/styles/validation.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEI;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;;ACzCJ;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;AAAA;AAAA;AAAA;AAAA;IACE;IACA,YACE;;;AAMR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA,YACE;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAGF;AAAA;AAAA;AAAA;AAAA;EACE;;AASE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AC7DV;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;AAGF;AAAA;AAAA;EACE;EACA;EACA;EACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;EACA;;AAIK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGP;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AAKF;AAAA;AAAA;EACE;;;AAMJ;EACE;;;ACjDJ;EACE;;;ACAA;EACE;EACA;;;ACFF;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;;ACRJ;EACE;;;ACDF;EACE;;;ACDF;EACE;;;ACEJ;EAJA;;AAoBI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EApBJ;;AA0BA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA%22,%22file%22:%22styles.css%22,%22sourcesContent%22:%5B%22.obsidian-dev-utils%20%7B%5Cn%20%20&.code-highlighter-component%20%7B%5Cn%20%20%20%20textarea,%20pre,%20code%20%7B%5Cn%20%20%20%20%20%20font-family:%20var(--font-monospace);%5Cn%20%20%20%20%20%20line-height:%20var(--line-height-normal);%5Cn%20%20%20%20%20%20margin:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea,%20code%20%7B%5Cn%20%20%20%20%20%20font-size:%20var(--code-size);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea%20%7B%5Cn%20%20%20%20%20%20background:%20transparent;%5Cn%20%20%20%20%20%20color:%20transparent;%5Cn%20%20%20%20%20%20z-index:%202;%5Cn%20%20%20%20%20%20width:%2020em;%5Cn%20%20%20%20%20%20height:%2010em;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20%20%20border:%20var(--input-border-width)%20solid%20transparent;%5Cn%20%20%20%20%20%20overflow:%20auto;%5Cn%20%20%20%20%20%20inset:%200;%5Cn%20%20%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20%20%20z-index:%201;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre::after%20%7B%5Cn%20%20%20%20%20%20content:%20%5C%22%5C%22;%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20height:%20var(--bottom-gap,%200);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre.is-placeholder%20%7B%5Cn%20%20%20%20%20%20opacity:%200.6;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20code%20%7B%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20padding:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='url'%5D%20%7B%5Cn%20%20%20%20height:%20var(--input-height)%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='tel'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='url'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20-webkit-app-region:%20no-drag;%5Cn%20%20%20%20background:%20var(--background-modifier-form-field);%5Cn%20%20%20%20border:%20var(--input-border-width)%20solid%20var(--background-modifier-border);%5Cn%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20font-family:%20inherit;%5Cn%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20font-size:%20var(--font-ui-small);%5Cn%20%20%20%20border-radius:%20var(--input-radius);%5Cn%20%20%20%20outline:%20none;%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20@media%20(hover:%20hover)%20%7B%5Cn%20%20%20%20%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20border-color:%20var(--background-modifier-border-hover);%5Cn%20%20%20%20%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20border-color:%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus,%5Cn%20%20%20%20&:focus-visible%20%7B%5Cn%20%20%20%20%20%20box-shadow:%200%200%200%202px%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::placeholder%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20@at-root%20%7B%5Cn%20%20%20%20.mod-rtl,%5Cn%20%20%20%20.is-rtl,%5Cn%20%20%20%20.rtl%20%7B%5Cn%20%20%20%20%20%20&%20%7B%5Cn%20%20%20%20%20%20%20%20input%5Btype='month'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='time'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20font-variant-numeric:%20tabular-nums;%5Cn%20%20%20%20position:%20relative;%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-text%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%20%20padding-inline-end:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20left:%20var(--size-4-1);%5Cn%20%20%20%20%20%20right:%20auto;%5Cn%20%20%20%20%20%20opacity:%200.5;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-month-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-day-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-year-field%20%7B%5Cn%20%20%20%20%20%20&:active,%5Cn%20%20%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20var(--text-selection);%5Cn%20%20%20%20%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20%20%20%20%20cursor:%20text;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20.mod-rtl%20&,%5Cn%20%20%20%20%20%20.is-rtl%20&,%5Cn%20%20%20%20%20%20.rtl%20&%20%7B%5Cn%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20body:not(.is-ios):not(.is-android)%20&%20%7B%5Cn%20%20%20%20%20%20%20%20padding-inline-start:%20var(--size-4-6);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='time'%5D%20%7B%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20margin-inline-start:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&progress.loop%20%7B%5Cn%20%20%20%20min-width:%20200px;%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.modal-container%20%7B%5Cn%20%20%20%20.ok-button%20%7B%5Cn%20%20%20%20%20%20margin-right:%2010px;%5Cn%20%20%20%20%20%20margin-top:%2020px;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20.multiple-dropdown-component%20%7B%5Cn%20%20%20%20select,%5Cn%20%20%20%20select:focus,%5Cn%20%20%20%20.dropdown%20%7B%5Cn%20%20%20%20%20%20height:%20auto;%5Cn%20%20%20%20%20%20padding-top:%203px;%5Cn%5Cn%20%20%20%20%20%20option:checked%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20%231967d2;%5Cn%20%20%20%20%20%20%20%20color:%20%23fff;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.plugin-settings-tab%20%7B%5Cn%20%20%20%20a:focus%20%7B%5Cn%20%20%20%20%20%20outline:%202px%20solid%20var(--link-color);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.prompt-modal%20%7B%5Cn%20%20%20%20.text-box%20%7B%5Cn%20%20%20%20%20%20width:%20100%25;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cr%5Cn%20%20&.tri-state-checkbox-component%20%7B%5Cr%5Cn%20%20%20%20input%5Btype='checkbox'%5D:indeterminate%20%7B%5Cr%5Cn%20%20%20%20%20%20appearance:%20checkbox;%5Cr%5Cn%20%20%20%20%7D%5Cr%5Cn%20%20%7D%5Cr%5Cn%7D%5Cr%5Cn%22,%22@mixin%20invalid%20%7B%5Cn%20%20box-shadow:%200%200%200%202px%20var(--text-error);%5Cn%7D%5Cn%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20:invalid%20%7B%5Cn%20%20%20%20@include%20invalid;%5Cn%20%20%7D%5Cn%5Cn%20%20input.metadata-input-text,%5Cn%20%20input%5Btype='date'%5D,%5Cn%20%20input%5Btype='datetime-local'%5D,%5Cn%20%20input%5Btype='email'%5D,%5Cn%20%20input%5Btype='number'%5D,%5Cn%20%20input%5Btype='password'%5D,%5Cn%20%20input%5Btype='search'%5D,%5Cn%20%20input%5Btype='text'%5D,%5Cn%20%20textarea%20%7B%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus-visible,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20&:invalid%20%7B%5Cn%20%20%20%20%20%20%20%20@include%20invalid;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20&.setting-component-wrapper%20%7B%5Cn%20%20%20%20position:%20relative;%5Cn%20%20%20%20display:%20inline-flex;%5Cn%20%20%7D%5Cn%5Cn%20%20&.overlay-validator%20%7B%5Cn%20%20%20%20caret-color:%20transparent;%5Cn%20%20%20%20cursor:%20default;%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20background-color:%20transparent;%5Cn%20%20%20%20border:%20none;%5Cn%20%20%20%20outline:%20none;%5Cn%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20z-index:%209999;%5Cn%20%20%20%20left:%200;%5Cn%20%20%20%20top:%200;%5Cn%20%20%20%20width:%20100%25;%5Cn%20%20%20%20height:%20100%25;%5Cn%20%20%7D%5Cn%5Cn%20%20&.tooltip.tooltip-validator%20%7B%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20top:%20calc(100%25%20+%208px);%5Cn%20%20%20%20width:%20max-content;%5Cn%20%20%7D%5Cn%7D%5Cn%22%5D%7D */
+`;i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var mo=class{static{i(this,"ValueWrapper")}constructor(e){this.value=e}};function Vf(){let t=globalThis.app;if(t)return t;try{return globalThis.require("obsidian/app")}catch{throw new Error("Obsidian App global instance not found")}}i(Vf,"getApp");function Ne(t,e,n){let r=t??_f()??globalThis;return r.obsidianDevUtilsState??={},r.obsidianDevUtilsState[e]??=new mo(n)}i(Ne,"getObsidianDevUtilsState");function _f(){return typeof window>"u"?null:Vf()}i(_f,"getAppOrNull");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ho="__no-plugin-id-initialized__",yc=ho;function Ja(){return yc}i(Ja,"getPluginId");function vc(t){t&&(yc=t)}i(vc,"setPluginId");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var bc=",",Ha="-";function Ac(){return{disable:$f,enable:qf,get:Ya,set:ea}}i(Ac,"getDebugController");function Ka(t,e=0){let n=`${t}:${String(e)}`,a=Ne(null,"debuggers",new Map).value,r=a.get(n);return r||(r=ta()(t),r.log=(o,...s)=>{Gf(t,e,o,...s)},a.set(n,r)),r}i(Ka,"getDebugger");function X(t){let e=Ja(),n=e===ho?"":`${e}:`;return Ka(`${n}${Wa}:${t}`)}i(X,"getLibDebugger");function ut(t,e,n,...a){if(!xc()){t(n,...a);return}t(n,...a,`
+
+---
+Context stack trace:
+`,Cc(e))}i(ut,"printWithStackTrace");function wc(t){let e=ta().enabled(t),n=e?"enabled":"disabled",a=e?"disable":"enable",r=Ya();ea(t),Ka(t)(`Debug messages for plugin ${t} are ${n}. See https://github.com/mnaoumov/obsidian-dev-utils/blob/main/docs/debugging.md how to ${a} them.`),ea(r)}i(wc,"showInitialDebugMessage");function $f(t){let e=new Set(Ya());for(let n of na(t)){if(n.startsWith(Ha))continue;let a=Ha+n;e.has(n)&&e.delete(n),e.add(a)}ea(Array.from(e))}i($f,"disableNamespaces");function qf(t){let e=new Set(Ya());for(let n of na(t)){if(!n.startsWith(Ha)){let a=Ha+n;e.has(a)&&e.delete(a)}e.add(n)}ea(Array.from(e))}i(qf,"enableNamespaces");function Ya(){return na(ta().load()??"")}i(Ya,"getNamespaces");function ta(){return typeof window>"u"?go.default:Ne(null,"debug",go.default).value}i(ta,"getSharedDebugLibInstance");function xc(){return typeof window<"u"}i(xc,"isInObsidian");function Gf(t,e,n,...a){if(!ta().enabled(t))return;if(!xc()){console.debug(n,...a);return}let r=4,o=new Error().stack?.split(`
+`)??[];o.splice(0,r+e),console.debug(n,...a,`
+
+---
+Logger stack trace:
+`,Cc(o.join(`
+`)))}i(Gf,"logWithCaller");function Cc(t){return new lt("Debug mode: intentional placeholder error. See https://github.com/mnaoumov/obsidian-dev-utils/blob/main/docs/debugging.md.",t,void 0)}i(Cc,"makeStackTraceError");function ea(t){ta().enable(na(t).join(bc))}i(ea,"setNamespaces");function na(t){return typeof t=="string"?t.split(bc).filter(Boolean):t.flatMap(na)}i(na,"toArray");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function fo(t,e){e??=Ie(1);try{await t()}catch(n){let a=new lt($a,e,n);if(Wf(a))return;qa(a)}}i(fo,"addErrorHandler");function Me(t,e){return e??=Ie(1),(...n)=>{let a=Ie(1);e=`${e??""}
+ at --- convertAsyncToSync --- (0)
+${a}`,Z(()=>t(...n),e)}}i(Me,"convertAsyncToSync");function Wf(t){let e=t;for(;!(e instanceof An);){if(!(e instanceof Error))return!1;e=e.cause}return X("Async:handleSilentError")(t),!0}i(Wf,"handleSilentError");function Z(t,e){e??=Ie(1),fo(t,e)}i(Z,"invokeAsyncSafely");function Tc(t,e=0,n,a){a??=xe(),a.throwIfAborted(),n??=Ie(1),Z(async()=>{await yo(e,a,!0),await t(a)},n)}i(Tc,"invokeAsyncSafelyAfterDelay");var Jf=new WeakSet;async function Sc(){return new Promise(t=>{requestAnimationFrame(()=>{t()})})}i(Sc,"requestAnimationFrameAsync");async function Qa(t,e,n){let a=X("Async:retryWithTimeout");n??=Ie(1);let o={...{retryDelayInMilliseconds:100,shouldRetryOnError:!1,timeoutInMilliseconds:5e3},...e};o.abortSignal?.throwIfAborted(),await ko(o.timeoutInMilliseconds,async s=>{let l=Et(o.abortSignal,s);l.throwIfAborted();let c=0;for(;!l.aborted;){c++;let p;try{p=await t(l)}catch(d){if(l.aborted||!o.shouldRetryOnError||Jf.has(d))throw new lt("retryWithTimeout failed",n,d);Ft(d),p=!1}if(p){ut(a,n,`Retry completed successfully after ${String(c)} attempts`,{fn:t});return}ut(a,n,`Retry attempt ${String(c)} completed unsuccessfully. Trying again in ${String(o.retryDelayInMilliseconds)} milliseconds`,{fn:t}),await yo(o.retryDelayInMilliseconds,s)}},{retryFn:t},n)}i(Qa,"retryWithTimeout");async function ko(t,e,n,a){a??=Ie(1);let r=performance.now(),o=new AbortController,s=new AbortController,l=null,c=!1,p=!1,d=X("Async:runWithTimeout");if(await Promise.race([u(),h()]),c)return l;throw new lt("Run with timeout failed",a,o.signal.reason);async function u(){try{l=await e(o.signal);let m=performance.now()-r;ut(d,a??"",`Execution time: ${String(m)} milliseconds`,{context:n,fn:e}),c=!0}catch(m){o.abort(m)}finally{p=!0,s.abort(new Error("Completed"))}}async function h(){for(;!p;){if(await yo(t,s.signal),p)return;let m=performance.now()-r;ut(d,a??"",`Timed out after ${String(m)} milliseconds`,{context:n,fn:e});let y=X("Async:runWithTimeout:timeout");if(!y.enabled){o.abort(new Error(`Timed out after ${String(m)} milliseconds`));return}y(`The execution is not terminated because debugger ${y.namespace} is enabled. See https://github.com/mnaoumov/obsidian-dev-utils/blob/main/docs/debugging.md for more information.`)}}}i(ko,"runWithTimeout");async function yo(t,e,n){await tc(Et(e,Zl(t))),n&&e?.throwIfAborted()}i(yo,"sleep");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function vo(t){return await new Promise(e=>{let n=new FileReader;n.addEventListener("loadend",a),n.readAsDataURL(t);function a(){e(n.result)}i(a,"handleLoadEnd")})}i(vo,"blobToDataUrl");async function Pc(t,e){let n=await vo(t);return new Promise(a=>{let r=new Image;r.addEventListener("load",o),r.src=n;function o(){let s=document.createElement("canvas"),l=s.getContext("2d");if(!l)throw new Error("Could not get 2D context.");let c=r.width,p=r.height;s.width=c,s.height=p,l.fillStyle="#fff",l.fillRect(0,0,c,p),l.save();let d=.5;l.translate(c*d,p*d),l.drawImage(r,0,0,c,p,-c*d,-p*d,c,p),l.restore();let u=s.toDataURL("image/jpeg",e),h=Hf(u);a(h)}i(o,"handleLoad")})}i(Pc,"blobToJpegArrayBuffer");function Hf(t){let n=t.split(";base64,")[1];if(!n)throw new Error("Invalid data URL");let a=window.atob(n),r=a.length,o=new Uint8Array(r);for(let s=0;s<r;s++)o[s]=a.charCodeAt(s);return o.buffer}i(Hf,"dataUrlToArrayBuffer");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function aa(t){return t.replaceAll(/[.*+?^${}()|[\]\\]/g,"\\$&")}i(aa,"escapeRegExp");function Ec(t){try{return new RegExp(t),!0}catch{return!1}}i(Ec,"isValidRegExp");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function Xt(t,e,...n){return e??=xe(),e.throwIfAborted(),Kf(t)?await t(e,...n):t}i(Xt,"resolveValue");function Kf(t){return typeof t=="function"}i(Kf,"isFunction");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Yf={"\n":"\\n","\r":"\\r"," ":"\\t","\b":"\\b","\f":"\\f","'":"\\'",'"':'\\"',"\\":"\\\\"};var Qf={};for(let[t,e]of Object.entries(Yf))Qf[e]=t;function Fc(t,e,n,a){return a??=n,t.slice(0,n)+e+t.slice(a)}i(Fc,"insertAt");function ra(t){return ie(t,/\u00A0|\u202F/g," ").normalize("NFC")}i(ra,"normalize");function ie(t,e,n){return typeof n>"u"?t:(e instanceof RegExp&&!e.global&&(e=new RegExp(e.source,`${e.flags}g`)),typeof n=="string"?t.replaceAll(e,n):t.replaceAll(e,(a,...r)=>{let s=typeof r.at(-1)=="object",l=s?r.length-2:r.length-1,c={groups:s?r.at(-1):void 0,missingGroupIndices:[],offset:r.at(l-1),source:r.at(l),substring:a},p=r.slice(0,l-1).map((d,u)=>{if(typeof d=="string")return d;if(typeof d>"u")return c.missingGroupIndices.push(u),"";throw new Error(`Unexpected argument type: ${typeof d}`)});return n(c,...p)??c.substring}))}i(ie,"replaceAll");async function zc(t,e,n,a){if(a??=xe(),a.throwIfAborted(),typeof n=="string")return ie(t,e,n);let r=[];ie(t,e,(s,...l)=>(r.push(()=>Xt(n,a,s,...l)),""));let o=[];for(let s of r)a.throwIfAborted(),o.push(await s());return a.throwIfAborted(),ie(t,e,s=>o.shift()??s.substring)}i(zc,"replaceAllAsync");function mt(t,e,n){if(t.endsWith(e))return t.slice(0,-e.length);if(n)throw new Error(`String ${t} does not end with suffix ${e}`);return t}i(mt,"trimEnd");function wn(t,e,n){if(t.startsWith(e))return t.slice(e.length);if(n)throw new Error(`String ${t} does not start with prefix ${e}`);return t}i(wn,"trimStart");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ic=".",Xf=[{constructor:ArrayBuffer,equalityComparer:ek},{constructor:Date,equalityComparer:tk},{constructor:RegExp,equalityComparer:ak},{constructor:Map,equalityComparer:nk},{constructor:Set,equalityComparer:rk}];function Ye(t,e){if(t===e)return!0;if(typeof t!="object"||typeof e!="object"||t===null||e===null)return!1;let n=t.constructor,a=e.constructor;if(n!==a)return!1;if(n!==Object){let c=ik(t,e);if(c!==void 0)return c}let r=xn(t),o=xn(e);if(r.length!==o.length)return!1;let s=t,l=e;for(let c of r)if(!o.includes(c)||!Ye(s[c],l[c]))return!1;return!0}i(Ye,"deepEqual");function _e(t){return typeof t!="object"||t===null?t:"default"in t?t.default:t}i(_e,"extractDefaultExportInterop");function xn(t){let e=[],n=t;for(;n;){let a=Object.getOwnPropertyDescriptors(n);for(let[r,o]of Object.entries(a)){if(r==="__proto__"||typeof o.value=="function")continue;let s=typeof o.get=="function",l=typeof o.set=="function";if(s||l){s&&l&&e.push(r);continue}o.enumerable&&o.writable&&e.push(r)}n=Object.getPrototypeOf(n)}return e.sort()}i(xn,"getAllKeys");function Lt(t,e){let n=t,a=e.split(Ic);for(let r of a){if(n===void 0)return;n=n[r]}return n}i(Lt,"getNestedPropertyValue");function Ao(t){return t==null?t:Object.getPrototypeOf(t)}i(Ao,"getPrototypeOf");function Nc(t,e){for(let[n,a]of Object.entries(t))a===void 0&&!e?.includes(n)&&delete t[n];return t}i(Nc,"removeUndefinedProperties");function Mc(t,e,n){let a=new Error(`Property path ${e} not found`),r=t,o=e.split(Ic);for(let l of o.slice(0,-1)){if(r===void 0)throw a;r=r[l]}let s=o.at(-1);if(r===void 0||s===void 0)throw a;r[s]=n}i(Mc,"setNestedPropertyValue");function Xa(t,e={}){let n={functionHandlingMode:"exclude",maxDepth:-1,shouldCatchToJSONErrors:!1,shouldHandleCircularReferences:!1,shouldHandleErrors:!1,shouldHandleUndefined:!1,shouldSortKeys:!1,space:2,tokenSubstitutions:{circularReference:bo("CircularReference"),maxDepthLimitReached:bo("MaxDepthLimitReached"),toJSONFailed:bo("ToJSONFailed")}},a={...n,...e,tokenSubstitutions:{...n.tokenSubstitutions,...e.tokenSubstitutions}};a.maxDepth===-1&&(a.maxDepth=1/0);let r=[],s=Za(t,"",0,!0,a,r,new WeakSet),l=JSON.stringify(s,null,a.space)??"";return l=ie(l,/"\[\[(?<Key>[A-Za-z]+)(?<Index>\d*)\]\]"/g,(c,p,d)=>Zf({functionTexts:r,index:d?parseInt(d,10):0,key:p,substitutions:a.tokenSubstitutions})),l}i(Xa,"toJson");function Zf(t){switch(t.key){case"CircularReference":return t.substitutions.circularReference;case"Function":return t.functionTexts[t.index]??Qt(new Error(`Function with index ${String(t.index)} not found`));case"MaxDepthLimitReached":return t.substitutions.maxDepthLimitReached;case"MaxDepthLimitReachedArray":return`Array(${String(t.index)})`;case"ToJSONFailed":return t.substitutions.toJSONFailed;case"Undefined":return"undefined";default:break}}i(Zf,"applySubstitutions");function ek(t,e){if(t.byteLength!==e.byteLength)return!1;let n=new Uint8Array(t),a=new Uint8Array(e);return Ye(n,a)}i(ek,"deepEqualArrayBuffer");function tk(t,e){return t.getTime()===e.getTime()}i(tk,"deepEqualDate");function nk(t,e){if(t.size!==e.size)return!1;for(let[n,a]of t.entries())if(!e.has(n)||!Ye(a,e.get(n)))return!1;return!0}i(nk,"deepEqualMap");function ak(t,e){return t.source===e.source&&t.flags===e.flags}i(ak,"deepEqualRegExp");function rk(t,e){if(t.size!==e.size)return!1;for(let n of t){if(e.has(n))continue;let a=!1;for(let r of e)if(Ye(n,r)){a=!0;break}if(!a)return!1}return!0}i(rk,"deepEqualSet");function ik(t,e){for(let{constructor:n,equalityComparer:a}of Xf)if(t instanceof n&&e instanceof n)return a(t,e)}i(ik,"deepEqualTyped");function ok(t,e,n,a,r,o){return e>a.maxDepth?Cn("MaxDepthLimitReachedArray",t.length):t.map((s,l)=>Za(s,String(l),e+1,n,a,r,o))}i(ok,"handleArray");function sk(t,e,n){if(n.shouldHandleCircularReferences)return Cn("CircularReference");let a=t.constructor.name||"Object";throw new TypeError(`Converting circular structure to JSON
+--> starting at object with constructor '${a}'
+--- property '${e}' closes the circle`)}i(sk,"handleCircularReference");function lk(t,e,n){if(n.functionHandlingMode==="exclude")return;let a=e.length,r=n.functionHandlingMode==="full"?String(t):`function ${t.name||"anonymous"}() { /* ... */ }`;return e.push(r),Cn("Function",a)}i(lk,"handleFunction");function ck(t,e,n,a,r,o,s){if(s.has(t))return sk(t,e,r);if(s.add(t),a){let l=dk(t,e,n,r,o,s);if(l!==void 0)return l}return Array.isArray(t)?ok(t,n,a,r,o,s):n>r.maxDepth?Cn("MaxDepthLimitReached"):t instanceof Error&&r.shouldHandleErrors?Ga(t):pk(t,n,a,r,o,s)}i(ck,"handleObject");function pk(t,e,n,a,r,o){let s=Object.entries(t);return a.shouldSortKeys&&s.sort(([l],[c])=>l.localeCompare(c)),Object.fromEntries(s.map(([l,c])=>[l,Za(c,l,e+1,n,a,r,o)]))}i(pk,"handlePlainObject");function bo(t){return`{ "[[${t}]]": null }`}i(bo,"makeObjectTokenSubstitution");function Cn(t,e){return`[[${t}${e?String(e):""}]]`}i(Cn,"makePlaceholder");function Za(t,e,n,a,r,o,s){return t===void 0?n===0||r.shouldHandleUndefined?Cn("Undefined"):void 0:typeof t=="function"?lk(t,o,r):typeof t!="object"||t===null?t:ck(t,e,n,a,r,o,s)}i(Za,"toPlainObject");function dk(t,e,n,a,r,o){let s=t.toJSON;if(typeof s=="function")try{let l=s.call(t,e);return Za(l,e,n,!1,a,r,o)}catch(l){if(a.shouldCatchToJSONErrors)return Cn("ToJSONFailed");throw l}}i(dk,"tryHandleToJSON");var uk=require("obsidian"),jc=require("obsidian"),Lc=require("obsidian"),bT=require("obsidian"),AT=require("obsidian"),gk=require("obsidian"),fk=require("obsidian"),Dc=require("obsidian");var Rc=class{static{i(this,"CustomArrayDictImpl")}data=new Map;add(t,e){let n=this.get(t);n||(n=[],this.data.set(t,n)),n.includes(e)||n.push(e)}remove(t,e){let n=this.get(t);n&&(n.remove(e),n.length===0&&this.clear(t))}get(t){return this.data.get(t)||null}keys(){return Array.from(this.data.keys())}clear(t){this.data.delete(t)}clearAll(){this.data.clear()}contains(t,e){return!!this.get(t)?.contains(e)}count(){let t=0;for(let e of this.keys())t+=this.get(e)?.length??0;return t}};var Qe={AudioRecorder:"audio-recorder",Backlink:"backlink",Bases:"bases",Bookmarks:"bookmarks",Canvas:"canvas",CommandPalette:"command-palette",DailyNotes:"daily-notes",EditorStatus:"editor-status",FileExplorer:"file-explorer",FileRecovery:"file-recovery",Footnotes:"footnotes",GlobalSearch:"global-search",Graph:"graph",MarkdownImporter:"markdown-importer",NoteComposer:"note-composer",OutgoingLink:"outgoing-link",Outline:"outline",PagePreview:"page-preview",Properties:"properties",Publish:"publish",RandomNote:"random-note",SlashCommand:"slash-command",Slides:"slides",Switcher:"switcher",Sync:"sync",TagPane:"tag-pane",Templates:"templates",Webviewer:"webviewer",WordCount:"word-count",Workspaces:"workspaces",ZkPrefixer:"zk-prefixer"},Zt={AllProperties:"all-properties",Audio:"audio",Backlink:Qe.Backlink,Bases:Qe.Bases,Bookmarks:Qe.Bookmarks,Canvas:Qe.Canvas,Empty:"empty",FileExplorer:Qe.FileExplorer,FileProperties:"file-properties",Graph:Qe.Graph,Image:"image",LocalGraph:"localgraph",Markdown:"markdown",OutgoingLink:Qe.OutgoingLink,Outline:Qe.Outline,Pdf:"pdf",ReleaseNotes:"release-notes",Search:"search",Sync:"sync",Table:"table",Tag:"tag",Video:"video",Webviewer:"webviewer",WebviewerHistory:"webviewer-history"};function mk(){return jc.TFile}i(mk,"getTFileConstructor");function hk(){return Lc.TFolder}i(hk,"getTFolderConstructor");function $e(t){return t.replace(/\/?[^\/]*$/,"")||"/"}i($e,"parentFolderPath");function er(t,e){let n=t.vault.getFolderByPath(e);return n||(n=new(hk())(t.vault,e),n.parent=er(t,$e(e)),n.deleted=!0,n)}i(er,"createTFolderInstance");function Oc(t,e){let n=t.vault.getFileByPath(e);return n||(n=new(mk())(t.vault,e),n.parent=er(t,$e(e)),n.deleted=!0,n)}i(Oc,"createTFileInstance");async function tr(){return await(0,Dc.loadPrism)()}i(tr,"loadPrism");function qe(t){return!!t.position}i(qe,"isReferenceCache");function Ge(t){return!!t.key}i(Ge,"isFrontmatterLinkCache");var wo=Pt(Vc(),1);i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var yk=/[a-zA-Z]:\/[^:]*$/,gt=wo.default.posix,FT=gt.delimiter,zT=wo.default.posix.sep,se=gt.basename,oe=gt.dirname,be=gt.extname,IT=gt.format;var le=gt.join,NT=gt.normalize,MT=gt.parse,Sn=gt.relative;function Xe(t,e){return e?`${t}.${e}`:t}i(Xe,"makeFileName");function _c(...t){let e=gt.resolve(...t);return e=vk(e),yk.exec(e)?.[0]??e}i(_c,"resolve");function vk(t){return ie(t,"\\","/")}i(vk,"toPosixPath");var zt=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var bk="base",nr="canvas",ia="md";function xo(t,e,n){if(Ze(e))return e.extension===n;if(typeof e=="string"){let a=ce(t,e);return a?a.extension===n:be(e).slice(1)===n}return!1}i(xo,"checkExtension");function en(t,e,n){if(e===null)return null;if(qc(e))return t.vault.fileMap[e.path]??e;let a=$c(t,e,n);if(a)return a;let r=Gc(e);return r===e?null:$c(t,r,n)}i(en,"getAbstractFileOrNull");function de(t,e,n,a){let r=ce(t,e,a);if(!r)if(n)r=Oc(t,e);else throw new Error(`File not found: ${e}`);return r}i(de,"getFile");function ce(t,e,n){let a=en(t,e,n);return Ze(a)?a:null}i(ce,"getFileOrNull");function Pn(t,e,n,a){let r=ct(t,e,a);if(!r)if(n)r=er(t,e);else throw new Error(`Folder not found: ${e}`);return r}i(Pn,"getFolder");function ct(t,e,n){let a=en(t,e,n);return Co(a)?a:null}i(ct,"getFolderOrNull");function ae(t,e){if(qc(e))return e.path;let n=en(t,e);return n?n.path:Gc(e)}i(ae,"getPath");function qc(t){return t instanceof zt.TAbstractFile}i(qc,"isAbstractFile");function Ak(t,e){return xo(t,e,bk)}i(Ak,"isBaseFile");function It(t,e){return xo(t,e,nr)}i(It,"isCanvasFile");function Ze(t){return t instanceof zt.TFile}i(Ze,"isFile");function Co(t){return t instanceof zt.TFolder}i(Co,"isFolder");function ft(t,e){return xo(t,e,ia)}i(ft,"isMarkdownFile");function Ot(t,e){return ft(t,e)||It(t,e)||Ak(t,e)}i(Ot,"isNote");function $c(t,e,n){return n?t.vault.getAbstractFileByPathInsensitive(e):t.vault.getAbstractFileByPath(e)}i($c,"getFileInternal");function Gc(t){return(0,zt.normalizePath)(_c("/",t))}i(Gc,"getResolvedPath");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Dt=(t=>(t.DeleteNote="DeleteNote",t.RenameNote="RenameNote",t.Unknown="Unknown",t))(Dt||{}),kt="__DUMMY__";async function To(t){let{app:e,notePathOrFile:n,oldAttachmentPathOrFile:a,shouldSkipDuplicateCheck:r}=t,o=ae(e,a),s=be(o),l=se(o,s),c=ce(e,o),p=e.vault.getAvailablePathForAttachments.extended;return p?p({attachmentFileBaseName:l,attachmentFileContent:c?await e.vault.readBinary(c):void 0,attachmentFileExtension:s.slice(1),attachmentFileStat:c?.stat,context:t.context,notePathOrFile:n,oldAttachmentPathOrFile:t.oldAttachmentPathOrFile,oldNotePathOrFile:t.oldNotePathOrFile,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:!0}):await So({app:e,attachmentFileBaseName:l,attachmentFileExtension:s.slice(1),notePathOrFile:n,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:!0})}i(To,"getAttachmentFilePath");async function En(t,e,n="Unknown"){return $e(await To({app:t,context:n,notePathOrFile:e,oldAttachmentPathOrFile:kt,shouldSkipDuplicateCheck:!0}))}i(En,"getAttachmentFolderPath");async function So(t){let{app:e,attachmentFileExtension:n,notePathOrFile:a,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:o}=t,s=e.vault.getConfig("attachmentFolderPath"),l=s==="."||s==="./",c=s.startsWith("./")?wn(s,"./"):null,p=ce(e,a);l?s=p?p.parent?.path??"":"":c&&(s=(p?p.parent?.getParentPrefix()??"":"")+c),s=ra(Wc(s));let d=ra(Wc(t.attachmentFileBaseName)),u=ct(e,s,!0);!u&&c&&(u=o?Pn(e,s,!0):await e.vault.createFolder(s));let h=u?.getParentPrefix()??"";return r?Xe(h+d,n):e.vault.getAvailablePath(h+d,n)}i(So,"getAvailablePathForAttachments");async function Po(t,e,n="Unknown"){let a=await En(t,e,n),r=await En(t,le(oe(e),`${kt}.${ia}`),n);return a!==r}i(Po,"hasOwnAttachmentFolder");function Wc(t){return t=ie(t,/(?:[\\/])+/g,"/"),t=ie(t,/^\/+|\/+$/g,""),t||"/"}i(Wc,"normalizeSlashes");var D=i(t=>typeof t=="string","isString"),oa=i(()=>{let t,e,n=new Promise((a,r)=>{t=a,e=r});return n.resolve=t,n.reject=e,n},"defer"),Jc=i(t=>t==null?"":""+t,"makeString"),wk=i((t,e,n)=>{t.forEach(a=>{e[a]&&(n[a]=e[a])})},"copy"),xk=/###/g,Hc=i(t=>t&&t.indexOf("###")>-1?t.replace(xk,"."):t,"cleanKey"),Kc=i(t=>!t||D(t),"canNotTraverseDeeper"),sa=i((t,e,n)=>{let a=D(e)?e.split("."):e,r=0;for(;r<a.length-1;){if(Kc(t))return{};let o=Hc(a[r]);!t[o]&&n&&(t[o]=new n),Object.prototype.hasOwnProperty.call(t,o)?t=t[o]:t={},++r}return Kc(t)?{}:{obj:t,k:Hc(a[r])}},"getLastOfPath"),Yc=i((t,e,n)=>{let{obj:a,k:r}=sa(t,e,Object);if(a!==void 0||e.length===1){a[r]=n;return}let o=e[e.length-1],s=e.slice(0,e.length-1),l=sa(t,s,Object);for(;l.obj===void 0&&s.length;)o=`${s[s.length-1]}.${o}`,s=s.slice(0,s.length-1),l=sa(t,s,Object),l?.obj&&typeof l.obj[`${l.k}.${o}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${o}`]=n},"setPath"),Ck=i((t,e,n,a)=>{let{obj:r,k:o}=sa(t,e,Object);r[o]=r[o]||[],r[o].push(n)},"pushPath"),rr=i((t,e)=>{let{obj:n,k:a}=sa(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,a))return n[a]},"getPath"),Tk=i((t,e,n)=>{let a=rr(t,n);return a!==void 0?a:rr(e,n)},"getPathWithDefaults"),rp=i((t,e,n)=>{for(let a in e)a!=="__proto__"&&a!=="constructor"&&(a in t?D(t[a])||t[a]instanceof String||D(e[a])||e[a]instanceof String?n&&(t[a]=e[a]):rp(t[a],e[a],n):t[a]=e[a]);return t},"deepExtend"),Fn=i(t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),"regexEscape"),Sk={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},Pk=i(t=>D(t)?t.replace(/[&<>"'\/]/g,e=>Sk[e]):t,"escape"),zo=class{static{i(this,"RegExpCache")}constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){let n=this.regExpMap.get(e);if(n!==void 0)return n;let a=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,a),this.regExpQueue.push(e),a}},Ek=[" ",",","?","!",";"],Fk=new zo(20),zk=i((t,e,n)=>{e=e||"",n=n||"";let a=Ek.filter(s=>e.indexOf(s)<0&&n.indexOf(s)<0);if(a.length===0)return!0;let r=Fk.getRegExp(`(${a.map(s=>s==="?"?"\\?":s).join("|")})`),o=!r.test(t);if(!o){let s=t.indexOf(n);s>0&&!r.test(t.substring(0,s))&&(o=!0)}return o},"looksLikeObjectPath"),Io=i((t,e,n=".")=>{if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;let a=e.split(n),r=t;for(let o=0;o<a.length;){if(!r||typeof r!="object")return;let s,l="";for(let c=o;c<a.length;++c)if(c!==o&&(l+=n),l+=a[c],s=r[l],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&c<a.length-1)continue;o+=c-o+1;break}r=s}return r},"deepFind"),la=i(t=>t?.replace("_","-"),"getCleanedCode"),Ik={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console?.[t]?.apply?.(console,e)}},No=class t{static{i(this,"Logger")}constructor(e,n={}){this.init(e,n)}init(e,n={}){this.prefix=n.prefix||"i18next:",this.logger=e||Ik,this.options=n,this.debug=n.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,a,r){return r&&!this.debug?null:(D(e[0])&&(e[0]=`${a}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new t(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new t(this.logger,e)}},yt=new No,zn=class{static{i(this,"EventEmitter")}constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(a=>{this.observers[a]||(this.observers[a]=new Map);let r=this.observers[a].get(n)||0;this.observers[a].set(n,r+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}emit(e,...n){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([r,o])=>{for(let s=0;s<o;s++)r(...n)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([r,o])=>{for(let s=0;s<o;s++)r.apply(r,[e,...n])})}},ir=class extends zn{static{i(this,"ResourceStore")}constructor(e,n={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){let n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,a,r={}){let o=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,s=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure,l;e.indexOf(".")>-1?l=e.split("."):(l=[e,n],a&&(Array.isArray(a)?l.push(...a):D(a)&&o?l.push(...a.split(o)):l.push(a)));let c=rr(this.data,l);return!c&&!n&&!a&&e.indexOf(".")>-1&&(e=l[0],n=l[1],a=l.slice(2).join(".")),c||!s||!D(a)?c:Io(this.data?.[e]?.[n],a,o)}addResource(e,n,a,r,o={silent:!1}){let s=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,l=[e,n];a&&(l=l.concat(s?a.split(s):a)),e.indexOf(".")>-1&&(l=e.split("."),r=n,n=l[1]),this.addNamespaces(n),Yc(this.data,l,r),o.silent||this.emit("added",e,n,a,r)}addResources(e,n,a,r={silent:!1}){for(let o in a)(D(a[o])||Array.isArray(a[o]))&&this.addResource(e,n,o,a[o],{silent:!0});r.silent||this.emit("added",e,n,a)}addResourceBundle(e,n,a,r,o,s={silent:!1,skipCopy:!1}){let l=[e,n];e.indexOf(".")>-1&&(l=e.split("."),r=a,a=n,n=l[1]),this.addNamespaces(n);let c=rr(this.data,l)||{};s.skipCopy||(a=JSON.parse(JSON.stringify(a))),r?rp(c,a,o):c={...c,...a},Yc(this.data,l,c),s.silent||this.emit("added",e,n,a)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){let n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}},ip={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,a,r){return t.forEach(o=>{e=this.processors[o]?.process(e,n,a,r)??e}),e}},op=Symbol("i18next/PATH_KEY");function Nk(){let t=[],e=Object.create(null),n;return e.get=(a,r)=>(n?.revoke?.(),r===op?t:(t.push(r),n=Proxy.revocable(a,e),n.proxy)),Proxy.revocable(Object.create(null),e).proxy}i(Nk,"createProxy");function Mo(t,e){let{[op]:n}=t(Nk());return n.join(e?.keySeparator??".")}i(Mo,"keysFromSelector");var Qc={},Eo=i(t=>!D(t)&&typeof t!="boolean"&&typeof t!="number","shouldHandleAsObject"),or=class t extends zn{static{i(this,"Translator")}constructor(e,n={}){super(),wk(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=yt.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e,n={interpolation:{}}){let a={...n};if(e==null)return!1;let r=this.resolve(e,a);if(r?.res===void 0)return!1;let o=Eo(r.res);return!(a.returnObjects===!1&&o)}extractFromKey(e,n){let a=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;a===void 0&&(a=":");let r=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,o=n.ns||this.options.defaultNS||[],s=a&&e.indexOf(a)>-1,l=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!zk(e,a,r);if(s&&!l){let c=e.match(this.interpolator.nestingRegexp);if(c&&c.length>0)return{key:e,namespaces:D(o)?[o]:o};let p=e.split(a);(a!==r||a===r&&this.options.ns.indexOf(p[0])>-1)&&(o=p.shift()),e=p.join(r)}return{key:e,namespaces:D(o)?[o]:o}}translate(e,n,a){let r=typeof n=="object"?{...n}:n;if(typeof r!="object"&&this.options.overloadTranslationOptionHandler&&(r=this.options.overloadTranslationOptionHandler(arguments)),typeof r=="object"&&(r={...r}),r||(r={}),e==null)return"";typeof e=="function"&&(e=Mo(e,{...this.options,...r})),Array.isArray(e)||(e=[String(e)]);let o=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,s=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:l,namespaces:c}=this.extractFromKey(e[e.length-1],r),p=c[c.length-1],d=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;d===void 0&&(d=":");let u=r.lng||this.language,h=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u?.toLowerCase()==="cimode")return h?o?{res:`${p}${d}${l}`,usedKey:l,exactUsedKey:l,usedLng:u,usedNS:p,usedParams:this.getUsedParamsDetails(r)}:`${p}${d}${l}`:o?{res:l,usedKey:l,exactUsedKey:l,usedLng:u,usedNS:p,usedParams:this.getUsedParamsDetails(r)}:l;let m=this.resolve(e,r),y=m?.res,w=m?.usedKey||l,b=m?.exactUsedKey||l,v=["[object Number]","[object Function]","[object RegExp]"],A=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,T=!this.i18nFormat||this.i18nFormat.handleAsObject,P=r.count!==void 0&&!D(r.count),R=t.hasDefaultValue(r),x=P?this.pluralResolver.getSuffix(u,r.count,r):"",q=r.ordinal&&P?this.pluralResolver.getSuffix(u,r.count,{ordinal:!1}):"",K=P&&!r.ordinal&&r.count===0,B=K&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${x}`]||r[`defaultValue${q}`]||r.defaultValue,W=y;T&&!y&&R&&(W=B);let fe=Eo(W),H=Object.prototype.toString.apply(W);if(T&&W&&fe&&v.indexOf(H)<0&&!(D(A)&&Array.isArray(W))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");let E=this.options.returnedObjectHandler?this.options.returnedObjectHandler(w,W,{...r,ns:c}):`key '${l} (${this.language})' returned an object instead of string.`;return o?(m.res=E,m.usedParams=this.getUsedParamsDetails(r),m):E}if(s){let E=Array.isArray(W),j=E?[]:{},O=E?b:w;for(let G in W)if(Object.prototype.hasOwnProperty.call(W,G)){let Q=`${O}${s}${G}`;R&&!y?j[G]=this.translate(Q,{...r,defaultValue:Eo(B)?B[G]:void 0,joinArrays:!1,ns:c}):j[G]=this.translate(Q,{...r,joinArrays:!1,ns:c}),j[G]===Q&&(j[G]=W[G])}y=j}}else if(T&&D(A)&&Array.isArray(y))y=y.join(A),y&&(y=this.extendTranslation(y,e,r,a));else{let E=!1,j=!1;!this.isValidLookup(y)&&R&&(E=!0,y=B),this.isValidLookup(y)||(j=!0,y=l);let G=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&j?void 0:y,Q=R&&B!==y&&this.options.updateMissing;if(j||E||Q){if(this.logger.log(Q?"updateKey":"missingKey",u,p,l,Q?B:y),s){let ne=this.resolve(l,{...r,keySeparator:!1});ne&&ne.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let ke=[],ze=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&ze&&ze[0])for(let ne=0;ne<ze.length;ne++)ke.push(ze[ne]);else this.options.saveMissingTo==="all"?ke=this.languageUtils.toResolveHierarchy(r.lng||this.language):ke.push(r.lng||this.language);let f=i((ne,ye,k)=>{let we=R&&k!==y?k:G;this.options.missingKeyHandler?this.options.missingKeyHandler(ne,p,ye,we,Q,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(ne,p,ye,we,Q,r),this.emit("missingKey",ne,p,ye,y)},"send");this.options.saveMissing&&(this.options.saveMissingPlurals&&P?ke.forEach(ne=>{let ye=this.pluralResolver.getSuffixes(ne,r);K&&r[`defaultValue${this.options.pluralSeparator}zero`]&&ye.indexOf(`${this.options.pluralSeparator}zero`)<0&&ye.push(`${this.options.pluralSeparator}zero`),ye.forEach(k=>{f([ne],l+k,r[`defaultValue${k}`]||B)})}):f(ke,l,B))}y=this.extendTranslation(y,e,r,m,a),j&&y===l&&this.options.appendNamespaceToMissingKey&&(y=`${p}${d}${l}`),(j||E)&&this.options.parseMissingKeyHandler&&(y=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${p}${d}${l}`:l,E?y:void 0,r))}return o?(m.res=y,m.usedParams=this.getUsedParamsDetails(r),m):y}extendTranslation(e,n,a,r,o){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...a},a.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!a.skipInterpolation){a.interpolation&&this.interpolator.init({...a,interpolation:{...this.options.interpolation,...a.interpolation}});let c=D(e)&&(a?.interpolation?.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),p;if(c){let u=e.match(this.interpolator.nestingRegexp);p=u&&u.length}let d=a.replace&&!D(a.replace)?a.replace:a;if(this.options.interpolation.defaultVariables&&(d={...this.options.interpolation.defaultVariables,...d}),e=this.interpolator.interpolate(e,d,a.lng||this.language||r.usedLng,a),c){let u=e.match(this.interpolator.nestingRegexp),h=u&&u.length;p<h&&(a.nest=!1)}!a.lng&&r&&r.res&&(a.lng=this.language||r.usedLng),a.nest!==!1&&(e=this.interpolator.nest(e,(...u)=>o?.[0]===u[0]&&!a.context?(this.logger.warn(`It seems you are nesting recursively key: ${u[0]} in key: ${n[0]}`),null):this.translate(...u,n),a)),a.interpolation&&this.interpolator.reset()}let s=a.postProcess||this.options.postProcess,l=D(s)?[s]:s;return e!=null&&l?.length&&a.applyPostProcessor!==!1&&(e=ip.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(a)},...a}:a,this)),e}resolve(e,n={}){let a,r,o,s,l;return D(e)&&(e=[e]),e.forEach(c=>{if(this.isValidLookup(a))return;let p=this.extractFromKey(c,n),d=p.key;r=d;let u=p.namespaces;this.options.fallbackNS&&(u=u.concat(this.options.fallbackNS));let h=n.count!==void 0&&!D(n.count),m=h&&!n.ordinal&&n.count===0,y=n.context!==void 0&&(D(n.context)||typeof n.context=="number")&&n.context!=="",w=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);u.forEach(b=>{this.isValidLookup(a)||(l=b,!Qc[`${w[0]}-${b}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(l)&&(Qc[`${w[0]}-${b}`]=!0,this.logger.warn(`key "${r}" for languages "${w.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),w.forEach(v=>{if(this.isValidLookup(a))return;s=v;let A=[d];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(A,d,v,b,n);else{let P;h&&(P=this.pluralResolver.getSuffix(v,n.count,n));let R=`${this.options.pluralSeparator}zero`,x=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(h&&(n.ordinal&&P.indexOf(x)===0&&A.push(d+P.replace(x,this.options.pluralSeparator)),A.push(d+P),m&&A.push(d+R)),y){let q=`${d}${this.options.contextSeparator||"_"}${n.context}`;A.push(q),h&&(n.ordinal&&P.indexOf(x)===0&&A.push(q+P.replace(x,this.options.pluralSeparator)),A.push(q+P),m&&A.push(q+R))}}let T;for(;T=A.pop();)this.isValidLookup(a)||(o=T,a=this.getResource(v,b,T,n))}))})}),{res:a,usedKey:r,exactUsedKey:o,usedLng:s,usedNS:l}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,a,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,n,a,r):this.resourceStore.getResource(e,n,a,r)}getUsedParamsDetails(e={}){let n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],a=e.replace&&!D(e.replace),r=a?e.replace:e;if(a&&typeof e.count<"u"&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!a){r={...r};for(let o of n)delete r[o]}return r}static hasDefaultValue(e){let n="defaultValue";for(let a in e)if(Object.prototype.hasOwnProperty.call(e,a)&&n===a.substring(0,n.length)&&e[a]!==void 0)return!0;return!1}},sr=class{static{i(this,"LanguageUtil")}constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=yt.create("languageUtils")}getScriptPartFromCode(e){if(e=la(e),!e||e.indexOf("-")<0)return null;let n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=la(e),!e||e.indexOf("-")<0)return e;let n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(D(e)&&e.indexOf("-")>-1){let n;try{n=Intl.getCanonicalLocales(e)[0]}catch{}return n&&this.options.lowerCaseLng&&(n=n.toLowerCase()),n||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(a=>{if(n)return;let r=this.formatLanguageCode(a);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&e.forEach(a=>{if(n)return;let r=this.getScriptPartFromCode(a);if(this.isSupportedCode(r))return n=r;let o=this.getLanguagePartFromCode(a);if(this.isSupportedCode(o))return n=o;n=this.options.supportedLngs.find(s=>{if(s===o)return s;if(!(s.indexOf("-")<0&&o.indexOf("-")<0)&&(s.indexOf("-")>0&&o.indexOf("-")<0&&s.substring(0,s.indexOf("-"))===o||s.indexOf(o)===0&&o.length>1))return s})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),D(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let a=e[n];return a||(a=e[this.getScriptPartFromCode(n)]),a||(a=e[this.formatLanguageCode(n)]),a||(a=e[this.getLanguagePartFromCode(n)]),a||(a=e.default),a||[]}toResolveHierarchy(e,n){let a=this.getFallbackCodes((n===!1?[]:n)||this.options.fallbackLng||[],e),r=[],o=i(s=>{s&&(this.isSupportedCode(s)?r.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))},"addCode");return D(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&o(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&o(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&o(this.getLanguagePartFromCode(e))):D(e)&&o(this.formatLanguageCode(e)),a.forEach(s=>{r.indexOf(s)<0&&o(this.formatLanguageCode(s))}),r}},Xc={zero:0,one:1,two:2,few:3,many:4,other:5},Zc={select:i(t=>t===1?"one":"other","select"),resolvedOptions:i(()=>({pluralCategories:["one","other"]}),"resolvedOptions")},Ro=class{static{i(this,"PluralResolver")}constructor(e,n={}){this.languageUtils=e,this.options=n,this.logger=yt.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,n){this.rules[e]=n}clearCache(){this.pluralRulesCache={}}getRule(e,n={}){let a=la(e==="dev"?"en":e),r=n.ordinal?"ordinal":"cardinal",o=JSON.stringify({cleanedCode:a,type:r});if(o in this.pluralRulesCache)return this.pluralRulesCache[o];let s;try{s=new Intl.PluralRules(a,{type:r})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),Zc;if(!e.match(/-|_/))return Zc;let c=this.languageUtils.getLanguagePartFromCode(e);s=this.getRule(c,n)}return this.pluralRulesCache[o]=s,s}needsPlural(e,n={}){let a=this.getRule(e,n);return a||(a=this.getRule("dev",n)),a?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,n,a={}){return this.getSuffixes(e,a).map(r=>`${n}${r}`)}getSuffixes(e,n={}){let a=this.getRule(e,n);return a||(a=this.getRule("dev",n)),a?a.resolvedOptions().pluralCategories.sort((r,o)=>Xc[r]-Xc[o]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(e,n,a={}){let r=this.getRule(e,a);return r?`${this.options.prepend}${a.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,a))}},ep=i((t,e,n,a=".",r=!0)=>{let o=Tk(t,e,n);return!o&&r&&D(n)&&(o=Io(t,n,a),o===void 0&&(o=Io(e,n,a))),o},"deepFindWithDefaults"),Fo=i(t=>t.replace(/\$/g,"$$$$"),"regexSafe"),jo=class{static{i(this,"Interpolator")}constructor(e={}){this.logger=yt.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(n=>n),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});let{escape:n,escapeValue:a,useRawValueToEscape:r,prefix:o,prefixEscaped:s,suffix:l,suffixEscaped:c,formatSeparator:p,unescapeSuffix:d,unescapePrefix:u,nestingPrefix:h,nestingPrefixEscaped:m,nestingSuffix:y,nestingSuffixEscaped:w,nestingOptionsSeparator:b,maxReplaces:v,alwaysFormat:A}=e.interpolation;this.escape=n!==void 0?n:Pk,this.escapeValue=a!==void 0?a:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=o?Fn(o):s||"{{",this.suffix=l?Fn(l):c||"}}",this.formatSeparator=p||",",this.unescapePrefix=d?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=h?Fn(h):m||Fn("$t("),this.nestingSuffix=y?Fn(y):w||Fn(")"),this.nestingOptionsSeparator=b||",",this.maxReplaces=v||1e3,this.alwaysFormat=A!==void 0?A:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){let e=i((n,a)=>n?.source===a?(n.lastIndex=0,n):new RegExp(a,"g"),"getOrResetRegExp");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,n,a,r){let o,s,l,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},p=i(m=>{if(m.indexOf(this.formatSeparator)<0){let v=ep(n,c,m,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(v,void 0,a,{...r,...n,interpolationkey:m}):v}let y=m.split(this.formatSeparator),w=y.shift().trim(),b=y.join(this.formatSeparator).trim();return this.format(ep(n,c,w,this.options.keySeparator,this.options.ignoreJSONStructure),b,a,{...r,...n,interpolationkey:w})},"handleFormat");this.resetRegExp();let d=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:i(m=>Fo(m),"safeValue")},{regex:this.regexp,safeValue:i(m=>this.escapeValue?Fo(this.escape(m)):Fo(m),"safeValue")}].forEach(m=>{for(l=0;o=m.regex.exec(e);){let y=o[1].trim();if(s=p(y),s===void 0)if(typeof d=="function"){let b=d(e,o,r);s=D(b)?b:""}else if(r&&Object.prototype.hasOwnProperty.call(r,y))s="";else if(u){s=o[0];continue}else this.logger.warn(`missed to pass in variable ${y} for interpolating ${e}`),s="";else!D(s)&&!this.useRawValueToEscape&&(s=Jc(s));let w=m.safeValue(s);if(e=e.replace(o[0],w),u?(m.regex.lastIndex+=s.length,m.regex.lastIndex-=o[0].length):m.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),e}nest(e,n,a={}){let r,o,s,l=i((c,p)=>{let d=this.nestingOptionsSeparator;if(c.indexOf(d)<0)return c;let u=c.split(new RegExp(`${d}[ ]*{`)),h=`{${u[1]}`;c=u[0],h=this.interpolate(h,s);let m=h.match(/'/g),y=h.match(/"/g);((m?.length??0)%2===0&&!y||y.length%2!==0)&&(h=h.replace(/'/g,'"'));try{s=JSON.parse(h),p&&(s={...p,...s})}catch(w){return this.logger.warn(`failed parsing options string in nesting for key ${c}`,w),`${c}${d}${h}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,c},"handleHasOptions");for(;r=this.nestingRegexp.exec(e);){let c=[];s={...a},s=s.replace&&!D(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let p=/{.*}/.test(r[1])?r[1].lastIndexOf("}")+1:r[1].indexOf(this.formatSeparator);if(p!==-1&&(c=r[1].slice(p).split(this.formatSeparator).map(d=>d.trim()).filter(Boolean),r[1]=r[1].slice(0,p)),o=n(l.call(this,r[1].trim(),s),s),o&&r[0]===e&&!D(o))return o;D(o)||(o=Jc(o)),o||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),o=""),c.length&&(o=c.reduce((d,u)=>this.format(d,u,a.lng,{...a,interpolationkey:r[1].trim()}),o.trim())),e=e.replace(r[0],o),this.regexp.lastIndex=0}return e}},Mk=i(t=>{let e=t.toLowerCase().trim(),n={};if(t.indexOf("(")>-1){let a=t.split("(");e=a[0].toLowerCase().trim();let r=a[1].substring(0,a[1].length-1);e==="currency"&&r.indexOf(":")<0?n.currency||(n.currency=r.trim()):e==="relativetime"&&r.indexOf(":")<0?n.range||(n.range=r.trim()):r.split(";").forEach(s=>{if(s){let[l,...c]=s.split(":"),p=c.join(":").trim().replace(/^'+|'+$/g,""),d=l.trim();n[d]||(n[d]=p),p==="false"&&(n[d]=!1),p==="true"&&(n[d]=!0),isNaN(p)||(n[d]=parseInt(p,10))}})}return{formatName:e,formatOptions:n}},"parseFormatStr"),tp=i(t=>{let e={};return(n,a,r)=>{let o=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(o={...o,[r.interpolationkey]:void 0});let s=a+JSON.stringify(o),l=e[s];return l||(l=t(la(a),r),e[s]=l),l(n)}},"createCachedFormatter"),Rk=i(t=>(e,n,a)=>t(la(n),a)(e),"createNonCachedFormatter"),Lo=class{static{i(this,"Formatter")}constructor(e={}){this.logger=yt.create("formatter"),this.options=e,this.init(e)}init(e,n={interpolation:{}}){this.formatSeparator=n.interpolation.formatSeparator||",";let a=n.cacheInBuiltFormats?tp:Rk;this.formats={number:a((r,o)=>{let s=new Intl.NumberFormat(r,{...o});return l=>s.format(l)}),currency:a((r,o)=>{let s=new Intl.NumberFormat(r,{...o,style:"currency"});return l=>s.format(l)}),datetime:a((r,o)=>{let s=new Intl.DateTimeFormat(r,{...o});return l=>s.format(l)}),relativetime:a((r,o)=>{let s=new Intl.RelativeTimeFormat(r,{...o});return l=>s.format(l,o.range||"day")}),list:a((r,o)=>{let s=new Intl.ListFormat(r,{...o});return l=>s.format(l)})}}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=tp(n)}format(e,n,a,r={}){let o=n.split(this.formatSeparator);if(o.length>1&&o[0].indexOf("(")>1&&o[0].indexOf(")")<0&&o.find(l=>l.indexOf(")")>-1)){let l=o.findIndex(c=>c.indexOf(")")>-1);o[0]=[o[0],...o.splice(1,l)].join(this.formatSeparator)}return o.reduce((l,c)=>{let{formatName:p,formatOptions:d}=Mk(c);if(this.formats[p]){let u=l;try{let h=r?.formatParams?.[r.interpolationkey]||{},m=h.locale||h.lng||r.locale||r.lng||a;u=this.formats[p](l,m,{...d,...r,...h})}catch(h){this.logger.warn(h)}return u}else this.logger.warn(`there was no format function for ${p}`);return l},e)}},jk=i((t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)},"removePending"),Oo=class extends zn{static{i(this,"Connector")}constructor(e,n,a,r={}){super(),this.backend=e,this.store=n,this.services=a,this.languageUtils=a.languageUtils,this.options=r,this.logger=yt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(a,r.backend,r)}queueLoad(e,n,a,r){let o={},s={},l={},c={};return e.forEach(p=>{let d=!0;n.forEach(u=>{let h=`${p}|${u}`;!a.reload&&this.store.hasResourceBundle(p,u)?this.state[h]=2:this.state[h]<0||(this.state[h]===1?s[h]===void 0&&(s[h]=!0):(this.state[h]=1,d=!1,s[h]===void 0&&(s[h]=!0),o[h]===void 0&&(o[h]=!0),c[u]===void 0&&(c[u]=!0)))}),d||(l[p]=!0)}),(Object.keys(o).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(o),pending:Object.keys(s),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(c)}}loaded(e,n,a){let r=e.split("|"),o=r[0],s=r[1];n&&this.emit("failedLoading",o,s,n),!n&&a&&this.store.addResourceBundle(o,s,a,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&a&&(this.state[e]=0);let l={};this.queue.forEach(c=>{Ck(c.loaded,[o],s),jk(c,e),n&&c.errors.push(n),c.pendingCount===0&&!c.done&&(Object.keys(c.loaded).forEach(p=>{l[p]||(l[p]={});let d=c.loaded[p];d.length&&d.forEach(u=>{l[p][u]===void 0&&(l[p][u]=!0)})}),c.done=!0,c.errors.length?c.callback(c.errors):c.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(c=>!c.done)}read(e,n,a,r=0,o=this.retryTimeout,s){if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:a,tried:r,wait:o,callback:s});return}this.readingCalls++;let l=i((p,d)=>{if(this.readingCalls--,this.waitingReads.length>0){let u=this.waitingReads.shift();this.read(u.lng,u.ns,u.fcName,u.tried,u.wait,u.callback)}if(p&&d&&r<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,a,r+1,o*2,s)},o);return}s(p,d)},"resolver"),c=this.backend[a].bind(this.backend);if(c.length===2){try{let p=c(e,n);p&&typeof p.then=="function"?p.then(d=>l(null,d)).catch(l):l(null,p)}catch(p){l(p)}return}return c(e,n,l)}prepareLoading(e,n,a={},r){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();D(e)&&(e=this.languageUtils.toResolveHierarchy(e)),D(n)&&(n=[n]);let o=this.queueLoad(e,n,a,r);if(!o.toLoad.length)return o.pending.length||r(),null;o.toLoad.forEach(s=>{this.loadOne(s)})}load(e,n,a){this.prepareLoading(e,n,{},a)}reload(e,n,a){this.prepareLoading(e,n,{reload:!0},a)}loadOne(e,n=""){let a=e.split("|"),r=a[0],o=a[1];this.read(r,o,"read",void 0,void 0,(s,l)=>{s&&this.logger.warn(`${n}loading namespace ${o} for language ${r} failed`,s),!s&&l&&this.logger.log(`${n}loaded namespace ${o} for language ${r}`,l),this.loaded(e,s,l)})}saveMissing(e,n,a,r,o,s={},l=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${a}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(a==null||a==="")){if(this.backend?.create){let c={...s,isUpdate:o},p=this.backend.create.bind(this.backend);if(p.length<6)try{let d;p.length===5?d=p(e,n,a,r,c):d=p(e,n,a,r),d&&typeof d.then=="function"?d.then(u=>l(null,u)).catch(l):l(null,d)}catch(d){l(d)}else p(e,n,a,r,l,c)}!e||!e[0]||this.store.addResource(e[0],n,a,r)}}},np=i(()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:i(t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),D(t[1])&&(e.defaultValue=t[1]),D(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){let n=t[3]||t[2];Object.keys(n).forEach(a=>{e[a]=n[a]})}return e},"overloadTranslationOptionHandler"),interpolation:{escapeValue:!0,format:i(t=>t,"format"),prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),"get"),ap=i(t=>(D(t.ns)&&(t.ns=[t.ns]),D(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),D(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs?.indexOf?.("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),typeof t.initImmediate=="boolean"&&(t.initAsync=t.initImmediate),t),"transformOptions"),ar=i(()=>{},"noop"),Lk=i(t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})},"bindMemberFunctions"),Do=class t extends zn{static{i(this,"I18n")}constructor(e={},n){if(super(),this.options=ap(e),this.services={},this.logger=yt,this.modules={external:[]},Lk(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(e={},n){this.isInitializing=!0,typeof e=="function"&&(n=e,e={}),e.defaultNS==null&&e.ns&&(D(e.ns)?e.defaultNS=e.ns:e.ns.indexOf("translation")<0&&(e.defaultNS=e.ns[0]));let a=np();this.options={...a,...this.options,...ap(e)},this.options.interpolation={...a.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator);let r=i(p=>p?typeof p=="function"?new p:p:null,"createClassOnDemand");if(!this.options.isClone){this.modules.logger?yt.init(r(this.modules.logger),this.options):yt.init(null,this.options);let p;this.modules.formatter?p=this.modules.formatter:p=Lo;let d=new sr(this.options);this.store=new ir(this.options.resources,this.options);let u=this.services;u.logger=yt,u.resourceStore=this.store,u.languageUtils=d,u.pluralResolver=new Ro(d,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),this.options.interpolation.format&&this.options.interpolation.format!==a.interpolation.format&&this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"),p&&(!this.options.interpolation.format||this.options.interpolation.format===a.interpolation.format)&&(u.formatter=r(p),u.formatter.init&&u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new jo(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new Oo(r(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",(m,...y)=>{this.emit(m,...y)}),this.modules.languageDetector&&(u.languageDetector=r(this.modules.languageDetector),u.languageDetector.init&&u.languageDetector.init(u,this.options.detection,this.options)),this.modules.i18nFormat&&(u.i18nFormat=r(this.modules.i18nFormat),u.i18nFormat.init&&u.i18nFormat.init(this)),this.translator=new or(this.services,this.options),this.translator.on("*",(m,...y)=>{this.emit(m,...y)}),this.modules.external.forEach(m=>{m.init&&m.init(this)})}if(this.format=this.options.interpolation.format,n||(n=ar),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){let p=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);p.length>0&&p[0]!=="dev"&&(this.options.lng=p[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(p=>{this[p]=(...d)=>this.store[p](...d)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(p=>{this[p]=(...d)=>(this.store[p](...d),this)});let l=oa(),c=i(()=>{let p=i((d,u)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(u),n(d,u)},"finish");if(this.languages&&!this.isInitialized)return p(null,this.t.bind(this));this.changeLanguage(this.options.lng,p)},"load");return this.options.resources||!this.options.initAsync?c():setTimeout(c,0),l}loadResources(e,n=ar){let a=n,r=D(e)?e:this.language;if(typeof e=="function"&&(a=e),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return a();let o=[],s=i(l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(p=>{p!=="cimode"&&o.indexOf(p)<0&&o.push(p)})},"append");r?s(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(c=>s(c)),this.options.preload?.forEach?.(l=>s(l)),this.services.backendConnector.load(o,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),a(l)})}else a(null)}reloadResources(e,n,a){let r=oa();return typeof e=="function"&&(a=e,e=void 0),typeof n=="function"&&(a=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),a||(a=ar),this.services.backendConnector.reload(e,n,o=>{r.resolve(),a(o)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&ip.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1)){for(let n=0;n<this.languages.length;n++){let a=this.languages[n];if(!(["cimode","dev"].indexOf(a)>-1)&&this.store.hasLanguageSomeTranslations(a)){this.resolvedLanguage=a;break}}!this.resolvedLanguage&&this.languages.indexOf(e)<0&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,n){this.isLanguageChangingTo=e;let a=oa();this.emit("languageChanging",e);let r=i(l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},"setLngProps"),o=i((l,c)=>{c?this.isLanguageChangingTo===e&&(r(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,a.resolve((...p)=>this.t(...p)),n&&n(l,(...p)=>this.t(...p))},"done"),s=i(l=>{!e&&!l&&this.services.languageDetector&&(l=[]);let c=D(l)?l:l&&l[0],p=this.store.hasLanguageSomeTranslations(c)?c:this.services.languageUtils.getBestMatchFromCodes(D(l)?[l]:l);p&&(this.language||r(p),this.translator.language||this.translator.changeLanguage(p),this.services.languageDetector?.cacheUserLanguage?.(p)),this.loadResources(p,d=>{o(d,p)})},"setLng");return!e&&this.services.languageDetector&&!this.services.languageDetector.async?s(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(s):this.services.languageDetector.detect(s):s(e),a}getFixedT(e,n,a){let r=i((o,s,...l)=>{let c;typeof s!="object"?c=this.options.overloadTranslationOptionHandler([o,s].concat(l)):c={...s},c.lng=c.lng||r.lng,c.lngs=c.lngs||r.lngs,c.ns=c.ns||r.ns,c.keyPrefix!==""&&(c.keyPrefix=c.keyPrefix||a||r.keyPrefix);let p=this.options.keySeparator||".",d;return c.keyPrefix&&Array.isArray(o)?d=o.map(u=>(typeof u=="function"&&(u=Mo(u,{...this.options,...s})),`${c.keyPrefix}${p}${u}`)):(typeof o=="function"&&(o=Mo(o,{...this.options,...s})),d=c.keyPrefix?`${c.keyPrefix}${p}${o}`:o),this.t(d,c)},"fixedT");return D(e)?r.lng=e:r.lngs=e,r.ns=n,r.keyPrefix=a,r}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,n={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;let a=n.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,o=this.languages[this.languages.length-1];if(a.toLowerCase()==="cimode")return!0;let s=i((l,c)=>{let p=this.services.backendConnector.state[`${l}|${c}`];return p===-1||p===0||p===2},"loadNotPending");if(n.precheck){let l=n.precheck(this,s);if(l!==void 0)return l}return!!(this.hasResourceBundle(a,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(a,e)&&(!r||s(o,e)))}loadNamespaces(e,n){let a=oa();return this.options.ns?(D(e)&&(e=[e]),e.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{a.resolve(),n&&n(r)}),a):(n&&n(),Promise.resolve())}loadLanguages(e,n){let a=oa();D(e)&&(e=[e]);let r=this.options.preload||[],o=e.filter(s=>r.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return o.length?(this.options.preload=r.concat(o),this.loadResources(s=>{a.resolve(),n&&n(s)}),a):(n&&n(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{let r=new Intl.Locale(e);if(r&&r.getTextInfo){let o=r.getTextInfo();if(o&&o.direction)return o.direction}}catch{}let n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],a=this.services?.languageUtils||new sr(np());return e.toLowerCase().indexOf("-latn")>1?"ltr":n.indexOf(a.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},n){let a=new t(e,n);return a.createInstance=t.createInstance,a}cloneInstance(e={},n=ar){let a=e.forkResourceStore;a&&delete e.forkResourceStore;let r={...this.options,...e,isClone:!0},o=new t(r);if((e.debug!==void 0||e.prefix!==void 0)&&(o.logger=o.logger.clone(e)),["store","services","language"].forEach(l=>{o[l]=this[l]}),o.services={...this.services},o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},a){let l=Object.keys(this.store.data).reduce((c,p)=>(c[p]={...this.store.data[p]},c[p]=Object.keys(c[p]).reduce((d,u)=>(d[u]={...c[p][u]},d),c[p]),c),{});o.store=new ir(l,r),o.services.resourceStore=o.store}return o.translator=new or(o.services,r),o.translator.on("*",(l,...c)=>{o.emit(l,...c)}),o.init(r,n),o.translator.options=r,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}},Ce=Do.createInstance(),JT=Ce.createInstance,HT=Ce.dir,sp=Ce.init,KT=Ce.loadResources,YT=Ce.reloadResources,QT=Ce.use,XT=Ce.changeLanguage,ZT=Ce.getFixedT,lr=Ce.t,eS=Ce.exists,tS=Ce.setDefaultNamespace,nS=Ce.hasLoadedNamespace,aS=Ce.loadNamespaces,rS=Ce.loadLanguages;var cp=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var cr={obsidianDevUtils:{buttons:{cancel:"Cancel",ok:"OK"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:"},notices:{attachmentIsStillUsed:"Attachment {{attachmentPath}} is still used by other notes. It will not be deleted.",unhandledError:"An unhandled error occurred. Please check the console for more information."}}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Bo="en",Ok={en:cr},pr=Ok;i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var lp="translation",Uo=!1;async function Vo(t,e=!0){Uo||(Uo=!0,await sp({fallbackLng:Bo,initAsync:e,lng:(0,cp.getLanguage)(),resources:Object.fromEntries(Object.entries(t).map(([n,a])=>[n,{[lp]:a}])),returnEmptyString:!1,returnNull:!1}),Ce.addResourceBundle(Bo,lp,cr,!0,!1))}i(Vo,"initI18N");function Dk(t,e){return Uo||(console.warn("I18N was not initialized, initializing default obsidian-dev-utils translations"),Z(()=>Vo(pr,!1))),lr(t,e)}i(Dk,"tImpl");var g=Dk;var Un=require("obsidian");var Bk={};function tn(t,e){let n=e||Bk,a=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,r=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return dp(t,a,r)}i(tn,"toString");function dp(t,e,n){if(Uk(t)){if("value"in t)return t.type==="html"&&!n?"":t.value;if(e&&"alt"in t&&t.alt)return t.alt;if("children"in t)return pp(t.children,e,n)}return Array.isArray(t)?pp(t,e,n):""}i(dp,"one");function pp(t,e,n){let a=[],r=-1;for(;++r<t.length;)a[r]=dp(t[r],e,n);return a.join("")}i(pp,"all");function Uk(t){return!!(t&&typeof t=="object")}i(Uk,"node");var up=document.createElement("i");function In(t){let e="&"+t+";";up.innerHTML=e;let n=up.textContent;return n.charCodeAt(n.length-1)===59&&t!=="semi"||n===e?!1:n}i(In,"decodeNamedCharacterReference");function Ae(t,e,n,a){let r=t.length,o=0,s;if(e<0?e=-e>r?0:r+e:e=e>r?r:e,n=n>0?n:0,a.length<1e4)s=Array.from(a),s.unshift(e,n),t.splice(...s);else for(n&&t.splice(e,n);o<a.length;)s=a.slice(o,o+1e4),s.unshift(e,0),t.splice(...s),o+=1e4,e+=1e4}i(Ae,"splice");function Re(t,e){return t.length>0?(Ae(t,t.length,0,e),t):e}i(Re,"push");var mp={}.hasOwnProperty;function hp(t){let e={},n=-1;for(;++n<t.length;)Vk(e,t[n]);return e}i(hp,"combineExtensions");function Vk(t,e){let n;for(n in e){let r=(mp.call(t,n)?t[n]:void 0)||(t[n]={}),o=e[n],s;if(o)for(s in o){mp.call(r,s)||(r[s]=[]);let l=o[s];_k(r[s],Array.isArray(l)?l:l?[l]:[])}}}i(Vk,"syntaxExtension");function _k(t,e){let n=-1,a=[];for(;++n<e.length;)(e[n].add==="after"?t:a).push(e[n]);Ae(t,0,0,a)}i(_k,"constructs");function dr(t,e){let n=Number.parseInt(t,e);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCodePoint(n)}i(dr,"decodeNumericCharacterReference");function Nt(t){return t.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}i(Nt,"normalizeIdentifier");var We=Bt(/[A-Za-z]/),je=Bt(/[\dA-Za-z]/),gp=Bt(/[#-'*+\--9=?A-Z^-~]/);function ca(t){return t!==null&&(t<32||t===127)}i(ca,"asciiControl");var pa=Bt(/\d/),fp=Bt(/[\dA-Fa-f]/),kp=Bt(/[!-/:-@[-`{-~]/);function N(t){return t!==null&&t<-2}i(N,"markdownLineEnding");function pe(t){return t!==null&&(t<0||t===32)}i(pe,"markdownLineEndingOrSpace");function U(t){return t===-2||t===-1||t===32}i(U,"markdownSpace");var yp=Bt(/\p{P}|\p{S}/u),vp=Bt(/\s/);function Bt(t){return e;function e(n){return n!==null&&n>-1&&t.test(String.fromCharCode(n))}}i(Bt,"regexCheck");function _(t,e,n,a){let r=a?a-1:Number.POSITIVE_INFINITY,o=0;return s;function s(c){return U(c)?(t.enter(n),l(c)):e(c)}function l(c){return U(c)&&o++<r?(t.consume(c),l):(t.exit(n),e(c))}}i(_,"factorySpace");var bp={tokenize:$k};function $k(t){let e=t.attempt(this.parser.constructs.contentInitial,a,r),n;return e;function a(l){if(l===null){t.consume(l);return}return t.enter("lineEnding"),t.consume(l),t.exit("lineEnding"),_(t,e,"linePrefix")}function r(l){return t.enter("paragraph"),o(l)}function o(l){let c=t.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=c),n=c,s(l)}function s(l){if(l===null){t.exit("chunkText"),t.exit("paragraph"),t.consume(l);return}return N(l)?(t.consume(l),t.exit("chunkText"),o):(t.consume(l),s)}}i($k,"initializeContent");var wp={tokenize:qk},Ap={tokenize:Gk};function qk(t){let e=this,n=[],a=0,r,o,s;return l;function l(T){if(a<n.length){let P=n[a];return e.containerState=P[1],t.attempt(P[0].continuation,c,p)(T)}return p(T)}function c(T){if(a++,e.containerState._closeFlow){e.containerState._closeFlow=void 0,r&&A();let P=e.events.length,R=P,x;for(;R--;)if(e.events[R][0]==="exit"&&e.events[R][1].type==="chunkFlow"){x=e.events[R][1].end;break}v(a);let q=P;for(;q<e.events.length;)e.events[q][1].end={...x},q++;return Ae(e.events,R+1,0,e.events.slice(P)),e.events.length=q,p(T)}return l(T)}function p(T){if(a===n.length){if(!r)return h(T);if(r.currentConstruct&&r.currentConstruct.concrete)return y(T);e.interrupt=!!(r.currentConstruct&&!r._gfmTableDynamicInterruptHack)}return e.containerState={},t.check(Ap,d,u)(T)}function d(T){return r&&A(),v(a),h(T)}function u(T){return e.parser.lazy[e.now().line]=a!==n.length,s=e.now().offset,y(T)}function h(T){return e.containerState={},t.attempt(Ap,m,y)(T)}function m(T){return a++,n.push([e.currentConstruct,e.containerState]),h(T)}function y(T){if(T===null){r&&A(),v(0),t.consume(T);return}return r=r||e.parser.flow(e.now()),t.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:o}),w(T)}function w(T){if(T===null){b(t.exit("chunkFlow"),!0),v(0),t.consume(T);return}return N(T)?(t.consume(T),b(t.exit("chunkFlow")),a=0,e.interrupt=void 0,l):(t.consume(T),w)}function b(T,P){let R=e.sliceStream(T);if(P&&R.push(null),T.previous=o,o&&(o.next=T),o=T,r.defineSkip(T.start),r.write(R),e.parser.lazy[T.start.line]){let x=r.events.length;for(;x--;)if(r.events[x][1].start.offset<s&&(!r.events[x][1].end||r.events[x][1].end.offset>s))return;let q=e.events.length,K=q,B,W;for(;K--;)if(e.events[K][0]==="exit"&&e.events[K][1].type==="chunkFlow"){if(B){W=e.events[K][1].end;break}B=!0}for(v(a),x=q;x<e.events.length;)e.events[x][1].end={...W},x++;Ae(e.events,K+1,0,e.events.slice(q)),e.events.length=x}}function v(T){let P=n.length;for(;P-- >T;){let R=n[P];e.containerState=R[1],R[0].exit.call(e,t)}n.length=T}function A(){r.write([null]),o=void 0,r=void 0,e.containerState._closeFlow=void 0}}i(qk,"initializeDocument");function Gk(t,e,n){return _(t,t.attempt(this.parser.constructs.document,e,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}i(Gk,"tokenizeContainer");function Nn(t){if(t===null||pe(t)||vp(t))return 1;if(yp(t))return 2}i(Nn,"classifyCharacter");function Mn(t,e,n){let a=[],r=-1;for(;++r<t.length;){let o=t[r].resolveAll;o&&!a.includes(o)&&(e=o(e,n),a.push(o))}return e}i(Mn,"resolveAll");var da={name:"attention",resolveAll:Wk,tokenize:Jk};function Wk(t,e){let n=-1,a,r,o,s,l,c,p,d;for(;++n<t.length;)if(t[n][0]==="enter"&&t[n][1].type==="attentionSequence"&&t[n][1]._close){for(a=n;a--;)if(t[a][0]==="exit"&&t[a][1].type==="attentionSequence"&&t[a][1]._open&&e.sliceSerialize(t[a][1]).charCodeAt(0)===e.sliceSerialize(t[n][1]).charCodeAt(0)){if((t[a][1]._close||t[n][1]._open)&&(t[n][1].end.offset-t[n][1].start.offset)%3&&!((t[a][1].end.offset-t[a][1].start.offset+t[n][1].end.offset-t[n][1].start.offset)%3))continue;c=t[a][1].end.offset-t[a][1].start.offset>1&&t[n][1].end.offset-t[n][1].start.offset>1?2:1;let u={...t[a][1].end},h={...t[n][1].start};xp(u,-c),xp(h,c),s={type:c>1?"strongSequence":"emphasisSequence",start:u,end:{...t[a][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...t[n][1].start},end:h},o={type:c>1?"strongText":"emphasisText",start:{...t[a][1].end},end:{...t[n][1].start}},r={type:c>1?"strong":"emphasis",start:{...s.start},end:{...l.end}},t[a][1].end={...s.start},t[n][1].start={...l.end},p=[],t[a][1].end.offset-t[a][1].start.offset&&(p=Re(p,[["enter",t[a][1],e],["exit",t[a][1],e]])),p=Re(p,[["enter",r,e],["enter",s,e],["exit",s,e],["enter",o,e]]),p=Re(p,Mn(e.parser.constructs.insideSpan.null,t.slice(a+1,n),e)),p=Re(p,[["exit",o,e],["enter",l,e],["exit",l,e],["exit",r,e]]),t[n][1].end.offset-t[n][1].start.offset?(d=2,p=Re(p,[["enter",t[n][1],e],["exit",t[n][1],e]])):d=0,Ae(t,a-1,n-a+3,p),n=a+p.length-d-2;break}}for(n=-1;++n<t.length;)t[n][1].type==="attentionSequence"&&(t[n][1].type="data");return t}i(Wk,"resolveAllAttention");function Jk(t,e){let n=this.parser.constructs.attentionMarkers.null,a=this.previous,r=Nn(a),o;return s;function s(c){return o=c,t.enter("attentionSequence"),l(c)}function l(c){if(c===o)return t.consume(c),l;let p=t.exit("attentionSequence"),d=Nn(c),u=!d||d===2&&r||n.includes(c),h=!r||r===2&&d||n.includes(a);return p._open=!!(o===42?u:u&&(r||!h)),p._close=!!(o===42?h:h&&(d||!u)),e(c)}}i(Jk,"tokenizeAttention");function xp(t,e){t.column+=e,t.offset+=e,t._bufferIndex+=e}i(xp,"movePoint");var _o={name:"autolink",tokenize:Hk};function Hk(t,e,n){let a=0;return r;function r(m){return t.enter("autolink"),t.enter("autolinkMarker"),t.consume(m),t.exit("autolinkMarker"),t.enter("autolinkProtocol"),o}function o(m){return We(m)?(t.consume(m),s):m===64?n(m):p(m)}function s(m){return m===43||m===45||m===46||je(m)?(a=1,l(m)):p(m)}function l(m){return m===58?(t.consume(m),a=0,c):(m===43||m===45||m===46||je(m))&&a++<32?(t.consume(m),l):(a=0,p(m))}function c(m){return m===62?(t.exit("autolinkProtocol"),t.enter("autolinkMarker"),t.consume(m),t.exit("autolinkMarker"),t.exit("autolink"),e):m===null||m===32||m===60||ca(m)?n(m):(t.consume(m),c)}function p(m){return m===64?(t.consume(m),d):gp(m)?(t.consume(m),p):n(m)}function d(m){return je(m)?u(m):n(m)}function u(m){return m===46?(t.consume(m),a=0,d):m===62?(t.exit("autolinkProtocol").type="autolinkEmail",t.enter("autolinkMarker"),t.consume(m),t.exit("autolinkMarker"),t.exit("autolink"),e):h(m)}function h(m){if((m===45||je(m))&&a++<63){let y=m===45?h:u;return t.consume(m),y}return n(m)}}i(Hk,"tokenizeAutolink");var Ut={partial:!0,tokenize:Kk};function Kk(t,e,n){return a;function a(o){return U(o)?_(t,r,"linePrefix")(o):r(o)}function r(o){return o===null||N(o)?e(o):n(o)}}i(Kk,"tokenizeBlankLine");var ur={continuation:{tokenize:Qk},exit:Xk,name:"blockQuote",tokenize:Yk};function Yk(t,e,n){let a=this;return r;function r(s){if(s===62){let l=a.containerState;return l.open||(t.enter("blockQuote",{_container:!0}),l.open=!0),t.enter("blockQuotePrefix"),t.enter("blockQuoteMarker"),t.consume(s),t.exit("blockQuoteMarker"),o}return n(s)}function o(s){return U(s)?(t.enter("blockQuotePrefixWhitespace"),t.consume(s),t.exit("blockQuotePrefixWhitespace"),t.exit("blockQuotePrefix"),e):(t.exit("blockQuotePrefix"),e(s))}}i(Yk,"tokenizeBlockQuoteStart");function Qk(t,e,n){let a=this;return r;function r(s){return U(s)?_(t,o,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):o(s)}function o(s){return t.attempt(ur,e,n)(s)}}i(Qk,"tokenizeBlockQuoteContinuation");function Xk(t){t.exit("blockQuote")}i(Xk,"exit");var mr={name:"characterEscape",tokenize:Zk};function Zk(t,e,n){return a;function a(o){return t.enter("characterEscape"),t.enter("escapeMarker"),t.consume(o),t.exit("escapeMarker"),r}function r(o){return kp(o)?(t.enter("characterEscapeValue"),t.consume(o),t.exit("characterEscapeValue"),t.exit("characterEscape"),e):n(o)}}i(Zk,"tokenizeCharacterEscape");var hr={name:"characterReference",tokenize:ey};function ey(t,e,n){let a=this,r=0,o,s;return l;function l(u){return t.enter("characterReference"),t.enter("characterReferenceMarker"),t.consume(u),t.exit("characterReferenceMarker"),c}function c(u){return u===35?(t.enter("characterReferenceMarkerNumeric"),t.consume(u),t.exit("characterReferenceMarkerNumeric"),p):(t.enter("characterReferenceValue"),o=31,s=je,d(u))}function p(u){return u===88||u===120?(t.enter("characterReferenceMarkerHexadecimal"),t.consume(u),t.exit("characterReferenceMarkerHexadecimal"),t.enter("characterReferenceValue"),o=6,s=fp,d):(t.enter("characterReferenceValue"),o=7,s=pa,d(u))}function d(u){if(u===59&&r){let h=t.exit("characterReferenceValue");return s===je&&!In(a.sliceSerialize(h))?n(u):(t.enter("characterReferenceMarker"),t.consume(u),t.exit("characterReferenceMarker"),t.exit("characterReference"),e)}return s(u)&&r++<o?(t.consume(u),d):n(u)}}i(ey,"tokenizeCharacterReference");var Cp={partial:!0,tokenize:ny},gr={concrete:!0,name:"codeFenced",tokenize:ty};function ty(t,e,n){let a=this,r={partial:!0,tokenize:R},o=0,s=0,l;return c;function c(x){return p(x)}function p(x){let q=a.events[a.events.length-1];return o=q&&q[1].type==="linePrefix"?q[2].sliceSerialize(q[1],!0).length:0,l=x,t.enter("codeFenced"),t.enter("codeFencedFence"),t.enter("codeFencedFenceSequence"),d(x)}function d(x){return x===l?(s++,t.consume(x),d):s<3?n(x):(t.exit("codeFencedFenceSequence"),U(x)?_(t,u,"whitespace")(x):u(x))}function u(x){return x===null||N(x)?(t.exit("codeFencedFence"),a.interrupt?e(x):t.check(Cp,w,P)(x)):(t.enter("codeFencedFenceInfo"),t.enter("chunkString",{contentType:"string"}),h(x))}function h(x){return x===null||N(x)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),u(x)):U(x)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),_(t,m,"whitespace")(x)):x===96&&x===l?n(x):(t.consume(x),h)}function m(x){return x===null||N(x)?u(x):(t.enter("codeFencedFenceMeta"),t.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===null||N(x)?(t.exit("chunkString"),t.exit("codeFencedFenceMeta"),u(x)):x===96&&x===l?n(x):(t.consume(x),y)}function w(x){return t.attempt(r,P,b)(x)}function b(x){return t.enter("lineEnding"),t.consume(x),t.exit("lineEnding"),v}function v(x){return o>0&&U(x)?_(t,A,"linePrefix",o+1)(x):A(x)}function A(x){return x===null||N(x)?t.check(Cp,w,P)(x):(t.enter("codeFlowValue"),T(x))}function T(x){return x===null||N(x)?(t.exit("codeFlowValue"),A(x)):(t.consume(x),T)}function P(x){return t.exit("codeFenced"),e(x)}function R(x,q,K){let B=0;return W;function W(O){return x.enter("lineEnding"),x.consume(O),x.exit("lineEnding"),fe}function fe(O){return x.enter("codeFencedFence"),U(O)?_(x,H,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(O):H(O)}function H(O){return O===l?(x.enter("codeFencedFenceSequence"),E(O)):K(O)}function E(O){return O===l?(B++,x.consume(O),E):B>=s?(x.exit("codeFencedFenceSequence"),U(O)?_(x,j,"whitespace")(O):j(O)):K(O)}function j(O){return O===null||N(O)?(x.exit("codeFencedFence"),q(O)):K(O)}}}i(ty,"tokenizeCodeFenced");function ny(t,e,n){let a=this;return r;function r(s){return s===null?n(s):(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),o)}function o(s){return a.parser.lazy[a.now().line]?n(s):e(s)}}i(ny,"tokenizeNonLazyContinuation");var ua={name:"codeIndented",tokenize:ry},ay={partial:!0,tokenize:iy};function ry(t,e,n){let a=this;return r;function r(p){return t.enter("codeIndented"),_(t,o,"linePrefix",5)(p)}function o(p){let d=a.events[a.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?s(p):n(p)}function s(p){return p===null?c(p):N(p)?t.attempt(ay,s,c)(p):(t.enter("codeFlowValue"),l(p))}function l(p){return p===null||N(p)?(t.exit("codeFlowValue"),s(p)):(t.consume(p),l)}function c(p){return t.exit("codeIndented"),e(p)}}i(ry,"tokenizeCodeIndented");function iy(t,e,n){let a=this;return r;function r(s){return a.parser.lazy[a.now().line]?n(s):N(s)?(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),r):_(t,o,"linePrefix",5)(s)}function o(s){let l=a.events[a.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?e(s):N(s)?r(s):n(s)}}i(iy,"tokenizeFurtherStart");var $o={name:"codeText",previous:sy,resolve:oy,tokenize:ly};function oy(t){let e=t.length-4,n=3,a,r;if((t[n][1].type==="lineEnding"||t[n][1].type==="space")&&(t[e][1].type==="lineEnding"||t[e][1].type==="space")){for(a=n;++a<e;)if(t[a][1].type==="codeTextData"){t[n][1].type="codeTextPadding",t[e][1].type="codeTextPadding",n+=2,e-=2;break}}for(a=n-1,e++;++a<=e;)r===void 0?a!==e&&t[a][1].type!=="lineEnding"&&(r=a):(a===e||t[a][1].type==="lineEnding")&&(t[r][1].type="codeTextData",a!==r+2&&(t[r][1].end=t[a-1][1].end,t.splice(r+2,a-r-2),e-=a-r-2,a=r+2),r=void 0);return t}i(oy,"resolveCodeText");function sy(t){return t!==96||this.events[this.events.length-1][1].type==="characterEscape"}i(sy,"previous");function ly(t,e,n){let a=this,r=0,o,s;return l;function l(h){return t.enter("codeText"),t.enter("codeTextSequence"),c(h)}function c(h){return h===96?(t.consume(h),r++,c):(t.exit("codeTextSequence"),p(h))}function p(h){return h===null?n(h):h===32?(t.enter("space"),t.consume(h),t.exit("space"),p):h===96?(s=t.enter("codeTextSequence"),o=0,u(h)):N(h)?(t.enter("lineEnding"),t.consume(h),t.exit("lineEnding"),p):(t.enter("codeTextData"),d(h))}function d(h){return h===null||h===32||h===96||N(h)?(t.exit("codeTextData"),p(h)):(t.consume(h),d)}function u(h){return h===96?(t.consume(h),o++,u):o===r?(t.exit("codeTextSequence"),t.exit("codeText"),e(h)):(s.type="codeTextData",d(h))}}i(ly,"tokenizeCodeText");var fr=class{static{i(this,"SpliceBuffer")}constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,n){let a=n??Number.POSITIVE_INFINITY;return a<this.left.length?this.left.slice(e,a):e>this.left.length?this.right.slice(this.right.length-a+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-a+this.left.length).reverse())}splice(e,n,a){let r=n||0;this.setCursor(Math.trunc(e));let o=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return a&&ma(this.left,a),o.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),ma(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),ma(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let n=this.left.splice(e,Number.POSITIVE_INFINITY);ma(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);ma(this.left,n.reverse())}}};function ma(t,e){let n=0;if(e.length<1e4)t.push(...e);else for(;n<e.length;)t.push(...e.slice(n,n+1e4)),n+=1e4}i(ma,"chunkedPush");function kr(t){let e={},n=-1,a,r,o,s,l,c,p,d=new fr(t);for(;++n<d.length;){for(;n in e;)n=e[n];if(a=d.get(n),n&&a[1].type==="chunkFlow"&&d.get(n-1)[1].type==="listItemPrefix"&&(c=a[1]._tokenizer.events,o=0,o<c.length&&c[o][1].type==="lineEndingBlank"&&(o+=2),o<c.length&&c[o][1].type==="content"))for(;++o<c.length&&c[o][1].type!=="content";)c[o][1].type==="chunkText"&&(c[o][1]._isInFirstContentOfListItem=!0,o++);if(a[0]==="enter")a[1].contentType&&(Object.assign(e,cy(d,n)),n=e[n],p=!0);else if(a[1]._container){for(o=n,r=void 0;o--;)if(s=d.get(o),s[1].type==="lineEnding"||s[1].type==="lineEndingBlank")s[0]==="enter"&&(r&&(d.get(r)[1].type="lineEndingBlank"),s[1].type="lineEnding",r=o);else if(!(s[1].type==="linePrefix"||s[1].type==="listItemIndent"))break;r&&(a[1].end={...d.get(r)[1].start},l=d.slice(r,n),l.unshift(a),d.splice(r,n-r+1,l))}}return Ae(t,0,Number.POSITIVE_INFINITY,d.slice(0)),!p}i(kr,"subtokenize");function cy(t,e){let n=t.get(e)[1],a=t.get(e)[2],r=e-1,o=[],s=n._tokenizer;s||(s=a.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(s._contentTypeTextTrailing=!0));let l=s.events,c=[],p={},d,u,h=-1,m=n,y=0,w=0,b=[w];for(;m;){for(;t.get(++r)[1]!==m;);o.push(r),m._tokenizer||(d=a.sliceStream(m),m.next||d.push(null),u&&s.defineSkip(m.start),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(d),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),u=m,m=m.next}for(m=n;++h<l.length;)l[h][0]==="exit"&&l[h-1][0]==="enter"&&l[h][1].type===l[h-1][1].type&&l[h][1].start.line!==l[h][1].end.line&&(w=h+1,b.push(w),m._tokenizer=void 0,m.previous=void 0,m=m.next);for(s.events=[],m?(m._tokenizer=void 0,m.previous=void 0):b.pop(),h=b.length;h--;){let v=l.slice(b[h],b[h+1]),A=o.pop();c.push([A,A+v.length-1]),t.splice(A,2,v)}for(c.reverse(),h=-1;++h<c.length;)p[y+c[h][0]]=y+c[h][1],y+=c[h][1]-c[h][0]-1;return p}i(cy,"subcontent");var qo={resolve:dy,tokenize:uy},py={partial:!0,tokenize:my};function dy(t){return kr(t),t}i(dy,"resolveContent");function uy(t,e){let n;return a;function a(l){return t.enter("content"),n=t.enter("chunkContent",{contentType:"content"}),r(l)}function r(l){return l===null?o(l):N(l)?t.check(py,s,o)(l):(t.consume(l),r)}function o(l){return t.exit("chunkContent"),t.exit("content"),e(l)}function s(l){return t.consume(l),t.exit("chunkContent"),n.next=t.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}i(uy,"tokenizeContent");function my(t,e,n){let a=this;return r;function r(s){return t.exit("chunkContent"),t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),_(t,o,"linePrefix")}function o(s){if(s===null||N(s))return n(s);let l=a.events[a.events.length-1];return!a.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?e(s):t.interrupt(a.parser.constructs.flow,n,e)(s)}}i(my,"tokenizeContinuation");function yr(t,e,n,a,r,o,s,l,c){let p=c||Number.POSITIVE_INFINITY,d=0;return u;function u(v){return v===60?(t.enter(a),t.enter(r),t.enter(o),t.consume(v),t.exit(o),h):v===null||v===32||v===41||ca(v)?n(v):(t.enter(a),t.enter(s),t.enter(l),t.enter("chunkString",{contentType:"string"}),w(v))}function h(v){return v===62?(t.enter(o),t.consume(v),t.exit(o),t.exit(r),t.exit(a),e):(t.enter(l),t.enter("chunkString",{contentType:"string"}),m(v))}function m(v){return v===62?(t.exit("chunkString"),t.exit(l),h(v)):v===null||v===60||N(v)?n(v):(t.consume(v),v===92?y:m)}function y(v){return v===60||v===62||v===92?(t.consume(v),m):m(v)}function w(v){return!d&&(v===null||v===41||pe(v))?(t.exit("chunkString"),t.exit(l),t.exit(s),t.exit(a),e(v)):d<p&&v===40?(t.consume(v),d++,w):v===41?(t.consume(v),d--,w):v===null||v===32||v===40||ca(v)?n(v):(t.consume(v),v===92?b:w)}function b(v){return v===40||v===41||v===92?(t.consume(v),w):w(v)}}i(yr,"factoryDestination");function vr(t,e,n,a,r,o){let s=this,l=0,c;return p;function p(m){return t.enter(a),t.enter(r),t.consume(m),t.exit(r),t.enter(o),d}function d(m){return l>999||m===null||m===91||m===93&&!c||m===94&&!l&&"_hiddenFootnoteSupport"in s.parser.constructs?n(m):m===93?(t.exit(o),t.enter(r),t.consume(m),t.exit(r),t.exit(a),e):N(m)?(t.enter("lineEnding"),t.consume(m),t.exit("lineEnding"),d):(t.enter("chunkString",{contentType:"string"}),u(m))}function u(m){return m===null||m===91||m===93||N(m)||l++>999?(t.exit("chunkString"),d(m)):(t.consume(m),c||(c=!U(m)),m===92?h:u)}function h(m){return m===91||m===92||m===93?(t.consume(m),l++,u):u(m)}}i(vr,"factoryLabel");function br(t,e,n,a,r,o){let s;return l;function l(h){return h===34||h===39||h===40?(t.enter(a),t.enter(r),t.consume(h),t.exit(r),s=h===40?41:h,c):n(h)}function c(h){return h===s?(t.enter(r),t.consume(h),t.exit(r),t.exit(a),e):(t.enter(o),p(h))}function p(h){return h===s?(t.exit(o),c(s)):h===null?n(h):N(h)?(t.enter("lineEnding"),t.consume(h),t.exit("lineEnding"),_(t,p,"linePrefix")):(t.enter("chunkString",{contentType:"string"}),d(h))}function d(h){return h===s||h===null||N(h)?(t.exit("chunkString"),p(h)):(t.consume(h),h===92?u:d)}function u(h){return h===s||h===92?(t.consume(h),d):d(h)}}i(br,"factoryTitle");function nn(t,e){let n;return a;function a(r){return N(r)?(t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),n=!0,a):U(r)?_(t,a,n?"linePrefix":"lineSuffix")(r):e(r)}}i(nn,"factoryWhitespace");var Go={name:"definition",tokenize:gy},hy={partial:!0,tokenize:fy};function gy(t,e,n){let a=this,r;return o;function o(m){return t.enter("definition"),s(m)}function s(m){return vr.call(a,t,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(m)}function l(m){return r=Nt(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)),m===58?(t.enter("definitionMarker"),t.consume(m),t.exit("definitionMarker"),c):n(m)}function c(m){return pe(m)?nn(t,p)(m):p(m)}function p(m){return yr(t,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(m)}function d(m){return t.attempt(hy,u,u)(m)}function u(m){return U(m)?_(t,h,"whitespace")(m):h(m)}function h(m){return m===null||N(m)?(t.exit("definition"),a.parser.defined.push(r),e(m)):n(m)}}i(gy,"tokenizeDefinition");function fy(t,e,n){return a;function a(l){return pe(l)?nn(t,r)(l):n(l)}function r(l){return br(t,o,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function o(l){return U(l)?_(t,s,"whitespace")(l):s(l)}function s(l){return l===null||N(l)?e(l):n(l)}}i(fy,"tokenizeTitleBefore");var Wo={name:"hardBreakEscape",tokenize:ky};function ky(t,e,n){return a;function a(o){return t.enter("hardBreakEscape"),t.consume(o),r}function r(o){return N(o)?(t.exit("hardBreakEscape"),e(o)):n(o)}}i(ky,"tokenizeHardBreakEscape");var Jo={name:"headingAtx",resolve:yy,tokenize:vy};function yy(t,e){let n=t.length-2,a=3,r,o;return t[a][1].type==="whitespace"&&(a+=2),n-2>a&&t[n][1].type==="whitespace"&&(n-=2),t[n][1].type==="atxHeadingSequence"&&(a===n-1||n-4>a&&t[n-2][1].type==="whitespace")&&(n-=a+1===n?2:4),n>a&&(r={type:"atxHeadingText",start:t[a][1].start,end:t[n][1].end},o={type:"chunkText",start:t[a][1].start,end:t[n][1].end,contentType:"text"},Ae(t,a,n-a+1,[["enter",r,e],["enter",o,e],["exit",o,e],["exit",r,e]])),t}i(yy,"resolveHeadingAtx");function vy(t,e,n){let a=0;return r;function r(d){return t.enter("atxHeading"),o(d)}function o(d){return t.enter("atxHeadingSequence"),s(d)}function s(d){return d===35&&a++<6?(t.consume(d),s):d===null||pe(d)?(t.exit("atxHeadingSequence"),l(d)):n(d)}function l(d){return d===35?(t.enter("atxHeadingSequence"),c(d)):d===null||N(d)?(t.exit("atxHeading"),e(d)):U(d)?_(t,l,"whitespace")(d):(t.enter("atxHeadingText"),p(d))}function c(d){return d===35?(t.consume(d),c):(t.exit("atxHeadingSequence"),l(d))}function p(d){return d===null||d===35||pe(d)?(t.exit("atxHeadingText"),l(d)):(t.consume(d),p)}}i(vy,"tokenizeHeadingAtx");var Tp=["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"],Ho=["pre","script","style","textarea"];var Ko={concrete:!0,name:"htmlFlow",resolveTo:wy,tokenize:xy},by={partial:!0,tokenize:Ty},Ay={partial:!0,tokenize:Cy};function wy(t){let e=t.length;for(;e--&&!(t[e][0]==="enter"&&t[e][1].type==="htmlFlow"););return e>1&&t[e-2][1].type==="linePrefix"&&(t[e][1].start=t[e-2][1].start,t[e+1][1].start=t[e-2][1].start,t.splice(e-2,2)),t}i(wy,"resolveToHtmlFlow");function xy(t,e,n){let a=this,r,o,s,l,c;return p;function p(k){return d(k)}function d(k){return t.enter("htmlFlow"),t.enter("htmlFlowData"),t.consume(k),u}function u(k){return k===33?(t.consume(k),h):k===47?(t.consume(k),o=!0,w):k===63?(t.consume(k),r=3,a.interrupt?e:f):We(k)?(t.consume(k),s=String.fromCharCode(k),b):n(k)}function h(k){return k===45?(t.consume(k),r=2,m):k===91?(t.consume(k),r=5,l=0,y):We(k)?(t.consume(k),r=4,a.interrupt?e:f):n(k)}function m(k){return k===45?(t.consume(k),a.interrupt?e:f):n(k)}function y(k){let we="CDATA[";return k===we.charCodeAt(l++)?(t.consume(k),l===we.length?a.interrupt?e:H:y):n(k)}function w(k){return We(k)?(t.consume(k),s=String.fromCharCode(k),b):n(k)}function b(k){if(k===null||k===47||k===62||pe(k)){let we=k===47,Jt=s.toLowerCase();return!we&&!o&&Ho.includes(Jt)?(r=1,a.interrupt?e(k):H(k)):Tp.includes(s.toLowerCase())?(r=6,we?(t.consume(k),v):a.interrupt?e(k):H(k)):(r=7,a.interrupt&&!a.parser.lazy[a.now().line]?n(k):o?A(k):T(k))}return k===45||je(k)?(t.consume(k),s+=String.fromCharCode(k),b):n(k)}function v(k){return k===62?(t.consume(k),a.interrupt?e:H):n(k)}function A(k){return U(k)?(t.consume(k),A):W(k)}function T(k){return k===47?(t.consume(k),W):k===58||k===95||We(k)?(t.consume(k),P):U(k)?(t.consume(k),T):W(k)}function P(k){return k===45||k===46||k===58||k===95||je(k)?(t.consume(k),P):R(k)}function R(k){return k===61?(t.consume(k),x):U(k)?(t.consume(k),R):T(k)}function x(k){return k===null||k===60||k===61||k===62||k===96?n(k):k===34||k===39?(t.consume(k),c=k,q):U(k)?(t.consume(k),x):K(k)}function q(k){return k===c?(t.consume(k),c=null,B):k===null||N(k)?n(k):(t.consume(k),q)}function K(k){return k===null||k===34||k===39||k===47||k===60||k===61||k===62||k===96||pe(k)?R(k):(t.consume(k),K)}function B(k){return k===47||k===62||U(k)?T(k):n(k)}function W(k){return k===62?(t.consume(k),fe):n(k)}function fe(k){return k===null||N(k)?H(k):U(k)?(t.consume(k),fe):n(k)}function H(k){return k===45&&r===2?(t.consume(k),G):k===60&&r===1?(t.consume(k),Q):k===62&&r===4?(t.consume(k),ne):k===63&&r===3?(t.consume(k),f):k===93&&r===5?(t.consume(k),ze):N(k)&&(r===6||r===7)?(t.exit("htmlFlowData"),t.check(by,ye,E)(k)):k===null||N(k)?(t.exit("htmlFlowData"),E(k)):(t.consume(k),H)}function E(k){return t.check(Ay,j,ye)(k)}function j(k){return t.enter("lineEnding"),t.consume(k),t.exit("lineEnding"),O}function O(k){return k===null||N(k)?E(k):(t.enter("htmlFlowData"),H(k))}function G(k){return k===45?(t.consume(k),f):H(k)}function Q(k){return k===47?(t.consume(k),s="",ke):H(k)}function ke(k){if(k===62){let we=s.toLowerCase();return Ho.includes(we)?(t.consume(k),ne):H(k)}return We(k)&&s.length<8?(t.consume(k),s+=String.fromCharCode(k),ke):H(k)}function ze(k){return k===93?(t.consume(k),f):H(k)}function f(k){return k===62?(t.consume(k),ne):k===45&&r===2?(t.consume(k),f):H(k)}function ne(k){return k===null||N(k)?(t.exit("htmlFlowData"),ye(k)):(t.consume(k),ne)}function ye(k){return t.exit("htmlFlow"),e(k)}}i(xy,"tokenizeHtmlFlow");function Cy(t,e,n){let a=this;return r;function r(s){return N(s)?(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),o):n(s)}function o(s){return a.parser.lazy[a.now().line]?n(s):e(s)}}i(Cy,"tokenizeNonLazyContinuationStart");function Ty(t,e,n){return a;function a(r){return t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),t.attempt(Ut,e,n)}}i(Ty,"tokenizeBlankLineBefore");var Yo={name:"htmlText",tokenize:Sy};function Sy(t,e,n){let a=this,r,o,s;return l;function l(f){return t.enter("htmlText"),t.enter("htmlTextData"),t.consume(f),c}function c(f){return f===33?(t.consume(f),p):f===47?(t.consume(f),R):f===63?(t.consume(f),T):We(f)?(t.consume(f),K):n(f)}function p(f){return f===45?(t.consume(f),d):f===91?(t.consume(f),o=0,y):We(f)?(t.consume(f),A):n(f)}function d(f){return f===45?(t.consume(f),m):n(f)}function u(f){return f===null?n(f):f===45?(t.consume(f),h):N(f)?(s=u,Q(f)):(t.consume(f),u)}function h(f){return f===45?(t.consume(f),m):u(f)}function m(f){return f===62?G(f):f===45?h(f):u(f)}function y(f){let ne="CDATA[";return f===ne.charCodeAt(o++)?(t.consume(f),o===ne.length?w:y):n(f)}function w(f){return f===null?n(f):f===93?(t.consume(f),b):N(f)?(s=w,Q(f)):(t.consume(f),w)}function b(f){return f===93?(t.consume(f),v):w(f)}function v(f){return f===62?G(f):f===93?(t.consume(f),v):w(f)}function A(f){return f===null||f===62?G(f):N(f)?(s=A,Q(f)):(t.consume(f),A)}function T(f){return f===null?n(f):f===63?(t.consume(f),P):N(f)?(s=T,Q(f)):(t.consume(f),T)}function P(f){return f===62?G(f):T(f)}function R(f){return We(f)?(t.consume(f),x):n(f)}function x(f){return f===45||je(f)?(t.consume(f),x):q(f)}function q(f){return N(f)?(s=q,Q(f)):U(f)?(t.consume(f),q):G(f)}function K(f){return f===45||je(f)?(t.consume(f),K):f===47||f===62||pe(f)?B(f):n(f)}function B(f){return f===47?(t.consume(f),G):f===58||f===95||We(f)?(t.consume(f),W):N(f)?(s=B,Q(f)):U(f)?(t.consume(f),B):G(f)}function W(f){return f===45||f===46||f===58||f===95||je(f)?(t.consume(f),W):fe(f)}function fe(f){return f===61?(t.consume(f),H):N(f)?(s=fe,Q(f)):U(f)?(t.consume(f),fe):B(f)}function H(f){return f===null||f===60||f===61||f===62||f===96?n(f):f===34||f===39?(t.consume(f),r=f,E):N(f)?(s=H,Q(f)):U(f)?(t.consume(f),H):(t.consume(f),j)}function E(f){return f===r?(t.consume(f),r=void 0,O):f===null?n(f):N(f)?(s=E,Q(f)):(t.consume(f),E)}function j(f){return f===null||f===34||f===39||f===60||f===61||f===96?n(f):f===47||f===62||pe(f)?B(f):(t.consume(f),j)}function O(f){return f===47||f===62||pe(f)?B(f):n(f)}function G(f){return f===62?(t.consume(f),t.exit("htmlTextData"),t.exit("htmlText"),e):n(f)}function Q(f){return t.exit("htmlTextData"),t.enter("lineEnding"),t.consume(f),t.exit("lineEnding"),ke}function ke(f){return U(f)?_(t,ze,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(f):ze(f)}function ze(f){return t.enter("htmlTextData"),s(f)}}i(Sy,"tokenizeHtmlText");var an={name:"labelEnd",resolveAll:zy,resolveTo:Iy,tokenize:Ny},Py={tokenize:My},Ey={tokenize:Ry},Fy={tokenize:jy};function zy(t){let e=-1,n=[];for(;++e<t.length;){let a=t[e][1];if(n.push(t[e]),a.type==="labelImage"||a.type==="labelLink"||a.type==="labelEnd"){let r=a.type==="labelImage"?4:2;a.type="data",e+=r}}return t.length!==n.length&&Ae(t,0,t.length,n),t}i(zy,"resolveAllLabelEnd");function Iy(t,e){let n=t.length,a=0,r,o,s,l;for(;n--;)if(r=t[n][1],o){if(r.type==="link"||r.type==="labelLink"&&r._inactive)break;t[n][0]==="enter"&&r.type==="labelLink"&&(r._inactive=!0)}else if(s){if(t[n][0]==="enter"&&(r.type==="labelImage"||r.type==="labelLink")&&!r._balanced&&(o=n,r.type!=="labelLink")){a=2;break}}else r.type==="labelEnd"&&(s=n);let c={type:t[o][1].type==="labelLink"?"link":"image",start:{...t[o][1].start},end:{...t[t.length-1][1].end}},p={type:"label",start:{...t[o][1].start},end:{...t[s][1].end}},d={type:"labelText",start:{...t[o+a+2][1].end},end:{...t[s-2][1].start}};return l=[["enter",c,e],["enter",p,e]],l=Re(l,t.slice(o+1,o+a+3)),l=Re(l,[["enter",d,e]]),l=Re(l,Mn(e.parser.constructs.insideSpan.null,t.slice(o+a+4,s-3),e)),l=Re(l,[["exit",d,e],t[s-2],t[s-1],["exit",p,e]]),l=Re(l,t.slice(s+1)),l=Re(l,[["exit",c,e]]),Ae(t,o,t.length,l),t}i(Iy,"resolveToLabelEnd");function Ny(t,e,n){let a=this,r=a.events.length,o,s;for(;r--;)if((a.events[r][1].type==="labelImage"||a.events[r][1].type==="labelLink")&&!a.events[r][1]._balanced){o=a.events[r][1];break}return l;function l(h){return o?o._inactive?u(h):(s=a.parser.defined.includes(Nt(a.sliceSerialize({start:o.end,end:a.now()}))),t.enter("labelEnd"),t.enter("labelMarker"),t.consume(h),t.exit("labelMarker"),t.exit("labelEnd"),c):n(h)}function c(h){return h===40?t.attempt(Py,d,s?d:u)(h):h===91?t.attempt(Ey,d,s?p:u)(h):s?d(h):u(h)}function p(h){return t.attempt(Fy,d,u)(h)}function d(h){return e(h)}function u(h){return o._balanced=!0,n(h)}}i(Ny,"tokenizeLabelEnd");function My(t,e,n){return a;function a(u){return t.enter("resource"),t.enter("resourceMarker"),t.consume(u),t.exit("resourceMarker"),r}function r(u){return pe(u)?nn(t,o)(u):o(u)}function o(u){return u===41?d(u):yr(t,s,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(u)}function s(u){return pe(u)?nn(t,c)(u):d(u)}function l(u){return n(u)}function c(u){return u===34||u===39||u===40?br(t,p,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(u):d(u)}function p(u){return pe(u)?nn(t,d)(u):d(u)}function d(u){return u===41?(t.enter("resourceMarker"),t.consume(u),t.exit("resourceMarker"),t.exit("resource"),e):n(u)}}i(My,"tokenizeResource");function Ry(t,e,n){let a=this;return r;function r(l){return vr.call(a,t,o,s,"reference","referenceMarker","referenceString")(l)}function o(l){return a.parser.defined.includes(Nt(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)))?e(l):n(l)}function s(l){return n(l)}}i(Ry,"tokenizeReferenceFull");function jy(t,e,n){return a;function a(o){return t.enter("reference"),t.enter("referenceMarker"),t.consume(o),t.exit("referenceMarker"),r}function r(o){return o===93?(t.enter("referenceMarker"),t.consume(o),t.exit("referenceMarker"),t.exit("reference"),e):n(o)}}i(jy,"tokenizeReferenceCollapsed");var Qo={name:"labelStartImage",resolveAll:an.resolveAll,tokenize:Ly};function Ly(t,e,n){let a=this;return r;function r(l){return t.enter("labelImage"),t.enter("labelImageMarker"),t.consume(l),t.exit("labelImageMarker"),o}function o(l){return l===91?(t.enter("labelMarker"),t.consume(l),t.exit("labelMarker"),t.exit("labelImage"),s):n(l)}function s(l){return l===94&&"_hiddenFootnoteSupport"in a.parser.constructs?n(l):e(l)}}i(Ly,"tokenizeLabelStartImage");var Xo={name:"labelStartLink",resolveAll:an.resolveAll,tokenize:Oy};function Oy(t,e,n){let a=this;return r;function r(s){return t.enter("labelLink"),t.enter("labelMarker"),t.consume(s),t.exit("labelMarker"),t.exit("labelLink"),o}function o(s){return s===94&&"_hiddenFootnoteSupport"in a.parser.constructs?n(s):e(s)}}i(Oy,"tokenizeLabelStartLink");var ha={name:"lineEnding",tokenize:Dy};function Dy(t,e){return n;function n(a){return t.enter("lineEnding"),t.consume(a),t.exit("lineEnding"),_(t,e,"linePrefix")}}i(Dy,"tokenizeLineEnding");var rn={name:"thematicBreak",tokenize:By};function By(t,e,n){let a=0,r;return o;function o(p){return t.enter("thematicBreak"),s(p)}function s(p){return r=p,l(p)}function l(p){return p===r?(t.enter("thematicBreakSequence"),c(p)):a>=3&&(p===null||N(p))?(t.exit("thematicBreak"),e(p)):n(p)}function c(p){return p===r?(t.consume(p),a++,c):(t.exit("thematicBreakSequence"),U(p)?_(t,l,"whitespace")(p):l(p))}}i(By,"tokenizeThematicBreak");var Te={continuation:{tokenize:$y},exit:Gy,name:"list",tokenize:_y},Uy={partial:!0,tokenize:Wy},Vy={partial:!0,tokenize:qy};function _y(t,e,n){let a=this,r=a.events[a.events.length-1],o=r&&r[1].type==="linePrefix"?r[2].sliceSerialize(r[1],!0).length:0,s=0;return l;function l(m){let y=a.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(y==="listUnordered"?!a.containerState.marker||m===a.containerState.marker:pa(m)){if(a.containerState.type||(a.containerState.type=y,t.enter(y,{_container:!0})),y==="listUnordered")return t.enter("listItemPrefix"),m===42||m===45?t.check(rn,n,p)(m):p(m);if(!a.interrupt||m===49)return t.enter("listItemPrefix"),t.enter("listItemValue"),c(m)}return n(m)}function c(m){return pa(m)&&++s<10?(t.consume(m),c):(!a.interrupt||s<2)&&(a.containerState.marker?m===a.containerState.marker:m===41||m===46)?(t.exit("listItemValue"),p(m)):n(m)}function p(m){return t.enter("listItemMarker"),t.consume(m),t.exit("listItemMarker"),a.containerState.marker=a.containerState.marker||m,t.check(Ut,a.interrupt?n:d,t.attempt(Uy,h,u))}function d(m){return a.containerState.initialBlankLine=!0,o++,h(m)}function u(m){return U(m)?(t.enter("listItemPrefixWhitespace"),t.consume(m),t.exit("listItemPrefixWhitespace"),h):n(m)}function h(m){return a.containerState.size=o+a.sliceSerialize(t.exit("listItemPrefix"),!0).length,e(m)}}i(_y,"tokenizeListStart");function $y(t,e,n){let a=this;return a.containerState._closeFlow=void 0,t.check(Ut,r,o);function r(l){return a.containerState.furtherBlankLines=a.containerState.furtherBlankLines||a.containerState.initialBlankLine,_(t,e,"listItemIndent",a.containerState.size+1)(l)}i(r,"onBlank");function o(l){return a.containerState.furtherBlankLines||!U(l)?(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,s(l)):(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,t.attempt(Vy,e,s)(l))}i(o,"notBlank");function s(l){return a.containerState._closeFlow=!0,a.interrupt=void 0,_(t,t.attempt(Te,e,n),"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}i(s,"notInCurrentItem")}i($y,"tokenizeListContinuation");function qy(t,e,n){let a=this;return _(t,r,"listItemIndent",a.containerState.size+1);function r(o){let s=a.events[a.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===a.containerState.size?e(o):n(o)}}i(qy,"tokenizeIndent");function Gy(t){t.exit(this.containerState.type)}i(Gy,"tokenizeListEnd");function Wy(t,e,n){let a=this;return _(t,r,"listItemPrefixWhitespace",a.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function r(o){let s=a.events[a.events.length-1];return!U(o)&&s&&s[1].type==="listItemPrefixWhitespace"?e(o):n(o)}}i(Wy,"tokenizeListItemPrefixWhitespace");var Ar={name:"setextUnderline",resolveTo:Jy,tokenize:Hy};function Jy(t,e){let n=t.length,a,r,o;for(;n--;)if(t[n][0]==="enter"){if(t[n][1].type==="content"){a=n;break}t[n][1].type==="paragraph"&&(r=n)}else t[n][1].type==="content"&&t.splice(n,1),!o&&t[n][1].type==="definition"&&(o=n);let s={type:"setextHeading",start:{...t[a][1].start},end:{...t[t.length-1][1].end}};return t[r][1].type="setextHeadingText",o?(t.splice(r,0,["enter",s,e]),t.splice(o+1,0,["exit",t[a][1],e]),t[a][1].end={...t[o][1].end}):t[a][1]=s,t.push(["exit",s,e]),t}i(Jy,"resolveToSetextUnderline");function Hy(t,e,n){let a=this,r;return o;function o(p){let d=a.events.length,u;for(;d--;)if(a.events[d][1].type!=="lineEnding"&&a.events[d][1].type!=="linePrefix"&&a.events[d][1].type!=="content"){u=a.events[d][1].type==="paragraph";break}return!a.parser.lazy[a.now().line]&&(a.interrupt||u)?(t.enter("setextHeadingLine"),r=p,s(p)):n(p)}function s(p){return t.enter("setextHeadingLineSequence"),l(p)}function l(p){return p===r?(t.consume(p),l):(t.exit("setextHeadingLineSequence"),U(p)?_(t,c,"lineSuffix")(p):c(p))}function c(p){return p===null||N(p)?(t.exit("setextHeadingLine"),e(p)):n(p)}}i(Hy,"tokenizeSetextUnderline");var Sp={tokenize:Ky};function Ky(t){let e=this,n=t.attempt(Ut,a,t.attempt(this.parser.constructs.flowInitial,r,_(t,t.attempt(this.parser.constructs.flow,r,t.attempt(qo,r)),"linePrefix")));return n;function a(o){if(o===null){t.consume(o);return}return t.enter("lineEndingBlank"),t.consume(o),t.exit("lineEndingBlank"),e.currentConstruct=void 0,n}function r(o){if(o===null){t.consume(o);return}return t.enter("lineEnding"),t.consume(o),t.exit("lineEnding"),e.currentConstruct=void 0,n}}i(Ky,"initializeFlow");var Pp={resolveAll:Ip()},Ep=zp("string"),Fp=zp("text");function zp(t){return{resolveAll:Ip(t==="text"?Yy:void 0),tokenize:e};function e(n){let a=this,r=this.parser.constructs[t],o=n.attempt(r,s,l);return s;function s(d){return p(d)?o(d):l(d)}function l(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),c}function c(d){return p(d)?(n.exit("data"),o(d)):(n.consume(d),c)}function p(d){if(d===null)return!0;let u=r[d],h=-1;if(u)for(;++h<u.length;){let m=u[h];if(!m.previous||m.previous.call(a,a.previous))return!0}return!1}}}i(zp,"initializeFactory");function Ip(t){return e;function e(n,a){let r=-1,o;for(;++r<=n.length;)o===void 0?n[r]&&n[r][1].type==="data"&&(o=r,r++):(!n[r]||n[r][1].type!=="data")&&(r!==o+2&&(n[o][1].end=n[r-1][1].end,n.splice(o+2,r-o-2),r=o+2),o=void 0);return t?t(n,a):n}}i(Ip,"createResolver");function Yy(t,e){let n=0;for(;++n<=t.length;)if((n===t.length||t[n][1].type==="lineEnding")&&t[n-1][1].type==="data"){let a=t[n-1][1],r=e.sliceStream(a),o=r.length,s=-1,l=0,c;for(;o--;){let p=r[o];if(typeof p=="string"){for(s=p.length;p.charCodeAt(s-1)===32;)l++,s--;if(s)break;s=-1}else if(p===-2)c=!0,l++;else if(p!==-1){o++;break}}if(e._contentTypeTextTrailing&&n===t.length&&(l=0),l){let p={type:n===t.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:o?s:a.start._bufferIndex+s,_index:a.start._index+o,line:a.end.line,column:a.end.column-l,offset:a.end.offset-l},end:{...a.end}};a.end={...p.start},a.start.offset===a.end.offset?Object.assign(a,p):(t.splice(n,0,["enter",p,e],["exit",p,e]),n+=2)}n++}return t}i(Yy,"resolveAllLineSuffixes");var Zo={};Ql(Zo,{attentionMarkers:()=>rv,contentInitial:()=>Xy,disable:()=>iv,document:()=>Qy,flow:()=>ev,flowInitial:()=>Zy,insideSpan:()=>av,string:()=>tv,text:()=>nv});var Qy={42:Te,43:Te,45:Te,48:Te,49:Te,50:Te,51:Te,52:Te,53:Te,54:Te,55:Te,56:Te,57:Te,62:ur},Xy={91:Go},Zy={[-2]:ua,[-1]:ua,32:ua},ev={35:Jo,42:rn,45:[Ar,rn],60:Ko,61:Ar,95:rn,96:gr,126:gr},tv={38:hr,92:mr},nv={[-5]:ha,[-4]:ha,[-3]:ha,33:Qo,38:hr,42:da,60:[_o,Yo],91:Xo,92:[Wo,mr],93:an,95:da,96:$o},av={null:[da,Pp]},rv={null:[42,95]},iv={null:[]};function Np(t,e,n){let a={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},r={},o=[],s=[],l=[],c=!0,p={attempt:B(q),check:B(K),consume:P,enter:R,exit:x,interrupt:B(K,{interrupt:!0})},d={code:null,containerState:{},defineSkip:v,events:[],now:b,parser:t,previous:null,sliceSerialize:y,sliceStream:w,write:m},u=e.tokenize.call(d,p),h;return e.resolveAll&&o.push(e),d;function m(E){return s=Re(s,E),A(),s[s.length-1]!==null?[]:(W(e,0),d.events=Mn(o,d.events,d),d.events)}i(m,"write");function y(E,j){return sv(w(E),j)}i(y,"sliceSerialize");function w(E){return ov(s,E)}i(w,"sliceStream");function b(){let{_bufferIndex:E,_index:j,line:O,column:G,offset:Q}=a;return{_bufferIndex:E,_index:j,line:O,column:G,offset:Q}}i(b,"now");function v(E){r[E.line]=E.column,H()}i(v,"defineSkip");function A(){let E;for(;a._index<s.length;){let j=s[a._index];if(typeof j=="string")for(E=a._index,a._bufferIndex<0&&(a._bufferIndex=0);a._index===E&&a._bufferIndex<j.length;)T(j.charCodeAt(a._bufferIndex));else T(j)}}i(A,"main");function T(E){c=void 0,h=E,u=u(E)}i(T,"go");function P(E){N(E)?(a.line++,a.column=1,a.offset+=E===-3?2:1,H()):E!==-1&&(a.column++,a.offset++),a._bufferIndex<0?a._index++:(a._bufferIndex++,a._bufferIndex===s[a._index].length&&(a._bufferIndex=-1,a._index++)),d.previous=E,c=!0}i(P,"consume");function R(E,j){let O=j||{};return O.type=E,O.start=b(),d.events.push(["enter",O,d]),l.push(O),O}i(R,"enter");function x(E){let j=l.pop();return j.end=b(),d.events.push(["exit",j,d]),j}i(x,"exit");function q(E,j){W(E,j.from)}i(q,"onsuccessfulconstruct");function K(E,j){j.restore()}i(K,"onsuccessfulcheck");function B(E,j){return O;function O(G,Q,ke){let ze,f,ne,ye;return Array.isArray(G)?we(G):"tokenize"in G?we([G]):k(G);function k(ve){return Hn;function Hn(Ct){let Ht=Ct!==null&&ve[Ct],fn=Ct!==null&&ve.null,oo=[...Array.isArray(Ht)?Ht:Ht?[Ht]:[],...Array.isArray(fn)?fn:fn?[fn]:[]];return we(oo)(Ct)}}function we(ve){return ze=ve,f=0,ve.length===0?ke:Jt(ve[f])}function Jt(ve){return Hn;function Hn(Ct){return ye=fe(),ne=ve,ve.partial||(d.currentConstruct=ve),ve.name&&d.parser.constructs.disable.null.includes(ve.name)?La(Ct):ve.tokenize.call(j?Object.assign(Object.create(d),j):d,p,io,La)(Ct)}}function io(ve){return c=!0,E(ne,ye),Q}function La(ve){return c=!0,ye.restore(),++f<ze.length?Jt(ze[f]):ke}}}i(B,"constructFactory");function W(E,j){E.resolveAll&&!o.includes(E)&&o.push(E),E.resolve&&Ae(d.events,j,d.events.length-j,E.resolve(d.events.slice(j),d)),E.resolveTo&&(d.events=E.resolveTo(d.events,d))}i(W,"addResult");function fe(){let E=b(),j=d.previous,O=d.currentConstruct,G=d.events.length,Q=Array.from(l);return{from:G,restore:ke};function ke(){a=E,d.previous=j,d.currentConstruct=O,d.events.length=G,l=Q,H()}}i(fe,"store");function H(){a.line in r&&a.column<2&&(a.column=r[a.line],a.offset+=r[a.line]-1)}i(H,"accountForPotentialSkip")}i(Np,"createTokenizer");function ov(t,e){let n=e.start._index,a=e.start._bufferIndex,r=e.end._index,o=e.end._bufferIndex,s;if(n===r)s=[t[n].slice(a,o)];else{if(s=t.slice(n,r),a>-1){let l=s[0];typeof l=="string"?s[0]=l.slice(a):s.shift()}o>0&&s.push(t[r].slice(0,o))}return s}i(ov,"sliceChunks");function sv(t,e){let n=-1,a=[],r;for(;++n<t.length;){let o=t[n],s;if(typeof o=="string")s=o;else switch(o){case-5:{s="\r";break}case-4:{s=`
+`;break}case-3:{s=`\r
+`;break}case-2:{s=e?" ":" ";break}case-1:{if(!e&&r)continue;s=" ";break}default:s=String.fromCharCode(o)}r=o===-2,a.push(s)}return a.join("")}i(sv,"serializeChunks");function es(t){let a={constructs:hp([Zo,...(t||{}).extensions||[]]),content:r(bp),defined:[],document:r(wp),flow:r(Sp),lazy:{},string:r(Ep),text:r(Fp)};return a;function r(o){return s;function s(l){return Np(a,o,l)}}}i(es,"parse");function ts(t){for(;!kr(t););return t}i(ts,"postprocess");var Mp=/[\0\t\n\r]/g;function ns(){let t=1,e="",n=!0,a;return r;function r(o,s,l){let c=[],p,d,u,h,m;for(o=e+(typeof o=="string"?o.toString():new TextDecoder(s||void 0).decode(o)),u=0,e="",n&&(o.charCodeAt(0)===65279&&u++,n=void 0);u<o.length;){if(Mp.lastIndex=u,p=Mp.exec(o),h=p&&p.index!==void 0?p.index:o.length,m=o.charCodeAt(h),!p){e=o.slice(u);break}if(m===10&&u===h&&a)c.push(-3),a=void 0;else switch(a&&(c.push(-5),a=void 0),u<h&&(c.push(o.slice(u,h)),t+=h-u),m){case 0:{c.push(65533),t++;break}case 9:{for(d=Math.ceil(t/4)*4,c.push(-2);t++<d;)c.push(-1);break}case 10:{c.push(-4),t=1;break}default:a=!0,t=1}u=h+1}return l&&(a&&c.push(-5),e&&c.push(e),c.push(null)),c}}i(ns,"preprocess");var lv=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function wr(t){return t.replace(lv,cv)}i(wr,"decodeString");function cv(t,e,n){if(e)return e;if(n.charCodeAt(0)===35){let r=n.charCodeAt(1),o=r===120||r===88;return dr(n.slice(o?2:1),o?16:10)}return In(n)||t}i(cv,"decode");function Vt(t){return!t||typeof t!="object"?"":"position"in t||"type"in t?Rp(t.position):"start"in t||"end"in t?Rp(t):"line"in t||"column"in t?as(t):""}i(Vt,"stringifyPosition");function as(t){return jp(t&&t.line)+":"+jp(t&&t.column)}i(as,"point");function Rp(t){return as(t&&t.start)+"-"+as(t&&t.end)}i(Rp,"position");function jp(t){return t&&typeof t=="number"?t:1}i(jp,"index");var Op={}.hasOwnProperty;function rs(t,e,n){return typeof e!="string"&&(n=e,e=void 0),pv(n)(ts(es(n).document().write(ns()(t,e,!0))))}i(rs,"fromMarkdown");function pv(t){let e={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:o(Kl),autolinkProtocol:B,autolinkEmail:B,atxHeading:o(Wl),blockQuote:o(Ct),characterEscape:B,characterReference:B,codeFenced:o(Ht),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:o(Ht,s),codeText:o(fn,s),codeTextData:B,data:B,codeFlowValue:B,definition:o(oo),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:o(nf),hardBreakEscape:o(Jl),hardBreakTrailing:o(Jl),htmlFlow:o(Hl,s),htmlFlowData:B,htmlText:o(Hl,s),htmlTextData:B,image:o(af),label:s,link:o(Kl),listItem:o(rf),listItemValue:h,listOrdered:o(Yl,u),listUnordered:o(Yl),paragraph:o(of),reference:k,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:o(Wl),strong:o(sf),thematicBreak:o(cf)},exit:{atxHeading:c(),atxHeadingSequence:R,autolink:c(),autolinkEmail:Hn,autolinkProtocol:ve,blockQuote:c(),characterEscapeValue:W,characterReferenceMarkerHexadecimal:Jt,characterReferenceMarkerNumeric:Jt,characterReferenceValue:io,characterReference:La,codeFenced:c(b),codeFencedFence:w,codeFencedFenceInfo:m,codeFencedFenceMeta:y,codeFlowValue:W,codeIndented:c(v),codeText:c(O),codeTextData:W,data:W,definition:c(),definitionDestinationString:P,definitionLabelString:A,definitionTitleString:T,emphasis:c(),hardBreakEscape:c(H),hardBreakTrailing:c(H),htmlFlow:c(E),htmlFlowData:W,htmlText:c(j),htmlTextData:W,image:c(Q),label:ze,labelText:ke,lineEnding:fe,link:c(G),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:we,resourceDestinationString:f,resourceTitleString:ne,resource:ye,setextHeading:c(K),setextHeadingLineSequence:q,setextHeadingText:x,strong:c(),thematicBreak:c()}};Dp(e,(t||{}).mdastExtensions||[]);let n={};return a;function a(C){let S={type:"root",children:[]},V={stack:[S],tokenStack:[],config:e,enter:l,exit:p,buffer:s,resume:d,data:n},J=[],te=-1;for(;++te<C.length;)if(C[te][1].type==="listOrdered"||C[te][1].type==="listUnordered")if(C[te][0]==="enter")J.push(te);else{let ot=J.pop();te=r(C,ot,te)}for(te=-1;++te<C.length;){let ot=e[C[te][0]];Op.call(ot,C[te][1].type)&&ot[C[te][1].type].call(Object.assign({sliceSerialize:C[te][2].sliceSerialize},V),C[te][1])}if(V.tokenStack.length>0){let ot=V.tokenStack[V.tokenStack.length-1];(ot[1]||Lp).call(V,void 0,ot[0])}for(S.position={start:_t(C.length>0?C[0][1].start:{line:1,column:1,offset:0}),end:_t(C.length>0?C[C.length-2][1].end:{line:1,column:1,offset:0})},te=-1;++te<e.transforms.length;)S=e.transforms[te](S)||S;return S}function r(C,S,V){let J=S-1,te=-1,ot=!1,Kt,Tt,Kn,Yn;for(;++J<=V;){let Ve=C[J];switch(Ve[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ve[0]==="enter"?te++:te--,Yn=void 0;break}case"lineEndingBlank":{Ve[0]==="enter"&&(Kt&&!Yn&&!te&&!Kn&&(Kn=J),Yn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Yn=void 0}if(!te&&Ve[0]==="enter"&&Ve[1].type==="listItemPrefix"||te===-1&&Ve[0]==="exit"&&(Ve[1].type==="listUnordered"||Ve[1].type==="listOrdered")){if(Kt){let kn=J;for(Tt=void 0;kn--;){let St=C[kn];if(St[1].type==="lineEnding"||St[1].type==="lineEndingBlank"){if(St[0]==="exit")continue;Tt&&(C[Tt][1].type="lineEndingBlank",ot=!0),St[1].type="lineEnding",Tt=kn}else if(!(St[1].type==="linePrefix"||St[1].type==="blockQuotePrefix"||St[1].type==="blockQuotePrefixWhitespace"||St[1].type==="blockQuoteMarker"||St[1].type==="listItemIndent"))break}Kn&&(!Tt||Kn<Tt)&&(Kt._spread=!0),Kt.end=Object.assign({},Tt?C[Tt][1].start:Ve[1].end),C.splice(Tt||J,0,["exit",Kt,Ve[2]]),J++,V++}if(Ve[1].type==="listItemPrefix"){let kn={type:"listItem",_spread:!1,start:Object.assign({},Ve[1].start),end:void 0};Kt=kn,C.splice(J,0,["enter",kn,Ve[2]]),J++,V++,Kn=void 0,Yn=!0}}}return C[S][1]._spread=ot,V}function o(C,S){return V;function V(J){l.call(this,C(J),J),S&&S.call(this,J)}}function s(){this.stack.push({type:"fragment",children:[]})}function l(C,S,V){this.stack[this.stack.length-1].children.push(C),this.stack.push(C),this.tokenStack.push([S,V||void 0]),C.position={start:_t(S.start),end:void 0}}function c(C){return S;function S(V){C&&C.call(this,V),p.call(this,V)}}function p(C,S){let V=this.stack.pop(),J=this.tokenStack.pop();if(J)J[0].type!==C.type&&(S?S.call(this,C,J[0]):(J[1]||Lp).call(this,C,J[0]));else throw new Error("Cannot close `"+C.type+"` ("+Vt({start:C.start,end:C.end})+"): it\u2019s not open");V.position.end=_t(C.end)}function d(){return tn(this.stack.pop())}function u(){this.data.expectingFirstListItemValue=!0}function h(C){if(this.data.expectingFirstListItemValue){let S=this.stack[this.stack.length-2];S.start=Number.parseInt(this.sliceSerialize(C),10),this.data.expectingFirstListItemValue=void 0}}function m(){let C=this.resume(),S=this.stack[this.stack.length-1];S.lang=C}function y(){let C=this.resume(),S=this.stack[this.stack.length-1];S.meta=C}function w(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function b(){let C=this.resume(),S=this.stack[this.stack.length-1];S.value=C.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function v(){let C=this.resume(),S=this.stack[this.stack.length-1];S.value=C.replace(/(\r?\n|\r)$/g,"")}function A(C){let S=this.resume(),V=this.stack[this.stack.length-1];V.label=S,V.identifier=Nt(this.sliceSerialize(C)).toLowerCase()}function T(){let C=this.resume(),S=this.stack[this.stack.length-1];S.title=C}function P(){let C=this.resume(),S=this.stack[this.stack.length-1];S.url=C}function R(C){let S=this.stack[this.stack.length-1];if(!S.depth){let V=this.sliceSerialize(C).length;S.depth=V}}function x(){this.data.setextHeadingSlurpLineEnding=!0}function q(C){let S=this.stack[this.stack.length-1];S.depth=this.sliceSerialize(C).codePointAt(0)===61?1:2}function K(){this.data.setextHeadingSlurpLineEnding=void 0}function B(C){let V=this.stack[this.stack.length-1].children,J=V[V.length-1];(!J||J.type!=="text")&&(J=lf(),J.position={start:_t(C.start),end:void 0},V.push(J)),this.stack.push(J)}function W(C){let S=this.stack.pop();S.value+=this.sliceSerialize(C),S.position.end=_t(C.end)}function fe(C){let S=this.stack[this.stack.length-1];if(this.data.atHardBreak){let V=S.children[S.children.length-1];V.position.end=_t(C.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&e.canContainEols.includes(S.type)&&(B.call(this,C),W.call(this,C))}function H(){this.data.atHardBreak=!0}function E(){let C=this.resume(),S=this.stack[this.stack.length-1];S.value=C}function j(){let C=this.resume(),S=this.stack[this.stack.length-1];S.value=C}function O(){let C=this.resume(),S=this.stack[this.stack.length-1];S.value=C}function G(){let C=this.stack[this.stack.length-1];if(this.data.inReference){let S=this.data.referenceType||"shortcut";C.type+="Reference",C.referenceType=S,delete C.url,delete C.title}else delete C.identifier,delete C.label;this.data.referenceType=void 0}function Q(){let C=this.stack[this.stack.length-1];if(this.data.inReference){let S=this.data.referenceType||"shortcut";C.type+="Reference",C.referenceType=S,delete C.url,delete C.title}else delete C.identifier,delete C.label;this.data.referenceType=void 0}function ke(C){let S=this.sliceSerialize(C),V=this.stack[this.stack.length-2];V.label=wr(S),V.identifier=Nt(S).toLowerCase()}function ze(){let C=this.stack[this.stack.length-1],S=this.resume(),V=this.stack[this.stack.length-1];if(this.data.inReference=!0,V.type==="link"){let J=C.children;V.children=J}else V.alt=S}function f(){let C=this.resume(),S=this.stack[this.stack.length-1];S.url=C}function ne(){let C=this.resume(),S=this.stack[this.stack.length-1];S.title=C}function ye(){this.data.inReference=void 0}function k(){this.data.referenceType="collapsed"}function we(C){let S=this.resume(),V=this.stack[this.stack.length-1];V.label=S,V.identifier=Nt(this.sliceSerialize(C)).toLowerCase(),this.data.referenceType="full"}function Jt(C){this.data.characterReferenceType=C.type}function io(C){let S=this.sliceSerialize(C),V=this.data.characterReferenceType,J;V?(J=dr(S,V==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):J=In(S);let te=this.stack[this.stack.length-1];te.value+=J}function La(C){let S=this.stack.pop();S.position.end=_t(C.end)}function ve(C){W.call(this,C);let S=this.stack[this.stack.length-1];S.url=this.sliceSerialize(C)}function Hn(C){W.call(this,C);let S=this.stack[this.stack.length-1];S.url="mailto:"+this.sliceSerialize(C)}function Ct(){return{type:"blockquote",children:[]}}function Ht(){return{type:"code",lang:null,meta:null,value:""}}function fn(){return{type:"inlineCode",value:""}}function oo(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function nf(){return{type:"emphasis",children:[]}}function Wl(){return{type:"heading",depth:0,children:[]}}function Jl(){return{type:"break"}}function Hl(){return{type:"html",value:""}}function af(){return{type:"image",title:null,url:"",alt:null}}function Kl(){return{type:"link",title:null,url:"",children:[]}}function Yl(C){return{type:"list",ordered:C.type==="listOrdered",start:null,spread:C._spread,children:[]}}function rf(C){return{type:"listItem",spread:C._spread,checked:null,children:[]}}function of(){return{type:"paragraph",children:[]}}function sf(){return{type:"strong",children:[]}}function lf(){return{type:"text",value:""}}function cf(){return{type:"thematicBreak"}}}i(pv,"compiler");function _t(t){return{line:t.line,column:t.column,offset:t.offset}}i(_t,"point");function Dp(t,e){let n=-1;for(;++n<e.length;){let a=e[n];Array.isArray(a)?Dp(t,a):dv(t,a)}}i(Dp,"configure");function dv(t,e){let n;for(n in e)if(Op.call(e,n))switch(n){case"canContainEols":{let a=e[n];a&&t[n].push(...a);break}case"transforms":{let a=e[n];a&&t[n].push(...a);break}case"enter":case"exit":{let a=e[n];a&&Object.assign(t[n],a);break}}}i(dv,"extension");function Lp(t,e){throw t?new Error("Cannot close `"+t.type+"` ("+Vt({start:t.start,end:t.end})+"): a different token (`"+e.type+"`, "+Vt({start:e.start,end:e.end})+") is open"):new Error("Cannot close document, a token (`"+e.type+"`, "+Vt({start:e.start,end:e.end})+") is still open")}i(Lp,"defaultOnError");function Rn(t){let e=this;e.parser=n;function n(a){return rs(a,{...e.data("settings"),...t,extensions:e.data("micromarkExtensions")||[],mdastExtensions:e.data("fromMarkdownExtensions")||[]})}i(n,"parser")}i(Rn,"remarkParse");var Bp={}.hasOwnProperty;function Up(t,e){let n=e||{};function a(r,...o){let s=a.invalid,l=a.handlers;if(r&&Bp.call(r,t)){let c=String(r[t]);s=Bp.call(l,c)?l[c]:a.unknown}if(s)return s.call(this,r,...o)}return i(a,"one"),a.handlers=n.handlers||{},a.invalid=n.invalid,a.unknown=n.unknown,a}i(Up,"zwitch");var uv={}.hasOwnProperty;function is(t,e){let n=-1,a;if(e.extensions)for(;++n<e.extensions.length;)is(t,e.extensions[n]);for(a in e)if(uv.call(e,a))switch(a){case"extensions":break;case"unsafe":{Vp(t[a],e[a]);break}case"join":{Vp(t[a],e[a]);break}case"handlers":{mv(t[a],e[a]);break}default:t.options[a]=e[a]}return t}i(is,"configure");function Vp(t,e){e&&t.push(...e)}i(Vp,"list");function mv(t,e){e&&Object.assign(t,e)}i(mv,"map");function _p(t,e,n,a){let r=n.enter("blockquote"),o=n.createTracker(a);o.move("> "),o.shift(2);let s=n.indentLines(n.containerFlow(t,o.current()),hv);return r(),s}i(_p,"blockquote");function hv(t,e,n){return">"+(n?"":" ")+t}i(hv,"map");function xr(t,e){return $p(t,e.inConstruct,!0)&&!$p(t,e.notInConstruct,!1)}i(xr,"patternInScope");function $p(t,e,n){if(typeof e=="string"&&(e=[e]),!e||e.length===0)return n;let a=-1;for(;++a<e.length;)if(t.includes(e[a]))return!0;return!1}i($p,"listInScope");function os(t,e,n,a){let r=-1;for(;++r<n.unsafe.length;)if(n.unsafe[r].character===`
+`&&xr(n.stack,n.unsafe[r]))return/[ \t]/.test(a.before)?"":" ";return`\\
+`}i(os,"hardBreak");function qp(t,e){let n=String(t),a=n.indexOf(e),r=a,o=0,s=0;if(typeof e!="string")throw new TypeError("Expected substring");for(;a!==-1;)a===r?++o>s&&(s=o):o=1,r=a+e.length,a=n.indexOf(e,r);return s}i(qp,"longestStreak");function ga(t,e){return!!(e.options.fences===!1&&t.value&&!t.lang&&/[^ \r\n]/.test(t.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(t.value))}i(ga,"formatCodeAsIndented");function Gp(t){let e=t.options.fence||"`";if(e!=="`"&&e!=="~")throw new Error("Cannot serialize code with `"+e+"` for `options.fence`, expected `` ` `` or `~`");return e}i(Gp,"checkFence");function Wp(t,e,n,a){let r=Gp(n),o=t.value||"",s=r==="`"?"GraveAccent":"Tilde";if(ga(t,n)){let u=n.enter("codeIndented"),h=n.indentLines(o,gv);return u(),h}let l=n.createTracker(a),c=r.repeat(Math.max(qp(o,r)+1,3)),p=n.enter("codeFenced"),d=l.move(c);if(t.lang){let u=n.enter(`codeFencedLang${s}`);d+=l.move(n.safe(t.lang,{before:d,after:" ",encode:["`"],...l.current()})),u()}if(t.lang&&t.meta){let u=n.enter(`codeFencedMeta${s}`);d+=l.move(" "),d+=l.move(n.safe(t.meta,{before:d,after:`
+`,encode:["`"],...l.current()})),u()}return d+=l.move(`
+`),o&&(d+=l.move(o+`
+`)),d+=l.move(c),p(),d}i(Wp,"code");function gv(t,e,n){return(n?"":" ")+t}i(gv,"map");function jn(t){let e=t.options.quote||'"';if(e!=='"'&&e!=="'")throw new Error("Cannot serialize title with `"+e+"` for `options.quote`, expected `\"`, or `'`");return e}i(jn,"checkQuote");function Jp(t,e,n,a){let r=jn(n),o=r==='"'?"Quote":"Apostrophe",s=n.enter("definition"),l=n.enter("label"),c=n.createTracker(a),p=c.move("[");return p+=c.move(n.safe(n.associationId(t),{before:p,after:"]",...c.current()})),p+=c.move("]: "),l(),!t.url||/[\0- \u007F]/.test(t.url)?(l=n.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(n.safe(t.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=n.enter("destinationRaw"),p+=c.move(n.safe(t.url,{before:p,after:t.title?" ":`
+`,...c.current()}))),l(),t.title&&(l=n.enter(`title${o}`),p+=c.move(" "+r),p+=c.move(n.safe(t.title,{before:p,after:r,...c.current()})),p+=c.move(r),l()),s(),p}i(Jp,"definition");function Hp(t){let e=t.options.emphasis||"*";if(e!=="*"&&e!=="_")throw new Error("Cannot serialize emphasis with `"+e+"` for `options.emphasis`, expected `*`, or `_`");return e}i(Hp,"checkEmphasis");function Je(t){return"&#x"+t.toString(16).toUpperCase()+";"}i(Je,"encodeCharacterReference");function Ln(t,e,n){let a=Nn(t),r=Nn(e);return a===void 0?r===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:a===1?r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}i(Ln,"encodeInfo");ss.peek=fv;function ss(t,e,n,a){let r=Hp(n),o=n.enter("emphasis"),s=n.createTracker(a),l=s.move(r),c=s.move(n.containerPhrasing(t,{after:r,before:l,...s.current()})),p=c.charCodeAt(0),d=Ln(a.before.charCodeAt(a.before.length-1),p,r);d.inside&&(c=Je(p)+c.slice(1));let u=c.charCodeAt(c.length-1),h=Ln(a.after.charCodeAt(0),u,r);h.inside&&(c=c.slice(0,-1)+Je(u));let m=s.move(r);return o(),n.attentionEncodeSurroundingInfo={after:h.outside,before:d.outside},l+c+m}i(ss,"emphasis");function fv(t,e,n){return n.options.emphasis||"*"}i(fv,"emphasisPeek");var On=i((function(t){if(t==null)return bv;if(typeof t=="function")return Cr(t);if(typeof t=="object")return Array.isArray(t)?kv(t):yv(t);if(typeof t=="string")return vv(t);throw new Error("Expected function, string, or object as test")}),"convert");function kv(t){let e=[],n=-1;for(;++n<t.length;)e[n]=On(t[n]);return Cr(a);function a(...r){let o=-1;for(;++o<e.length;)if(e[o].apply(this,r))return!0;return!1}}i(kv,"anyFactory");function yv(t){let e=t;return Cr(n);function n(a){let r=a,o;for(o in t)if(r[o]!==e[o])return!1;return!0}}i(yv,"propertiesFactory");function vv(t){return Cr(e);function e(n){return n&&n.type===t}}i(vv,"typeFactory");function Cr(t){return e;function e(n,a,r){return!!(Av(n)&&t.call(this,n,typeof a=="number"?a:void 0,r||void 0))}}i(Cr,"castFactory");function bv(){return!0}i(bv,"ok");function Av(t){return t!==null&&typeof t=="object"&&"type"in t}i(Av,"looksLikeANode");function Kp(t){return"\x1B[33m"+t+"\x1B[39m"}i(Kp,"color");var Yp=[],Tr=!0,on=!1,Sr="skip";function ls(t,e,n,a){let r;typeof e=="function"&&typeof n!="function"?(a=n,n=e):r=e;let o=On(r),s=a?-1:1;l(t,void 0,[])();function l(c,p,d){let u=c&&typeof c=="object"?c:{};if(typeof u.type=="string"){let m=typeof u.tagName=="string"?u.tagName:typeof u.name=="string"?u.name:void 0;Object.defineProperty(h,"name",{value:"node ("+Kp(c.type+(m?"<"+m+">":""))+")"})}return h;function h(){let m=Yp,y,w,b;if((!e||o(c,p,d[d.length-1]||void 0))&&(m=wv(n(c,d)),m[0]===on))return m;if("children"in c&&c.children){let v=c;if(v.children&&m[0]!==Sr)for(w=(a?v.children.length:-1)+s,b=d.concat(v);w>-1&&w<v.children.length;){let A=v.children[w];if(y=l(A,w,b)(),y[0]===on)return y;w=typeof y[1]=="number"?y[1]:w+s}}return m}}i(l,"factory")}i(ls,"visitParents");function wv(t){return Array.isArray(t)?t:typeof t=="number"?[Tr,t]:t==null?Yp:[t]}i(wv,"toResult");function fa(t,e,n,a){let r,o,s;typeof e=="function"&&typeof n!="function"?(o=void 0,s=e,r=n):(o=e,s=n,r=a),ls(t,o,l,r);function l(c,p){let d=p[p.length-1],u=d?d.children.indexOf(c):void 0;return s(c,u,d)}i(l,"overload")}i(fa,"visit");function Pr(t,e){let n=!1;return fa(t,function(a){if("value"in a&&/\r?\n|\r/.test(a.value)||a.type==="break")return n=!0,on}),!!((!t.depth||t.depth<3)&&tn(t)&&(e.options.setext||n))}i(Pr,"formatHeadingAsSetext");function Qp(t,e,n,a){let r=Math.max(Math.min(6,t.depth||1),1),o=n.createTracker(a);if(Pr(t,n)){let d=n.enter("headingSetext"),u=n.enter("phrasing"),h=n.containerPhrasing(t,{...o.current(),before:`
+`,after:`
+`});return u(),d(),h+`
+`+(r===1?"=":"-").repeat(h.length-(Math.max(h.lastIndexOf("\r"),h.lastIndexOf(`
+`))+1))}let s="#".repeat(r),l=n.enter("headingAtx"),c=n.enter("phrasing");o.move(s+" ");let p=n.containerPhrasing(t,{before:"# ",after:`
+`,...o.current()});return/^[\t ]/.test(p)&&(p=Je(p.charCodeAt(0))+p.slice(1)),p=p?s+" "+p:s,n.options.closeAtx&&(p+=" "+s),c(),l(),p}i(Qp,"heading");cs.peek=xv;function cs(t){return t.value||""}i(cs,"html");function xv(){return"<"}i(xv,"htmlPeek");ps.peek=Cv;function ps(t,e,n,a){let r=jn(n),o=r==='"'?"Quote":"Apostrophe",s=n.enter("image"),l=n.enter("label"),c=n.createTracker(a),p=c.move("![");return p+=c.move(n.safe(t.alt,{before:p,after:"]",...c.current()})),p+=c.move("]("),l(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(l=n.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(n.safe(t.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=n.enter("destinationRaw"),p+=c.move(n.safe(t.url,{before:p,after:t.title?" ":")",...c.current()}))),l(),t.title&&(l=n.enter(`title${o}`),p+=c.move(" "+r),p+=c.move(n.safe(t.title,{before:p,after:r,...c.current()})),p+=c.move(r),l()),p+=c.move(")"),s(),p}i(ps,"image");function Cv(){return"!"}i(Cv,"imagePeek");ds.peek=Tv;function ds(t,e,n,a){let r=t.referenceType,o=n.enter("imageReference"),s=n.enter("label"),l=n.createTracker(a),c=l.move("!["),p=n.safe(t.alt,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),s();let d=n.stack;n.stack=[],s=n.enter("reference");let u=n.safe(n.associationId(t),{before:c,after:"]",...l.current()});return s(),n.stack=d,o(),r==="full"||!p||p!==u?c+=l.move(u+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}i(ds,"imageReference");function Tv(){return"!"}i(Tv,"imageReferencePeek");us.peek=Sv;function us(t,e,n){let a=t.value||"",r="`",o=-1;for(;new RegExp("(^|[^`])"+r+"([^`]|$)").test(a);)r+="`";for(/[^ \r\n]/.test(a)&&(/^[ \r\n]/.test(a)&&/[ \r\n]$/.test(a)||/^`|`$/.test(a))&&(a=" "+a+" ");++o<n.unsafe.length;){let s=n.unsafe[o],l=n.compilePattern(s),c;if(s.atBreak)for(;c=l.exec(a);){let p=c.index;a.charCodeAt(p)===10&&a.charCodeAt(p-1)===13&&p--,a=a.slice(0,p)+" "+a.slice(c.index+1)}}return r+a+r}i(us,"inlineCode");function Sv(){return"`"}i(Sv,"inlineCodePeek");function ms(t,e){let n=tn(t);return!!(!e.options.resourceLink&&t.url&&!t.title&&t.children&&t.children.length===1&&t.children[0].type==="text"&&(n===t.url||"mailto:"+n===t.url)&&/^[a-z][a-z+.-]+:/i.test(t.url)&&!/[\0- <>\u007F]/.test(t.url))}i(ms,"formatLinkAsAutolink");hs.peek=Pv;function hs(t,e,n,a){let r=jn(n),o=r==='"'?"Quote":"Apostrophe",s=n.createTracker(a),l,c;if(ms(t,n)){let d=n.stack;n.stack=[],l=n.enter("autolink");let u=s.move("<");return u+=s.move(n.containerPhrasing(t,{before:u,after:">",...s.current()})),u+=s.move(">"),l(),n.stack=d,u}l=n.enter("link"),c=n.enter("label");let p=s.move("[");return p+=s.move(n.containerPhrasing(t,{before:p,after:"](",...s.current()})),p+=s.move("]("),c(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(c=n.enter("destinationLiteral"),p+=s.move("<"),p+=s.move(n.safe(t.url,{before:p,after:">",...s.current()})),p+=s.move(">")):(c=n.enter("destinationRaw"),p+=s.move(n.safe(t.url,{before:p,after:t.title?" ":")",...s.current()}))),c(),t.title&&(c=n.enter(`title${o}`),p+=s.move(" "+r),p+=s.move(n.safe(t.title,{before:p,after:r,...s.current()})),p+=s.move(r),c()),p+=s.move(")"),l(),p}i(hs,"link");function Pv(t,e,n){return ms(t,n)?"<":"["}i(Pv,"linkPeek");gs.peek=Ev;function gs(t,e,n,a){let r=t.referenceType,o=n.enter("linkReference"),s=n.enter("label"),l=n.createTracker(a),c=l.move("["),p=n.containerPhrasing(t,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),s();let d=n.stack;n.stack=[],s=n.enter("reference");let u=n.safe(n.associationId(t),{before:c,after:"]",...l.current()});return s(),n.stack=d,o(),r==="full"||!p||p!==u?c+=l.move(u+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}i(gs,"linkReference");function Ev(){return"["}i(Ev,"linkReferencePeek");function Dn(t){let e=t.options.bullet||"*";if(e!=="*"&&e!=="+"&&e!=="-")throw new Error("Cannot serialize items with `"+e+"` for `options.bullet`, expected `*`, `+`, or `-`");return e}i(Dn,"checkBullet");function Xp(t){let e=Dn(t),n=t.options.bulletOther;if(!n)return e==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===e)throw new Error("Expected `bullet` (`"+e+"`) and `bulletOther` (`"+n+"`) to be different");return n}i(Xp,"checkBulletOther");function Zp(t){let e=t.options.bulletOrdered||".";if(e!=="."&&e!==")")throw new Error("Cannot serialize items with `"+e+"` for `options.bulletOrdered`, expected `.` or `)`");return e}i(Zp,"checkBulletOrdered");function Er(t){let e=t.options.rule||"*";if(e!=="*"&&e!=="-"&&e!=="_")throw new Error("Cannot serialize rules with `"+e+"` for `options.rule`, expected `*`, `-`, or `_`");return e}i(Er,"checkRule");function ed(t,e,n,a){let r=n.enter("list"),o=n.bulletCurrent,s=t.ordered?Zp(n):Dn(n),l=t.ordered?s==="."?")":".":Xp(n),c=e&&n.bulletLastUsed?s===n.bulletLastUsed:!1;if(!t.ordered){let d=t.children?t.children[0]:void 0;if((s==="*"||s==="-")&&d&&(!d.children||!d.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(c=!0),Er(n)===s&&d){let u=-1;for(;++u<t.children.length;){let h=t.children[u];if(h&&h.type==="listItem"&&h.children&&h.children[0]&&h.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(s=l),n.bulletCurrent=s;let p=n.containerFlow(t,a);return n.bulletLastUsed=s,n.bulletCurrent=o,r(),p}i(ed,"list");function td(t){let e=t.options.listItemIndent||"one";if(e!=="tab"&&e!=="one"&&e!=="mixed")throw new Error("Cannot serialize items with `"+e+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return e}i(td,"checkListItemIndent");function nd(t,e,n,a){let r=td(n),o=n.bulletCurrent||Dn(n);e&&e.type==="list"&&e.ordered&&(o=(typeof e.start=="number"&&e.start>-1?e.start:1)+(n.options.incrementListMarker===!1?0:e.children.indexOf(t))+o);let s=o.length+1;(r==="tab"||r==="mixed"&&(e&&e.type==="list"&&e.spread||t.spread))&&(s=Math.ceil(s/4)*4);let l=n.createTracker(a);l.move(o+" ".repeat(s-o.length)),l.shift(s);let c=n.enter("listItem"),p=n.indentLines(n.containerFlow(t,l.current()),d);return c(),p;function d(u,h,m){return h?(m?"":" ".repeat(s))+u:(m?o:o+" ".repeat(s-o.length))+u}i(d,"map")}i(nd,"listItem");function ad(t,e,n,a){let r=n.enter("paragraph"),o=n.enter("phrasing"),s=n.containerPhrasing(t,a);return o(),r(),s}i(ad,"paragraph");var fs=On(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function rd(t,e,n,a){return(t.children.some(function(s){return fs(s)})?n.containerPhrasing:n.containerFlow).call(n,t,a)}i(rd,"root");function id(t){let e=t.options.strong||"*";if(e!=="*"&&e!=="_")throw new Error("Cannot serialize strong with `"+e+"` for `options.strong`, expected `*`, or `_`");return e}i(id,"checkStrong");ks.peek=Fv;function ks(t,e,n,a){let r=id(n),o=n.enter("strong"),s=n.createTracker(a),l=s.move(r+r),c=s.move(n.containerPhrasing(t,{after:r,before:l,...s.current()})),p=c.charCodeAt(0),d=Ln(a.before.charCodeAt(a.before.length-1),p,r);d.inside&&(c=Je(p)+c.slice(1));let u=c.charCodeAt(c.length-1),h=Ln(a.after.charCodeAt(0),u,r);h.inside&&(c=c.slice(0,-1)+Je(u));let m=s.move(r+r);return o(),n.attentionEncodeSurroundingInfo={after:h.outside,before:d.outside},l+c+m}i(ks,"strong");function Fv(t,e,n){return n.options.strong||"*"}i(Fv,"strongPeek");function od(t,e,n,a){return n.safe(t.value,a)}i(od,"text");function sd(t){let e=t.options.ruleRepetition||3;if(e<3)throw new Error("Cannot serialize rules with repetition `"+e+"` for `options.ruleRepetition`, expected `3` or more");return e}i(sd,"checkRuleRepetition");function ld(t,e,n){let a=(Er(n)+(n.options.ruleSpaces?" ":"")).repeat(sd(n));return n.options.ruleSpaces?a.slice(0,-1):a}i(ld,"thematicBreak");var cd={blockquote:_p,break:os,code:Wp,definition:Jp,emphasis:ss,hardBreak:os,heading:Qp,html:cs,image:ps,imageReference:ds,inlineCode:us,link:hs,linkReference:gs,list:ed,listItem:nd,paragraph:ad,root:rd,strong:ks,text:od,thematicBreak:ld};var pd=[zv];function zv(t,e,n,a){if(e.type==="code"&&ga(e,a)&&(t.type==="list"||t.type===e.type&&ga(t,a)))return!1;if("spread"in n&&typeof n.spread=="boolean")return t.type==="paragraph"&&(t.type===e.type||e.type==="definition"||e.type==="heading"&&Pr(e,a))?void 0:n.spread?1:0}i(zv,"joinDefaults");var sn=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"],dd=[{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"\r",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:`
+`,inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"!",after:"\\[",inConstruct:"phrasing",notInConstruct:sn},{character:'"',inConstruct:"titleQuote"},{atBreak:!0,character:"#"},{character:"#",inConstruct:"headingAtx",after:`(?:[\r
+]|$)`},{character:"&",after:"[#A-Za-z]",inConstruct:"phrasing"},{character:"'",inConstruct:"titleApostrophe"},{character:"(",inConstruct:"destinationRaw"},{before:"\\]",character:"(",inConstruct:"phrasing",notInConstruct:sn},{atBreak:!0,before:"\\d+",character:")"},{character:")",inConstruct:"destinationRaw"},{atBreak:!0,character:"*",after:`(?:[ \r
+*])`},{character:"*",inConstruct:"phrasing",notInConstruct:sn},{atBreak:!0,character:"+",after:`(?:[ \r
+])`},{atBreak:!0,character:"-",after:`(?:[ \r
+-])`},{atBreak:!0,before:"\\d+",character:".",after:`(?:[ \r
+]|$)`},{atBreak:!0,character:"<",after:"[!/?A-Za-z]"},{character:"<",after:"[!/?A-Za-z]",inConstruct:"phrasing",notInConstruct:sn},{character:"<",inConstruct:"destinationLiteral"},{atBreak:!0,character:"="},{atBreak:!0,character:">"},{character:">",inConstruct:"destinationLiteral"},{atBreak:!0,character:"["},{character:"[",inConstruct:"phrasing",notInConstruct:sn},{character:"[",inConstruct:["label","reference"]},{character:"\\",after:"[\\r\\n]",inConstruct:"phrasing"},{character:"]",inConstruct:["label","reference"]},{atBreak:!0,character:"_"},{character:"_",inConstruct:"phrasing",notInConstruct:sn},{atBreak:!0,character:"`"},{character:"`",inConstruct:["codeFencedLangGraveAccent","codeFencedMetaGraveAccent"]},{character:"`",inConstruct:"phrasing",notInConstruct:sn},{atBreak:!0,character:"~"}];function ud(t){return t.label||!t.identifier?t.label||"":wr(t.identifier)}i(ud,"association");function md(t){if(!t._compiled){let e=(t.atBreak?"[\\r\\n][\\t ]*":"")+(t.before?"(?:"+t.before+")":"");t._compiled=new RegExp((e?"("+e+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(t.character)?"\\":"")+t.character+(t.after?"(?:"+t.after+")":""),"g")}return t._compiled}i(md,"compilePattern");function hd(t,e,n){let a=e.indexStack,r=t.children||[],o=[],s=-1,l=n.before,c;a.push(-1);let p=e.createTracker(n);for(;++s<r.length;){let d=r[s],u;if(a[a.length-1]=s,s+1<r.length){let y=e.handle.handlers[r[s+1].type];y&&y.peek&&(y=y.peek),u=y?y(r[s+1],t,e,{before:"",after:"",...p.current()}).charAt(0):""}else u=n.after;o.length>0&&(l==="\r"||l===`
+`)&&d.type==="html"&&(o[o.length-1]=o[o.length-1].replace(/(\r?\n|\r)$/," "),l=" ",p=e.createTracker(n),p.move(o.join("")));let h=e.handle(d,t,e,{...p.current(),after:u,before:l});c&&c===h.slice(0,1)&&(h=Je(c.charCodeAt(0))+h.slice(1));let m=e.attentionEncodeSurroundingInfo;e.attentionEncodeSurroundingInfo=void 0,c=void 0,m&&(o.length>0&&m.before&&l===o[o.length-1].slice(-1)&&(o[o.length-1]=o[o.length-1].slice(0,-1)+Je(l.charCodeAt(0))),m.after&&(c=u)),p.move(h),o.push(h),l=h.slice(-1)}return a.pop(),o.join("")}i(hd,"containerPhrasing");function gd(t,e,n){let a=e.indexStack,r=t.children||[],o=e.createTracker(n),s=[],l=-1;for(a.push(-1);++l<r.length;){let c=r[l];a[a.length-1]=l,s.push(o.move(e.handle(c,t,e,{before:`
+`,after:`
+`,...o.current()}))),c.type!=="list"&&(e.bulletLastUsed=void 0),l<r.length-1&&s.push(o.move(Iv(c,r[l+1],t,e)))}return a.pop(),s.join("")}i(gd,"containerFlow");function Iv(t,e,n,a){let r=a.join.length;for(;r--;){let o=a.join[r](t,e,n,a);if(o===!0||o===1)break;if(typeof o=="number")return`
+`.repeat(1+o);if(o===!1)return`
+
+<!---->
+
+`}return`
+
+`}i(Iv,"between");var Nv=/\r?\n|\r/g;function fd(t,e){let n=[],a=0,r=0,o;for(;o=Nv.exec(t);)s(t.slice(a,o.index)),n.push(o[0]),a=o.index+o[0].length,r++;return s(t.slice(a)),n.join("");function s(l){n.push(e(l,r,!l))}i(s,"one")}i(fd,"indentLines");function yd(t,e,n){let a=(n.before||"")+(e||"")+(n.after||""),r=[],o=[],s={},l=-1;for(;++l<t.unsafe.length;){let d=t.unsafe[l];if(!xr(t.stack,d))continue;let u=t.compilePattern(d),h;for(;h=u.exec(a);){let m="before"in d||!!d.atBreak,y="after"in d,w=h.index+(m?h[1].length:0);r.includes(w)?(s[w].before&&!m&&(s[w].before=!1),s[w].after&&!y&&(s[w].after=!1)):(r.push(w),s[w]={before:m,after:y})}}r.sort(Mv);let c=n.before?n.before.length:0,p=a.length-(n.after?n.after.length:0);for(l=-1;++l<r.length;){let d=r[l];d<c||d>=p||d+1<p&&r[l+1]===d+1&&s[d].after&&!s[d+1].before&&!s[d+1].after||r[l-1]===d-1&&s[d].before&&!s[d-1].before&&!s[d-1].after||(c!==d&&o.push(kd(a.slice(c,d),"\\")),c=d,/[!-/:-@[-`{-~]/.test(a.charAt(d))&&(!n.encode||!n.encode.includes(a.charAt(d)))?o.push("\\"):(o.push(Je(a.charCodeAt(d))),c++))}return o.push(kd(a.slice(c,p),n.after)),o.join("")}i(yd,"safe");function Mv(t,e){return t-e}i(Mv,"numerical");function kd(t,e){let n=/\\(?=[!-/:-@[-`{-~])/g,a=[],r=[],o=t+e,s=-1,l=0,c;for(;c=n.exec(o);)a.push(c.index);for(;++s<a.length;)l!==a[s]&&r.push(t.slice(l,a[s])),r.push("\\"),l=a[s];return r.push(t.slice(l)),r.join("")}i(kd,"escapeBackslashes");function vd(t){let e=t||{},n=e.now||{},a=e.lineShift||0,r=n.line||1,o=n.column||1;return{move:c,current:s,shift:l};function s(){return{now:{line:r,column:o},lineShift:a}}function l(p){a+=p}function c(p){let d=p||"",u=d.split(/\r?\n|\r/g),h=u[u.length-1];return r+=u.length-1,o=u.length===1?o+h.length:1+h.length+a,d}}i(vd,"track");function ys(t,e){let n=e||{},a={associationId:ud,containerPhrasing:Ov,containerFlow:Dv,createTracker:vd,compilePattern:md,enter:o,handlers:{...cd},handle:void 0,indentLines:fd,indexStack:[],join:[...pd],options:{},safe:Bv,stack:[],unsafe:[...dd]};is(a,n),a.options.tightDefinitions&&a.join.push(Lv),a.handle=Up("type",{invalid:Rv,unknown:jv,handlers:a.handlers});let r=a.handle(t,void 0,a,{before:`
+`,after:`
+`,now:{line:1,column:1},lineShift:0});return r&&r.charCodeAt(r.length-1)!==10&&r.charCodeAt(r.length-1)!==13&&(r+=`
+`),r;function o(s){return a.stack.push(s),l;function l(){a.stack.pop()}i(l,"exit")}i(o,"enter")}i(ys,"toMarkdown");function Rv(t){throw new Error("Cannot handle value `"+t+"`, expected node")}i(Rv,"invalid");function jv(t){let e=t;throw new Error("Cannot handle unknown node `"+e.type+"`")}i(jv,"unknown");function Lv(t,e){if(t.type==="definition"&&t.type===e.type)return 0}i(Lv,"joinDefinition");function Ov(t,e){return hd(t,this,e)}i(Ov,"containerPhrasingBound");function Dv(t,e){return gd(t,this,e)}i(Dv,"containerFlowBound");function Bv(t,e){return yd(this,t,e)}i(Bv,"safeBound");function Fr(t){let e=this;e.compiler=n;function n(a){return ys(a,{...e.data("settings"),...t,extensions:e.data("toMarkdownExtensions")||[]})}i(n,"compiler")}i(Fr,"remarkStringify");function vs(t){if(t)throw t}i(vs,"bail");var Mr=Pt(Ed(),1);function ka(t){if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)}i(ka,"isPlainObject");function bs(){let t=[],e={run:n,use:a};return e;function n(...r){let o=-1,s=r.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);l(null,...r);function l(c,...p){let d=t[++o],u=-1;if(c){s(c);return}for(;++u<r.length;)(p[u]===null||p[u]===void 0)&&(p[u]=r[u]);r=p,d?Fd(d,l)(...p):s(null,...p)}i(l,"next")}function a(r){if(typeof r!="function")throw new TypeError("Expected `middelware` to be a function, not "+r);return t.push(r),e}}i(bs,"trough");function Fd(t,e){let n;return a;function a(...s){let l=t.length>s.length,c;l&&s.push(r);try{c=t.apply(this,s)}catch(p){let d=p;if(l&&n)throw d;return r(d)}l||(c&&c.then&&typeof c.then=="function"?c.then(o,r):c instanceof Error?r(c):o(c))}function r(s,...l){n||(n=!0,e(s,...l))}function o(s){r(null,s)}}i(Fd,"wrap");var he=class extends Error{static{i(this,"VFileMessage")}constructor(e,n,a){super(),typeof n=="string"&&(a=n,n=void 0);let r="",o={},s=!1;if(n&&("line"in n&&"column"in n?o={place:n}:"start"in n&&"end"in n?o={place:n}:"type"in n?o={ancestors:[n],place:n.position}:o={...n}),typeof e=="string"?r=e:!o.cause&&e&&(s=!0,r=e.message,o.cause=e),!o.ruleId&&!o.source&&typeof a=="string"){let c=a.indexOf(":");c===-1?o.ruleId=a:(o.source=a.slice(0,c),o.ruleId=a.slice(c+1))}if(!o.place&&o.ancestors&&o.ancestors){let c=o.ancestors[o.ancestors.length-1];c&&(o.place=c.position)}let l=o.place&&"start"in o.place?o.place.start:o.place;this.ancestors=o.ancestors||void 0,this.cause=o.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file="",this.message=r,this.line=l?l.line:void 0,this.name=Vt(o.place)||"1:1",this.place=o.place||void 0,this.reason=this.message,this.ruleId=o.ruleId||void 0,this.source=o.source||void 0,this.stack=s&&o.cause&&typeof o.cause.stack=="string"?o.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};he.prototype.file="";he.prototype.name="";he.prototype.reason="";he.prototype.message="";he.prototype.stack="";he.prototype.column=void 0;he.prototype.line=void 0;he.prototype.ancestors=void 0;he.prototype.cause=void 0;he.prototype.fatal=void 0;he.prototype.place=void 0;he.prototype.ruleId=void 0;he.prototype.source=void 0;var et=Pt(require("node:path"),1);var As=Pt(require("node:process"),1);var ws=require("node:url");function Ir(t){return!!(t!==null&&typeof t=="object"&&"href"in t&&t.href&&"protocol"in t&&t.protocol&&t.auth===void 0)}i(Ir,"isUrl");var xs=["history","path","basename","stem","extname","dirname"],ya=class{static{i(this,"VFile")}constructor(e){let n;e?Ir(e)?n={path:e}:typeof e=="string"||Uv(e)?n={value:e}:n=e:n={},this.cwd="cwd"in n?"":As.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let a=-1;for(;++a<xs.length;){let o=xs[a];o in n&&n[o]!==void 0&&n[o]!==null&&(this[o]=o==="history"?[...n[o]]:n[o])}let r;for(r in n)xs.includes(r)||(this[r]=n[r])}get basename(){return typeof this.path=="string"?et.default.basename(this.path):void 0}set basename(e){Ts(e,"basename"),Cs(e,"basename"),this.path=et.default.join(this.dirname||"",e)}get dirname(){return typeof this.path=="string"?et.default.dirname(this.path):void 0}set dirname(e){zd(this.basename,"dirname"),this.path=et.default.join(e||"",this.basename)}get extname(){return typeof this.path=="string"?et.default.extname(this.path):void 0}set extname(e){if(Cs(e,"extname"),zd(this.dirname,"extname"),e){if(e.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=et.default.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){Ir(e)&&(e=(0,ws.fileURLToPath)(e)),Ts(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path=="string"?et.default.basename(this.path,this.extname):void 0}set stem(e){Ts(e,"stem"),Cs(e,"stem"),this.path=et.default.join(this.dirname||"",e+(this.extname||""))}fail(e,n,a){let r=this.message(e,n,a);throw r.fatal=!0,r}info(e,n,a){let r=this.message(e,n,a);return r.fatal=void 0,r}message(e,n,a){let r=new he(e,n,a);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(e||void 0).decode(this.value)}};function Cs(t,e){if(t&&t.includes(et.default.sep))throw new Error("`"+e+"` cannot be a path: did not expect `"+et.default.sep+"`")}i(Cs,"assertPart");function Ts(t,e){if(!t)throw new Error("`"+e+"` cannot be empty")}i(Ts,"assertNonEmpty");function zd(t,e){if(!t)throw new Error("Setting `"+e+"` requires `path` to be set too")}i(zd,"assertPath");function Uv(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}i(Uv,"isUint8Array");var Id=i((function(t){let a=this.constructor.prototype,r=a[t],o=i(function(){return r.apply(o,arguments)},"apply");return Object.setPrototypeOf(o,a),o}),"CallableInstance");var Vv={}.hasOwnProperty,Fs=class t extends Id{static{i(this,"Processor")}constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=bs()}copy(){let e=new t,n=-1;for(;++n<this.attachers.length;){let a=this.attachers[n];e.use(...a)}return e.data((0,Mr.default)(!0,{},this.namespace)),e}data(e,n){return typeof e=="string"?arguments.length===2?(Es("data",this.frozen),this.namespace[e]=n,this):Vv.call(this.namespace,e)&&this.namespace[e]||void 0:e?(Es("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;let e=this;for(;++this.freezeIndex<this.attachers.length;){let[n,...a]=this.attachers[this.freezeIndex];if(a[0]===!1)continue;a[0]===!0&&(a[0]=void 0);let r=n.call(e,...a);typeof r=="function"&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();let n=Nr(e),a=this.parser||this.Parser;return Ss("parse",a),a(String(n),n)}process(e,n){let a=this;return this.freeze(),Ss("process",this.parser||this.Parser),Ps("process",this.compiler||this.Compiler),n?r(void 0,n):new Promise(r);function r(o,s){let l=Nr(e),c=a.parse(l);a.run(c,l,function(d,u,h){if(d||!u||!h)return p(d);let m=u,y=a.stringify(m,h);$v(y)?h.value=y:h.result=y,p(d,h)});function p(d,u){d||!u?s(d):o?o(u):n(void 0,u)}i(p,"realDone")}i(r,"executor")}processSync(e){let n=!1,a;return this.freeze(),Ss("processSync",this.parser||this.Parser),Ps("processSync",this.compiler||this.Compiler),this.process(e,r),Md("processSync","process",n),a;function r(o,s){n=!0,vs(o),a=s}i(r,"realDone")}run(e,n,a){Nd(e),this.freeze();let r=this.transformers;return!a&&typeof n=="function"&&(a=n,n=void 0),a?o(void 0,a):new Promise(o);function o(s,l){let c=Nr(n);r.run(e,c,p);function p(d,u,h){let m=u||e;d?l(d):s?s(m):a(void 0,m,h)}i(p,"realDone")}i(o,"executor")}runSync(e,n){let a=!1,r;return this.run(e,n,o),Md("runSync","run",a),r;function o(s,l){vs(s),r=l,a=!0}i(o,"realDone")}stringify(e,n){this.freeze();let a=Nr(n),r=this.compiler||this.Compiler;return Ps("stringify",r),Nd(e),r(e,a)}use(e,...n){let a=this.attachers,r=this.namespace;if(Es("use",this.frozen),e!=null)if(typeof e=="function")c(e,n);else if(typeof e=="object")Array.isArray(e)?l(e):s(e);else throw new TypeError("Expected usable value, not `"+e+"`");return this;function o(p){if(typeof p=="function")c(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[d,...u]=p;c(d,u)}else s(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function s(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(p.plugins),p.settings&&(r.settings=(0,Mr.default)(!0,r.settings,p.settings))}function l(p){let d=-1;if(p!=null)if(Array.isArray(p))for(;++d<p.length;){let u=p[d];o(u)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function c(p,d){let u=-1,h=-1;for(;++u<a.length;)if(a[u][0]===p){h=u;break}if(h===-1)a.push([p,...d]);else if(d.length>0){let[m,...y]=d,w=a[h][1];ka(w)&&ka(m)&&(m=(0,Mr.default)(!0,w,m)),a[h]=[p,m,...y]}}}},zs=new Fs().freeze();function Ss(t,e){if(typeof e!="function")throw new TypeError("Cannot `"+t+"` without `parser`")}i(Ss,"assertParser");function Ps(t,e){if(typeof e!="function")throw new TypeError("Cannot `"+t+"` without `compiler`")}i(Ps,"assertCompiler");function Es(t,e){if(e)throw new Error("Cannot call `"+t+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}i(Es,"assertUnfrozen");function Nd(t){if(!ka(t)||typeof t.type!="string")throw new TypeError("Expected node, got `"+t+"`")}i(Nd,"assertNode");function Md(t,e,n){if(!n)throw new Error("`"+t+"` finished async. Use `"+e+"` instead")}i(Md,"assertDone");function Nr(t){return _v(t)?t:new ya(t)}i(Nr,"vfile");function _v(t){return!!(t&&typeof t=="object"&&"message"in t&&"messages"in t)}i(_v,"looksLikeAVFile");function $v(t){return typeof t=="string"||qv(t)}i($v,"looksLikeAValue");function qv(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}i(qv,"isUint8Array");var Rd=zs().use(Rn).use(Fr).freeze();var Ns={d:i((t,e)=>{for(var n in e)Ns.o(e,n)&&!Ns.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},"d"),o:i((t,e)=>Object.prototype.hasOwnProperty.call(t,e),"o")},Ms={};Ns.d(Ms,{Z:i(()=>Hv,"Z"),$:i(()=>Dd,"$")});var Bn={horizontalTab:-2,virtualSpace:-1,nul:0,eof:null,space:32};function jd(t){return t<Bn.nul||t===Bn.space}i(jd,"n");function Is(t){return t<Bn.horizontalTab}i(Is,"i");var Gv={553:t=>{t.exports=function(e){var n,a;return e._compiled||(n=e.before?"(?:"+e.before+")":"",a=e.after?"(?:"+e.after+")":"",e.atBreak&&(n="[\\r\\n][\\t ]*"+n),e._compiled=new RegExp((n?"("+n+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(e.character)?"\\":"")+e.character+(a||""),"g")),e._compiled}},112:t=>{function e(n,a,r){var o;if(!a)return r;for(typeof a=="string"&&(a=[a]),o=-1;++o<a.length;)if(n.indexOf(a[o])!==-1)return!0;return!1}i(e,"t"),t.exports=function(n,a){return e(n,a.inConstruct,!0)&&!e(n,a.notInConstruct)}},113:(t,e,n)=>{t.exports=function(l,c,p){for(var d,u,h,m,y,w,b,v,A=(p.before||"")+(c||"")+(p.after||""),T=[],P=[],R={},x=-1;++x<l.unsafe.length;)if(m=l.unsafe[x],r(l.stack,m))for(y=a(m);w=y.exec(A);)d="before"in m||m.atBreak,u="after"in m,h=w.index+(d?w[1].length:0),T.indexOf(h)===-1?(T.push(h),R[h]={before:d,after:u}):(R[h].before&&!d&&(R[h].before=!1),R[h].after&&!u&&(R[h].after=!1));for(T.sort(o),b=p.before?p.before.length:0,v=A.length-(p.after?p.after.length:0),x=-1;++x<T.length;)(h=T[x])<b||h>=v||h+1<v&&T[x+1]===h+1&&R[h].after&&!R[h+1].before&&!R[h+1].after||(b!==h&&P.push(s(A.slice(b,h),"\\")),b=h,!/[!-/:-@[-`{-~]/.test(A.charAt(h))||p.encode&&p.encode.indexOf(A.charAt(h))!==-1?(P.push("&#x"+A.charCodeAt(h).toString(16).toUpperCase()+";"),b++):P.push("\\"));return P.push(s(A.slice(b,v),p.after)),P.join("")};var a=n(553),r=n(112);function o(l,c){return l-c}i(o,"a");function s(l,c){for(var p,d=/\\(?=[!-/:-@[-`{-~])/g,u=[],h=[],m=-1,y=0,w=l+c;p=d.exec(w);)u.push(p.index);for(;++m<u.length;)y!==u[m]&&h.push(l.slice(y,u[m])),h.push("\\"),y=u[m];return h.push(l.slice(y)),h.join("")}i(s,"o")}},Ld={};function vt(t){var e=Ld[t];if(e!==void 0)return e.exports;var n=Ld[t]={exports:{}};return Gv[t](n,n.exports,vt),n.exports}i(vt,"s");vt.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return vt.d(e,{a:e}),e},vt.d=(t,e)=>{for(var n in e)vt.o(e,n)&&!vt.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},vt.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var Rs={};(()=>{function t(r={}){let o=r.permalinks||[],s=r.pageResolver||(h=>[h.replace(/ /g,"_").toLowerCase()]),l=r.newClassName||"new",c=r.wikiLinkClassName||"internal",p=r.hrefTemplate||(h=>`#/page/${h}`),d;function u(h){return h[h.length-1]}return i(u,"s"),{enter:{wikiLink:i(function(h){d={type:"wikiLink",value:null,data:{alias:null,permalink:null,exists:null}},this.enter(d,h)},"wikiLink")},exit:{wikiLinkTarget:i(function(h){let m=this.sliceSerialize(h);u(this.stack).value=m},"wikiLinkTarget"),wikiLinkAlias:i(function(h){let m=this.sliceSerialize(h);u(this.stack).data.alias=m},"wikiLinkAlias"),wikiLink:i(function(h){this.exit(h);let m=d,y=s(m.value),w=y.find((P=>o.indexOf(P)!==-1)),b=w!==void 0,v;v=b?w:y[0]||"";let A=m.value;m.data.alias&&(A=m.data.alias);let T=c;b||(T+=" "+l),m.data.alias=A,m.data.permalink=v,m.data.exists=b,m.data.hName="a",m.data.hProperties={className:T,href:p(v)},m.data.hChildren=[{type:"text",value:A}]},"wikiLink")}}}i(t,"e"),vt.d(Rs,{V:i(()=>t,"V"),x:i(()=>a,"x")});var e=vt(113),n=vt.n(e);function a(r={}){let o=r.aliasDivider||":";return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]},{character:"]",inConstruct:["label","reference"]}],handlers:{wikiLink:i(function(s,l,c){let p=c.enter("wikiLink"),d=n()(c,s.value,{before:"[",after:"]"}),u=n()(c,s.data.alias,{before:"[",after:"]"}),h;return h=u!==d?`[[${d}${o}${u}]]`:`[[${d}]]`,p(),h},"wikiLink")}}}i(a,"n")})();var Wv=Rs.V,Jv=Rs.x,Od=!1;function Dd(t={}){let e=this.data();function n(a,r){e[a]?e[a].push(r):e[a]=[r]}i(n,"a"),!Od&&(this.Parser&&this.Parser.prototype&&this.Parser.prototype.blockTokenizers||this.Compiler&&this.Compiler.prototype&&this.Compiler.prototype.visitors)&&(Od=!0,console.warn("[remark-wiki-link] Warning: please upgrade to remark 13 to use this plugin")),n("micromarkExtensions",(function(){var a=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:{}).aliasDivider||":",r="]]";return{text:{91:{tokenize:i(function(o,s,l){var c,p,d=0,u=0,h=0;return function(A){return A!=="[[".charCodeAt(u)?l(A):(o.enter("wikiLink"),o.enter("wikiLinkMarker"),m(A))};function m(A){return u===2?(o.exit("wikiLinkMarker"),(function(T){return Is(T)||T===Bn.eof?l(T):(o.enter("wikiLinkData"),o.enter("wikiLinkTarget"),y(T))})(A)):A!=="[[".charCodeAt(u)?l(A):(o.consume(A),u++,m)}function y(A){return A===a.charCodeAt(d)?c?(o.exit("wikiLinkTarget"),o.enter("wikiLinkAliasMarker"),w(A)):l(A):A===r.charCodeAt(h)?c?(o.exit("wikiLinkTarget"),o.exit("wikiLinkData"),o.enter("wikiLinkMarker"),v(A)):l(A):Is(A)||A===Bn.eof?l(A):(jd(A)||(c=!0),o.consume(A),y)}function w(A){return d===a.length?(o.exit("wikiLinkAliasMarker"),o.enter("wikiLinkAlias"),b(A)):A!==a.charCodeAt(d)?l(A):(o.consume(A),d++,w)}function b(A){return A===r.charCodeAt(h)?p?(o.exit("wikiLinkAlias"),o.exit("wikiLinkData"),o.enter("wikiLinkMarker"),v(A)):l(A):Is(A)||A===Bn.eof?l(A):(jd(A)||(p=!0),o.consume(A),b)}function v(A){return h===2?(o.exit("wikiLinkMarker"),o.exit("wikiLink"),s(A)):A!==r.charCodeAt(h)?l(A):(o.consume(A),h++,v)}},"tokenize")}}}})(t)),n("fromMarkdownExtensions",Wv(t)),n("toMarkdownExtensions",Jv(t))}i(Dd,"k");var Hv=Dd,tN=Ms.Z,Bd=Ms.$;i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Kv=/^[A-Za-z][A-Za-z0-9+\-.]*:\S+$/;function js(t){if(/\s/.test(t))return!1;if(t.includes("://"))try{return new URL(t),!0}catch{return!1}return Kv.test(t)}i(js,"isUrl");var ln=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Rr(t){let e=(0,ln.getFrontMatterInfo)(t);return(0,ln.parseYaml)(e.frontmatter)??{}}i(Rr,"parseFrontmatter");function Ud(t,e){let n=(0,ln.getFrontMatterInfo)(t);if(Object.keys(e).length===0)return t.slice(n.contentStart);let a=(0,ln.stringifyYaml)(e);return n.exists?Fc(t,a,n.from,n.to):`---
+${a}---
+${t}`}i(Ud,"setFrontmatter");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Be(t){if(!Ge(t))return!1;let e=t;return e.startOffset!==void 0&&e.endOffset!==void 0}i(Be,"isFrontmatterLinkCacheWithOffsets");function jr(t){return Be(t)?t:{...t,endOffset:t.original.length,startOffset:0}}i(jr,"toFrontmatterLinkCacheWithOffsets");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Vd(t){return Ls(t)&&t.type==="file"}i(Vd,"isCanvasFileNodeReference");function Ls(t){return Ge(t)&&!!t.isCanvas}i(Ls,"isCanvasReference");function Lr(t,e){return Be(t)?{newContent:e,oldContent:t.original.slice(t.startOffset,t.endOffset),reference:t}:{newContent:e,oldContent:t.original,reference:t}}i(Lr,"referenceToFileChange");function _d(t){return t.sort((e,n)=>{if(Ge(e)&&Ge(n)){let a=Be(e)?e.startOffset:0,r=Be(n)?n.startOffset:0;return e.key.localeCompare(n.key)||Number(Be(n))-Number(Be(e))||a-r}return qe(e)&&qe(n)?e.position.start.offset-n.position.start.offset:Ge(e)?1:-1})}i(_d,"sortReferences");var cn=require("obsidian");var va=require("@codemirror/state"),Os=require("@codemirror/view");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var $d=new WeakMap;function Ds(t){let e=Gd(t);t.cm.dispatch({effects:e.reconfigure([va.EditorState.readOnly.of(!0),Os.EditorView.editable.of(!1)])})}i(Ds,"lockEditor");function qd(t){let e=Gd(t);t.cm.dispatch({effects:e.reconfigure([va.EditorState.readOnly.of(!1),Os.EditorView.editable.of(!0)])})}i(qd,"unlockEditor");function Gd(t){let e=$d.get(t);return e||(e=new va.Compartment,$d.set(t,e)),e}i(Gd,"ensureCompartment");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function Wd(t,e,n){let a=de(t,e),r=$e(n);await Or(t,r);let o=Jd(t,n);try{await t.vault.copy(a,o)}catch(s){if(!await t.vault.exists(o))throw s}return o}i(Wd,"copySafe");async function Or(t,e){if(await t.vault.adapter.exists(e))return!1;try{return await t.vault.createFolder(e),!0}catch(n){if(!await t.vault.exists(e))throw n;return!0}}i(Or,"createFolderSafe");function Jd(t,e){let n=be(e);return t.vault.getAvailablePath(le(oe(e),se(e,n)),n.slice(1))}i(Jd,"getAvailablePath");function Bs(t,e,n){let a=ae(t,e);if(t.vault.adapter.insensitive){let r=oe(n),o=se(n),s;for(;s=ct(t,r,!0),!s;)o=le(se(r),o),r=oe(r);n=le(s.getParentPrefix(),o)}return a.toLowerCase()===n.toLowerCase()?n:Jd(t,n)}i(Bs,"getSafeRenamePath");async function Dr(t,e){let n=await Us(t,ae(t,e));return n.files.length===0&&n.folders.length===0}i(Dr,"isEmptyFolder");async function Us(t,e){let n=ae(t,e),a={files:[],folders:[]};if((await t.vault.adapter.stat(n))?.type!=="folder")return a;try{return await t.vault.adapter.list(n)}catch(r){if(await t.vault.exists(n))throw r;return a}}i(Us,"listSafe");async function Hd(t,e,n,a={}){let o={...{noticeDelayInMilliseconds:200,shouldFailOnMissingFile:!0,shouldLockEditorWhileProcessing:!0,shouldShowNoticeWhileProcessing:!0},...a},s=new AbortController;o.abortSignal=Et(o.abortSignal,s.signal);let l=!0,c=null,p=ae(t,e);o.shouldShowNoticeWhileProcessing&&window.setTimeout(()=>{l&&(c=new cn.Notice(createFragment(u=>{u.appendText(`Processing file ${p}...`),u.createEl("br"),u.createEl("button",{text:"Cancel"}).addEventListener("click",()=>{s.abort()})}),0))},o.noticeDelayInMilliseconds);let d=null;if(o.shouldLockEditorWhileProcessing){for(let u of t.workspace.getLeavesOfType(Zt.Markdown))u.view instanceof cn.MarkdownView&&u.view.file?.path===p&&Ds(u.view.editor);d=t.workspace.on("active-leaf-change",u=>{u?.view instanceof cn.MarkdownView&&u.view.file?.path===p&&Ds(u.view.editor)})}try{await Qa(async u=>{u.throwIfAborted();let h=await Vs(t,e);if(u.throwIfAborted(),h===null)return b();let m=await Xt(n,u,h);if(u.throwIfAborted(),m===null)return!1;let y=!0;if(!await Kd(t,e,async v=>{u.throwIfAborted(),await t.vault.process(v,A=>(u.throwIfAborted(),A!==h?(X("Vault:process")("Content has changed since it was read. Retrying...",{actualContent:A,expectedContent:h,path:v.path}),y=!1,A):m)),u.throwIfAborted()}))return b();return y;function b(){if(o.shouldFailOnMissingFile)throw new Error(`File '${p}' not found`);return!0}},o)}finally{l=!1,c?.hide(),d?.e.offref(d);for(let u of t.workspace.getLeavesOfType(Zt.Markdown))u.view instanceof cn.MarkdownView&&u.view.file?.path===p&&qd(u.view.editor)}}i(Hd,"process");async function Vs(t,e){let n=null;return await Kd(t,e,async a=>{await Ur(t,a),n=await t.vault.read(a)}),n}i(Vs,"readSafe");async function Br(t,e,n){let a=de(t,e,!1,!0),r=Bs(t,e,n);if(a.path.toLowerCase()===r.toLowerCase())return a.path!==n&&await t.vault.rename(a,r),r;let o=$e(r);await Or(t,o);try{await t.vault.rename(a,r)}catch(s){if(!await t.vault.exists(r)||await t.vault.exists(a.path))throw s}return r}i(Br,"renameSafe");async function Ur(t,e){if(!ft(t,e))return;let n=ae(t,e);for(let a of t.workspace.getLeavesOfType(Zt.Markdown))a.view instanceof cn.MarkdownView&&a.view.file?.path===n&&a.view.dirty&&await a.view.save()}i(Ur,"saveNote");async function Kd(t,e,n){let a=ae(t,e),r=ce(t,a);if(!r||r.deleted)return!1;try{return await n(r),!0}catch(o){if(r=ce(t,a),!r||r.deleted)return!1;throw o}}i(Kd,"invokeFileActionSafe");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function $r(t,e,n,a,r=!0){t.throwIfAborted();let o=await Xt(a,t,e);if(t.throwIfAborted(),o===null)return null;let{frontmatter:s,hasFrontmatterError:l}=ab(e,n);if(!ob(o,e,s,n))return r?null:e;o=ib(o);let{frontmatterChanged:c,newContent:p}=eb(o,e,l,n);return await tb(t,s,c,n),t.throwIfAborted(),nb(p,s,c)}i($r,"applyContentChanges");async function Yd(t,e,n,a={},r=!0){await Hd(t,e,async(o,s)=>It(t,e)?await Zv(o,s,ae(t,e),n,r):await $r(o,s,ae(t,e),n,r),a)}i(Yd,"applyFileChanges");function ba(t){return Ls(t.reference)}i(ba,"isCanvasChange");function Yv(t){return ba(t)&&t.reference.type==="file"}i(Yv,"isCanvasFileNodeChange");function Qv(t){return ba(t)&&t.reference.type==="text"}i(Qv,"isCanvasTextNodeChange");function pn(t){return qe(t.reference)}i(pn,"isContentChange");function Vr(t){return Ge(t.reference)}i(Vr,"isFrontmatterChange");function _r(t){return Be(t.reference)}i(_r,"isFrontmatterChangeWithOffsets");function Xv(t){return _r(t)?t:{...t,reference:jr(t.reference)}}i(Xv,"toFrontmatterChangeWithOffsets");async function Zv(t,e,n,a,r=!0){let o=await Xt(a,t,e);if(t.throwIfAborted(),o===null)return null;let s=rb(e),l=new Map;for(let c of o){if(!ba(c)){let d="Only canvas changes are supported for canvas files";throw console.error(d,{change:c,path:n}),new Error(d)}let p=s.nodes[c.reference.nodeIndex];if(!p){let d="Node not found";throw console.error(d,{nodeIndex:c.reference.nodeIndex,path:n}),new Error(d)}if(Yv(c)){if(p.file!==c.oldContent)return X("FileChange:applyCanvasChanges")("Content mismatch",{actualContent:p.file,expectedContent:c.oldContent,nodeIndex:c.reference.nodeIndex,path:n,type:"file"}),null;p.file=c.newContent}else if(Qv(c)){let d=l.get(c.reference.nodeIndex);d||(d=[],l.set(c.reference.nodeIndex,d)),d.push(c)}}for(let[c,p]of l.entries()){let d=s.nodes[c];if(!d){let h="Node not found";throw console.error(h,{nodeIndex:c,path:n}),new Error(h)}if(typeof d.text!="string"){let h="Node text is not a string";throw console.error(h,{nodeIndex:c,path:n}),new Error(h)}let u=p.map(h=>Lr(h.reference.originalReference,h.newContent));d.text=await $r(t,d.text,`${n}.node${String(c)}.VIRTUAL_FILE.md`,u,r)}return JSON.stringify(s,null," ")}i(Zv,"applyCanvasChanges");function eb(t,e,n,a){let r="",o=0,s={newContent:"",oldContent:"",reference:{link:"",original:"",position:{end:{col:0,line:0,offset:0},start:{col:0,line:0,offset:0}}}},l=new Map;for(let c of t)if(pn(c))if(o<=c.reference.position.start.offset)r+=e.slice(o,c.reference.position.start.offset),r+=c.newContent,o=c.reference.position.end.offset,s=c;else{let p=c.reference.position.start.offset-s.reference.position.start.offset,d=c.reference.position.end.offset-s.reference.position.start.offset;if(s.newContent.slice(p,d)!==c.oldContent){let h="Overlapping changes";throw console.error(h,{change:c,lastContentChange:s}),new Error(h)}r=r.slice(0,r.length-s.newContent.length)+s.newContent.slice(0,p)+c.newContent+s.newContent.slice(d)}else if(Vr(c))if(n)console.error(`Cannot apply frontmatter change in ${a}, because frontmatter parsing failed`,{change:c});else{let p=l.get(c.reference.key);p||(p=[],l.set(c.reference.key,p)),p.push(Xv(c))}return r+=e.slice(o),{frontmatterChanged:l,newContent:r}}i(eb,"applyContentChangesToText");async function tb(t,e,n,a){for(let[r,o]of n.entries()){let s=Lt(e,r);if(typeof s!="string")return;let l=o.map(p=>({newContent:p.newContent,oldContent:p.oldContent,reference:{link:"",original:"",position:{end:{col:p.reference.endOffset,line:0,offset:p.reference.endOffset},start:{col:p.reference.startOffset,line:0,offset:p.reference.startOffset}}}})),c=await $r(t,s,`${a}.frontmatter.${r}.VIRTUAL_FILE.md`,l);if(c===null)return;Mc(e,r,c)}}i(tb,"applyFrontmatterChangesWithOffsets");function nb(t,e,n){return n.size>0?Ud(t,e):t}i(nb,"buildFinalContent");function ab(t,e){let n={},a=!1;try{n=Rr(t)}catch(r){Ft(new Error(`Frontmatter parsing failed in ${e}`,{cause:r})),a=!0}return{frontmatter:n,hasFrontmatterError:a}}i(ab,"parseFrontmatterSafely");function rb(t){let e;try{e=JSON.parse(t)}catch{e=null}return(e===null||typeof e!="object")&&(e={}),e}i(rb,"parseJsonSafe");function ib(t){return t.sort((e,n)=>pn(e)&&pn(n)?e.reference.position.start.offset-n.reference.position.start.offset:_r(e)&&_r(n)?e.reference.key.localeCompare(n.reference.key)||e.reference.startOffset-n.reference.startOffset:Vr(e)&&Vr(n)?e.reference.key.localeCompare(n.reference.key):pn(e)?-1:1),t.filter((e,n)=>e.oldContent===e.newContent?!1:n===0?!0:!Ye(e,t[n-1]))}i(ib,"sortAndFilterChanges");function ob(t,e,n,a){let r=X("FileChange:validateChanges");for(let o of t)if(pn(o)){let s=o.reference.position.start.offset,l=o.reference.position.end.offset,c=e.slice(s,l);if(c!==o.oldContent)return r("Content mismatch",{actualContent:c,endOffset:l,expectedContent:o.oldContent,path:a,startOffset:s}),!1}else if(_r(o)){let s=Lt(n,o.reference.key);if(typeof s!="string")return r("Property value is not a string",{frontmatterKey:o.reference.key,path:a,propertyValue:s}),!1;let l=s.slice(o.reference.startOffset,o.reference.endOffset);if(l!==o.oldContent)return r("Content mismatch",{actualContent:l,expectedContent:o.oldContent,frontmatterKey:o.reference.key,path:a,startOffset:o.reference.startOffset}),!1}else if(Vr(o)){let s=Lt(n,o.reference.key);if(s!==o.oldContent)return r("Content mismatch",{actualContent:s,expectedContent:o.oldContent,frontmatterKey:o.reference.key,path:a}),!1}return!0}i(ob,"validateChanges");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function Qd(t){await new Promise(e=>{t.metadataCache.onCleanCache(e)})}i(Qd,"ensureMetadataCacheReady");function tt(t){let e=[];return t.links&&e.push(...t.links),t.embeds&&e.push(...t.embeds),t.frontmatterLinks&&e.push(...t.frontmatterLinks),_d(e),e=e.filter((n,a)=>{if(a===0)return!0;let r=e[a-1];if(!r)return!0;if(qe(n)&&qe(r))return n.position.start.offset!==r.position.start.offset;if(Ge(n)&&Ge(r)){let o=Be(n)?n.startOffset:0,s=Be(r)?r.startOffset:0;return n.key!==r.key||Be(n)!==Be(r)||o!==s}return!0}),e}i(tt,"getAllLinks");function _s(t,e){let n=de(t,e,!0);return Aa(t,[n],()=>t.metadataCache.getBacklinksForFile(n))}i(_s,"getBacklinksForFileOrPath");async function Mt(t,e,n={}){let a=t.metadataCache.getBacklinksForFile.safe;if(a)return a(e);let r=new Rc;return await Qa(async o=>{o.throwIfAborted();let s=de(t,e);await Qd(t),o.throwIfAborted(),r=_s(t,s);for(let l of r.keys()){o.throwIfAborted();let c=ce(t,l);if(!c)return!1;await Ur(t,c),o.throwIfAborted();let p=await Vs(t,c);if(o.throwIfAborted(),!p)return!1;let d=Rr(p),u=r.get(l);if(!u)return!1;for(let h of u){let m;if(qe(h))m=p.slice(h.position.start.offset,h.position.end.offset);else if(Ge(h)){let y=Lt(d,h.key);if(typeof y!="string")return!1;let w=jr(h);m=y.slice(w.startOffset,w.endOffset)}else return!0;if(m!==h.original)return!1}}return!0},n),r}i(Mt,"getBacklinksForFileSafe");async function Rt(t,e){let n=ce(t,e);try{if(!n)return null;if(n.deleted)return t.metadataCache.getFileCache(n);await Ur(t,n);let a=t.metadataCache.fileCache[n.path];return a&&a.mtime===n.stat.mtime&&a.size===n.stat.size&&t.metadataCache.metadataCache[a.hash]||(await t.metadataCache.computeFileMetadataAsync(n),await Qd(t)),t.metadataCache.getFileCache(n)}catch(a){if(!n||n.deleted)return null;throw a}}i(Rt,"getCacheSafe");function Xd(t,e,n){let a=de(t,e,!0);if(!a.deleted)throw new Error("File is existing");t.metadataCache.fileCache[a.path]={hash:a.path,mtime:0,size:0},t.metadataCache.metadataCache[a.path]=n}i(Xd,"registerFileCacheForNonExistingFile");function Zd(t,e){let n=au(t);for(let a of e)for(;a.deleted;){let r=n.get(a.path)??0;r++,n.set(a.path,r),t.vault.fileMap[a.path]=a,Ze(a)&&t.metadataCache.uniqueFileLookup.add(a.name.toLowerCase(),a),a=Pn(t,$e(a.path),!0)}}i(Zd,"registerFiles");function Aa(t,e,n){try{return Zd(t,e),n()}finally{nu(t,e)}}i(Aa,"tempRegisterFilesAndRun");async function eu(t,e,n){try{return Zd(t,e),await n()}finally{nu(t,e)}}i(eu,"tempRegisterFilesAndRunAsync");function tu(t,e){let n=de(t,e,!0);if(!n.deleted)throw new Error("File is existing");delete t.metadataCache.fileCache[n.path],delete t.metadataCache.metadataCache[n.path]}i(tu,"unregisterFileCacheForNonExistingFile");function nu(t,e){let n=au(t);for(let a of e)for(;a.deleted;){let r=n.get(a.path)??1;r--,n.set(a.path,r),r===0&&(n.delete(a.path),delete t.vault.fileMap[a.path],Ze(a)&&t.metadataCache.uniqueFileLookup.remove(a.name.toLowerCase(),a)),a=Pn(t,$e(a.path),!0)}}i(nu,"unregisterFiles");function au(t){return Ne(t,"registeredFilesCounts",new Map).value}i(au,"getRegisteredFilesCounts");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function ru(t){return t.vault.getConfig("newLinkFormat")}i(ru,"getNewLinkFormat");function $s(t){return!t.vault.getConfig("useMarkdownLinks")}i($s,"shouldUseWikilinks");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var sb="\\|",lb=/[\\\x00\x08\x0B\x0C\x0E-\x1F ]/g,cb=/[\\[\]<>_*~=`$]/g,su=/(?<!\\)\|/g,lu="|";var Gs=(t=>(t.Markdown="Markdown",t.ObsidianSettingsDefault="ObsidianSettingsDefault",t.PreserveExisting="PreserveExisting",t.Wikilink="Wikilink",t))(Gs||{});function pb(t){let e=bt(t.app,t.link,t.oldSourcePathOrFile??t.newSourcePathOrFile);return e?Ys({app:t.app,link:t.link,linkStyle:t.linkStyle,newSourcePathOrFile:t.newSourcePathOrFile,newTargetPathOrFile:e,oldSourcePathOrFile:t.oldSourcePathOrFile,shouldUpdateFileNameAlias:t.shouldUpdateFileNameAlias}):t.link.original}i(pb,"convertLink");async function Ws(t,e,n,a={}){await Yd(t,e,async(r,o)=>{let s=await Rt(t,e);r.throwIfAborted();let l=de(t,e),c=await t.vault.cachedRead(l);return r.throwIfAborted(),o!==c?null:await xb(s,It(t,e),n,r)},a)}i(Ws,"editLinks");function wa(t){return ie(t,lb,({substring:e})=>encodeURIComponent(e))}i(wa,"encodeUrl");function db(t){return ie(t,cb,"\\$&")}i(db,"escapeAlias");function bt(t,e,n,a=!1){let{linkPath:r}=cu(e.link),o=ae(t,n),s=t.metadataCache.getFirstLinkpathDest(r,o);if(s)return s;if(!a)return null;if(r.startsWith("/"))return de(t,r,!0);let l=le(oe(o),`./${r}`);return l.startsWith("../")?null:de(t,l,!0)}i(bt,"extractLinkFile");function Js(t){let{app:e}=t,n={isEmptyEmbedAliasAllowed:!0},a=Tb(e).map(o=>o());t=Object.assign({},n,...a,t);let r=de(e,t.targetPathOrFile,t.isNonExistingFileAllowed);return Aa(e,[r],()=>bb(t))}i(Js,"generateMarkdownLink");function qs(t){let e=t.isEmbed?"!":"";if(t.isWikilink){let l=t.alias?`|${t.alias}`:"";return`${e}[[${t.url}${l}]]`}let n=t.alias??"",r=t.shouldEscapeAlias??!1?db(n):n,o=t.shouldUseAngleBrackets?`<${t.url}>`:wa(t.url),s=t.title?` ${JSON.stringify(t.title)}`:"";return`${e}[${r}](${o}${s})`}i(qs,"generateRawMarkdownLink");function Vn(t){let e=ub(t);return e[0]?.raw===t?e[0]:null}i(Vn,"parseLink");function ub(t){let e=new Set,n="![",a="@[",r="@",s=ie(t,/\[(?<LinkAlias>!\[.*?\]\(.+?\))\]\((?<Link>.+?)\)/g,(m,y,w)=>`[${r.repeat(y.length)}](${w})`),l=ie(s,n,m=>(e.add(m.offset),a)),p=Rd().use(Rn).use(Bd,{aliasDivider:lu}).parse(l),d=[],u=[];fa(p,m=>{let y;switch(m.type){case"link":y=Eb(m,t);break;case"wikiLink":y=Fb(m,t);break;default:return}e.has(y.startOffset-1)&&(y.isEmbed=!0,y.startOffset--,y.raw=`!${y.raw}`),d.push(y)}),d.sort((m,y)=>m.startOffset-y.startOffset);let h=0;for(let m of d)iu(t,h,m.startOffset-1,u),h=m.endOffset+1;return iu(t,h,t.length-1,u),d.push(...u),d.sort((m,y)=>m.startOffset-y.startOffset),d}i(ub,"parseLinks");function mb(t){let{app:e,displayText:n,isWikilink:a,newSourcePathOrFile:r,oldSourcePathOrFile:o,oldTargetPath:s,targetPathOrFile:l}=t;if(a===!1)return!1;if(!n)return!0;let c=de(e,l,!0),p=ae(e,r),d=ae(e,o??r),u=oe(p),h=oe(d),m=new Set;for(let w of[c.path,s]){if(!w)continue;let b=ae(e,w);m.add(b),m.add(se(b)),m.add(Sn(u,b)),m.add(Sn(h,b))}for(let w of[d,p])m.add(e.metadataCache.fileToLinktext(c,w,!1));let y=ie((0,Un.normalizePath)(n.split(" > ")[0]??""),/^\.\//g,"").toLowerCase();for(let w of m){if(w.toLowerCase()===y)return!0;let b=oe(w),v=se(w,be(w));if(le(b,v).toLowerCase()===y)return!0}return!1}i(mb,"shouldResetAlias");function cu(t){let e=(0,Un.parseLinktext)(ra(t));return{linkPath:e.path,subpath:e.subpath}}i(cu,"splitSubpath");function Hs(t){return Vn(t)?.hasAngleBrackets??!1}i(Hs,"testAngleBrackets");function pu(t){return Vn(t)?.isEmbed??!1}i(pu,"testEmbed");function hb(t){return Vn(t)?.url.startsWith("./")??!1}i(hb,"testLeadingDot");function gb(t){return Vn(t)?.url.startsWith("/")??!1}i(gb,"testLeadingSlash");function Ks(t){return Vn(t)?.isWikilink??!1}i(Ks,"testWikilink");function fb(t){return ie(t,/(?<Backslashes>\\+)(?<SpecialCharacter>[!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~])/g,(e,n,a)=>{let o=n.length,s=Math.floor(o/2);return"\\".repeat(s)+a})}i(fb,"unescapeAlias");function Ys(t){let{app:e,link:n,linkStyle:a,newSourcePathOrFile:r,newTargetPathOrFile:o,oldSourcePathOrFile:s,oldTargetPathOrFile:l,shouldUpdateFileNameAlias:c}=t;if(!o)return n.original;let p=de(e,o,!0),d=ae(e,s??r),u=ae(e,l??o),h=mu(e,n.original,a),{subpath:m}=cu(n.link),y=!c;if(It(e,r)&&Vd(n))return p.path+m;let w=Vn(n.original),b;return h&&w?.alias&&(b=w.alias,y=!0),b??=mb({app:e,displayText:n.displayText,isWikilink:h,newSourcePathOrFile:r,oldSourcePathOrFile:s,oldTargetPath:u,targetPathOrFile:p})?void 0:w?.alias,y||(b===se(u,be(u))?b=p.basename:b===se(u)&&(b=p.name)),Js({alias:b,app:e,isSingleSubpathAllowed:d===u&&!!w?.alias,linkStyle:a,originalLink:n.original,sourcePathOrFile:r,subpath:m,targetPathOrFile:p})}i(Ys,"updateLink");async function du(t){let{app:e,linkStyle:n,newSourcePathOrFile:a,oldSourcePathOrFile:r,shouldUpdateEmbedOnlyLinks:o,shouldUpdateFileNameAlias:s}=t;It(e,a)&&!e.internalPlugins.getEnabledPluginById(Qe.Canvas)||await Ws(e,a,l=>{let c=pu(l.original);if(!(o!==void 0&&o!==c))return pb({app:e,link:l,linkStyle:n,newSourcePathOrFile:a,oldSourcePathOrFile:r,shouldUpdateFileNameAlias:s})},t)}i(du,"updateLinksInFile");function kb(t,e,n){if(e||n)return t;try{return decodeURIComponent(t)}catch(a){return console.error(`Failed to decode URL ${t}`,a),t}}i(kb,"decodeUrlSafely");function yb(t,e,n){return e<n?t.slice(e,n):void 0}i(yb,"extractAlias");function iu(t,e,n,a){if(e>n)return;let r=t.slice(e,n+1);ie(r,/(?<Url>\S+)/g,(o,s)=>{js(s)&&a.push({encodedUrl:wa(s),endOffset:e+o.offset+s.length,hasAngleBrackets:!1,isEmbed:!1,isExternal:!0,isWikilink:!1,raw:s,startOffset:e+o.offset,url:s})})}i(iu,"extractTextLinks");function vb(t,e,n,a,r){n==="/"&&(n="");let o;if(e.path===n&&a&&r.isSingleSubpathAllowed)o="";else switch(r.linkPathStyle){case"AbsolutePathInVault":o=e.path,r.shouldUseLeadingSlashForAbsolutePaths&&!o.startsWith("/")&&(o=`/${o}`);break;case"RelativePathToTheNote":o=Sn(oe(n),e.path),r.shouldUseLeadingDotForRelativePaths&&!o.startsWith(".")&&(o=`./${o}`);break;case"ShortestPathWhenPossible":{let s=ft(t,e)?e.basename:e.name,l=t.metadataCache.getLinkpathDest(s,n);o=l.length===1&&l[0]===e?e.name:e.path;break}default:throw new Error(`Invalid link path style: ${r.linkPathStyle}.`)}return o=r.isWikilink?mt(o,`.${ia}`):o,o+=a,o}i(vb,"generateLinkText");function bb(t){let{app:e}=t,n=de(e,t.targetPathOrFile,t.isNonExistingFileAllowed),a=ae(e,t.sourcePathOrFile),r=t.subpath??"",o=Sb(t,n),s=vb(e,n,a,r,o);return o.isWikilink?wb(s,t.alias,o.isEmbed):Ab(s,n,t,o)}i(bb,"generateMarkdownLinkImpl");function Ab(t,e,n,a){let{app:r}=n,o=n.alias??"";return!o&&(ft(r,e)||!n.isEmptyEmbedAliasAllowed)&&(o=!n.shouldIncludeAttachmentExtensionToEmbedAlias||ft(r,e)?e.basename:e.name),qs({alias:o,isEmbed:a.isEmbed,isWikilink:!1,shouldEscapeAlias:n.shouldEscapeAlias??!1,shouldUseAngleBrackets:a.shouldUseAngleBrackets,url:t})}i(Ab,"generateMarkdownStyleLink");function wb(t,e,n){return e?.toLowerCase()===t.toLowerCase()?qs({isEmbed:n,isWikilink:!0,url:e}):qs({alias:e,isEmbed:n,isWikilink:!0,url:t})}i(wb,"generateWikiLink");async function xb(t,e,n,a){if(a??=xe(),a.throwIfAborted(),!t)return[];let r=[],o=(t.sections??[]).filter(s=>s.type==="table").map(s=>({end:s.position.end.offset,start:s.position.start.offset}));for(let s of tt(t)){a.throwIfAborted();let l=await n(s,a);if(a.throwIfAborted(),l===void 0)continue;let c=Lr(s,l);if(e)if(ba(c))r.push(c);else{let p="Unsupported file change";throw console.error(p,c),new Error(p)}else zb(c,o)&&(c.newContent=c.newContent.replaceAll(su,sb)),r.push(c)}return r}i(xb,"getFileChanges");function Cb(t,e){switch(e??"ObsidianSettingsDefault"){case"AbsolutePathInVault":return"AbsolutePathInVault";case"RelativePathToTheSource":return"RelativePathToTheNote";case"ShortestPathWhenPossible":return"ShortestPathWhenPossible";case"ObsidianSettingsDefault":{let n=ru(t);switch(n){case"absolute":return"AbsolutePathInVault";case"relative":return"RelativePathToTheNote";case"shortest":return"ShortestPathWhenPossible";default:throw new Error(`Invalid link format: ${n}.`)}}default:throw new Error(`Invalid link path style: ${e}.`)}}i(Cb,"getFinalLinkPathStyle");function Tb(t){return Ne(t,"generateMarkdownLinkDefaultOptionsFns",[]).value}i(Tb,"getGenerateMarkdownLinkDefaultOptionsFns");function Sb(t,e){let{app:n}=t;return{isEmbed:t.isEmbed??(t.originalLink?pu(t.originalLink):void 0)??(!(0,Un.requireApiVersion)("1.10.0")&&!ft(n,e)),isSingleSubpathAllowed:t.isSingleSubpathAllowed??!0,isWikilink:mu(n,t.originalLink,t.linkStyle),linkPathStyle:Cb(n,t.linkPathStyle),shouldUseAngleBrackets:t.shouldUseAngleBrackets??(t.originalLink?Hs(t.originalLink):void 0)??!1,shouldUseLeadingDotForRelativePaths:t.shouldUseLeadingDotForRelativePaths??(t.originalLink?hb(t.originalLink):void 0)??!1,shouldUseLeadingSlashForAbsolutePaths:t.shouldUseLeadingSlashForAbsolutePaths??(t.originalLink?gb(t.originalLink):void 0)??!1}}i(Sb,"getLinkConfig");function uu(t,e){return e.slice(t.position?.start.offset??0,t.position?.end.offset??0)}i(uu,"getRawLink");function Pb(t,e){return t.startsWith("<")||e.startsWith("<")}i(Pb,"hasAngleBracketsInLink");function Eb(t,e){let r=uu(t,e),o=t.children[0]?.position?.start.offset??1,s=t.children.at(-1)?.position?.end.offset??1,l=e.slice(s+2,(t.position?.end.offset??0)-1),c=Pb(r,l),p=js(t.url),d=kb(t.url,p,c),u=yb(e,o,s);return{alias:u,encodedUrl:p?wa(d):void 0,endOffset:t.position?.end.offset??0,hasAngleBrackets:c,isEmbed:!1,isExternal:p,isWikilink:!1,raw:r,startOffset:t.position?.start.offset??0,title:t.title??void 0,unescapedAlias:u===void 0?void 0:fb(u),url:d}}i(Eb,"parseLinkNode");function Fb(t,e){return{alias:e.includes(lu)?t.data.alias:void 0,endOffset:t.position?.end.offset??0,isEmbed:!1,isExternal:!1,isWikilink:!0,raw:uu(t,e),startOffset:t.position?.start.offset??0,url:t.value}}i(Fb,"parseWikilinkNode");function zb(t,e){return!pn(t)||!su.test(t.newContent)?!1:e.some(n=>n.start<=t.reference.position.start.offset&&t.reference.position.end.offset<=n.end)}i(zb,"shouldEscapeWikilinkDivider");function mu(t,e,n){switch(n??"PreserveExisting"){case"Markdown":return!1;case"ObsidianSettingsDefault":return $s(t);case"PreserveExisting":return e===void 0?$s(t):Ks(e);case"Wikilink":return!0;default:throw new Error(`Invalid link style: ${n}.`)}}i(mu,"shouldUseWikilinkStyle");function hu(t,e){let n=Object.keys(e).map(a=>Ib(t,a,e[a]));return n.length===1?n[0]:function(){n.forEach(a=>a())}}i(hu,"around");function Ib(t,e,n){let a=t[e],r=t.hasOwnProperty(e),o=r?a:function(){return Object.getPrototypeOf(t)[e].apply(this,arguments)},s=n(o);return a&&Object.setPrototypeOf(s,a),Object.setPrototypeOf(l,s),t[e]=l,c;function l(...p){return s===o&&t[e]===l&&c(),s.apply(this,p)}i(l,"wrapper");function c(){t[e]===l&&(r?t[e]=o:delete t[e]),s!==o&&(s=o,Object.setPrototypeOf(l,a||Function))}i(c,"remove")}i(Ib,"around1");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Nb(t,e){return hu(t,e)}i(Nb,"around");function At(t,e,n){let a=Nb(e,n),r=!1;function o(){if(!r)try{a()}finally{r=!0}}return i(o,"uninstallerWrapper"),t.register(o),a}i(At,"registerPatch");var Hr=require("obsidian");var gu=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var qr=class extends gu.Component{static{i(this,"AsyncEventsComponent")}registerAsyncEvent(e){Gr(this,e)}};function Gr(t,e){t.register(()=>{e.asyncEvents.offref(e)})}i(Gr,"registerAsyncEvent");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Mb(t){let e=new Set;return t.workspace.iterateAllLeaves(n=>{e.add(n.getContainer())}),Array.from(e)}i(Mb,"getAllContainers");function fu(t){return Mb(t).map(e=>e.win)}i(fu,"getAllDomWindows");var bu=Pt(yu(),1);i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var I=(t=>(t.AlertModal="alert-modal",t.CancelButton="cancel-button",t.CheckboxComponent="checkbox-component",t.CodeHighlighterComponent="code-highlighter-component",t.ConfirmModal="confirm-modal",t.DateComponent="date-component",t.DateTimeComponent="datetime-component",t.EmailComponent="email-component",t.FileComponent="file-component",t.IsPlaceholder="is-placeholder",t.LibraryName="obsidian-dev-utils",t.MonthComponent="month-component",t.MultipleDropdownComponent="multiple-dropdown-component",t.MultipleEmailComponent="multiple-email-component",t.MultipleFileComponent="multiple-file-component",t.MultipleTextComponent="multiple-text-component",t.NumberComponent="number-component",t.OkButton="ok-button",t.OverlayValidator="overlay-validator",t.PasswordComponent="password-component",t.PluginSettingsTab="plugin-settings-tab",t.PromptModal="prompt-modal",t.SelectItemModal="select-item-modal",t.SettingComponentWrapper="setting-component-wrapper",t.TelephoneComponent="telephone-component",t.TextBox="text-box",t.TimeComponent="time-component",t.Tooltip="tooltip",t.TooltipArrow="tooltip-arrow",t.TooltipValidator="tooltip-validator",t.TriStateCheckboxComponent="tri-state-checkbox-component",t.TypedDropdownComponent="typed-dropdown-component",t.TypedMultipleDropdownComponent="typed-multiple-dropdown-component",t.UrlComponent="url-component",t.WeekComponent="week-component",t))(I||{});i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var vu=`${Wa}-styles`;function Y(t,...e){t.addClass(I.LibraryName,Ja(),...e)}i(Y,"addPluginCssClasses");function Au(t){let e=t;e.DEBUG=Ac()}i(Au,"initDebugController");function wu(t,e){vc(e),wc(e);let n=Ne(t,"lastLibraryVersion","0.0.0");(0,bu.compareVersions)(uo,n.value)<=0||(n.value=uo,document.head.querySelector(`#${vu}`)?.remove(),document.head.createEl("style",{attr:{id:vu},text:kc}))}i(wu,"initPluginContext");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Jr=class extends Hr.Plugin{static{i(this,"PluginBase")}events=new dt;get abortSignal(){if(!this._abortSignal)throw new Error("Abort signal not defined");return this._abortSignal}get settings(){return this.settingsManager.settingsWrapper.safeSettings}get settingsManager(){if(!this._settingsManager)throw new Error("Settings manager not defined");return this._settingsManager}get settingsTab(){if(!this._settingsTab)throw new Error("Settings tab not defined");return this._settingsTab}_abortSignal;_settingsManager=null;_settingsTab=null;lifecycleEventNames=new Set;notice;consoleDebug(e,...n){Ka(this.manifest.id,1)(e,...n)}async onExternalSettingsChange(){await super.onExternalSettingsChange?.(),await this._settingsManager?.loadFromFile(!1)}async onload(){await super.onload(),await this.onloadImpl(),Tc(this.afterLoad.bind(this))}onunload(){super.onunload(),Z(async()=>{try{await this.onunloadImpl()}finally{await this.triggerLifecycleEvent("unload")}})}registerDomWindowHandler(e){let n=window;e(n),this.app.workspace.onLayoutReady(()=>{for(let a of fu(this.app))a!==n&&e(a);this.registerEvent(this.app.workspace.on("window-open",a=>{e(a.win)}))})}registerForLifecycleEvent(e,n){Z(async()=>{await this.waitForLifecycleEvent(e),await n()})}registerPopupDocumentDomEvent(e,n,a){this.registerDomWindowHandler(r=>{this.registerDomEvent(r.document,e,n,a)})}registerPopupWindowDomEvent(e,n,a){this.registerDomWindowHandler(r=>{this.registerDomEvent(r,e,n,a)})}async waitForLifecycleEvent(e){this.lifecycleEventNames.has(e)||await new Promise(n=>{this.events.once(e,()=>{n()})})}createSettingsManager(){return null}createSettingsTab(){return null}createTranslationsMap(){return pr}handleAsyncError(e){this.showNotice(g(n=>n.obsidianDevUtils.notices.unhandledError))}async onLayoutReady(){await pt()}async onloadImpl(){wu(this.app,this.manifest.id),this.registerDomWindowHandler(n=>{Au(n)}),await Vo(this.createTranslationsMap()),this.register(fc(this.handleAsyncError.bind(this))),this._settingsManager=this.createSettingsManager(),this._settingsManager&&(Gr(this,this._settingsManager.on("loadSettings",this.onLoadSettings.bind(this))),Gr(this,this._settingsManager.on("saveSettings",this.onSaveSettings.bind(this)))),await this._settingsManager?.loadFromFile(!0),this._settingsTab=this.createSettingsTab(),this._settingsTab&&this.addSettingTab(this._settingsTab);let e=new AbortController;this._abortSignal=e.signal,this.register(()=>{e.abort(new An(`Plugin ${this.manifest.id} had been unloaded`))})}async onLoadSettings(e,n){await pt()}async onSaveSettings(e,n,a){await pt()}async onunloadImpl(){await pt()}showNotice(e){this.notice&&this.notice.hide(),this.notice=new Hr.Notice(`${this.manifest.name}
+${e}`)}async afterLoad(){this.abortSignal.aborted||(await this.triggerLifecycleEvent("load"),this.app.workspace.onLayoutReady(Me(this.onLayoutReadyBase.bind(this))))}async onLayoutReadyBase(){try{await this.onLayoutReady()}finally{await this.triggerLifecycleEvent("layoutReady")}}async triggerLifecycleEvent(e){this.lifecycleEventNames.add(e),await this.events.triggerAsync(e)}};var Kr=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function xu(t,e,n,a){n.throwIfAborted();let r=X("Logger:invokeAsyncAndLog"),o=performance.now();a??=Ie(1),ut(r,a,`${t}:start`,{fn:e,timestampStart:o});try{await e(n);let s=performance.now(),l=s-o;n.aborted&&(ut(r,a,`${t}:aborted`,{abortReason:n.reason,duration:l,fn:e,timestampEnd:s,timestampStart:o}),n.throwIfAborted()),ut(r,a,`${t}:end`,{duration:l,fn:e,timestampEnd:s,timestampStart:o})}catch(s){let l=performance.now();throw ut(r,a,`${t}:error`,{duration:l-o,error:s,fn:e,timestampEnd:l,timestampStart:o}),s}}i(xu,"invokeAsyncAndLog");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function $t(t,e,n,a,r){r??=Ie(1),Z(()=>Rb(t,e,n,a,r),r)}i($t,"addToQueue");async function Rb(t,e,n,a,r){n??=xe(),n.throwIfAborted(),a??=6e4,r??=Ie(1);let s=Cu(t).value;s.items.push({abortSignal:n,fn:e,stackTrace:r,timeoutInMilliseconds:a}),s.promise=s.promise.then(()=>Tu(t)),await s.promise}i(Rb,"addToQueueAndWait");function Cu(t){return Ne(t,"queue",{items:[],promise:Promise.resolve()})}i(Cu,"getQueue");async function Tu(t){let e=Cu(t).value,n=e.items[0];n&&(await fo(()=>ko(n.timeoutInMilliseconds,a=>xu(Tu.name,n.fn,Et(a,n.abortSignal),n.stackTrace),{queuedFn:n.fn}),n.stackTrace),e.items.shift())}i(Tu,"processNextQueueItem");var Su=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function Qs(t,e){let n=ct(t,e);n&&await Dr(t,n)&&await xa(t,n)}i(Qs,"deleteEmptyFolder");async function Pu(t,e){let n=ct(t,e);for(;n;){if(!await Dr(t,n))return;let a=n.parent;await Qs(t,n),n=a}}i(Pu,"deleteEmptyFolderHierarchy");async function xa(t,e,n,a,r){let o=en(t,e);if(!o)return!1;let s=Ze(o)||(r??!0);if(Ze(o)){let l=await Mt(t,o);n&&l.clear(n),l.count()!==0&&(a&&new Su.Notice(g(c=>c.obsidianDevUtils.notices.attachmentIsStillUsed,{attachmentPath:o.path})),s=!1)}else if(Co(o)){let l=await Us(t,o);for(let c of[...l.files,...l.folders])s&&=await xa(t,c,n,a);s&&=await Dr(t,o)}if(s)try{await t.fileManager.trashFile(o)}catch(l){await t.vault.exists(o.path)&&(Ft(new Error(`Failed to delete ${o.path}`,{cause:l})),s=!1)}return s}i(xa,"deleteSafe");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var nt=(t=>(t.Delete="Delete",t.DeleteWithEmptyParents="DeleteWithEmptyParents",t.Keep="Keep",t))(nt||{}),Xs=class{static{i(this,"DeleteHandler")}constructor(e,n,a,r,o){this.app=e,this.file=n,this.abortSignal=a,this.settingsManager=r,this.deletedMetadataCacheMap=o}async handle(){if(this.abortSignal.throwIfAborted(),X("RenameDeleteHandler:handleDelete")(`Handle Delete ${this.file.path}`),!Ot(this.app,this.file))return;let e=this.settingsManager.getSettings();if(!e.shouldHandleDeletions)return;if(e.isPathIgnored?.(this.file.path)){X("RenameDeleteHandler:handleDelete")(`Skipping delete handler of ${this.file.path} as the path is ignored.`);return}let n=this.deletedMetadataCacheMap.get(this.file.path);this.deletedMetadataCacheMap.delete(this.file.path);let a=new Set;if(n){let s=tt(n);for(let l of s){let c=bt(this.app,l,this.file.path);c&&(this.settingsManager.isNoteEx(c.path)||(a.add(c.parent?.path??""),await xa(this.app,c,this.file.path,!1,e.emptyAttachmentFolderBehavior!=="Keep")))}}await Fu(this.app,this.settingsManager.getSettings(),Array.from(a)),this.abortSignal.throwIfAborted();let r=await En(this.app,this.file.path,Dt.DeleteNote),o=ct(this.app,r);o&&await Po(this.app,this.file.path,Dt.DeleteNote)&&(this.abortSignal.throwIfAborted(),await xa(this.app,o,this.file.path,!1,e.emptyAttachmentFolderBehavior!=="Keep"),this.abortSignal.throwIfAborted())}},Zs=class{static{i(this,"HandledRenames")}map=new Map;add(e,n){this.map.set(this.keyToString(e,n),{newPath:n,oldPath:e})}delete(e,n){this.map.delete(this.keyToString(e,n))}has(e,n){return this.map.has(this.keyToString(e,n))}keys(){return this.map.values()}keyToString(e,n){return`${e} -> ${n}`}},el=class{static{i(this,"MetadataDeletedHandler")}constructor(e,n,a,r,o){this.app=e,this.file=n,this.prevCache=a,this.settingsManager=r,this.deletedMetadataCacheMap=o}handle(){let e=this.settingsManager.getSettings();if(e.shouldHandleDeletions){if(e.isPathIgnored?.(this.file.path)){X("RenameDeleteHandler:handleMetadataDeleted")(`Skipping metadata delete handler of ${this.file.path} as the path is ignored.`);return}ft(this.app,this.file)&&this.prevCache&&this.deletedMetadataCacheMap.set(this.file.path,this.prevCache)}}},tl=class{static{i(this,"Registry")}constructor(e,n,a){this.plugin=e,this.settingsBuilder=n,this.settingsManager=a,this.app=e.app,this.pluginId=e.manifest.id,this.abortSignal=e.abortSignal??xe()}abortSignal;app;deletedMetadataCacheMap=new Map;handledRenames=new Zs;interruptedRenamesMap=new Map;pluginId;register(){let e=this.settingsManager.renameDeleteHandlersMap;e.set(this.pluginId,this.settingsBuilder),this.logRegisteredHandlers(),this.plugin.register(()=>{e.delete(this.pluginId),this.logRegisteredHandlers()}),this.plugin.registerEvent(this.app.vault.on("delete",this.handleDelete.bind(this))),this.plugin.registerEvent(this.app.vault.on("rename",this.handleRename.bind(this))),this.plugin.registerEvent(this.app.metadataCache.on("deleted",this.handleMetadataDeleted.bind(this))),At(this.plugin,this.app.fileManager,{runAsyncLinkUpdate:i(n=>Object.assign(a=>this.runAsyncLinkUpdate(n,a),{renameDeleteHandlerPatched:!0}),"runAsyncLinkUpdate")})}handleDelete(e){this.shouldInvokeHandler()&&$t(this.app,n=>new Xs(this.app,e,n,this.settingsManager,this.deletedMetadataCacheMap).handle(),this.abortSignal)}handleMetadataDeleted(e,n){this.shouldInvokeHandler()&&new el(this.app,e,n,this.settingsManager,this.deletedMetadataCacheMap).handle()}handleRename(e,n){if(!this.shouldInvokeHandler()||!Ze(e))return;let a=e.path;if(X("RenameDeleteHandler:handleRename")(`Handle Rename ${n} -> ${a}`),this.handledRenames.has(n,a)){this.handledRenames.delete(n,a);return}let r=this.settingsManager.getSettings();if(!r.shouldHandleRenames)return;if(r.isPathIgnored?.(n)){X("RenameDeleteHandler:handleRename")(`Skipping rename handler of old path ${n} as the path is ignored.`);return}if(r.isPathIgnored?.(a)){X("RenameDeleteHandler:handleRename")(`Skipping rename handler of new path ${a} as the path is ignored.`);return}let o=this.app.metadataCache.getCache(n)??this.app.metadataCache.getCache(a),s=_s(this.app,n).data;$t(this.app,l=>new nl({abortSignal:l,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,newPath:a,oldCache:o,oldPath:n,oldPathBacklinksMap:s,settingsManager:this.settingsManager}).handle(),this.abortSignal)}logRegisteredHandlers(){let e=this.settingsManager.renameDeleteHandlersMap;X("RenameDeleteHandler:logRegisteredHandlers")(`Plugins with registered rename/delete handlers: ${JSON.stringify(Array.from(e.keys()))}`)}async runAsyncLinkUpdate(e,n){if(e.renameDeleteHandlerPatched){await e.call(this.app.fileManager,n);return}await e.call(this.app.fileManager,a=>this.wrapLinkUpdatesHandler(a,n))}shouldInvokeHandler(){let e=this.plugin.manifest.id,n=this.settingsManager.renameDeleteHandlersMap;return Array.from(n.keys())[0]===e}async wrapLinkUpdatesHandler(e,n){let a=!1,r=this.app.vault.on("rename",()=>{a=!0});try{await n(e)}finally{this.app.vault.offref(r)}let o=this.settingsManager.getSettings();!a||!o.shouldHandleRenames||Zn(e,s=>o.isPathIgnored?.(s.sourceFile.path)?(X("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of source file ${s.sourceFile.path} as the path is ignored.`),!0):o.isPathIgnored?.(s.resolvedFile.path)?(X("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of resolved file ${s.resolvedFile.path} as the path is ignored.`),!0):!this.app.internalPlugins.getEnabledPluginById(Qe.Canvas)||this.app.plugins.getPlugin("backlink-cache")?!1:s.sourceFile.extension===nr||s.resolvedFile.extension===nr)}},nl=class t{static{i(this,"RenameHandler")}abortSignal;app;handledRenames;interruptedCombinedBacklinksMap;interruptedRenamesMap;newPath;oldCache;oldPath;oldPathBacklinksMap;oldPathLinks;settingsManager;constructor(e){this.app=e.app,this.oldPath=e.oldPath,this.newPath=e.newPath,this.oldPathBacklinksMap=e.oldPathBacklinksMap,this.oldCache=e.oldCache,this.abortSignal=e.abortSignal,this.settingsManager=e.settingsManager,this.interruptedRenamesMap=e.interruptedRenamesMap,this.oldPathLinks=this.oldCache?tt(this.oldCache):[],this.handledRenames=e.handledRenames,this.interruptedCombinedBacklinksMap=e.interruptedCombinedBacklinksMap??new Map}async handle(){if(this.abortSignal.throwIfAborted(),await this.continueInterruptedRenames(),this.abortSignal.throwIfAborted(),await this.refreshLinks(),this.abortSignal.throwIfAborted(),await this.handleCaseCollision())return;this.abortSignal.throwIfAborted();let e=Ne(this.app,"renamedFilePaths",new Set).value,n=Ne(this.app,"renamedLinkPaths",new Set).value;try{let a=new al({abortSignal:this.abortSignal,app:this.app,newPath:this.newPath,oldCache:this.oldCache,oldPath:this.oldPath,settingsManager:this.settingsManager});await a.fill(),this.abortSignal.throwIfAborted();let r=new Map;a.initOriginalLinksMap(r),a.initBacklinksMap(this.oldPathBacklinksMap,r,this.oldPath);for(let l of a.keys()){if(l===this.oldPath)continue;let c=(await Mt(this.app,l)).data;this.abortSignal.throwIfAborted(),a.initBacklinksMap(c,r,l)}let o=new Set;for(let[l,c]of a.entries()){if(l!==this.oldPath){let p=await this.renameHandled(l,c);this.abortSignal.throwIfAborted(),a.set(l,p)}this.settingsManager.isNoteEx(l)||o.add(oe(l))}await Fu(this.app,this.settingsManager.getSettings(),Array.from(o)),this.abortSignal.throwIfAborted();let s=this.settingsManager.getSettings();for(let[l,c]of Array.from(r.entries()).concat(Array.from(this.interruptedCombinedBacklinksMap.entries()))){let p=0;await Ws(this.app,l,d=>{p++;let u=c.get(Xa(d));if(!u)return;let h=a.get(u);if(h)return e.add(l),n.add(`${l}//${String(p)}`),Ys({app:this.app,link:d,newSourcePathOrFile:l,newTargetPathOrFile:h,oldTargetPathOrFile:u,shouldUpdateFileNameAlias:s.shouldUpdateFileNameAliases})},{shouldFailOnMissingFile:!1}),this.abortSignal.throwIfAborted()}if(Ot(this.app,this.newPath)&&(await du({app:this.app,newSourcePathOrFile:this.newPath,oldSourcePathOrFile:this.oldPath,shouldFailOnMissingFile:!1,shouldUpdateFileNameAlias:s.shouldUpdateFileNameAliases}),this.abortSignal.throwIfAborted()),!ce(this.app,this.newPath)){let l=this.interruptedRenamesMap.get(this.newPath);l||(l=[],this.interruptedRenamesMap.set(this.newPath,l)),l.push({combinedBacklinksMap:r,oldPath:this.oldPath})}}finally{let a=Array.from(this.handledRenames.keys());$t(this.app,()=>{for(let r of a)this.handledRenames.delete(r.oldPath,r.newPath);n.size!==0&&(new Kr.Notice(`Updated ${String(n.size)} links in ${String(e.size)} files.`),e.clear(),n.clear())},this.abortSignal)}}async continueInterruptedRenames(){let e=this.interruptedRenamesMap.get(this.oldPath);if(e){this.interruptedRenamesMap.delete(this.oldPath);for(let n of e)await new t({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedCombinedBacklinksMap:n.combinedBacklinksMap,interruptedRenamesMap:this.interruptedRenamesMap,newPath:this.newPath,oldCache:this.oldCache,oldPath:n.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,settingsManager:this.settingsManager}).handle()}}async handleCaseCollision(){if(!this.app.vault.adapter.insensitive||this.oldPath.toLowerCase()!==this.newPath.toLowerCase())return!1;let e=le(oe(this.newPath),`__temp__${se(this.newPath)}`);return await this.renameHandled(this.newPath,e),await new t({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,newPath:e,oldCache:this.oldCache,oldPath:this.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,settingsManager:this.settingsManager}).handle(),await this.app.vault.rename(de(this.app,e),this.newPath),!0}async refreshLinks(){let e=this.app.metadataCache.getCache(this.oldPath)??this.app.metadataCache.getCache(this.newPath),n=e?tt(e):[],a=de(this.app,this.oldPath,!0),r=new Map;await Aa(this.app,[a],async()=>{r=(await Mt(this.app,a)).data});for(let o of n)this.oldPathLinks.includes(o)||this.oldPathLinks.push(o);for(let[o,s]of r.entries()){let l=this.oldPathBacklinksMap.get(o);l||(l=[],this.oldPathBacklinksMap.set(o,l));for(let c of s)l.includes(c)||l.push(c)}}async renameHandled(e,n){return n=Bs(this.app,e,n),e===n||(this.handledRenames.add(e,n),n=await Br(this.app,e,n)),n}},al=class{static{i(this,"RenameMap")}abortSignal;app;map=new Map;newPath;oldCache;oldPath;oldPathLinks;settingsManager;constructor(e){this.abortSignal=e.abortSignal,this.app=e.app,this.settingsManager=e.settingsManager,this.oldCache=e.oldCache,this.oldPath=e.oldPath,this.newPath=e.newPath,this.oldPathLinks=this.oldCache?tt(this.oldCache):[]}entries(){return this.map.entries()}async fill(){if(this.abortSignal.throwIfAborted(),this.map.set(this.oldPath,this.newPath),!Ot(this.app,this.oldPath))return;let e=this.settingsManager.getSettings(),n=de(this.app,this.oldPath,!0),a="";await eu(this.app,[n],async()=>{let c=this.oldCache&&n.deleted;c&&Xd(this.app,n,this.oldCache);try{a=await En(this.app,this.oldPath,Dt.RenameNote)}finally{c&&tu(this.app,n)}});let r=e.shouldRenameAttachmentFolder?await En(this.app,this.newPath,Dt.RenameNote):a,o=a==="/",s=ct(this.app,a);if(!s||a===r&&!e.shouldRenameAttachmentFiles)return;let l=[];if(await Po(this.app,this.oldPath,Dt.RenameNote))Kr.Vault.recurseChildren(s,c=>{this.abortSignal.throwIfAborted(),Ze(c)&&l.push(c)});else for(let c of this.oldPathLinks){this.abortSignal.throwIfAborted();let p=bt(this.app,c,this.oldPath);if(p&&(o||p.path.startsWith(a))){let d=await Mt(this.app,p);this.abortSignal.throwIfAborted();let u=new Set(d.keys());u.delete(this.oldPath),u.delete(this.newPath),u.size===0&&l.push(p)}}for(let c of l){if(this.abortSignal.throwIfAborted(),this.settingsManager.isNoteEx(c.path))continue;let p;if(e.shouldRenameAttachmentFiles)p=await To({app:this.app,context:Dt.RenameNote,notePathOrFile:this.newPath,oldAttachmentPathOrFile:c,oldNotePathOrFile:this.oldPath,shouldSkipDuplicateCheck:!0}),this.abortSignal.throwIfAborted();else{let d=o?c.path:Sn(a,c.path),u=le(r,oe(d));p=le(u,c.name)}if(c.path!==p){if(e.shouldDeleteConflictingAttachments){let d=ce(this.app,p);d&&(X("RenameDeleteHandler:fillRenameMap")(`Removing conflicting attachment ${d.path}.`),await this.app.fileManager.trashFile(d),this.abortSignal.throwIfAborted())}else{let d=oe(p),u=be(p),h=se(p,u);p=this.app.vault.getAvailablePath(le(d,h),u.slice(1))}this.map.set(c.path,p)}}}get(e){return this.map.get(e)}initBacklinksMap(e,n,a){for(let[r,o]of e.entries()){let s=this.map.get(r)??r,l=n.get(s)??new Map;n.set(s,l);for(let c of o)l.set(Xa(c),a)}}initOriginalLinksMap(e){for(let n of this.oldPathLinks){let a=bt(this.app,n,this.oldPath);if(!a)continue;let r=new Map;r.set(this.newPath,[n]),this.initBacklinksMap(r,e,a.path)}}keys(){return this.map.keys()}set(e,n){this.map.set(e,n)}},rl=class{static{i(this,"SettingsManager")}constructor(e){this.app=e,this.renameDeleteHandlersMap=Ne(e,"renameDeleteHandlersMap",new Map).value}renameDeleteHandlersMap;getSettings(){let e=Array.from(this.renameDeleteHandlersMap.values()).reverse(),n={};n.isNote=a=>Ot(this.app,a),n.isPathIgnored=()=>!1;for(let a of e){let r=a();n.shouldDeleteConflictingAttachments||=r.shouldDeleteConflictingAttachments??!1,r.emptyAttachmentFolderBehavior&&(n.emptyAttachmentFolderBehavior??=r.emptyAttachmentFolderBehavior),n.shouldHandleDeletions||=r.shouldHandleDeletions??!1,n.shouldHandleRenames||=r.shouldHandleRenames??!1,n.shouldRenameAttachmentFiles||=r.shouldRenameAttachmentFiles??!1,n.shouldRenameAttachmentFolder||=r.shouldRenameAttachmentFolder??!1,n.shouldUpdateFileNameAliases||=r.shouldUpdateFileNameAliases??!1;let o=n.isPathIgnored;n.isPathIgnored=l=>o(l)||(r.isPathIgnored?.(l)??!1);let s=n.isNote;n.isNote=l=>s(l)&&(r.isNote?.(l)??!0)}return n.emptyAttachmentFolderBehavior??="Keep",n}isNoteEx(e){return this.getSettings().isNote?.(e)??!1}};function Eu(t,e){new tl(t,e,new rl(t.app)).register()}i(Eu,"registerRenameDeleteHandlers");async function Fu(t,e,n){if(e.emptyAttachmentFolderBehavior!=="Keep")for(let a of n)switch(e.emptyAttachmentFolderBehavior){case"Delete":await Qs(t,a);break;case"DeleteWithEmptyParents":await Pu(t,a);break;default:break}}i(Fu,"cleanupParentFolders");var wt=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function L(t,e){t.createEl("strong",{cls:"markdown-rendered code"},n=>{n.createEl("code",{text:e})})}i(L,"appendCodeBlock");function zu(t){return`${String(t)}px`}i(zu,"toPx");var Iu=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();async function Nu(t){let n={...{abortSignal:xe(),buildNoticeMessage(){throw new Error("buildNoticeMessage is required")},items:[],noticeMinTimeoutInMilliseconds:2e3,processItem:st,progressBarTitle:"",shouldContinueOnError:!0,shouldShowProgressBar:!0,uiUpdateThresholdInMilliseconds:100},...t},a=Ie(1),r=n.items,o=0,s=null;n.shouldShowProgressBar&&(s=new Iu.Notice("",0));let l=sleep(n.noticeMinTimeoutInMilliseconds),c=createEl("progress");if(Y(c,"loop"),c.max=r.length,n.shouldShowProgressBar){let d=createFragment();d.createDiv({text:n.progressBarTitle}),d.appendChild(c),s?.setMessage(d)}let p=performance.now();for(let d of r){if(n.abortSignal.aborted){s?.hide();return}o++;let u=`# ${String(o)} / ${String(r.length)}`,h=n.buildNoticeMessage(d,u);n.shouldShowProgressBar||s?.setMessage(h),X("Loop")(h);try{performance.now()-p>n.uiUpdateThresholdInMilliseconds&&(await Sc(),p=performance.now()),await n.processItem(d)}catch(m){if(console.error("Error processing item",d),!n.shouldContinueOnError)throw s?.hide(),new lt("loop failed",a,m);qa(new lt($a,a,m))}c.value++}await l,s?.hide()}i(Nu,"loop");var il=require("obsidian");var Mu=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var _n=class extends Mu.Modal{static{i(this,"ModalBase")}constructor(e,n,a){super(e.app),this.resolve=n,Y(this.containerEl,a),e.cssClass&&this.containerEl.addClass(e.cssClass)}};async function Yr(t){return await new Promise(e=>{t(e).open()})}i(Yr,"showModal");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ol=class extends _n{static{i(this,"ConfirmModal")}isConfirmed=!1;options;constructor(e,n){super(e,n,I.ConfirmModal);let a={app:e.app,cancelButtonText:g(r=>r.obsidianDevUtils.buttons.cancel),cssClass:"",message:e.message,okButtonText:g(r=>r.obsidianDevUtils.buttons.ok),title:""};this.options={...a,...e}}onClose(){super.onClose(),this.resolve(this.isConfirmed)}onOpen(){super.onOpen(),this.titleEl.setText(this.options.title),this.contentEl.createEl("p",{text:this.options.message});let e=new il.ButtonComponent(this.contentEl);e.setButtonText(this.options.okButtonText),e.setCta(),e.onClick(()=>{this.isConfirmed=!0,this.close()}),e.setClass(I.OkButton);let n=new il.ButtonComponent(this.contentEl);n.setButtonText(this.options.cancelButtonText),n.onClick(this.close.bind(this)),n.setClass(I.CancelButton)}};async function Qr(t){return await Yr(e=>new ol(t,e))}i(Qr,"confirm");var ni=require("obsidian");var Ob=Pt(require("obsidian"),1),Uu=require("obsidian");var Ru=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function ju(t){return t.validationMessage!==void 0}i(ju,"isValidationMessageHolder");var jb=/[*\\/<>:|?"]/g,Lb=/[\0/]/g;function Xr(t){return t??=Ru.Platform.isWin,t?jb:Lb}i(Xr,"getOsUnsafePathCharsRegExp");var Vu=Pt(Lu(),1);var jt=require("obsidian");var cl=class extends jt.Modal{constructor(n){super(n.ctx.app);this.options=n;Y(this.containerEl,"preview-modal")}static{i(this,"PreviewModal")}embedComponent;tempFile;onClose(){super.onClose(),this.embedComponent?.unload(),Z(async()=>{this.tempFile&&await this.app.fileManager.trashFile(this.tempFile)})}onOpen(){super.onOpen(),Z(this.onOpenAsync.bind(this))}async onOpenAsync(){let n=this.app.embedRegistry.embedByExtension[this.options.ctx.originalAttachmentFileExtension];if(!n||!this.options.ctx.attachmentFileContent)return;let a=`${this.options.ctx.originalAttachmentFileName}.${this.options.ctx.originalAttachmentFileExtension}`;this.titleEl.setText(g(s=>s.promptWithPreviewModal.previewModal.title,{fullFileName:a}));let r=`__temp${String(Date.now())}__${a}`;this.tempFile=await this.app.vault.createBinary(r,this.options.ctx.attachmentFileContent);let o=this.contentEl.createDiv("preview-container");this.embedComponent=n({app:this.app,containerEl:o},this.tempFile),this.embedComponent.load(),this.embedComponent.loadFile()}},pl=class extends jt.Modal{constructor(n,a){super(n.ctx.app);this.options=n;this.resolve=a;Y(this.containerEl,I.PromptModal),this.value=n.ctx.originalAttachmentFileName}static{i(this,"PromptWithPreviewModal")}isOkClicked=!1;value;onClose(){super.onClose(),this.resolve(this.isOkClicked?this.value:null)}onOpen(){super.onOpen();let n=createFragment(d=>{d.appendText(g(u=>u.promptWithPreviewModal.title)),d.createEl("br"),d.appendText(this.options.ctx.fullTemplate.slice(0,this.options.ctx.tokenStartOffset)),d.createSpan({cls:"highlighted-token",text:this.options.ctx.tokenWithFormat}),d.appendText(this.options.ctx.fullTemplate.slice(this.options.ctx.tokenEndOffset))});this.titleEl.setText(n);let a=new jt.TextComponent(this.contentEl),r=a.inputEl,o=i(async()=>{let d=await this.options.valueValidator(r.value);r.setCustomValidity(d??""),r.reportValidity()},"validate");a.setValue(this.value),a.setPlaceholder(g(d=>d.promptWithPreviewModal.title)),r.addClass(I.TextBox),a.onChange(d=>{this.value=d}),r.addEventListener("keydown",d=>{d.key==="Enter"?this.handleOk(d,a):d.key==="Escape"&&this.close()}),r.addEventListener("input",Me(o)),r.addEventListener("focus",Me(o)),Z(o);let s=new jt.ButtonComponent(this.contentEl);s.setButtonText(g(d=>d.obsidianDevUtils.buttons.ok)),s.setCta(),s.onClick(d=>{this.handleOk(d,a)}),s.setClass(I.OkButton);let l=new jt.ButtonComponent(this.contentEl);l.setButtonText(g(d=>d.obsidianDevUtils.buttons.cancel)),l.onClick(this.close.bind(this)),l.setClass(I.CancelButton);let c=new jt.ButtonComponent(this.contentEl);c.setButtonText(g(d=>d.buttons.previewAttachmentFile)),c.onClick(this.preview.bind(this));let p=this.app.embedRegistry.embedByExtension[this.options.ctx.originalAttachmentFileExtension];(!this.options.ctx.attachmentFileContent||!p)&&c.setDisabled(!0)}handleOk(n,a){n.preventDefault(),a.inputEl.checkValidity()&&(this.isOkClicked=!0,this.close())}preview(){new cl(this.options).open()}};function Ou(t){return new Promise(e=>{new pl(t,e).open()})}i(Ou,"promptWithPreview");var Db=_e(Vu.default),ei=_e(Uu.moment),Bb=["1","2","3","4","5","6","any"],Ub=/^\.{3,}$/,Vb=/\.+$/,Ca=/\${(?<Token>.+?)(?::(?<Format>.*?))?}/g;function ul(t){let e=new Map;try{return new Function("registerCustomToken",t)(n),e}catch(a){return Ft(new Error("Error registering custom tokens",{cause:a})),null}function n(a,r){e.set(a,r)}i(n,"registerCustomToken")}i(ul,"parseCustomTokens");function Du(t,e){let n=",default=now",a=",default=empty",r="empty";return e.endsWith(n)?(e=mt(e,n),r="now"):e.endsWith(a)&&(e=mt(e,a),r="empty"),t?ei(t).format(e):r==="now"?ei().format(e):""}i(Du,"formatAttachmentFileDate");function _b(t){return ei().format(t)}i(_b,"formatDate");function Bu(t,e,n,a){let r=ce(t,e);return r?ei(a(r)).format(n):""}i(Bu,"formatFileDate");function $b(t,e){let{base:r,parameter:o}=ti(e);switch(r){case"":case"B":return t.toFixed(o??0);case"KB":return(t/1024).toFixed(o??0);case"MB":return(t/1048576).toFixed(o??0);default:throw new Error(`Invalid file size format: ${e}`)}}i($b,"formatFileSize");function qb(t,e){let n=t.split("/"),a=n.length-1,r=e.indexOf(",");r===-1&&(r=e.length);let s=e.slice(0,r),l=e.slice(r+1),c=ti(s);switch(c.base){case"indexFromEnd":a=n.length-1-(c.parameter??0);break;case"indexFromStart":a=c.parameter??0;break;default:if(l)throw new Error(`Invalid format: ${s}`);return dn(n[a]??"",s)}let p=n[a]??"";return dn(p,l)}i(qb,"formatFolderName");function dn(t,e){let{base:n,parameter:a}=ti(e);switch(n){case"":return t;case"left":return t.slice(0,a??1);case"lower":return t.toLowerCase();case"right":return t.slice(-(a??1));case"slug":return Kb(t);case"upper":return t.toUpperCase();default:throw new Error(`Invalid file name format: ${e}`)}}i(dn,"formatString");function Gb(t){if(t==="uuid")return crypto.randomUUID();let{base:e,parameter:n}=ti(t),a;switch(e){case"D":a="0123456789";break;case"DL":a="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";break;case"L":a="ABCDEFGHIJKLMNOPQRSTUVWXYZ";break;default:throw new Error(`Invalid random value format: ${t}`)}let r="";for(let o=0;o<(n??1);o++)r+=Jb(a);return r}i(Gb,"generateRandomValue");function Wb(t,e,n){let a=ce(t,e);if(!a)return"";let r=t.metadataCache.getFileCache(a);if(!r?.frontmatter)return"";let o=Lt(r.frontmatter,n)??"";return String(o)}i(Wb,"getFrontmatterValue");var Se=class t{static{i(this,"Substitutions")}static evaluators=new Map;static{this.registerCustomTokens("")}actionContext;noteFolderPath;app;attachmentFileContent;attachmentFileStat;cursorLine;generatedAttachmentFileName;generatedAttachmentFilePath;headingsInfo=null;noteFileName;noteFilePath;noteFolderName;oldNoteFileName;oldNoteFilePath;oldNoteFolderName;oldNoteFolderPath;originalAttachmentFileExtension;originalAttachmentFileName;plugin;sequenceNumber;constructor(e){this.plugin=e.plugin,this.app=e.plugin.app,this.actionContext=e.actionContext,this.noteFilePath=e.noteFilePath,this.noteFileName=se(this.noteFilePath,be(this.noteFilePath)),this.noteFolderName=Zr(se(oe(this.noteFilePath))),this.noteFolderPath=Zr(oe(this.noteFilePath)),this.oldNoteFilePath=e.oldNoteFilePath??"",this.oldNoteFileName=se(this.oldNoteFilePath,be(this.oldNoteFilePath)),this.oldNoteFolderName=Zr(se(oe(this.oldNoteFilePath))),this.oldNoteFolderPath=Zr(oe(this.oldNoteFilePath));let n=e.originalAttachmentFileName??"",a=be(n);if(this.originalAttachmentFileName=se(n,a),this.originalAttachmentFileExtension=a.slice(1),this.attachmentFileContent=e.attachmentFileContent,this.attachmentFileStat=e.attachmentFileStat,this.generatedAttachmentFileName=e.generatedAttachmentFileName??"",this.generatedAttachmentFilePath=e.generatedAttachmentFilePath??"",e.cursorLine===void 0){if(this.cursorLine=null,this.app.workspace.activeEditor?.file?.path===this.noteFilePath){let r=this.app.workspace.activeEditor.editor?.getCursor();r&&(this.cursorLine=r.line)}}else this.cursorLine=e.cursorLine}static isRegisteredToken(e){return t.evaluators.has(e.toLowerCase())}static registerCustomTokens(e){this.evaluators.clear(),this.registerToken("date",a=>_b(a.format)),this.registerToken("noteFileCreationDate",a=>Bu(a.app,a.noteFilePath,a.format,r=>r.stat.ctime)),this.registerToken("noteFileModificationDate",a=>Bu(a.app,a.noteFilePath,a.format,r=>r.stat.mtime)),this.registerToken("originalAttachmentFileCreationDate",a=>Du(a.attachmentFileStat?.ctime,a.format)),this.registerToken("originalAttachmentFileModificationDate",a=>Du(a.attachmentFileStat?.mtime,a.format)),this.registerToken("noteFileName",a=>dn(a.noteFileName,a.format)),this.registerToken("noteFilePath",a=>a.noteFilePath),this.registerToken("noteFolderName",a=>qb(a.noteFolderPath,a.format)),this.registerToken("noteFolderPath",a=>a.noteFolderPath),this.registerToken("frontmatter",a=>Wb(a.app,a.noteFilePath,a.format)),this.registerToken("originalAttachmentFileExtension",a=>a.originalAttachmentFileExtension),this.registerToken("originalAttachmentFileName",a=>dn(a.originalAttachmentFileName,a.format)),this.registerToken("prompt",(a,r)=>r.prompt(a)),this.registerToken("random",a=>Gb(a.format)),this.registerToken("attachmentFileSize",a=>$b(a.attachmentFileContent?.byteLength??0,a.format)),this.registerToken("generatedAttachmentFileName",a=>dn(a.generatedAttachmentFileName,a.format)),this.registerToken("generatedAttachmentFilePath",a=>a.generatedAttachmentFilePath),this.registerToken("heading",async(a,r)=>r.getHeading(a.format)),this.registerToken("sequenceNumber",a=>{let r=Number(a.format);return(Number.isNaN(r)||r<1)&&(r=1),String(a.sequenceNumber).padStart(r,"0")});let n=ul(e)??new Map;for(let[a,r]of n.entries())this.registerToken(a,r)}static registerToken(e,n){this.evaluators.set(e.toLowerCase(),n)}async fillTemplate(e){return await zc(e,Ca,async(n,a,r,o)=>{n.throwIfAborted();let s=t.evaluators.get(r.toLowerCase());if(!s)throw new Error(`Unknown token '${r}'.`);let l={abortSignal:n,actionContext:this.actionContext,app:this.app,attachmentFileContent:this.attachmentFileContent,attachmentFileStat:this.attachmentFileStat,fillTemplate:this.fillTemplate.bind(this),format:o,fullTemplate:e,generatedAttachmentFileName:this.generatedAttachmentFileName,generatedAttachmentFilePath:this.generatedAttachmentFilePath,noteFileName:this.noteFileName,noteFilePath:this.noteFilePath,noteFolderName:this.noteFolderName,noteFolderPath:this.noteFolderPath,obsidian:Ob,oldNoteFileName:this.oldNoteFileName,oldNoteFilePath:this.oldNoteFilePath,oldNoteFolderName:this.oldNoteFolderName,oldNoteFolderPath:this.oldNoteFolderPath,originalAttachmentFileExtension:this.originalAttachmentFileExtension,originalAttachmentFileName:this.originalAttachmentFileName,sequenceNumber:this.sequenceNumber??0,token:r,tokenEndOffset:a.offset+a.substring.length,tokenStartOffset:a.offset,tokenWithFormat:a.substring};try{let c=await s(l,this);if(n.throwIfAborted(),typeof c!="string")throw console.error("Token returned non-string value.",{ctx:l,result:c}),new Error("Token returned non-string value");return c}catch(c){throw new Error(`Error formatting token \${${r}}`,{cause:c})}})}async prompt(e){if(dn("",e.format),e.actionContext==="ValidateTokens"||e.originalAttachmentFileName===kt)return kt;let n=await Ou({ctx:e,valueValidator:i(a=>un({areTokensAllowed:!1,path:a,plugin:this.plugin}),"valueValidator")});if(n===null)throw new Error("Prompt cancelled");return dn(n,e.format)}async getHeading(e){if(e||="any",!Bb.includes(e))throw new Error(`Invalid heading level: ${e}`);let a=(await this.initHeadings()).get(e)??"";return this.plugin.replaceSpecialCharacters(a)}async initHeadings(){if(this.headingsInfo)return this.headingsInfo;if(this.headingsInfo=new Map,!this.cursorLine)return this.headingsInfo;let e=await Rt(this.app,this.noteFilePath);if(!e?.headings)return this.headingsInfo;let n=new Map;for(let a of e.headings){if(a.position.start.line>this.cursorLine)continue;let r=String(a.level),o=n.get(r)??-1;a.position.start.line>o&&(this.headingsInfo.set(r,a.heading),n.set(r,a.position.start.line),a.position.start.line>(n.get("any")??-1)&&(n.set("any",a.position.start.line),this.headingsInfo.set("any",a.heading)))}return this.headingsInfo}};function ml(t){return _u(t).some(e=>e.token==="prompt")}i(ml,"hasPromptToken");async function Ta(t){switch(t.tokenValidationMode){case"Error":{if(t.fileName.match(Ca))return"Tokens are not allowed in file name";break}case"Skip":break;case"Validate":{let n=await $u(t.plugin,t.fileName);if(n)return n;break}default:throw new Error(`Invalid token validation mode: ${t.tokenValidationMode}`)}let e=Hb(t.fileName);return e==="."||e===".."?t.areSingleDotsAllowed?"":"Single dots are not allowed in file name":e?Xr().test(e)?`File name "${t.fileName}" contains invalid symbols`:Ub.test(e)?`File name "${t.fileName}" contains more than two dots`:Vb.test(e)?`File name "${t.fileName}" contains trailing dots`:"":t.isEmptyAllowed?"":"File name is empty"}i(Ta,"validateFileName");async function un(t){if(t.areTokensAllowed){let a=await $u(t.plugin,t.path);if(a)return`Unknown token: ${a}`}else if(t.path.match(Ca))return"Tokens are not allowed in path";let e=wn(t.path,"/");if(e=mt(e,"/"),e==="")return"";let n=e.split("/");for(let a of n){let r=await Ta({areSingleDotsAllowed:!0,fileName:a,isEmptyAllowed:!0,plugin:t.plugin,tokenValidationMode:"Skip"});if(r)return r}return""}i(un,"validatePath");function Zr(t){return t==="."?"":t}i(Zr,"dotToEmpty");function _u(t){let e=t.matchAll(Ca);return Array.from(e).map(n=>({format:n.groups?.Format??"",token:n.groups?.Token??""}))}i(_u,"extractTokens");function Jb(t){return t[Math.floor(Math.random()*t.length)]??""}i(Jb,"generateRandomSymbol");function ti(t){let e=/^(?<Base>\w*?)(?<Parameter>\d*)$/.exec(t);if(!e)throw new Error(`Invalid format: ${t}`);let n=e.groups?.Base??"",a=e.groups?.Parameter,r=a?parseInt(a,10):void 0;return{base:n,parameter:r}}i(ti,"parseFormatWithParameter");function Hb(t){return ie(t,Ca,(e,n,a)=>`_${n}_${a}_`)}i(Hb,"removeTokens");function Kb(t){return Db(t,{lower:!0})}i(Kb,"slugifyEx");async function $u(t,e){let n=new Se({actionContext:"ValidateTokens",noteFilePath:kt,originalAttachmentFileName:kt,plugin:t}),a=_u(e);for(let r of a){if(!Se.isRegisteredToken(r.token))return`Unknown token '${r.token}'.`;let o=r.format.split(",");for(let s of o)try{await n.fillTemplate(`\${${r.token}:${s}}`)}catch{return`Token '${r.token}' is used with unknown format '${s}'.`}}return null}i($u,"validateTokens");async function Sa(t,e,n,a,r,o,s){return await Xb(t,new Se({actionContext:e,attachmentFileContent:o,attachmentFileStat:s,noteFilePath:n,oldNoteFilePath:r,originalAttachmentFileName:a,plugin:t}))}i(Sa,"getAttachmentFolderFullPathForPath");async function $n(t,e){let n;switch(e.actionContext){case"CollectAttachments":n=t.settings.collectedAttachmentFileName;break;case"RenameNote":n=t.settings.renamedAttachmentFileName;break;default:n=t.settings.generatedAttachmentFileName;break}n||=t.settings.generatedAttachmentFileName;let a=await qu(t,n,e,!0),r=await un({areTokensAllowed:!1,path:a,plugin:t});if(!r){let s=a.split("/").at(-1)??"";r=await Ta({areSingleDotsAllowed:!1,fileName:s,isEmptyAllowed:!1,plugin:t,tokenValidationMode:"Error"})}if(r){new ni.Notice(createFragment(s=>{s.appendText(g(l=>l.notice.generatedAttachmentFileNameIsInvalid.part1,{path:a,validationMessage:r})),s.appendText(" "),L(s,g(l=>l.pluginSettingsTab.generatedAttachmentFileName.name)),s.appendText(" "),s.appendText(g(l=>l.notice.generatedAttachmentFileNameIsInvalid.part2))}));let o=`Generated attachment file name "${a}" is invalid.
+${r}
+Check your 'Generated attachment file name' setting.`;throw console.error(o,e),new Error(o)}return a}i($n,"getGeneratedAttachmentFileBaseName");function Qb(t,e){let n=e.trimEnd();return n==="."||n===".."||(n=n.replace(/[\s.]+$/,""),n=t.replaceSpecialCharacters(n)),n}i(Qb,"cleanFilePathPart");async function Xb(t,e){return await qu(t,t.settings.attachmentFolderPath,e,!1)}i(Xb,"getAttachmentFolderPath");async function qu(t,e,n,a){let r=await n.fillTemplate(e);r=r.split("/").map(l=>Qb(t,l)).join("/");let s=await un({areTokensAllowed:!1,path:r,plugin:t});if(s)throw new Error(`Resolved path ${r} is invalid: ${s}`);return a||((r.startsWith("./")||r.startsWith("../"))&&(r=le(n.noteFolderPath,r)),r=(0,ni.normalizePath)(r)),r}i(qu,"resolvePathTemplate");var qn=require("obsidian");var gl=`registerCustomToken('foo', (ctx) => {
+ return ctx.noteFileName + ctx.app.appId + ctx.format + ctx.obsidian.apiVersion;
+});
+
+registerCustomToken('bar', async (ctx) => {
+ await sleep(100);
+ return ctx.noteFileName + ctx.app.appId + ctx.format + ctx.obsidian.apiVersion;
+});
+
+registerCustomToken('baz', async (ctx) => {
+ return ctx.noteFileName + await ctx.fillTemplate('corge \${grault} garply \${waldo:fred} plugh');
+});
+`,Gu=/(?:)/,ai=/$./;var ri=class{static{i(this,"PluginSettings")}attachmentFolderPath="./assets/${noteFileName}";attachmentRenameMode="Only pasted images";collectAttachmentUsedByMultipleNotesMode="Skip";collectedAttachmentFileName="";defaultImageSize="";defaultImageSizeDimension="width";duplicateNameSeparator=" ";emptyAttachmentFolderBehavior=nt.DeleteWithEmptyParents;generatedAttachmentFileName="file-${date:YYYYMMDDHHmmssSSS}";jpegQuality=.8;markdownUrlFormat="";renamedAttachmentFileName="";shouldConvertPastedImagesToJpeg=!1;shouldDeleteOrphanAttachments=!1;shouldRenameAttachmentFiles=!1;shouldRenameAttachmentFolder=!0;shouldRenameCollectedAttachments=!1;specialCharacters="#^[]|*\\<>:?/";specialCharactersReplacement="-";timeoutInSeconds=5;treatAsAttachmentExtensions=[".excalidraw.md"];version="";get customTokensStr(){return this._customTokensStr}set customTokensStr(e){this._customTokensStr=e}get excludePaths(){return this._excludePaths}set excludePaths(e){this._excludePaths=e.filter(Boolean),this._excludePathsRegExp=hl(this._excludePaths,ai)}get excludePathsFromAttachmentCollecting(){return this._excludePathsFromAttachmentCollecting}set excludePathsFromAttachmentCollecting(e){this._excludePathsFromAttachmentCollecting=e.filter(Boolean),this._excludePathsFromAttachmentCollectingRegExp=hl(this._excludePathsFromAttachmentCollecting,ai)}get includePaths(){return this._includePaths}set includePaths(e){this._includePaths=e.filter(Boolean),this._includePathsRegExp=hl(this._includePaths,Gu)}get specialCharactersRegExp(){return new RegExp(`[${aa(this.specialCharacters)}]+`,"gu")}_customTokensStr="";_excludePaths=[];_excludePathsFromAttachmentCollecting=[];_excludePathsFromAttachmentCollectingRegExp=ai;_excludePathsRegExp=ai;_includePaths=[];_includePathsRegExp=Gu;getTimeoutInMilliseconds(){return this.timeoutInSeconds===0?Xn:this.timeoutInSeconds*1e3}isExcludedFromAttachmentCollecting(e){return this._excludePathsFromAttachmentCollectingRegExp.test(e)}isPathIgnored(e){return!this._includePathsRegExp.test(e)||this._excludePathsRegExp.test(e)}};function hl(t,e){if(t.length===0)return e;let n=t.map(a=>a==="/"?e.source:a.startsWith("/")&&a.endsWith("/")?a.slice(1,-1):a.endsWith("/")?`^${aa(a)}`:`^${aa(a)}(/|$)`).map(a=>`(${a})`).join("|");return new RegExp(n)}i(hl,"makeRegExp");var fl=class extends qn.Modal{constructor(n,a,r,o){super(n);this.attachmentPath=a;this.backlinks=r;this.resolve=o}static{i(this,"CollectAttachmentUsedByMultipleNotesModal")}isSelected=!1;onClose(){this.isSelected||this.select("Cancel",!1)}onOpen(){super.onOpen(),new qn.Setting(this.contentEl).setName(g(a=>a.collectAttachmentUsedByMultipleNotesModal.heading)).setHeading(),this.contentEl.appendChild(createFragment(a=>{a.appendText(g(r=>r.collectAttachmentUsedByMultipleNotesModal.content.part1)),a.appendText(" "),L(a,this.attachmentPath),a.appendText(" "),a.appendText(g(r=>r.collectAttachmentUsedByMultipleNotesModal.content.part2)),a.createEl("ul",{},r=>{for(let o of this.backlinks)r.createEl("li",{},s=>[s.appendChild(createFragment(l=>{L(l,o)}))])})}));let n=!1;new qn.Setting(this.contentEl).setName(g(a=>a.collectAttachmentUsedByMultipleNotesModal.shouldUseSameActionForOtherProblematicAttachmentsToggle)).addToggle(a=>{a.setValue(!1),a.onChange(r=>{n=r})}),new qn.Setting(this.contentEl).addButton(a=>{a.setButtonText(g(r=>r.buttons.skip)),a.onClick(()=>{this.select("Skip",n)})}).addButton(a=>{a.setButtonText(g(r=>r.buttons.move)),a.onClick(()=>{this.select("Move",n)})}).addButton(a=>{a.setButtonText(g(r=>r.buttons.copy)),a.onClick(()=>{this.select("Copy",n)})}).addButton(a=>{a.setButtonText(g(r=>r.obsidianDevUtils.buttons.cancel)),a.onClick(()=>{this.select("Cancel",n)})})}select(n,a){this.isSelected=!0,this.resolve({mode:n,shouldUseSameActionForOtherProblematicAttachments:a}),this.close()}};function Wu(t,e,n){return new Promise(a=>{new fl(t,e,n,a).open()})}i(Wu,"selectMode");async function Ju(t,e,n,a){a.throwIfAborted();let r=t.app;if(n.isAborted)return;let o=new wt.Notice(g(d=>d.notice.collectingAttachments,{noteFilePath:e.path}),0),s=It(r,e),l=new Set,c=await Rt(r,e);if(a.throwIfAborted(),n.isAborted||!c)return;let p=s?await Zb(r,e):tt(c);a.throwIfAborted();for(let d of p){if(n.isAborted)return;let u=await eA(t,d,e.path,e.path,l);if(a.throwIfAborted(),!u)continue;if(t.settings.isExcludedFromAttachmentCollecting(u.oldAttachmentPath)){console.warn(`Skipping collecting attachment ${u.oldAttachmentPath} as it is excluded from attachment collecting.`);continue}let h=await Mt(r,u.oldAttachmentPath,{timeoutInMilliseconds:t.settings.getTimeoutInMilliseconds()});if(a.throwIfAborted(),h.keys().length>1){let y=h.keys().sort((v,A)=>v.localeCompare(A)),w=y.map(v=>`- ${v}`).join(`
+`);async function b(v){if(a.throwIfAborted(),!u)return!1;switch(v){case"Cancel":return console.error(`Cancelling collecting attachments, as attachment ${u.oldAttachmentPath} is referenced by multiple notes.
+${w}`),new wt.Notice(g(A=>A.notice.collectingAttachmentsCancelled)),n.isAborted=!0,!1;case"Copy":u.newAttachmentPath=await Wd(r,u.oldAttachmentPath,u.newAttachmentPath);break;case"Move":await m(),a.throwIfAborted();break;case"Prompt":{let{mode:A,shouldUseSameActionForOtherProblematicAttachments:T}=await Wu(r,u.oldAttachmentPath,y);return T&&(n.collectAttachmentUsedByMultipleNotesMode=A),b(A)}case"Skip":return console.warn(`Skipping collecting attachment ${u.oldAttachmentPath} as it is referenced by multiple notes.
+${w}`),!1;default:throw new Error(`Unknown collect attachment used by multiple notes mode: ${t.settings.collectAttachmentUsedByMultipleNotesMode}`)}return!0}if(i(b,"applyCollectAttachmentUsedByMultipleNotesMode"),!await b(n.collectAttachmentUsedByMultipleNotesMode??t.settings.collectAttachmentUsedByMultipleNotesMode)){a.throwIfAborted();continue}}else a.throwIfAborted(),await m(),a.throwIfAborted();async function m(){a.throwIfAborted(),u&&(u.newAttachmentPath=await Br(r,u.oldAttachmentPath,u.newAttachmentPath))}i(m,"registerMoveAttachment")}o.hide()}i(Ju,"collectAttachments");function Hu(t,e){let n=t.app.workspace.getActiveFile();return mn(t,n)?(e||$t(t.app,a=>ii(t,n?.parent??Qt(new Error("Parent folder not found")),a),t.abortSignal,yl(t)),!0):!1}i(Hu,"collectAttachmentsCurrentFolder");function Ku(t,e){let n=t.app.workspace.getActiveFile();if(!n||!mn(t,n))return!1;if(!e){if(t.settings.isPathIgnored(n.path))return new wt.Notice(g(a=>a.notice.notePathIsIgnored)),console.warn(`Cannot collect attachments in the note as note path is ignored: ${n.path}.`),!0;$t(t.app,a=>Ju(t,n,{},a),t.abortSignal,yl(t))}return!0}i(Ku,"collectAttachmentsCurrentNote");function Yu(t){$t(t.app,e=>ii(t,t.app.vault.getRoot(),e),t.abortSignal,yl(t))}i(Yu,"collectAttachmentsEntireVault");async function ii(t,e,n){if(n.throwIfAborted(),!await Qr({app:t.app,cancelButtonText:g(l=>l.obsidianDevUtils.buttons.cancel),message:createFragment(l=>{l.appendText(g(c=>c.attachmentCollector.confirm.part1)),l.appendText(" "),L(l,e.path),l.appendText(" "),l.appendText(g(c=>c.attachmentCollector.confirm.part2)),l.createEl("br"),l.appendText(g(c=>c.attachmentCollector.confirm.part3))}),okButtonText:g(l=>l.obsidianDevUtils.buttons.ok),title:createFragment(l=>{(0,wt.setIcon)(l.createSpan(),"lucide-alert-triangle"),l.appendText(" "),l.appendText(g(c=>c.menuItems.collectAttachmentsInFolder))})})){n.throwIfAborted();return}t.consoleDebug(`Collect attachments in folder: ${e.path}`);let a=[];wt.Vault.recurseChildren(e,l=>{mn(t,l)&&l instanceof wt.TFile&&a.push(l)}),a.sort((l,c)=>l.path.localeCompare(c.path));let r={},o=new AbortController,s=Et(o.signal,t.abortSignal);await Nu({abortSignal:s,buildNoticeMessage:i((l,c)=>g(p=>p.attachmentCollector.progressBar.message,{iterationStr:c,noteFilePath:l.path}),"buildNoticeMessage"),items:a,processItem:i(async l=>{if(s.throwIfAborted(),t.settings.isPathIgnored(l.path)){console.warn(`Cannot collect attachments in the note as note path is ignored: ${l.path}.`);return}await Ju(t,l,r,s),s.throwIfAborted(),r.isAborted&&o.abort()},"processItem"),progressBarTitle:`${t.manifest.name}: ${g(l=>l.attachmentCollector.progressBar.title)}`,shouldContinueOnError:!0,shouldShowProgressBar:!0})}i(ii,"collectAttachmentsInFolder");function mn(t,e){if(!e||!Ot(t.app,e))return!1;let n=ae(t.app,e);return t.settings.treatAsAttachmentExtensions.every(a=>!n.endsWith(a))}i(mn,"isNoteEx");async function Zb(t,e){return(await t.vault.readJson(e.path)).nodes.filter(r=>r.type==="file").map(r=>r.file).map(r=>({link:r,original:r,position:{end:{col:0,line:0,loc:0,offset:0},start:{col:0,line:0,loc:0,offset:0}}}))}i(Zb,"getCanvasLinks");function yl(t){return t.settings.collectAttachmentUsedByMultipleNotesMode==="Prompt"||ml(t.settings.attachmentFolderPath)||ml(t.settings.generatedAttachmentFileName)?Xn:t.settings.getTimeoutInMilliseconds()}i(yl,"getTimeoutInMilliseconds");async function eA(t,e,n,a,r){let o=t.app,s=bt(o,e,a,!0);if(!s||mn(t,s)||r.has(s.path))return null;if(r.add(s.path),s.deleted)return console.warn(`Skipping collecting attachment ${e.link} as it could not be resolved.`),null;let l=s.path,c=s.name,p,d=await t.app.vault.readBinary(s);t.settings.shouldRenameCollectedAttachments?p=Xe(await $n(t,new Se({actionContext:"CollectAttachments",attachmentFileContent:d,attachmentFileStat:s.stat,cursorLine:qe(e)?e.position.start.line:0,noteFilePath:n,originalAttachmentFileName:s.name,plugin:t})),s.extension):p=c;let u=await Sa(t,"CollectAttachments",n,p,void 0,d,s.stat),h=le(u,p);return l===h?(console.warn(`Skipping collecting attachment ${s.path} as it is already in the destination folder.`),null):{newAttachmentPath:h,oldAttachmentPath:l}}i(eA,"prepareAttachmentToMove");var Qu={attachmentCollector:{confirm:{part1:"\u1260\u134E\u120D\u12F0\u1229 \u12CD\u1235\u1325 \u1208\u1201\u1209\u121D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1218\u1230\u1265\u1230\u1265 \u12ED\u1348\u120D\u130B\u1209:",part2:"\u12A5\u1293 \u1201\u1209\u1295\u121D \u1295\u12D1\u1235 \u134E\u120D\u12F0\u122E\u127D?",part3:"\u12ED\u1205 \u1235\u122B \u120A\u1218\u1208\u1235 \u12A0\u12ED\u127D\u120D\u121D\u1362"},progressBar:{message:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED {{iterationStr}} - '{{noteFilePath}}'\u1362",title:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED..."}},buttons:{copy:"\u1218\u1245\u12F3\u1275",move:"\u1218\u12CD\u1230\u12F5",previewAttachmentFile:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1245\u12F5\u1218 \u12A5\u12ED\u1273",skip:"\u1218\u12DD\u1208\u134D"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u1270\u12EB\u12EB\u12E5",part2:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u1320\u1240\u1233\u120D\u1362"},heading:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12E8\u121A\u1320\u1240\u121D \u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u1208\u120C\u120E\u127D \u127D\u130D\u122D \u12EB\u120B\u1278\u12CD \u1270\u12EB\u12EB\u12E6\u127D \u1270\u1218\u1233\u1233\u12ED \u12A5\u122D\u121D\u1303 \u1218\u1320\u1240\u121D \u12A0\u1208\u1260\u1275"},commands:{collectAttachmentsCurrentFolder:"\u1260\u12A0\u1201\u1291 \u134E\u120D\u12F0\u122D \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",collectAttachmentsCurrentNote:"\u1260\u12A0\u1201\u1291 \u121B\u1235\u1273\u12C8\u123B \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",collectAttachmentsEntireVault:"\u1260\u1219\u1209 \u126B\u12CD\u120D\u1275 \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265"},menuItems:{collectAttachmentsInFolder:"\u1260\u134E\u120D\u12F0\u122D \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265"},notice:{collectingAttachments:"\u1208 '{{noteFilePath}}' \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED",collectingAttachmentsCancelled:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265 \u1270\u1230\u122D\u12DF\u120D\u1362 \u1208\u12DD\u122D\u12DD\u122E\u127D \u12AE\u1295\u1236\u120D \u12ED\u1218\u120D\u12A8\u1271\u1362",generatedAttachmentFileNameIsInvalid:{part1:`\u12E8\u1270\u1348\u1320\u1228\u12CD \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D '{{path}}' \u12E8\u121B\u12ED\u1230\u122B \u1290\u12CD\u1362
+{{validationMessage}}
+\u12E8\u12A5\u122D\u1235\u12CE\u1295`,part2:"\u1245\u1295\u1265\u122D \u12ED\u1348\u1275\u1239\u1362"},notePathIsIgnored:"\u12E8\u121B\u1235\u1273\u12C8\u123B \u1218\u1295\u1308\u12F5 \u127D\u120B \u1270\u1265\u120F\u120D"},obsidianDevUtils:{buttons:{cancel:"\u1218\u1230\u1228\u12DD",ok:"\u12A5\u123A"},dataview:{itemsPerPage:"\u1260\u12A0\u1295\u12F5 \u1308\u133D \u12CD\u1235\u1325 \u12EB\u1209 \u1295\u1325\u120E\u127D:",jumpToPage:"\u12C8\u12F0 \u1308\u133D \u1218\u12DD\u1208\u134D:"},notices:{attachmentIsStillUsed:"\u1270\u12EB\u12EB\u12E5 {{attachmentPath}} \u12A0\u1201\u1295\u121D \u1260\u120C\u120E\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u1320\u1240\u121B\u120D\u1362 \u12A0\u12ED\u1230\u1228\u12DD\u121D\u1362",unhandledError:"\u12EB\u120D\u1270\u1246\u1323\u1320\u1228 \u1235\u1205\u1270\u1275 \u1270\u12A8\u1235\u1277\u120D\u1362 \u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12AE\u1295\u1236\u120D \u12ED\u1348\u1275\u1239\u1362"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u1201\u1209\u121D \u134B\u12ED\u120E\u127D \u12ED\u1230\u12E8\u121B\u1209\u1362",displayText:"\u1201\u1209\u121D"},none:{description:"\u1235\u121E\u127B\u1278\u12CD \u12ED\u1320\u1260\u1243\u1209\u1362",displayText:"\u121D\u1295\u121D"},onlyPastedImages:{description:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D \u1265\u127B \u12ED\u1230\u12E8\u121B\u1209\u1362 \u12E8 PNG \u121D\u1235\u120D \u12ED\u12D8\u1275 \u12A8\u12AD\u120A\u1355\u1266\u122D\u12F5 \u1260\u1240\u1325\u1273 \u1232\u1323\u1260\u1245 \u1265\u127B \u12ED\u1270\u1308\u1260\u122B\u120D\u1362 \u1260\u1270\u1208\u121D\u12F6\u1363 \u1235\u12AD\u122A\u1295\u123E\u127D\u1295 \u1208\u1218\u1323\u1260\u1245\u1362",displayText:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D \u1265\u127B"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1218\u1230\u1228\u12DD\u1362",displayText:"\u1218\u1230\u1228\u12DD"},copy:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u12C8\u12F0 \u12A0\u12F2\u1231 \u1266\u1273 \u1218\u1245\u12F3\u1275\u1362",displayText:"\u1218\u1245\u12F3\u1275"},move:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u12C8\u12F0 \u12A0\u12F2\u1231 \u1266\u1273 \u1218\u12CD\u1230\u12F5\u1362",displayText:"\u1218\u12CD\u1230\u12F5"},prompt:{description:"\u1270\u1320\u1243\u121A\u12CD\u1295 \u12A5\u122D\u121D\u1303 \u12A5\u1295\u12F2\u1218\u122D\u1325 \u121B\u1235\u1320\u1295\u1240\u1245\u1362",displayText:"\u121B\u1235\u1320\u1295\u1240\u1245"},skip:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u1218\u12DD\u1208\u134D \u12A5\u1293 \u12C8\u12F0 \u1240\u1323\u12E9 \u1218\u1240\u1320\u120D\u1362",displayText:"\u1218\u12DD\u1208\u134D"}},defaultImageSizeDimension:{height:"\u12A5\u122D\u12DD\u1218\u1275",width:"\u1235\u134B\u1275"},emptyAttachmentFolderBehavior:{delete:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12ED\u1230\u122D\u12DB\u120D\u1362",displayText:"\u1218\u1230\u1228\u12DD"},deleteWithEmptyParents:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u1263\u12F6\u12CE\u1279\u1295 \u12E8\u12C8\u120B\u1305 \u134E\u120D\u12F0\u122E\u127D \u12ED\u1230\u122D\u12DB\u120D\u1362",displayText:"\u1263\u12F6 \u12C8\u120B\u1306\u127D \u130B\u122D \u1218\u1230\u1228\u12DD"},keep:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12ED\u1320\u1265\u1243\u120D\u1362",displayText:"\u1218\u1320\u1260\u1245"}}},pluginSettingsManager:{customToken:{codeComment:`// \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325 \u12E8\u1270\u12CB\u12C8\u1240\u12CD\u1295 \u12A0\u12F2\u1235 \u1245\u122D\u1338\u1275 \u121B\u12D8\u1218\u1295 \u1235\u1208\u121A\u12EB\u1235\u1348\u120D\u130B\u1278\u12CD \u1270\u1230\u12ED\u1218\u12CB\u120D\u1362
+// \u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u1230\u1290\u12F1\u1295 \u12ED\u1218\u120D\u12A8\u1271 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\u1362`,deprecated:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325\u1363 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1295 \u121D\u12DD\u1308\u1263 \u1245\u122D\u1338\u1275 \u1270\u1208\u12C8\u1320\u1362 \u12A5\u1263\u12AD\u12CE \u1276\u12A8\u1296\u127D\u12CE\u1295 \u1260\u12DA\u1201 \u1218\u1230\u1228\u1275 \u12EB\u12D8\u121D\u1291\u1362 \u12C8\u12F0",part2:"\u1230\u1290\u12F5",part3:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12ED\u1218\u120D\u12A8\u1271"}},legacyRenameAttachmentsToLowerCase:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325\u1363",part2:"\u1245\u1295\u1265\u122D \u1270\u1230\u122D\u12DF\u120D\u1362 \u1260\u121D\u1275\u12A9",part3:"\u1245\u122D\u1338\u1275 \u12ED\u1320\u1240\u1219\u1362 \u12ED\u1218\u120D\u12A8\u1271",part4:"\u1230\u1290\u12F5",part5:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303"},markdownUrlFormat:{deprecated:{part1:"\u1208",part2:"\u1245\u122D\u1338\u1275 \u121D\u1293\u120D\u1263\u1275 \u12E8\u121B\u12ED\u1230\u122B \u12A5\u1234\u1275 \u12A0\u1235\u1240\u1218\u1325\u12CE\u1273\u120D\u1362 \u12A5\u1263\u12AD\u12CE \u12C8\u12F0",part3:"\u1230\u1290\u12F5",part4:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12ED\u1218\u120D\u12A8\u1271",part5:"\u12ED\u1205 \u1218\u120D\u12D5\u12AD\u1275 \u12A5\u1295\u12F0\u1308\u1293 \u12A0\u12ED\u1273\u12ED\u121D\u1362"}},specialCharacters:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.16.0 \u12CD\u1235\u1325\u1363",part2:"\u12E8\u1218\u1230\u1228\u1275 \u1245\u1295\u1265\u122D \u12A5\u1234\u1275 \u1270\u1208\u12C8\u1320\u1362 \u12E8\u12A5\u122D\u1235\u12CE \u1245\u1295\u1265\u122D \u12A5\u1234\u1275 \u12C8\u12F0 \u12A0\u12F2\u1231 \u12E8\u1218\u1230\u1228\u1275 \u12A5\u1234\u1275 \u1270\u12D8\u1218\u1290\u1362"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295 \u1260\u1352\u12AD\u1235\u120D \u12C8\u12ED\u121D \u1260\u1218\u1276\u129B \u1218\u1206\u1295 \u12A0\u1208\u1260\u1275",invalidCustomTokensCode:"\u12E8\u121B\u12ED\u1230\u122B \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u12AE\u12F5",invalidRegularExpression:"\u12E8\u121B\u12ED\u1230\u122B \u1218\u12F0\u1260\u129B \u12A0\u1308\u120B\u1208\u133D {{regExp}}",specialCharactersMustNotContainSlash:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D / \u1218\u12EB\u12DD \u12E8\u1208\u1263\u1278\u12CD\u121D",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u120D\u12E9 \u1241\u121D\u134A \u1218\u1270\u12AB\u1275 \u12E8\u121B\u12ED\u1230\u122B \u12E8\u134B\u12ED\u120D \u1235\u121D \u1218\u1295\u1308\u12F5 \u1241\u121D\u134A\u12CE\u127D \u1218\u12EB\u12DD \u12E8\u1208\u1263\u1278\u12CD\u121D\u1362"},version:{part1:"\u12E8\u12A5\u122D\u1235\u12CE \u1245\u1295\u1265\u122D \u134B\u12ED\u120D ",part2:"\u1225\u122A\u1275 \u12A0\u1208\u12CD",part3:"\u12A5\u1231\u121D \u12A8\u12A0\u1201\u1291 \u1355\u120B\u130A\u1295 \u1225\u122A\u1275 \u12E8\u1260\u1208\u1320 \u12A0\u12F2\u1235 \u1290\u12CD",part4:"\u1355\u120B\u130A\u1291 \u12A5\u1295\u12F0\u121A\u1320\u1260\u1240\u12CD \u120B\u12ED\u1230\u122B \u12ED\u127D\u120B\u120D\u1362 \u12A5\u1263\u12AD\u12CE \u1355\u120B\u130A\u1291\u1295 \u12C8\u12F0 \u12E8\u1245\u122D\u1265 \u130A\u12DC \u1225\u122A\u1275 \u12EB\u12D8\u121D\u1291 \u12C8\u12ED\u121D \u1245\u1295\u1265\u122E\u1279 \u1275\u12AD\u12AD\u120D \u1218\u1206\u1293\u1278\u12CD\u1295 \u12EB\u1228\u130B\u130D\u1321\u1362"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u134B\u12ED\u120E\u127D \u1232\u1323\u1260\u1241:"},name:"\u1270\u12EB\u12EB\u12E5 \u1235\u121D \u1218\u1208\u12C8\u132B \u1201\u1290\u1273"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u12E8\u1270\u1230\u1260\u1230\u1260\u12CD \u1270\u12EB\u12EB\u12E5 \u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u1232\u1320\u1240\u121D:"},name:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12E8\u121A\u1320\u1240\u121D \u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1201\u1290\u1273"},collectedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part3:"\u1263\u12F6 \u12ED\u1270\u12CD",part4:"\u1245\u1295\u1265\u122D\u1295 \u1260\u121D\u1275\u12A9 \u1208\u1218\u1320\u1240\u121D\u1362"},name:"\u12E8\u1270\u1230\u1260\u1230\u1260 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},customTokens:{description:{part1:"\u12E8\u121A\u1320\u1240\u1219 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D\u1362",part2:"\u12ED\u1218\u120D\u12A8\u1271",part3:"\u1230\u1290\u12F5",part4:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303\u1362",part5:"\u26A0\uFE0F \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u12E8\u12D8\u1348\u1240\u12F0 JavaScript \u12AE\u12F5 \u120A\u1206\u1291 \u12ED\u127D\u120B\u1209\u1362 \u1260\u1218\u1325\u134E \u1201\u1294\u1273 \u12A8\u1270\u133B\u1349\u1363 \u12E8\u1218\u1228\u1303 \u12AA\u1233\u122B \u120A\u12EB\u1235\u12A8\u1275\u1209 \u12ED\u127D\u120B\u1209\u1362 \u1260\u122B\u1235\u12CE \u12A0\u12F0\u130B \u12ED\u1320\u1240\u1219\u1275\u1362"},name:"\u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D"},defaultImageSize:{description:{part1:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295\u1362",part2:"\u1260\u1352\u12AD\u1235\u120D \u1218\u12C8\u1230\u1295 \u12ED\u127D\u120B\u120D",part3:"\u12C8\u12ED\u121D \u12A8\u1219\u1209 \u12E8\u121D\u1235\u120D \u1218\u1320\u1295 \u1218\u1276\u129B",part4:"\u12A6\u122A\u1305\u1293\u120D \u1218\u1320\u1295 \u1208\u1218\u1320\u1240\u121D \u1263\u12F6 \u12ED\u1270\u12CD\u1362"},name:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295"},duplicateNameSeparator:{description:{part1:"\u12A8\u1290\u1263\u122D \u134B\u12ED\u120D \u1270\u1218\u1233\u1233\u12ED \u1235\u121D \u12EB\u1208\u12CD \u134B\u12ED\u120D \u1232\u1323\u1260\u1245/\u1232\u130E\u1270\u1275\u1363 \u12ED\u1205 \u1218\u1208\u12EB\u12EB \u12C8\u12F0 \u134B\u12ED\u120D \u1235\u121D \u12ED\u1328\u1218\u122B\u120D\u1362",part2:"\u1208\u121D\u1233\u120C\u1363 \u134B\u12ED\u120D",part3:"\u1295 \u1232\u130E\u1270\u1271\u1363 \u12C8\u12F0",part4:"\u12ED\u1230\u12E8\u121B\u120D\u1363 \u12C8\u12D8\u1270\u1363 \u12E8\u1218\u1300\u1218\u122A\u12EB\u12CD\u1295 \u12E8\u121A\u1308\u129D \u1235\u121D \u1260\u121B\u130D\u1298\u1275\u1362"},name:"\u12E8\u1270\u12F0\u130B\u130B\u121A \u1235\u121D \u1218\u1208\u12EB\u12EB"},emptyAttachmentFolderBehavior:{description:{part1:"\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u1263\u12F6 \u1232\u1206\u1295:"},name:"\u1263\u12F6 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A0\u1230\u122B\u122D"},excludePaths:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D\u1295 \u12A0\u1235\u12C8\u130D\u12F5\u1362",part2:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part3:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part4:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u121D\u1295\u121D \u121B\u1235\u1273\u12C8\u123B \u12A0\u12ED\u1308\u1208\u120D\u121D\u1362"},name:"\u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u1235\u12C8\u1308\u12F5"},excludePathsFromAttachmentCollecting:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u12A0\u1235\u12C8\u130D\u12F5 \u12E8\u121A\u1206\u1290\u12CD",part2:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",part3:"\u1275\u12D5\u12DB\u12DD \u1232\u1348\u1338\u121D\u1362",part4:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part5:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part6:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u121D\u1295\u121D \u1218\u1295\u1308\u12F5 \u12A8\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u12A0\u12ED\u1308\u1208\u120D\u121D\u1362"},name:"\u12A8\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u1235\u12C8\u1308\u12F5"},generatedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271"},name:"\u12E8\u1270\u1348\u1320\u1228 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},includePaths:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D\u1295 \u12EB\u12AB\u1270\u1271\u1362",part2:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part3:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part4:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u1201\u1209\u121D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u12AB\u1270\u1273\u1209\u1362"},name:"\u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u12AB\u1270\u1275"},jpegQuality:{description:"\u1325\u122B\u1271 \u12EB\u1290\u1230\u1363 \u12E8\u1218\u1328\u1218\u1242\u12EB \u1325\u121D\u122D\u1273 \u12ED\u1260\u120D\u1323\u120D\u1362",name:"JPEG \u1325\u122B\u1275"},locationForNewAttachments:{description:{part1:"\u12A8",part2:"\u1300\u121D\u122E \u12A0\u1295\u133B\u122B\u12CA \u1218\u1295\u1308\u12F5 \u1208\u1218\u1320\u1240\u121D\u1362",part3:"\u12E8\u121A\u1308\u1299",part4:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part5:"\u12A5\u1295\u12F0",part6:"\u12EB\u1209 \u12F6\u1275-\u134E\u120D\u12F0\u122E\u127D \u12A0\u12ED\u1218\u12A8\u1229\u121D\u1363 \u121D\u12AD\u1295\u12EB\u1271\u121D Obsidian \u12A0\u12ED\u12A8\u1273\u1270\u120B\u1278\u12CD\u121D\u1362 \u1208\u121B\u1235\u1270\u12F3\u12F0\u122D",part7:"\u1355\u120B\u130A\u1295 \u1218\u1320\u1240\u121D \u120A\u12EB\u1235\u1348\u120D\u130D\u12CE \u12ED\u127D\u120B\u120D\u1362"},name:"\u1208\u12A0\u12F2\u1235 \u1270\u12EB\u12EB\u12E6\u127D \u1266\u1273"},markdownUrlFormat:{description:{part1:"\u12C8\u12F0 Markdown \u12CD\u1235\u1325 \u12E8\u121A\u1308\u1263\u12CD URL \u1245\u122D\u1338\u1275\u1362",part2:"\u12E8\u121A\u1308\u1299",part3:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part4:"\u12E8\u1218\u1230\u1228\u1275 \u1245\u122D\u1338\u1275\u1295 \u1208\u1218\u1320\u1240\u121D \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"Markdown URL \u1245\u122D\u1338\u1275"},renameAttachmentsToLowerCase:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u12C8\u12F0 \u1275\u1295\u123D \u134A\u12F0\u120D \u1218\u1208\u12C8\u1325",renamedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part3:"\u1263\u12F6 \u12ED\u1270\u12CD",part4:"\u1245\u1295\u1265\u122D\u1295 \u1260\u121D\u1275\u12A9 \u1208\u1218\u1320\u1240\u121D\u1362"},name:"\u12E8\u1270\u1230\u12E8\u1218 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},resetToSampleCustomTokens:{message:"\u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D\u1295 \u12C8\u12F0 \u1293\u1219\u1293 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u121B\u12F3\u12A8\u121D \u12A5\u122D\u130D\u1320\u129B \u1290\u12CE\u1275? \u12E8\u12A5\u122D\u1235\u12CE \u1208\u12CD\u1326\u127D \u12ED\u1320\u134B\u1209\u1362",title:"\u12C8\u12F0 \u1293\u1219\u1293 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u1218\u1208\u1235"},shouldConvertPastedImagesToJpeg:{description:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D\u1295 \u12C8\u12F0 JPEG \u1218\u1240\u12E8\u122D \u12A0\u1208\u1260\u1275 \u12A5\u1295\u12F0\u1206\u1290\u1362 \u12E8 PNG \u121D\u1235\u120D \u12ED\u12D8\u1275 \u12A8\u12AD\u120A\u1355\u1266\u122D\u12F5 \u1260\u1240\u1325\u1273 \u1232\u1323\u1260\u1245 \u1265\u127B \u12ED\u1270\u1308\u1260\u122B\u120D\u1362 \u1260\u1270\u1208\u121D\u12F6\u1363 \u1235\u12AD\u122A\u1295\u123E\u127D\u1295 \u1208\u1218\u1323\u1260\u1245\u1362",name:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D\u1295 \u12C8\u12F0 JPEG \u1218\u1240\u12E8\u122D \u12A0\u1208\u1260\u1275"},shouldDeleteOrphanAttachments:{description:"\u12A8\u1270\u1295\u1243\u1363 \u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u1228\u12DD\u1363 \u12E8\u122B\u1231 \u12E8\u1206\u1291 \u1270\u12EB\u12EB\u12E6\u127D\u121D \u12ED\u1230\u1228\u12DB\u1209\u1362",name:"\u12E8\u122B\u1231 \u12E8\u1206\u1291 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1228\u12DD \u12A0\u1208\u1260\u1275"},shouldRenameAttachmentFiles:{description:{part1:"\u12A8\u1270\u1295\u1243\u1363 \u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u12E8\u121D \u12C8\u12ED\u121D \u1232\u12C8\u1230\u12F5\u1363 \u1270\u12EB\u12EB\u12E6\u1279 \u1260",part2:"\u1245\u1295\u1265\u122D \u1218\u1230\u1228\u1275 \u12ED\u1230\u12E8\u121B\u1209\u1362"},name:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},shouldRenameAttachmentFolders:{description:"\u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u12E8\u121D \u12C8\u12ED\u121D \u1232\u12C8\u1230\u12F5\u1363 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275\u1362",name:"\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},shouldRenameCollectedAttachments:{description:{part1:"\u12A8\u1270\u1295\u1243\u1363 \u1260",part2:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",part3:"\u1275\u12D5\u12DB\u12DE\u127D \u12E8\u1270\u1230\u1229 \u1270\u12EB\u12EB\u12E6\u127D \u1260",part4:"\u1245\u1295\u1265\u122D \u1218\u1230\u1228\u1275 \u12ED\u1230\u12E8\u121B\u1209\u1362"},name:"\u12E8\u1270\u1230\u1260\u1230\u1261 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},specialCharacters:{description:{part1:"\u1260\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u134B\u12ED\u120D \u1235\u121D \u12CD\u1235\u1325 \u12E8\u121A\u1270\u12A9 \u12C8\u12ED\u121D \u12E8\u121A\u12C8\u1308\u12F1 \u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1362",part2:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1295 \u1208\u1218\u1320\u1260\u1245 \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D"},specialCharactersReplacement:{description:{part1:"\u1260\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u134B\u12ED\u120D \u1235\u121D \u12CD\u1235\u1325 \u1208\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D \u12E8\u1218\u1270\u12AB\u1275 \u1215\u1265\u1228\u1241\u121D\u134A\u1362",part2:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1295 \u1208\u121B\u1235\u12C8\u1308\u12F5 \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D \u1218\u1270\u12AB\u1275"},timeoutInSeconds:{description:{part1:"\u1208\u1201\u1209\u121D \u1235\u122B\u12CE\u127D \u1260\u1230\u12A8\u1295\u12F5 \u12E8\u121A\u1246\u12ED \u130A\u12DC\u1362",part2:"\u12A8\u1206\u1290",part3:"\u1270\u12CB\u1240\u1228\u1363 \u12E8\u1235\u122B\u12CE\u127D \u12A0\u1348\u133B\u1338\u121D \u130A\u12DC \u12ED\u1230\u1228\u12DB\u120D\u1362"},name:"\u1260\u1230\u12A8\u1295\u12F5 \u12E8\u121A\u1246\u12ED \u130A\u12DC"},treatAsAttachmentExtensions:{description:{part1:"\u12A8\u1290\u12DA\u1205 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u130B\u122D \u12EB\u1209 \u134B\u12ED\u120E\u127D\u1295 \u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E6\u127D \u12A0\u1235\u1261\u1362",part2:"\u1260\u1218\u1230\u1228\u1271",part3:"\u12A5\u1293",part4:"\u12E8\u1270\u1308\u1293\u1299 \u134B\u12ED\u120E\u127D \u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E6\u127D \u12A0\u12ED\u1246\u1320\u1229\u121D \u12A5\u1293 \u12A8\u121B\u1235\u1273\u12C8\u123B \u130B\u122D \u12A0\u12ED\u12C8\u1230\u12F1\u121D\u1362",part5:"\u12E8\u1270\u1208\u1218\u12F1 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u121B\u12A8\u120D \u12ED\u127D\u120B\u1209\u1363 \u1208\u121D\u1233\u120C",part6:"\u1363 \u12ED\u1205\u1295\u1295 \u12A0\u1230\u122B\u122D \u1208\u121B\u1235\u12C8\u1308\u12F5\u1362"},name:"\u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E5 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u12A0\u1235\u1261"}},promptWithPreviewModal:{previewModal:{title:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1245\u12F5\u1218 \u12A5\u12ED\u1273 '{{fullFileName}}'"},title:"\u1208\u121B\u1235\u1320\u1295\u1240\u1242\u12EB \u1276\u12A8\u1295 \u12A5\u1234\u1275 \u12ED\u1235\u1321"},regularExpression:"/\u1218\u12F0\u1260\u129B \u12A0\u1308\u120B\u1208\u133D/"};var Xu={attachmentCollector:{confirm:{part1:"\u0647\u0644 \u062A\u0631\u064A\u062F \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0644\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F:",part2:"\u0648\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629\u061F",part3:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064A\u0629."},progressBar:{message:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A {{iterationStr}} - '{{noteFilePath}}'.",title:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A..."}},buttons:{copy:"\u0646\u0633\u062E",move:"\u0646\u0642\u0644",previewAttachmentFile:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642",skip:"\u062A\u062E\u0637\u064A"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0627\u0644\u0645\u0631\u0641\u0642",part2:"\u064A\u062A\u0645 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u064A\u0647 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A."},heading:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u064A\u062C\u0628 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u0641\u0633 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0644\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0634\u0643\u0648\u0643 \u0641\u064A\u0647\u0627 \u0627\u0644\u0623\u062E\u0631\u0649"},commands:{collectAttachmentsCurrentFolder:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A",collectAttachmentsCurrentNote:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",collectAttachmentsEntireVault:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u062E\u0632\u0627\u0646\u0629 \u0628\u0623\u0643\u0645\u0644\u0647\u0627"},menuItems:{collectAttachmentsInFolder:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F"},notice:{collectingAttachments:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0644\u0640 '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A. \u0631\u0627\u062C\u0639 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0644\u062A\u0641\u0627\u0635\u064A\u0644.",generatedAttachmentFileNameIsInvalid:{part1:`\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0648\u0644\u062F '{{path}}' \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.
+{{validationMessage}}
+\u062A\u062D\u0642\u0642 \u0645\u0646`,part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},notePathIsIgnored:"\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u064F\u062A\u062C\u0627\u0647\u0644"},obsidianDevUtils:{buttons:{cancel:"\u0625\u0644\u063A\u0627\u0621",ok:"\u0645\u0648\u0627\u0641\u0642"},dataview:{itemsPerPage:"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629:",jumpToPage:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629:"},notices:{attachmentIsStillUsed:"\u0627\u0644\u0645\u0631\u0641\u0642 {{attachmentPath}} \u0644\u0627 \u064A\u0632\u0627\u0644 \u0645\u0633\u062A\u062E\u062F\u0645\u0627\u064B \u0645\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0623\u062E\u0631\u0649. \u0644\u0646 \u064A\u062A\u0645 \u062D\u0630\u0641\u0647.",unhandledError:"\u062D\u062F\u062B \u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0627\u0644\u062C. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627.",displayText:"\u0627\u0644\u0643\u0644"},none:{description:"\u0623\u0633\u0645\u0627\u0624\u0647\u0627 \u0645\u062D\u0641\u0648\u0638\u0629.",displayText:"\u0644\u0627 \u0634\u064A\u0621"},onlyPastedImages:{description:"\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0641\u0642\u0637 \u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627. \u064A\u0646\u0637\u0628\u0642 \u0641\u0642\u0637 \u0639\u0646\u062F \u0644\u0635\u0642 \u0645\u062D\u062A\u0648\u0649 \u0635\u0648\u0631\u0629 PNG \u0645\u0628\u0627\u0634\u0631\u0629 \u0645\u0646 \u0627\u0644\u062D\u0627\u0641\u0638\u0629. \u0639\u0627\u062F\u0629\u060C \u0644\u0644\u0635\u0642 \u0644\u0642\u0637\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629.",displayText:"\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0641\u0642\u0637"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0625\u0644\u063A\u0627\u0621 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A.",displayText:"\u0625\u0644\u063A\u0627\u0621"},copy:{description:"\u0646\u0633\u062E \u0627\u0644\u0645\u0631\u0641\u0642 \u0625\u0644\u0649 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062C\u062F\u064A\u062F.",displayText:"\u0646\u0633\u062E"},move:{description:"\u0646\u0642\u0644 \u0627\u0644\u0645\u0631\u0641\u0642 \u0625\u0644\u0649 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062C\u062F\u064A\u062F.",displayText:"\u0646\u0642\u0644"},prompt:{description:"\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0628\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621.",displayText:"\u0645\u0637\u0627\u0644\u0628\u0629"},skip:{description:"\u062A\u062E\u0637\u064A \u0627\u0644\u0645\u0631\u0641\u0642 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062A\u0627\u0644\u064A.",displayText:"\u062A\u062E\u0637\u064A"}},defaultImageSizeDimension:{height:"\u0627\u0644\u0627\u0631\u062A\u0641\u0627\u0639",width:"\u0627\u0644\u0639\u0631\u0636"},emptyAttachmentFolderBehavior:{delete:{description:"\u0633\u064A\u062D\u0630\u0641 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A.",displayText:"\u062D\u0630\u0641"},deleteWithEmptyParents:{description:"\u0633\u064A\u062D\u0630\u0641 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A \u0648\u0645\u062C\u0644\u062F\u0627\u062A\u0647 \u0627\u0644\u0623\u0635\u0644\u064A\u0629 \u0627\u0644\u0641\u0627\u0631\u063A\u0629.",displayText:"\u062D\u0630\u0641 \u0645\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0623\u0635\u0644\u064A\u0629 \u0627\u0644\u0641\u0627\u0631\u063A\u0629"},keep:{description:"\u0633\u064A\u062D\u062A\u0641\u0638 \u0628\u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A.",displayText:"\u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638"}}},pluginSettingsManager:{customToken:{codeComment:`// \u062A\u0645 \u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0623\u0646\u0647\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0644\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062C\u062F\u064A\u062F \u0627\u0644\u0645\u064F\u0642\u062F\u0645 \u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0.
+// \u0631\u0627\u062C\u0639 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A.`,deprecated:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0\u060C \u062A\u063A\u064A\u0631 \u062A\u0646\u0633\u064A\u0642 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u062E\u0635\u0635. \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0631\u0645\u0648\u0632\u0643 \u0648\u0641\u0642\u0627\u064B \u0644\u0630\u0644\u0643. \u0631\u0627\u062C\u0639",part2:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part3:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0\u060C",part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0645\u064F\u0647\u0645\u0644. \u0627\u0633\u062A\u062E\u062F\u0645",part3:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643. \u0627\u0646\u0638\u0631",part4:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part5:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A"},markdownUrlFormat:{deprecated:{part1:"\u0644\u062F\u064A\u0643 \u0642\u064A\u0645\u0629 \u0645\u062D\u062A\u0645\u0644\u0629 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629 \u0645\u064F\u0639\u064A\u0646\u0629 \u0644\u0640",part2:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642. \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",part3:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part4:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",part5:"\u0644\u0646 \u062A\u0638\u0647\u0631 \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649."}},specialCharacters:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.16.0\u060C",part2:"\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0642\u064A\u0645\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0642\u064A\u0645\u0629 \u0625\u0639\u062F\u0627\u062F\u0643 \u0625\u0644\u0649 \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0627\u0644\u062C\u062F\u064A\u062F\u0629."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u062D\u062C\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0628\u0627\u0644\u0628\u0643\u0633\u0644 \u0623\u0648 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064A\u0629",invalidCustomTokensCode:"\u0643\u0648\u062F \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D",invalidRegularExpression:"\u0627\u0644\u062A\u0639\u0628\u064A\u0631 \u0627\u0644\u0646\u0645\u0637\u064A \u063A\u064A\u0631 \u0635\u0627\u0644\u062D {{regExp}}",specialCharactersMustNotContainSlash:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u064A\u062C\u0628 \u0623\u0644\u0627 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u064A\u062C\u0628 \u0623\u0644\u0627 \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0645\u0633\u0627\u0631 \u0627\u0633\u0645 \u0645\u0644\u0641 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D\u0629."},version:{part1:"\u0645\u0644\u0641 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643 ",part2:"\u0644\u0647 \u0625\u0635\u062F\u0627\u0631",part3:"\u0623\u062D\u062F\u062B \u0645\u0646 \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062D\u0627\u0644\u064A",part4:"\u0642\u062F \u0644\u0627 \u062A\u0639\u0645\u0644 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0643\u0645\u0627 \u0647\u0648 \u0645\u062A\u0648\u0642\u0639. \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631 \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0635\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0639\u0646\u062F \u0625\u0631\u0641\u0627\u0642 \u0627\u0644\u0645\u0644\u0641\u0627\u062A:"},name:"\u0648\u0636\u0639 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u062C\u0645\u0648\u0639 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A:"},name:"\u0648\u0636\u0639 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A"},collectedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part3:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643."},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u062C\u0645\u0648\u0639"},customTokens:{description:{part1:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0645\u0631\u0627\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.",part2:"\u0627\u0646\u0638\u0631",part3:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part4:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A.",part5:"\u26A0\uFE0F \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0643\u0648\u062F JavaScript \u0639\u0634\u0648\u0627\u0626\u064A. \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0645\u0643\u062A\u0648\u0628\u0629 \u0628\u0634\u0643\u0644 \u0633\u064A\u0621\u060C \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0633\u0628\u0628 \u0641\u0642\u062F\u0627\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A. \u0627\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u0639\u0644\u0649 \u0645\u0633\u0624\u0648\u0644\u064A\u062A\u0643 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629"},defaultImageSize:{description:{part1:"\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0635\u0648\u0631\u0629.",part2:"\u064A\u0645\u0643\u0646 \u062A\u062D\u062F\u064A\u062F\u0647 \u0628\u0627\u0644\u0628\u0643\u0633\u0644",part3:"\u0623\u0648 \u0643\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064A\u0629 \u0645\u0646 \u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0635\u0648\u0631\u0629",part4:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0635\u0644\u064A."},name:"\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0635\u0648\u0631\u0629"},duplicateNameSeparator:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u062A\u0642\u0648\u0645 \u0628\u0644\u0635\u0642/\u0633\u062D\u0628 \u0645\u0644\u0641 \u0628\u0646\u0641\u0633 \u0627\u0633\u0645 \u0645\u0644\u0641 \u0645\u0648\u062C\u0648\u062F\u060C \u0633\u064A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0647\u0630\u0627 \u0627\u0644\u0641\u0627\u0635\u0644 \u0625\u0644\u0649 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",part2:"\u0645\u062B\u0644\u0627\u064B\u060C \u0639\u0646\u062F\u0645\u0627 \u062A\u0633\u062D\u0628 \u0627\u0644\u0645\u0644\u0641",part3:"\u060C \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647 \u0625\u0644\u0649",part4:"\u060C \u0625\u0644\u062E\u060C \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0648\u0644 \u0627\u0633\u0645 \u0645\u062A\u0627\u062D."},name:"\u0641\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0643\u0631\u0631\u0629"},emptyAttachmentFolderBehavior:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0635\u0628\u062D \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u0627\u0631\u063A\u0627\u064B:"},name:"\u0633\u0644\u0648\u0643 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A"},excludePaths:{description:{part1:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629.",part2:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part3:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part4:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0644\u0646 \u064A\u062A\u0645 \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0623\u064A \u0645\u0644\u0627\u062D\u0638\u0627\u062A."},name:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0639\u0646\u062F",part2:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A",part3:"\u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0623\u0645\u0631.",part4:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part5:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part6:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0644\u0646 \u064A\u062A\u0645 \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0623\u064A \u0645\u0633\u0627\u0631\u0627\u062A \u0645\u0646 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A."},name:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0645\u0646 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},generatedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629"},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0648\u0644\u062F"},includePaths:{description:{part1:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629.",part2:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part3:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part4:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0633\u062A\u062A\u0645 \u062A\u0636\u0645\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A."},name:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A"},jpegQuality:{description:"\u0643\u0644\u0645\u0627 \u0642\u0644 \u0627\u0644\u062C\u0648\u062F\u0629\u060C \u0632\u0627\u062F\u062A \u0646\u0633\u0628\u0629 \u0627\u0644\u0636\u063A\u0637.",name:"\u062C\u0648\u062F\u0629 JPEG"},locationForNewAttachments:{description:{part1:"\u0627\u0628\u062F\u0623 \u0628\u0640",part2:"\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0646\u0633\u0628\u064A.",part3:"\u0627\u0646\u0638\u0631",part4:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part5:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0646\u0642\u0637\u064A\u0629 \u0645\u062B\u0644",part6:"\u063A\u064A\u0631 \u0645\u0648\u0635\u0649 \u0628\u0647\u0627\u060C \u0644\u0623\u0646 Obsidian \u0644\u0627 \u064A\u062A\u062A\u0628\u0639\u0647\u0627. \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645",part7:"\u0625\u0636\u0627\u0641\u0629 \u0644\u0625\u062F\u0627\u0631\u062A\u0647\u0627."},name:"\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629"},markdownUrlFormat:{description:{part1:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0630\u064A \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C\u0647 \u0641\u064A Markdown.",part2:"\u0627\u0646\u0638\u0631",part3:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part4:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A."},name:"\u062A\u0646\u0633\u064A\u0642 \u0631\u0627\u0628\u0637 Markdown"},renameAttachmentsToLowerCase:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0628\u0623\u062D\u0631\u0641 \u0635\u063A\u064A\u0631\u0629",renamedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part3:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643."},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0639\u0627\u062F \u062A\u0633\u0645\u064A\u062A\u0647"},resetToSampleCustomTokens:{message:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0646\u0645\u0648\u0630\u062C\u064A\u0629\u061F \u0633\u062A\u0636\u064A\u0639 \u062A\u063A\u064A\u064A\u0631\u0627\u062A\u0643.",title:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0646\u0645\u0648\u0630\u062C\u064A\u0629"},shouldConvertPastedImagesToJpeg:{description:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064A\u062C\u0628 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0625\u0644\u0649 JPEG. \u064A\u0646\u0637\u0628\u0642 \u0641\u0642\u0637 \u0639\u0646\u062F \u0644\u0635\u0642 \u0645\u062D\u062A\u0648\u0649 \u0635\u0648\u0631\u0629 PNG \u0645\u0628\u0627\u0634\u0631\u0629 \u0645\u0646 \u0627\u0644\u062D\u0627\u0641\u0638\u0629. \u0639\u0627\u062F\u0629\u060C \u0644\u0644\u0635\u0642 \u0644\u0642\u0637\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629.",name:"\u064A\u062C\u0628 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0625\u0644\u0649 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0639\u0646\u062F \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629\u060C \u0633\u064A\u062A\u0645 \u062D\u0630\u0641 \u0645\u0631\u0641\u0642\u0627\u062A\u0647\u0627 \u0627\u0644\u064A\u062A\u064A\u0645\u0629 \u0623\u064A\u0636\u0627\u064B.",name:"\u064A\u062C\u0628 \u062D\u0630\u0641 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u064A\u062A\u064A\u0645\u0629"},shouldRenameAttachmentFiles:{description:{part1:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0639\u0646\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0623\u0648 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629\u060C \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u0631\u0641\u0642\u0627\u062A\u0647\u0627 \u0648\u0641\u0642\u0627\u064B \u0644\u0640",part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},shouldRenameAttachmentFolders:{description:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0639\u0646\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0623\u0648 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629.",name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},shouldRenameCollectedAttachments:{description:{part1:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0639\u0627\u0644\u062C\u0629 \u0639\u0628\u0631",part2:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A",part3:"\u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627 \u0648\u0641\u0642\u0627\u064B \u0644\u0640",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629"},specialCharacters:{description:{part1:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0627\u062F \u0627\u0633\u062A\u0628\u062F\u0627\u0644\u0647\u0627 \u0623\u0648 \u0625\u0632\u0627\u0644\u062A\u0647\u0627.",part2:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629"},specialCharactersReplacement:{description:{part1:"\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0644\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",part2:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629"},timeoutInSeconds:{description:{part1:"\u0645\u0647\u0644\u0629 \u0627\u0644\u0648\u0642\u062A \u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A \u0644\u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A.",part2:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0639\u064A\u064A\u0646",part3:"\u060C \u064A\u062A\u0645 \u062A\u0639\u0637\u064A\u0644 \u0645\u0647\u0644\u0629 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A."},name:"\u0645\u0647\u0644\u0629 \u0627\u0644\u0648\u0642\u062A \u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A"},treatAsAttachmentExtensions:{description:{part1:"\u0627\u0639\u062A\u0628\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0628\u0647\u0630\u0647 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0643\u0645\u0631\u0641\u0642\u0627\u062A.",part2:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0627\u064B",part3:"\u0648",part4:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0644\u0627 \u062A\u064F\u0639\u062A\u0628\u0631 \u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0644\u0627 \u064A\u062A\u0645 \u0646\u0642\u0644\u0647\u0627 \u0645\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629.",part5:"\u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0645\u062E\u0635\u0635\u0629\u060C \u0645\u062B\u0644\u0627\u064B",part6:"\u060C \u0644\u062A\u062C\u0627\u0648\u0632 \u0647\u0630\u0627 \u0627\u0644\u0633\u0644\u0648\u0643."},name:"\u0627\u0639\u062A\u0628\u0627\u0631 \u0643\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0645\u0631\u0641\u0642\u0627\u062A"}},promptWithPreviewModal:{previewModal:{title:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 '{{fullFileName}}'"},title:"\u0642\u062F\u0645 \u0642\u064A\u0645\u0629 \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0637\u0627\u0644\u0628\u0629"},regularExpression:"/\u0627\u0644\u062A\u0639\u0628\u064A\u0631 \u0627\u0644\u0646\u0645\u0637\u064A/"};var Zu={attachmentCollector:{confirm:{part1:"\u0426\u0456 \u0445\u043E\u0447\u0430\u0446\u0435 \u0441\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0434\u043B\u044F \u045E\u0441\u0456\u0445 \u043D\u0430\u0442\u0430\u0442\u0430\u043A \u0443 \u043F\u0430\u043F\u0446\u044B:",part2:"\u0456 \u045E\u0441\u0456\u0445 \u044F\u0435 \u043F\u0430\u0434\u043F\u0430\u043F\u0430\u043A?",part3:"\u0413\u044D\u0442\u0443\u044E \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u044E \u043D\u0435\u043C\u0430\u0433\u0447\u044B\u043C\u0430 \u0430\u0434\u043C\u044F\u043D\u0456\u0446\u044C."},progressBar:{message:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E..."}},buttons:{copy:"\u041A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C",move:"\u041F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C",previewAttachmentFile:"\u041F\u0440\u0430\u0433\u043B\u044F\u0434\u0437\u0435\u0446\u044C \u0444\u0430\u0439\u043B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F",skip:"\u041F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0414\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435",part2:"\u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456."},heading:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F, \u044F\u043A\u043E\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0426\u0456 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0442\u043E\u0435 \u0436 \u0434\u0437\u0435\u044F\u043D\u043D\u0435 \u0434\u043B\u044F \u0456\u043D\u0448\u044B\u0445 \u043F\u0440\u0430\u0431\u043B\u0435\u043C\u043D\u044B\u0445 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},commands:{collectAttachmentsCurrentFolder:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u0431\u044F\u0433\u0443\u0447\u0430\u0439 \u043F\u0430\u043F\u0446\u044B",collectAttachmentsCurrentNote:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u0431\u044F\u0433\u0443\u0447\u0430\u0439 \u043D\u0430\u0442\u0430\u0442\u0446\u044B",collectAttachmentsEntireVault:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0432\u0430 \u045E\u0441\u0451\u0439 \u0441\u0445\u043E\u0432\u0456\u0448\u0447\u044B"},menuItems:{collectAttachmentsInFolder:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u043F\u0430\u043F\u0446\u044B"},notice:{collectingAttachments:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0430\u0434\u043C\u0435\u043D\u0435\u043D\u044B. \u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u043A\u0430\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u0430\u0434\u0440\u0430\u0431\u044F\u0437\u043D\u0430\u0441\u0446\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0417\u0433\u0435\u043D\u0435\u0440\u0430\u0432\u0430\u043D\u0430\u0435 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F '{{path}}' \u043D\u0435\u0434\u0430\u043F\u0443\u0448\u0447\u0430\u043B\u044C\u043D\u0430\u0435.
+{{validationMessage}}
+\u041F\u0440\u0430\u0432\u0435\u0440\u0446\u0435 \u0432\u0430\u0448`,part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440."},notePathIsIgnored:"\u0428\u043B\u044F\u0445 \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0456\u0433\u043D\u0430\u0440\u0443\u0435\u0446\u0446\u0430"},obsidianDevUtils:{buttons:{cancel:"\u0410\u0434\u043C\u0435\u043D\u0430",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E \u043D\u0430 \u0441\u0442\u0430\u0440\u043E\u043D\u0446\u044B:",jumpToPage:"\u041F\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u043D\u0430 \u0441\u0442\u0430\u0440\u043E\u043D\u043A\u0443:"},notices:{attachmentIsStillUsed:"\u0414\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 {{attachmentPath}} \u0443\u0441\u0451 \u044F\u0448\u0447\u044D \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u0456\u043D\u0448\u044B\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456. \u042F\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0437\u0435 \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u0430.",unhandledError:"\u0410\u0434\u0431\u044B\u043B\u0430\u0441\u044F \u043D\u0435\u0430\u043F\u0440\u0430\u0446\u0430\u0432\u0430\u043D\u0430\u044F \u043F\u0430\u043C\u044B\u043B\u043A\u0430. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u043F\u0440\u0430\u0432\u0435\u0440\u0446\u0435 \u043A\u0430\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0443\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B.",displayText:"\u0423\u0441\u0435"},none:{description:"\u0456\u0445 \u043D\u0430\u0437\u0432\u044B \u0437\u0430\u0445\u0430\u0432\u0430\u043D\u044B.",displayText:"\u041D\u0456\u0432\u043E\u0434\u043D\u044B"},onlyPastedImages:{description:"\u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0442\u043E\u043B\u044C\u043A\u0456 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B. \u0423\u0436\u044B\u0432\u0430\u0435\u0446\u0446\u0430 \u0442\u043E\u043B\u044C\u043A\u0456 \u043A\u0430\u043B\u0456 \u0437\u043C\u0435\u0441\u0446\u0456\u0432\u0430 PNG \u0432\u044B\u044F\u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0446\u0430 \u043D\u0435\u043F\u0430\u0441\u0440\u044D\u0434\u043D\u0430 \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0430\u0431\u043C\u0435\u043D\u0443. \u0417\u0432\u044B\u0447\u0430\u0439\u043D\u0430 \u0434\u043B\u044F \u045E\u0441\u0442\u0430\u045E\u043A\u0456 \u0441\u043A\u0440\u044B\u043D\u0448\u043E\u0442\u0430\u045E.",displayText:"\u0422\u043E\u043B\u044C\u043A\u0456 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0430\u0434\u043C\u044F\u043D\u0456\u0446\u044C \u0437\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0410\u0434\u043C\u0435\u043D\u0430"},copy:{description:"\u0441\u043A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u045E \u043D\u043E\u0432\u0443\u044E \u043C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435.",displayText:"\u041A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C"},move:{description:"\u043F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u045E \u043D\u043E\u0432\u0443\u044E \u043C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435.",displayText:"\u041F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C"},prompt:{description:"\u0437\u0430\u043F\u044B\u0442\u0430\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u043A\u0430 \u0432\u044B\u0431\u0440\u0430\u0446\u044C \u0434\u0437\u0435\u044F\u043D\u043D\u0435.",displayText:"\u0417\u0430\u043F\u044B\u0442"},skip:{description:"\u043F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u0456 \u043F\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u0434\u0430 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0430\u0433\u0430.",displayText:"\u041F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C"}},defaultImageSizeDimension:{height:"\u0412\u044B\u0448\u044B\u043D\u044F",width:"\u0428\u044B\u0440\u044B\u043D\u044F"},emptyAttachmentFolderBehavior:{delete:{description:"\u0432\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0412\u044B\u0434\u0430\u043B\u0456\u0446\u044C"},deleteWithEmptyParents:{description:"\u0432\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u044F\u0435 \u043F\u0443\u0441\u0442\u044B\u044F \u0431\u0430\u0446\u044C\u043A\u043E\u045E\u0441\u043A\u0456\u044F \u043F\u0430\u043F\u043A\u0456.",displayText:"\u0412\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u0437 \u043F\u0443\u0441\u0442\u044B\u043C\u0456 \u0431\u0430\u0446\u044C\u043A\u043E\u045E\u0441\u043A\u0456\u043C\u0456"},keep:{description:"\u0437\u0430\u0445\u0430\u0432\u0430\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0417\u0430\u0445\u0430\u0432\u0430\u0446\u044C"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0431\u044B\u043B\u0456 \u0437\u0430\u043A\u0430\u043C\u0435\u043D\u0442\u0430\u0432\u0430\u043D\u044B, \u043F\u0430\u043A\u043E\u043B\u044C\u043A\u0456 \u044F\u043D\u044B \u043F\u0430\u0432\u0456\u043D\u043D\u044B \u0431\u044B\u0446\u044C \u0430\u0431\u043D\u043E\u045E\u043B\u0435\u043D\u044B \u0434\u0430 \u043D\u043E\u0432\u0430\u0433\u0430 \u0444\u0430\u0440\u043C\u0430\u0442\u0443, \u0443\u0432\u0435\u0434\u0437\u0435\u043D\u0430\u0433\u0430 \u045E \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0.
+// \u0417\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430 \u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456.`,deprecated:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0 \u0444\u0430\u0440\u043C\u0430\u0442 \u0440\u044D\u0433\u0456\u0441\u0442\u0440\u0430\u0446\u044B\u0456 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E \u0437\u043C\u044F\u043D\u0456\u045E\u0441\u044F. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u0430\u0431\u043D\u0430\u0432\u0456\u0446\u0435 \u0432\u0430\u0448\u044B \u0442\u043E\u043A\u0435\u043D\u044B \u0430\u0434\u043F\u0430\u0432\u0435\u0434\u043D\u0430. \u0417\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430",part2:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456",part3:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0",part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0441\u0430\u0441\u0442\u0430\u0440\u044D\u043B\u044B. \u0412\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0439\u0446\u0435",part3:"\u0444\u0430\u0440\u043C\u0430\u0442 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430. \u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435",part4:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u044E",part5:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456"},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u043F\u0430\u0442\u044D\u043D\u0446\u044B\u0439\u043D\u0430 \u043D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u0434\u043B\u044F",part2:"\u0444\u0430\u0440\u043C\u0430\u0442\u0443. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u0437\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430",part3:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456",part4:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456",part5:"\u0413\u044D\u0442\u0430 \u043F\u0430\u0432\u0435\u0434\u0430\u043C\u043B\u0435\u043D\u043D\u0435 \u0431\u043E\u043B\u044C\u0448 \u043D\u0435 \u0431\u0443\u0434\u0437\u0435 \u043F\u0430\u043A\u0430\u0437\u0430\u043D\u0430."}},specialCharacters:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.16.0",part2:"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456 \u0431\u044B\u043B\u043E \u0437\u043C\u0435\u043D\u0435\u043D\u0430. \u0412\u0430\u0448\u0430 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430 \u0431\u044B\u043B\u043E \u0430\u0431\u043D\u043E\u045E\u043B\u0435\u043D\u0430 \u0434\u0430 \u043D\u043E\u0432\u0430\u0433\u0430 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u044F \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u0443 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 \u0430\u0431\u043E \u045E \u043F\u0440\u0430\u0446\u044D\u043D\u0442\u0430\u0445",invalidCustomTokensCode:"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043E\u0434 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E",invalidRegularExpression:"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u044D\u0433\u0443\u043B\u044F\u0440\u043D\u044B \u0432\u044B\u0440\u0430\u0437 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u043D\u0435 \u043F\u0430\u0432\u0456\u043D\u043D\u044B \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E \u043D\u0435 \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C \u043D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u0448\u043B\u044F\u0445\u0443 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430."},version:{part1:"\u0412\u0430\u0448 \u0444\u0430\u0439\u043B \u043D\u0430\u043B\u0430\u0434\u043E\u043A ",part2:"\u043C\u0430\u0435 \u0432\u0435\u0440\u0441\u0456\u044E",part3:"\u044F\u043A\u0430\u044F \u043D\u0430\u0432\u0435\u0439\u0448\u0430\u044F \u0437\u0430 \u0431\u044F\u0433\u0443\u0447\u0443\u044E \u0432\u0435\u0440\u0441\u0456\u044E \u043F\u043B\u0430\u0433\u0456\u043D\u0430",part4:"\u041F\u043B\u0430\u0433\u0456\u043D \u043C\u043E\u0436\u0430 \u043F\u0440\u0430\u0446\u0430\u0432\u0430\u0446\u044C \u043D\u0435 \u0442\u0430\u043A, \u044F\u043A \u0447\u0430\u043A\u0430\u0435\u0446\u0446\u0430. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u0430\u0431\u043D\u0430\u0432\u0456\u0446\u0435 \u043F\u043B\u0430\u0433\u0456\u043D \u0434\u0430 \u0430\u043F\u043E\u0448\u043D\u044F\u0439 \u0432\u0435\u0440\u0441\u0456\u0456 \u0430\u0431\u043E \u043F\u0435\u0440\u0430\u043A\u0430\u043D\u0430\u0439\u0446\u0435\u0441\u044F, \u0448\u0442\u043E \u043D\u0430\u043B\u0430\u0434\u044B \u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B\u044F."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0430\u045E:"},name:"\u0420\u044D\u0436\u044B\u043C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u043D\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u041A\u0430\u043B\u0456 \u0441\u0430\u0431\u0440\u0430\u043D\u0430\u0435 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456:"},name:"\u0420\u044D\u0436\u044B\u043C \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F, \u044F\u043A\u043E\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456"},collectedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B",part3:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430."},name:"\u0406\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0441\u0430\u0431\u0440\u0430\u043D\u0430\u0433\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},customTokens:{description:{part1:"\u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F.",part2:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435",part3:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u044E",part4:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456.",part5:"\u26A0\uFE0F \u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u043C\u043E\u0433\u0443\u0446\u044C \u0431\u044B\u0446\u044C \u0430\u0434\u0432\u043E\u043B\u044C\u043D\u044B\u043C JavaScript \u043A\u043E\u0434\u0430\u043C. \u041A\u0430\u043B\u0456 \u044F\u043D\u044B \u0434\u0440\u044D\u043D\u043D\u0430 \u043D\u0430\u043F\u0456\u0441\u0430\u043D\u044B, \u0433\u044D\u0442\u0430 \u043C\u043E\u0436\u0430 \u043F\u0440\u044B\u0432\u0435\u0441\u0446\u0456 \u0434\u0430 \u0441\u0442\u0440\u0430\u0442\u044B \u0434\u0430\u043D\u044B\u0445. \u0412\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0439\u0446\u0435 \u043D\u0430 \u0441\u0432\u043E\u0439 \u0440\u044B\u0437\u044B\u043A\u0443."},name:"\u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B"},defaultImageSize:{description:{part1:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B.",part2:"\u041C\u043E\u0436\u0430 \u0431\u044B\u0446\u044C \u0443\u043A\u0430\u0437\u0430\u043D\u044B \u045E \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0430\u0431\u043E \u045E \u043F\u0440\u0430\u0446\u044D\u043D\u0442\u0430\u0445 \u043F\u043E\u045E\u043D\u0430\u0433\u0430 \u043F\u0430\u043C\u0435\u0440\u0443 \u0432\u044B\u044F\u0432\u044B",part4:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0430\u0440\u044B\u0433\u0456\u043D\u0430\u043B\u044C\u043D\u044B \u043F\u0430\u043C\u0435\u0440."},name:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B"},duplicateNameSeparator:{description:{part1:"\u041A\u0430\u043B\u0456 \u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0435/\u043F\u0435\u0440\u0430\u0446\u044F\u0433\u0432\u0430\u0435\u0446\u0435 \u0444\u0430\u0439\u043B \u0437 \u0442\u044B\u043C \u0436\u0430 \u0456\u043C\u0435\u043C, \u0448\u0442\u043E \u0456 \u0456\u0441\u043D\u0443\u044E\u0447\u044B \u0444\u0430\u0439\u043B, \u0433\u044D\u0442\u044B \u0440\u0430\u0437\u0434\u0437\u044F\u043B\u044F\u043B\u044C\u043D\u0456\u043A \u0431\u0443\u0434\u0437\u0435 \u0434\u0430\u0434\u0430\u0434\u0437\u0435\u043D\u044B \u0434\u0430 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430.",part2:"\u041D\u0430\u043F\u0440\u044B\u043A\u043B\u0430\u0434, \u043A\u0430\u043B\u0456 \u0432\u044B \u043F\u0435\u0440\u0430\u0446\u044F\u0433\u0432\u0430\u0435\u0446\u0435 \u0444\u0430\u0439\u043B",part3:", \u0451\u043D \u0431\u0443\u0434\u0437\u0435 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u045E",part4:", \u0456 \u0433.\u0434., \u0430\u0442\u0440\u044B\u043C\u043B\u0456\u0432\u0430\u044E\u0447\u044B \u043F\u0435\u0440\u0448\u0430\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u0430\u0435 \u0456\u043C\u044F."},name:"\u0420\u0430\u0437\u0434\u0437\u044F\u043B\u044F\u043B\u044C\u043D\u0456\u043A \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442\u0430\u045E \u0456\u043C\u0451\u043D\u0430\u045E"},emptyAttachmentFolderBehavior:{description:{part1:"\u041A\u0430\u043B\u0456 \u043F\u0430\u043F\u043A\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0441\u0442\u0430\u043D\u043E\u0432\u0456\u0446\u0446\u0430 \u043F\u0443\u0441\u0442\u043E\u0439:"},name:"\u041F\u043E\u0432\u0435\u0434\u0437\u0456\u043D\u043A\u0430 \u043F\u0443\u0441\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},excludePaths:{description:{part1:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E.",part2:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part3:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u043D\u0456\u044F\u043A\u0456\u044F \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u043D\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430."},name:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E \u043A\u0430\u043B\u0456",part2:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E",part3:"\u043A\u0430\u043C\u0430\u043D\u0434\u0430 \u0432\u044B\u043A\u043E\u043D\u0432\u0430\u0435\u0446\u0446\u0430.",part4:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part5:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part6:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u043D\u0456\u044F\u043A\u0456\u044F \u0448\u043B\u044F\u0445\u0456 \u043D\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430 \u0437 \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E."},name:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456 \u0437 \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},generatedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0417\u0433\u0435\u043D\u0435\u0440\u0430\u0432\u0430\u043D\u0430\u0435 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},includePaths:{description:{part1:"\u0423\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E.",part2:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part3:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u0443\u0441\u0435 \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430."},name:"\u0423\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456"},jpegQuality:{description:"\u0427\u044B\u043C \u043C\u0435\u043D\u0448 \u044F\u043A\u0430\u0441\u0446\u044C, \u0442\u044B\u043C \u0431\u043E\u043B\u044C\u0448 \u043A\u0430\u044D\u0444\u0456\u0446\u044B\u0435\u043D\u0442 \u0441\u0446\u0456\u0441\u043A\u0443.",name:"\u042F\u043A\u0430\u0441\u0446\u044C JPEG"},locationForNewAttachments:{description:{part1:"\u041F\u0430\u0447\u043D\u0456\u0446\u0435 \u0437",part2:"\u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F \u0430\u0434\u043D\u043E\u0441\u043D\u0430\u0433\u0430 \u0448\u043B\u044F\u0445\u0443.",part3:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part4:"\u0442\u043E\u043A\u0435\u043D\u044B",part5:"\u041A\u0440\u043E\u043F\u043A\u0430\u0432\u044B\u044F \u043F\u0430\u043F\u043A\u0456 \u044F\u043A",part6:"\u043D\u0435 \u0440\u044D\u043A\u0430\u043C\u0435\u043D\u0434\u0443\u044E\u0446\u0446\u0430, \u043F\u0430\u043A\u043E\u043B\u044C\u043A\u0456 Obsidian \u043D\u0435 \u0430\u0434\u0441\u043E\u0447\u0432\u0430\u0435 \u0456\u0445. \u0412\u0430\u043C \u043C\u043E\u0436\u0430 \u0441\u043F\u0430\u0442\u0440\u044D\u0431\u0456\u0446\u0446\u0430 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part7:"\u041F\u043B\u0430\u0433\u0456\u043D \u0434\u043B\u044F \u043A\u0456\u0440\u0430\u0432\u0430\u043D\u043D\u044F \u0456\u043C\u0456."},name:"\u041C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435 \u0434\u043B\u044F \u043D\u043E\u0432\u044B\u0445 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},markdownUrlFormat:{description:{part1:"\u0424\u0430\u0440\u043C\u0430\u0442 \u0434\u043B\u044F URL, \u044F\u043A\u0456 \u0431\u0443\u0434\u0437\u0435 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B \u045E Markdown.",part2:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part3:"\u0442\u043E\u043A\u0435\u043D\u044B",part4:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F \u0444\u0430\u0440\u043C\u0430\u0442\u0443 \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456."},name:"\u0424\u0430\u0440\u043C\u0430\u0442 URL Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u043D\u0456\u0436\u043D\u0456 \u0440\u044D\u0433\u0456\u0441\u0442\u0440",renamedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B",part3:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430."},name:"\u0406\u043C\u044F \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430\u0433\u0430 \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},resetToSampleCustomTokens:{message:"\u0412\u044B \u045E\u043F\u044D\u045E\u043D\u0435\u043D\u044B, \u0448\u0442\u043E \u0445\u043E\u0447\u0430\u0446\u0435 \u0441\u043A\u0456\u043D\u0443\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u0430 \u045E\u0437\u043E\u0440\u043D\u044B\u0445 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E? \u0412\u0430\u0448\u044B \u0437\u043C\u0435\u043D\u044B \u0431\u0443\u0434\u0443\u0446\u044C \u0441\u0442\u0440\u0430\u0447\u0430\u043D\u044B.",title:"\u0421\u043A\u0456\u043D\u0443\u0446\u044C \u0434\u0430 \u045E\u0437\u043E\u0440\u043D\u044B\u0445 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E"},shouldConvertPastedImagesToJpeg:{description:"\u0426\u0456 \u043A\u0430\u043D\u0432\u0435\u0440\u0442\u0430\u0432\u0430\u0446\u044C \u0443\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B \u045E JPEG. \u0423\u0436\u044B\u0432\u0430\u0435\u0446\u0446\u0430 \u0442\u043E\u043B\u044C\u043A\u0456 \u043A\u0430\u043B\u0456 \u0437\u043C\u0435\u0441\u0446\u0456\u0432\u0430 PNG \u0432\u044B\u044F\u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0446\u0430 \u043D\u0435\u043F\u0430\u0441\u0440\u044D\u0434\u043D\u0430 \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0430\u0431\u043C\u0435\u043D\u0443. \u0417\u0432\u044B\u0447\u0430\u0439\u043D\u0430 \u0434\u043B\u044F \u045E\u0441\u0442\u0430\u045E\u043A\u0456 \u0441\u043A\u0440\u044B\u043D\u0448\u043E\u0442\u0430\u045E.",name:"\u0426\u0456 \u043A\u0430\u043D\u0432\u0435\u0440\u0442\u0430\u0432\u0430\u0446\u044C \u0443\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B \u045E JPEG"},shouldDeleteOrphanAttachments:{description:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u0432\u044B\u0434\u0430\u043B\u044F\u0435\u0446\u0446\u0430, \u044F\u0435 \u0441\u0456\u0440\u043E\u0446\u043A\u0456\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0442\u0430\u043A\u0441\u0430\u043C\u0430 \u0432\u044B\u0434\u0430\u043B\u044F\u044E\u0446\u0446\u0430.",name:"\u0426\u0456 \u0432\u044B\u0434\u0430\u043B\u044F\u0446\u044C \u0441\u0456\u0440\u043E\u0446\u043A\u0456\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456"},shouldRenameAttachmentFiles:{description:{part1:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430 \u0430\u0431\u043E \u043F\u0435\u0440\u0430\u043C\u0435\u0448\u0447\u0430\u043D\u0430, \u044F\u0435 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0431\u0443\u0434\u0443\u0446\u044C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0437\u0433\u043E\u0434\u043D\u0430 \u0437",part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430\u043C."},name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0444\u0430\u0439\u043B\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},shouldRenameAttachmentFolders:{description:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430 \u0430\u0431\u043E \u043F\u0435\u0440\u0430\u043C\u0435\u0448\u0447\u0430\u043D\u0430.",name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},shouldRenameCollectedAttachments:{description:{part1:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0430\u043F\u0440\u0430\u0446\u0430\u0432\u0430\u043D\u044B\u044F \u043F\u0440\u0430\u0437",part2:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E",part3:"\u043A\u0430\u043C\u0430\u043D\u0434\u044B \u0431\u0443\u0434\u0443\u0446\u044C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0437\u0433\u043E\u0434\u043D\u0430 \u0437",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430\u043C."},name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0441\u0430\u0431\u0440\u0430\u043D\u044B\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u045E \u043F\u0430\u043F\u0446\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0430 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u0430\u0431\u043E \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u043D\u044F.",part2:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0437\u0430\u0445\u0430\u0432\u0430\u043D\u043D\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E."},name:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B"},specialCharactersReplacement:{description:{part1:"\u0420\u0430\u0434\u043E\u043A \u0437\u0430\u043C\u0435\u043D\u044B \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E \u0443 \u043F\u0430\u043F\u0446\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0430.",part2:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E."},name:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C-\u0430\u045E\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u045E\u0441\u0456\u0445 \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u0439.",part2:"\u041A\u0430\u043B\u0456",part3:"\u0443\u0441\u0442\u0430\u043D\u043E\u045E\u043B\u0435\u043D\u044B, \u0442\u0430\u0439\u043C-\u0430\u045E\u0442 \u0432\u044B\u043A\u0430\u043D\u0430\u043D\u043D\u044F \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u0439 \u0430\u0434\u043A\u043B\u044E\u0447\u0430\u043D\u044B."},name:"\u0422\u0430\u0439\u043C-\u0430\u045E\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u0410\u0434\u043D\u043E\u0441\u0456\u0446\u0446\u0430 \u0434\u0430 \u0444\u0430\u0439\u043B\u0430\u045E \u0437 \u0433\u044D\u0442\u044B\u043C\u0456 \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u044F\u043C\u0456 \u044F\u043A \u0434\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",part2:"\u041F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456",part3:"\u0456",part4:"\u0437\u0432\u044F\u0437\u0430\u043D\u044B\u044F \u0444\u0430\u0439\u043B\u044B \u043D\u0435 \u0440\u0430\u0437\u0433\u043B\u044F\u0434\u0430\u044E\u0446\u0446\u0430 \u044F\u043A \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0456 \u043D\u0435 \u043F\u0435\u0440\u0430\u043C\u044F\u0448\u0447\u0430\u044E\u0446\u0446\u0430 \u0437 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u0439.",part5:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0434\u0430\u0434\u0430\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u0456, \u043D\u0430\u043F\u0440.",part6:", \u043A\u0430\u0431 \u043F\u0435\u0440\u0430\u0430\u0437\u043D\u0430\u0447\u044B\u0446\u044C \u0433\u044D\u0442\u0443\u044E \u043F\u0430\u0432\u043E\u0434\u0437\u0456\u043D\u044B."},name:"\u0410\u0434\u043D\u043E\u0441\u0456\u0446\u0446\u0430 \u044F\u043A \u0434\u0430 \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u044F\u045E \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"}},promptWithPreviewModal:{previewModal:{title:"\u041F\u0440\u0430\u0433\u043B\u044F\u0434\u0437\u0435\u0446\u044C \u0444\u0430\u0439\u043B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F '{{fullFileName}}'"},title:"\u0423\u043A\u0430\u0436\u044B\u0446\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u044B\u0442\u0443"},regularExpression:"/\u0440\u044D\u0433\u0443\u043B\u044F\u0440\u043D\u044B \u0432\u044B\u0440\u0430\u0437/"};var em={attachmentCollector:{confirm:{part1:"Voleu recollir adjunts per a totes les notes de la carpeta:",part2:"i totes les seves subcarpetes?",part3:"Aquesta operaci\xF3 no es pot desfer."},progressBar:{message:"Recollint adjunts {{iterationStr}} - '{{noteFilePath}}'.",title:"Recollint adjunts..."}},buttons:{copy:"Copiar",move:"Moure",previewAttachmentFile:"Previsualitzar fitxer adjunt",skip:"Ometre"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"L'adjunt",part2:"\xE9s referenciat per m\xFAltiples notes."},heading:"Recollint adjunt utilitzat per m\xFAltiples notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ha d'utilitzar la mateixa acci\xF3 per a altres adjunts problem\xE0tics"},commands:{collectAttachmentsCurrentFolder:"Recollir adjunts a la carpeta actual",collectAttachmentsCurrentNote:"Recollir adjunts a la nota actual",collectAttachmentsEntireVault:"Recollir adjunts a tot el dip\xF2sit"},menuItems:{collectAttachmentsInFolder:"Recollir adjunts a la carpeta"},notice:{collectingAttachments:"Recollint adjunts per a '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recollida d'adjunts cancel\xB7lada. Vegeu la consola per a detalls.",generatedAttachmentFileNameIsInvalid:{part1:`El nom del fitxer adjunt generat '{{path}}' no \xE9s v\xE0lid.
+{{validationMessage}}
+Comproveu la vostra`,part2:"configuraci\xF3."},notePathIsIgnored:"El cam\xED de la nota s'ignora"},obsidianDevUtils:{buttons:{cancel:"Cancel\xB7lar",ok:"D'acord"},dataview:{itemsPerPage:"Elements per p\xE0gina:",jumpToPage:"Saltar a la p\xE0gina:"},notices:{attachmentIsStillUsed:"L'adjunt {{attachmentPath}} encara s'utilitza per altres notes. No s'esborrar\xE0.",unhandledError:"S'ha produ\xEFt un error no gestionat. Si us plau, comproveu la consola per a m\xE9s informaci\xF3."}},pluginSettings:{attachmentRenameMode:{all:{description:"tots els fitxers es reanomenen.",displayText:"Tots"},none:{description:"els seus noms es preserven.",displayText:"Cap"},onlyPastedImages:{description:"nom\xE9s les imatges enganxades es reanomenen. S'aplica nom\xE9s quan el contingut de la imatge PNG s'enganxa directament des del porta-retalls. T\xEDpicament, per enganxar captures de pantalla.",displayText:"Nom\xE9s imatges enganxades"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel\xB7lar la recollida d'adjunts.",displayText:"Cancel\xB7lar"},copy:{description:"copiar l'adjunt a la nova ubicaci\xF3.",displayText:"Copiar"},move:{description:"moure l'adjunt a la nova ubicaci\xF3.",displayText:"Moure"},prompt:{description:"preguntar a l'usuari per triar l'acci\xF3.",displayText:"Preguntar"},skip:{description:"ometre l'adjunt i procedir al seg\xFCent.",displayText:"Ometre"}},defaultImageSizeDimension:{height:"Al\xE7ada",width:"Amplada"},emptyAttachmentFolderBehavior:{delete:{description:"esborrar\xE0 la carpeta d'adjunts buida.",displayText:"Esborrar"},deleteWithEmptyParents:{description:"esborrar\xE0 la carpeta d'adjunts buida i les seves carpetes pare buides.",displayText:"Esborrar amb pares buits"},keep:{description:"mantindr\xE0 la carpeta d'adjunts buida.",displayText:"Mantenir"}}},pluginSettingsManager:{customToken:{codeComment:`// Els tokens personalitzats van ser comentats ja que han de ser actualitzats al nou format introdu\xEFt a la versi\xF3 del plugin 9.0.0.
+// Consulteu la documentaci\xF3 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) per a m\xE9s informaci\xF3.`,deprecated:{part1:"A la versi\xF3 del plugin 9.0.0, el format de registre de tokens personalitzats va canviar. Si us plau, actualitzeu els vostres tokens en conseq\xFC\xE8ncia. Consulteu la",part2:"documentaci\xF3",part3:"per a m\xE9s informaci\xF3"}},legacyRenameAttachmentsToLowerCase:{part1:"A la versi\xF3 del plugin 9.0.0, la",part2:"configuraci\xF3 est\xE0 obsoleta. Utilitzeu el",part3:"format en lloc d'aix\xF2. Vegeu la",part4:"documentaci\xF3",part5:"per a m\xE9s informaci\xF3"},markdownUrlFormat:{deprecated:{part1:"Teniu un valor potencialment incorrecte establert per al",part2:"format. Si us plau, consulteu la",part3:"documentaci\xF3",part4:"per a m\xE9s informaci\xF3",part5:"Aquest missatge no es mostrar\xE0 de nou."}},specialCharacters:{part1:"A la versi\xF3 del plugin 9.16.0, el",part2:"valor de configuraci\xF3 per defecte va canviar. El vostre valor de configuraci\xF3 va ser actualitzat al nou valor per defecte."},validation:{defaultImageSizeMustBePercentageOrPixels:"La mida predeterminada de la imatge s'ha d'expressar en p\xEDxels o percentatge",invalidCustomTokensCode:"Codi de tokens personalitzats no v\xE0lid",invalidRegularExpression:"Expressi\xF3 regular no v\xE0lida {{regExp}}",specialCharactersMustNotContainSlash:"Els car\xE0cters especials no han de contenir /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"El reempla\xE7ament de car\xE0cters especials no ha de contenir car\xE0cters de cam\xED de nom de fitxer no v\xE0lids."},version:{part1:"El vostre fitxer de configuraci\xF3 ",part2:"t\xE9 la versi\xF3",part3:"que \xE9s m\xE9s nova que la versi\xF3 actual del plugin",part4:"El plugin podria no funcionar com s'espera. Si us plau, actualitzeu el plugin a la darrera versi\xF3 o assegureu-vos que les configuracions siguin correctes."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Quan s'adjunten fitxers:"},name:"Mode de reanomenament d'adjunts"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quan l'adjunt recollit \xE9s utilitzat per m\xFAltiples notes:"},name:"Mode de recollida d'adjunt utilitzat per m\xFAltiples notes"},collectedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles",part3:"Deixeu buit per utilitzar la",part4:"configuraci\xF3 en lloc d'aix\xF2."},name:"Nom de fitxer adjunt recollit"},customTokens:{description:{part1:"Tokens personalitzats a utilitzar.",part2:"Vegeu la",part3:"documentaci\xF3",part4:"per a m\xE9s informaci\xF3.",part5:"\u26A0\uFE0F Els tokens personalitzats poden ser codi JavaScript arbitrari. Si estan mal escrits, poden causar p\xE8rdua de dades. Utilitzeu-los sota la vostra responsabilitat."},name:"Tokens personalitzats"},defaultImageSize:{description:{part1:"La mida predeterminada de la imatge.",part2:"Es pot especificar en p\xEDxels",part3:"o en percentatge de la mida completa de la imatge",part4:"Deixa-ho en blanc per utilitzar la mida original de la imatge."},name:"Mida predeterminada de la imatge"},duplicateNameSeparator:{description:{part1:"Quan enganxeu/arrossegueu un fitxer amb el mateix nom que un fitxer existent, aquest separador s'afegir\xE0 al nom del fitxer.",part2:"Per exemple, quan arrossegueu el fitxer",part3:", es reanomenar\xE0 a",part4:", etc., obtenint el primer nom disponible."},name:"Separador de noms duplicats"},emptyAttachmentFolderBehavior:{description:{part1:"Quan la carpeta d'adjunts es buida:"},name:"Comportament de carpeta d'adjunts buida"},excludePaths:{description:{part1:"Excloure notes dels seg\xFCents camins.",part2:"Inseriu cada cam\xED en una l\xEDnia nova.",part3:"Podeu utilitzar cadena de cam\xED o",part4:"Si la configuraci\xF3 est\xE0 buida, cap nota no s'exclou."},name:"Excloure camins"},excludePathsFromAttachmentCollecting:{description:{part1:"Excloure adjunts dels seg\xFCents camins quan",part2:"Recollir adjunts",part3:"s'executa la comanda.",part4:"Inseriu cada cam\xED en una l\xEDnia nova.",part5:"Podeu utilitzar cadena de cam\xED o",part6:"Si la configuraci\xF3 est\xE0 buida, cap cam\xED no s'exclou de la recollida d'adjunts."},name:"Excloure camins de la recollida d'adjunts"},generatedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles"},name:"Nom de fitxer adjunt generat"},includePaths:{description:{part1:"Incloure notes dels seg\xFCents camins.",part2:"Inseriu cada cam\xED en una l\xEDnia nova.",part3:"Podeu utilitzar cadena de cam\xED o",part4:"Si la configuraci\xF3 est\xE0 buida, totes les notes s'inclouen."},name:"Incloure camins"},jpegQuality:{description:"Com m\xE9s petita la qualitat, m\xE9s gran la relaci\xF3 de compressi\xF3.",name:"Qualitat JPEG"},locationForNewAttachments:{description:{part1:"Comen\xE7ar amb",part2:"per utilitzar cam\xED relatiu.",part3:"Vegeu els",part4:"tokens disponibles",part5:"Les carpetes amb punt com",part6:"no es recomanen, perqu\xE8 Obsidian no les rastreja. Potser necessiteu utilitzar un",part7:"Plugin per gestionar-les."},name:"Ubicaci\xF3 per a nous adjunts"},markdownUrlFormat:{description:{part1:"Format per a l'URL que s'inserir\xE0 a Markdown.",part2:"Vegeu els",part3:"tokens disponibles",part4:"Deixeu buit per utilitzar el format per defecte."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Reanomenar adjunts a min\xFAscules",renamedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles",part3:"Deixeu buit per utilitzar la",part4:"configuraci\xF3 en lloc d'aix\xF2."},name:"Nom de fitxer adjunt reanomenat"},resetToSampleCustomTokens:{message:"Esteu segurs que voleu restablir els tokens personalitzats als tokens personalitzats de mostra? Les vostres canvis es perdran.",title:"Restablir als tokens personalitzats de mostra"},shouldConvertPastedImagesToJpeg:{description:"Si convertir les imatges enganxades a JPEG. S'aplica nom\xE9s quan el contingut de la imatge PNG s'enganxa directament des del porta-retalls. T\xEDpicament, per enganxar captures de pantalla.",name:"Si convertir les imatges enganxades a JPEG"},shouldDeleteOrphanAttachments:{description:"Si est\xE0 habilitat, quan la nota s'esborra, els seus adjunts \xF2rfes tamb\xE9 s'esborren.",name:"Si esborrar adjunts \xF2rfes"},shouldRenameAttachmentFiles:{description:{part1:"Si est\xE0 habilitat, quan una nota es reanomena o es mou, els seus adjunts es reanomenaran segons la",part2:"configuraci\xF3."},name:"Si reanomenar fitxers adjunts"},shouldRenameAttachmentFolders:{description:"Si reanomenar carpetes adjunts quan una nota es reanomena o es mou.",name:"Si reanomenar carpetes adjunts"},shouldRenameCollectedAttachments:{description:{part1:"Si est\xE0 habilitat, els adjunts processats via",part2:"Recollir adjunts",part3:"les comandes es reanomenaran segons la",part4:"configuraci\xF3."},name:"Si reanomenar adjunts recollits"},specialCharacters:{description:{part1:"Car\xE0cters especials a la carpeta d'adjunts i nom del fitxer per ser reempla\xE7ats o eliminats.",part2:"Deixeu buit per preservar car\xE0cters especials."},name:"Car\xE0cters especials"},specialCharactersReplacement:{description:{part1:"Cadena de reempla\xE7ament per car\xE0cters especials a la carpeta d'adjunts i nom del fitxer.",part2:"Deixeu buit per eliminar car\xE0cters especials."},name:"Reempla\xE7ament de car\xE0cters especials"},timeoutInSeconds:{description:{part1:"El temps d'espera en segons per a totes les operacions.",part2:"Si",part3:"est\xE0 establert, el temps d'espera d'execuci\xF3 d'operacions est\xE0 deshabilitat."},name:"Temps d'espera en segons"},treatAsAttachmentExtensions:{description:{part1:"Tractar fitxers amb aquestes extensions com adjunts.",part2:"Per defecte",part3:"i",part4:"els fitxers enlla\xE7ats no es tracten com adjunts i no es mouen amb la nota.",part5:"Podeu afegir extensions personalitzades, p. ex.",part6:", per sobreescriure aquest comportament."},name:"Tractar com extensions d'adjunts"}},promptWithPreviewModal:{previewModal:{title:"Previsualitzar fitxer adjunt '{{fullFileName}}'"},title:"Proporcioneu un valor per al token de sol\xB7licitud"},regularExpression:"/expressi\xF3 regular/"};var tm={attachmentCollector:{confirm:{part1:"Chcete shrom\xE1\u017Edit p\u0159\xEDlohy pro v\u0161echny pozn\xE1mky ve slo\u017Ece:",part2:"a v\u0161ech jej\xEDch podslo\u017Ek\xE1ch?",part3:"Tuto operaci nelze vr\xE1tit zp\u011Bt."},progressBar:{message:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh {{iterationStr}} - '{{noteFilePath}}'.",title:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh..."}},buttons:{copy:"Kop\xEDrovat",move:"P\u0159esunout",previewAttachmentFile:"N\xE1hled souboru p\u0159\xEDlohy",skip:"P\u0159esko\u010Dit"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"P\u0159\xEDloha",part2:"je odkazov\xE1na v\xEDce pozn\xE1mkami."},heading:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDlohy pou\u017E\xEDvan\xE9 v\xEDce pozn\xE1mkami",shouldUseSameActionForOtherProblematicAttachmentsToggle:"M\u011Bla by se pou\u017E\xEDt stejn\xE1 akce pro jin\xE9 problematick\xE9 p\u0159\xEDlohy"},commands:{collectAttachmentsCurrentFolder:"Shrom\xE1\u017Edit p\u0159\xEDlohy v aktu\xE1ln\xED slo\u017Ece",collectAttachmentsCurrentNote:"Shrom\xE1\u017Edit p\u0159\xEDlohy v aktu\xE1ln\xED pozn\xE1mce",collectAttachmentsEntireVault:"Shrom\xE1\u017Edit p\u0159\xEDlohy v cel\xE9m \xFAlo\u017Ei\u0161ti"},menuItems:{collectAttachmentsInFolder:"Shrom\xE1\u017Edit p\u0159\xEDlohy ve slo\u017Ece"},notice:{collectingAttachments:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh pro '{{noteFilePath}}'",collectingAttachmentsCancelled:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh zru\u0161eno. Podrobnosti viz konzole.",generatedAttachmentFileNameIsInvalid:{part1:`Vygenerovan\xE9 jm\xE9no souboru p\u0159\xEDlohy '{{path}}' je neplatn\xE9.
+{{validationMessage}}
+Zkontrolujte va\u0161e`,part2:"nastaven\xED."},notePathIsIgnored:"Cesta pozn\xE1mky je ignorov\xE1na"},obsidianDevUtils:{buttons:{cancel:"Zru\u0161it",ok:"OK"},dataview:{itemsPerPage:"Polo\u017Eek na str\xE1nku:",jumpToPage:"P\u0159ej\xEDt na str\xE1nku:"},notices:{attachmentIsStillUsed:"P\u0159\xEDloha {{attachmentPath}} je st\xE1le pou\u017E\xEDv\xE1na jin\xFDmi pozn\xE1mkami. Nebude smaz\xE1na.",unhandledError:"Do\u0161lo k neo\u0161et\u0159en\xE9 chyb\u011B. Zkontrolujte pros\xEDm konzoli pro v\xEDce informac\xED."}},pluginSettings:{attachmentRenameMode:{all:{description:"v\u0161echny soubory jsou p\u0159ejmenov\xE1ny.",displayText:"V\u0161echny"},none:{description:"jejich n\xE1zvy jsou zachov\xE1ny.",displayText:"\u017D\xE1dn\xE9"},onlyPastedImages:{description:"p\u0159ejmenov\xE1ny jsou pouze vlo\u017Een\xE9 obr\xE1zky. Plat\xED pouze kdy\u017E je obsah PNG obr\xE1zku vlo\u017Een p\u0159\xEDmo ze schr\xE1nky. Typicky pro vkl\xE1d\xE1n\xED sn\xEDmk\u016F obrazovky.",displayText:"Pouze vlo\u017Een\xE9 obr\xE1zky"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"zru\u0161it shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh.",displayText:"Zru\u0161it"},copy:{description:"zkop\xEDrovat p\u0159\xEDlohu na nov\xE9 um\xEDst\u011Bn\xED.",displayText:"Kop\xEDrovat"},move:{description:"p\u0159esunout p\u0159\xEDlohu na nov\xE9 um\xEDst\u011Bn\xED.",displayText:"P\u0159esunout"},prompt:{description:"vyzvat u\u017Eivatele k v\xFDb\u011Bru akce.",displayText:"V\xFDzva"},skip:{description:"p\u0159esko\u010Dit p\u0159\xEDlohu a pokra\u010Dovat k dal\u0161\xED.",displayText:"P\u0159esko\u010Dit"}},defaultImageSizeDimension:{height:"V\xFD\u0161ka",width:"\u0160\xED\u0159ka"},emptyAttachmentFolderBehavior:{delete:{description:"sma\u017Ee pr\xE1zdnou slo\u017Eku p\u0159\xEDloh.",displayText:"Smazat"},deleteWithEmptyParents:{description:"sma\u017Ee pr\xE1zdnou slo\u017Eku p\u0159\xEDloh a jej\xED pr\xE1zdn\xE9 nad\u0159azen\xE9 slo\u017Eky.",displayText:"Smazat s pr\xE1zdn\xFDmi nad\u0159azen\xFDmi"},keep:{description:"zachov\xE1 pr\xE1zdnou slo\u017Eku p\u0159\xEDloh.",displayText:"Zachovat"}}},pluginSettingsManager:{customToken:{codeComment:`// Vlastn\xED tokeny byly zakomentov\xE1ny, proto\u017Ee mus\xED b\xFDt aktualizov\xE1ny na nov\xFD form\xE1t zaveden\xFD ve verzi pluginu 9.0.0.
+// Odkazujte na dokumentaci (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pro v\xEDce informac\xED.`,deprecated:{part1:"Ve verzi pluginu 9.0.0 se zm\u011Bnil form\xE1t registrace vlastn\xEDch token\u016F. Aktualizujte pros\xEDm sv\xE9 tokeny odpov\xEDdaj\xEDc\xEDm zp\u016Fsobem. Odkazujte na",part2:"dokumentaci",part3:"pro v\xEDce informac\xED"}},legacyRenameAttachmentsToLowerCase:{part1:"Ve verzi pluginu 9.0.0 je",part2:"nastaven\xED zastaral\xE9. Pou\u017Eijte",part3:"form\xE1t m\xEDsto toho. Viz",part4:"dokumentace",part5:"pro v\xEDce informac\xED"},markdownUrlFormat:{deprecated:{part1:"M\xE1te potenci\xE1ln\u011B nespr\xE1vnou hodnotu nastavenou pro",part2:"form\xE1t. Odkazujte pros\xEDm na",part3:"dokumentaci",part4:"pro v\xEDce informac\xED",part5:"Tato zpr\xE1va se ji\u017E nebude zobrazovat."}},specialCharacters:{part1:"Ve verzi pluginu 9.16.0 se",part2:"v\xFDchoz\xED hodnota nastaven\xED zm\u011Bnila. Va\u0161e hodnota nastaven\xED byla aktualizov\xE1na na novou v\xFDchoz\xED hodnotu."},validation:{defaultImageSizeMustBePercentageOrPixels:"V\xFDchoz\xED velikost obr\xE1zku mus\xED b\xFDt v pixelech nebo procentech",invalidCustomTokensCode:"Neplatn\xFD k\xF3d vlastn\xEDch token\u016F",invalidRegularExpression:"Neplatn\xFD regul\xE1rn\xED v\xFDraz {{regExp}}",specialCharactersMustNotContainSlash:"Speci\xE1ln\xED znaky nesm\xED obsahovat /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"N\xE1hrada speci\xE1ln\xEDch znak\u016F nesm\xED obsahovat neplatn\xE9 znaky cesty n\xE1zvu souboru."},version:{part1:"V\xE1\u0161 soubor nastaven\xED ",part2:"m\xE1 verzi",part3:"kter\xE1 je nov\u011Bj\u0161\xED ne\u017E aktu\xE1ln\xED verze pluginu",part4:"Plugin nemus\xED fungovat podle o\u010Dek\xE1v\xE1n\xED. Aktualizujte pros\xEDm plugin na nejnov\u011Bj\u0161\xED verzi nebo se ujist\u011Bte, \u017Ee nastaven\xED jsou spr\xE1vn\xE1."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"P\u0159i p\u0159ipojov\xE1n\xED soubor\u016F:"},name:"Re\u017Eim p\u0159ejmenov\xE1n\xED p\u0159\xEDloh"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kdy\u017E je shrom\xE1\u017Ed\u011Bn\xE1 p\u0159\xEDloha pou\u017E\xEDv\xE1na v\xEDce pozn\xE1mkami:"},name:"Re\u017Eim shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDlohy pou\u017E\xEDvan\xE9 v\xEDce pozn\xE1mkami"},collectedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny",part3:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt",part4:"nastaven\xED m\xEDsto toho."},name:"Jm\xE9no souboru shrom\xE1\u017Ed\u011Bn\xE9 p\u0159\xEDlohy"},customTokens:{description:{part1:"Vlastn\xED tokeny k pou\u017Eit\xED.",part2:"Viz",part3:"dokumentace",part4:"pro v\xEDce informac\xED.",part5:"\u26A0\uFE0F Vlastn\xED tokeny mohou b\xFDt libovoln\xFD JavaScript k\xF3d. Pokud jsou \u0161patn\u011B napsan\xE9, mohou zp\u016Fsobit ztr\xE1tu dat. Pou\u017E\xEDvejte je na vlastn\xED riziko."},name:"Vlastn\xED tokeny"},defaultImageSize:{description:{part1:"V\xFDchoz\xED velikost obr\xE1zku.",part2:"Lze zadat v pixelech",part3:"nebo jako procento z pln\xE9 velikosti obr\xE1zku",part4:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt p\u016Fvodn\xED velikost obr\xE1zku."},name:"V\xFDchoz\xED velikost obr\xE1zku"},duplicateNameSeparator:{description:{part1:"Kdy\u017E vkl\xE1d\xE1te/p\u0159etahujete soubor se stejn\xFDm n\xE1zvem jako existuj\xEDc\xED soubor, tento odd\u011Blova\u010D bude p\u0159id\xE1n k n\xE1zvu souboru.",part2:"Nap\u0159., kdy\u017E p\u0159etahujete soubor",part3:", bude p\u0159ejmenov\xE1n na",part4:", atd., z\xEDsk\xE1n\xEDm prvn\xEDho dostupn\xE9ho n\xE1zvu."},name:"Odd\u011Blova\u010D duplicitn\xEDch n\xE1zv\u016F"},emptyAttachmentFolderBehavior:{description:{part1:"Kdy\u017E se slo\u017Eka p\u0159\xEDloh stane pr\xE1zdnou:"},name:"Chov\xE1n\xED pr\xE1zdn\xE9 slo\u017Eky p\u0159\xEDloh"},excludePaths:{description:{part1:"Vylou\u010Dit pozn\xE1mky z n\xE1sleduj\xEDc\xEDch cest.",part2:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part3:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part4:"Pokud je nastaven\xED pr\xE1zdn\xE9, \u017E\xE1dn\xE9 pozn\xE1mky nejsou vylou\u010Deny."},name:"Vylou\u010Dit cesty"},excludePathsFromAttachmentCollecting:{description:{part1:"Vylou\u010Dit p\u0159\xEDlohy z n\xE1sleduj\xEDc\xEDch cest kdy\u017E",part2:"Shrom\xE1\u017Edit p\u0159\xEDlohy",part3:"p\u0159\xEDkaz je spu\u0161t\u011Bn.",part4:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part5:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part6:"Pokud je nastaven\xED pr\xE1zdn\xE9, \u017E\xE1dn\xE9 cesty nejsou vylou\u010Deny ze shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh."},name:"Vylou\u010Dit cesty ze shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh"},generatedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny"},name:"Vygenerovan\xE9 jm\xE9no souboru p\u0159\xEDlohy"},includePaths:{description:{part1:"Zahrnout pozn\xE1mky z n\xE1sleduj\xEDc\xEDch cest.",part2:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part3:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part4:"Pokud je nastaven\xED pr\xE1zdn\xE9, v\u0161echny pozn\xE1mky jsou zahrnuty."},name:"Zahrnout cesty"},jpegQuality:{description:"\u010C\xEDm men\u0161\xED kvalita, t\xEDm v\u011Bt\u0161\xED kompresn\xED pom\u011Br.",name:"Kvalita JPEG"},locationForNewAttachments:{description:{part1:"Za\u010D\xEDt s",part2:"pro pou\u017Eit\xED relativn\xED cesty.",part3:"Viz dostupn\xE9",part4:"tokeny",part5:"Te\u010Dkov\xE9 slo\u017Eky jako",part6:"nejsou doporu\u010Deny, proto\u017Ee Obsidian je nesleduje. Mo\u017En\xE1 budete muset pou\u017E\xEDt",part7:"Plugin pro jejich spr\xE1vu."},name:"Um\xEDst\u011Bn\xED pro nov\xE9 p\u0159\xEDlohy"},markdownUrlFormat:{description:{part1:"Form\xE1t pro URL, kter\xE9 bude vlo\u017Eeno do Markdown.",part2:"Viz dostupn\xE9",part3:"tokeny",part4:"Ponechte pr\xE1zdn\xE9 pro pou\u017Eit\xED v\xFDchoz\xEDho form\xE1tu."},name:"Form\xE1t URL Markdown"},renameAttachmentsToLowerCase:"P\u0159ejmenovat p\u0159\xEDlohy na mal\xE1 p\xEDsmena",renamedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny",part3:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt",part4:"nastaven\xED m\xEDsto toho."},name:"Jm\xE9no souboru p\u0159ejmenovan\xE9 p\u0159\xEDlohy"},resetToSampleCustomTokens:{message:"Jste si jisti, \u017Ee chcete resetovat vlastn\xED tokeny na uk\xE1zkov\xE9 vlastn\xED tokeny? Va\u0161e zm\u011Bny budou ztraceny.",title:"Resetovat na uk\xE1zkov\xE9 vlastn\xED tokeny"},shouldConvertPastedImagesToJpeg:{description:"Zda p\u0159ev\xE9st vlo\u017Een\xE9 obr\xE1zky na JPEG. Plat\xED pouze kdy\u017E je obsah PNG obr\xE1zku vlo\u017Een p\u0159\xEDmo ze schr\xE1nky. Typicky pro vkl\xE1d\xE1n\xED sn\xEDmk\u016F obrazovky.",name:"Zda p\u0159ev\xE9st vlo\u017Een\xE9 obr\xE1zky na JPEG"},shouldDeleteOrphanAttachments:{description:"Pokud je povoleno, kdy\u017E je pozn\xE1mka smaz\xE1na, jej\xED sirot\u010D\xED p\u0159\xEDlohy jsou tak\xE9 smaz\xE1ny.",name:"Zda smazat sirot\u010D\xED p\u0159\xEDlohy"},shouldRenameAttachmentFiles:{description:{part1:"Pokud je povoleno, kdy\u017E je pozn\xE1mka p\u0159ejmenov\xE1na nebo p\u0159esunuta, jej\xED p\u0159\xEDlohy budou p\u0159ejmenov\xE1ny podle",part2:"nastaven\xED."},name:"Zda p\u0159ejmenovat soubory p\u0159\xEDloh"},shouldRenameAttachmentFolders:{description:"Zda p\u0159ejmenovat slo\u017Eky p\u0159\xEDloh kdy\u017E je pozn\xE1mka p\u0159ejmenov\xE1na nebo p\u0159esunuta.",name:"Zda p\u0159ejmenovat slo\u017Eky p\u0159\xEDloh"},shouldRenameCollectedAttachments:{description:{part1:"Pokud je povoleno, p\u0159\xEDlohy zpracovan\xE9 p\u0159es",part2:"Shrom\xE1\u017Edit p\u0159\xEDlohy",part3:"p\u0159\xEDkazy budou p\u0159ejmenov\xE1ny podle",part4:"nastaven\xED."},name:"Zda p\u0159ejmenovat shrom\xE1\u017Ed\u011Bn\xE9 p\u0159\xEDlohy"},specialCharacters:{description:{part1:"Speci\xE1ln\xED znaky ve slo\u017Ece p\u0159\xEDloh a n\xE1zvu souboru k nahrazen\xED nebo odstran\u011Bn\xED.",part2:"Ponechte pr\xE1zdn\xE9 pro zachov\xE1n\xED speci\xE1ln\xEDch znak\u016F."},name:"Speci\xE1ln\xED znaky"},specialCharactersReplacement:{description:{part1:"N\xE1hradn\xED \u0159et\u011Bzec pro speci\xE1ln\xED znaky ve slo\u017Ece p\u0159\xEDloh a n\xE1zvu souboru.",part2:"Ponechte pr\xE1zdn\xE9 pro odstran\u011Bn\xED speci\xE1ln\xEDch znak\u016F."},name:"N\xE1hrada speci\xE1ln\xEDch znak\u016F"},timeoutInSeconds:{description:{part1:"\u010Casov\xFD limit v sekund\xE1ch pro v\u0161echny operace.",part2:"Pokud je",part3:"nastaveno, \u010Dasov\xFD limit prov\xE1d\u011Bn\xED operac\xED je zak\xE1z\xE1n."},name:"\u010Casov\xFD limit v sekund\xE1ch"},treatAsAttachmentExtensions:{description:{part1:"Zach\xE1zet se soubory s t\u011Bmito p\u0159\xEDponami jako s p\u0159\xEDlohami.",part2:"Ve v\xFDchoz\xEDm nastaven\xED",part3:"a",part4:"propojen\xE9 soubory nejsou pova\u017Eov\xE1ny za p\u0159\xEDlohy a nejsou p\u0159esunov\xE1ny s pozn\xE1mkou.",part5:"M\u016F\u017Eete p\u0159idat vlastn\xED p\u0159\xEDpony, nap\u0159.",part6:", pro p\u0159eps\xE1n\xED tohoto chov\xE1n\xED."},name:"Zach\xE1zet jako s p\u0159\xEDponami p\u0159\xEDloh"}},promptWithPreviewModal:{previewModal:{title:"N\xE1hled souboru p\u0159\xEDlohy '{{fullFileName}}'"},title:"Poskytn\u011Bte hodnotu pro token v\xFDzvy"},regularExpression:"/regul\xE1rn\xED v\xFDraz/"};var nm={attachmentCollector:{confirm:{part1:"Vil du samle vedh\xE6ftninger for alle noter i mappen:",part2:"og alle dens undermapper?",part3:"Denne operation kan ikke fortrydes."},progressBar:{message:"Samler vedh\xE6ftninger {{iterationStr}} - '{{noteFilePath}}'.",title:"Samler vedh\xE6ftninger..."}},buttons:{copy:"Kopier",move:"Flyt",previewAttachmentFile:"Forh\xE5ndsvis vedh\xE6ftningsfil",skip:"Spring over"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Vedh\xE6ftning",part2:"refereres af flere noter."},heading:"Samler vedh\xE6ftning brugt af flere noter",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Skal bruge samme handling for andre problematiske vedh\xE6ftninger"},commands:{collectAttachmentsCurrentFolder:"Saml vedh\xE6ftninger i nuv\xE6rende mappe",collectAttachmentsCurrentNote:"Saml vedh\xE6ftninger i nuv\xE6rende note",collectAttachmentsEntireVault:"Saml vedh\xE6ftninger i hele vault"},menuItems:{collectAttachmentsInFolder:"Saml vedh\xE6ftninger i mappe"},notice:{collectingAttachments:"Samler vedh\xE6ftninger for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Samling af vedh\xE6ftninger annulleret. Se konsol for detaljer.",generatedAttachmentFileNameIsInvalid:{part1:`Genereret vedh\xE6ftningsfilnavn '{{path}}' er ugyldigt.
+{{validationMessage}}
+Tjek din`,part2:"indstilling."},notePathIsIgnored:"Notesti er ignoreret"},obsidianDevUtils:{buttons:{cancel:"Annuller",ok:"OK"},dataview:{itemsPerPage:"Elementer per side:",jumpToPage:"Hop til side:"},notices:{attachmentIsStillUsed:"Vedh\xE6ftning {{attachmentPath}} bruges stadig af andre noter. Den vil ikke blive slettet.",unhandledError:"Der opstod en ubehandlet fejl. Tjek venligst konsollen for flere oplysninger."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle filer omd\xF8bes.",displayText:"Alle"},none:{description:"deres navne bevares.",displayText:"Ingen"},onlyPastedImages:{description:"kun indsatte billeder omd\xF8bes. G\xE6lder kun n\xE5r PNG-billedindholdet inds\xE6ttes direkte fra udklipsholderen. Typisk til inds\xE6ttelse af sk\xE6rmbilleder.",displayText:"Kun indsatte billeder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuller samling af vedh\xE6ftninger.",displayText:"Annuller"},copy:{description:"kopier vedh\xE6ftningen til den nye placering.",displayText:"Kopier"},move:{description:"flyt vedh\xE6ftningen til den nye placering.",displayText:"Flyt"},prompt:{description:"bed brugeren om at v\xE6lge handlingen.",displayText:"Anmodning"},skip:{description:"spring vedh\xE6ftningen over og forts\xE6t til den n\xE6ste.",displayText:"Spring over"}},defaultImageSizeDimension:{height:"H\xF8jde",width:"Bredde"},emptyAttachmentFolderBehavior:{delete:{description:"vil slette den tomme vedh\xE6ftningsmappe.",displayText:"Slet"},deleteWithEmptyParents:{description:"vil slette den tomme vedh\xE6ftningsmappe og dens tomme overordnede mapper.",displayText:"Slet med tomme overordnede"},keep:{description:"vil bevare den tomme vedh\xE6ftningsmappe.",displayText:"Bevar"}}},pluginSettingsManager:{customToken:{codeComment:`// Brugerdefinerede tokens blev kommenteret ud, da de skal opdateres til det nye format introduceret i plugin version 9.0.0.
+// Se dokumentationen (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for flere oplysninger.`,deprecated:{part1:"I plugin version 9.0.0 \xE6ndrede formatet for brugerdefineret token-registrering sig. Opdater venligst dine tokens i overensstemmelse hermed. Se",part2:"dokumentationen",part3:"for flere oplysninger"}},legacyRenameAttachmentsToLowerCase:{part1:"I plugin version 9.0.0 er",part2:"indstillingen for\xE6ldet. Brug",part3:"format i stedet. Se",part4:"dokumentationen",part5:"for flere oplysninger"},markdownUrlFormat:{deprecated:{part1:"Du har potentielt forkert v\xE6rdi sat for",part2:"formatet. Se venligst",part3:"dokumentationen",part4:"for flere oplysninger",part5:"Denne besked vil ikke blive vist igen."}},specialCharacters:{part1:"I plugin version 9.16.0 blev",part2:"standardindstillingsv\xE6rdien \xE6ndret. Din indstillingsv\xE6rdi blev opdateret til den nye standardv\xE6rdi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standardbilledst\xF8rrelsen skal angives i pixels eller procent",invalidCustomTokensCode:"Ugyldig brugerdefineret tokens-kode",invalidRegularExpression:"Ugyldigt regul\xE6rt udtryk {{regExp}}",specialCharactersMustNotContainSlash:"S\xE6rlige tegn m\xE5 ikke indeholde /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Erstatning af s\xE6rlige tegn m\xE5 ikke indeholde ugyldige filnavnsti-tegn."},version:{part1:"Din indstillingsfil ",part2:"har version",part3:"som er nyere end den nuv\xE6rende plugin-version",part4:"Pluginet fungerer muligvis ikke som forventet. Opdater venligst pluginet til den seneste version eller s\xF8rg for, at indstillingerne er korrekte."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"N\xE5r der vedh\xE6ftes filer:"},name:"Vedh\xE6ftningsomd\xF8bningstilstand"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"N\xE5r den samlede vedh\xE6ftning bruges af flere noter:"},name:"Saml vedh\xE6ftning brugt af flere noter tilstand"},collectedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens",part3:"Lad st\xE5 tomt for at bruge",part4:"indstillingen i stedet."},name:"Samlet vedh\xE6ftningsfilnavn"},customTokens:{description:{part1:"Brugerdefinerede tokens der skal bruges.",part2:"Se",part3:"dokumentationen",part4:"for flere oplysninger.",part5:"\u26A0\uFE0F Brugerdefinerede tokens kan v\xE6re vilk\xE5rlig JavaScript-kode. Hvis de er d\xE5rligt skrevet, kan de for\xE5rsage datatab. Brug dem p\xE5 egen risiko."},name:"Brugerdefinerede tokens"},defaultImageSize:{description:{part1:"Standardbilledst\xF8rrelsen.",part2:"Kan angives i pixels",part3:"eller i procent af den fulde billedst\xF8rrelse",part4:"Lad st\xE5 tomt for at bruge den originale billedst\xF8rrelse."},name:"Standardbilledst\xF8rrelse"},duplicateNameSeparator:{description:{part1:"N\xE5r du inds\xE6tter/tr\xE6kker en fil med samme navn som en eksisterende fil, vil denne separator blive tilf\xF8jet til filnavnet.",part2:"F.eks., n\xE5r du tr\xE6kker fil",part3:", vil den blive omd\xF8bt til",part4:", osv., og f\xE5 det f\xF8rste tilg\xE6ngelige navn."},name:"Duplikatnavnseparator"},emptyAttachmentFolderBehavior:{description:{part1:"N\xE5r vedh\xE6ftningsmappen bliver tom:"},name:"Tom vedh\xE6ftningsmappeadf\xE6rd"},excludePaths:{description:{part1:"Udeluk noter fra f\xF8lgende stier.",part2:"Inds\xE6t hver sti p\xE5 en ny linje.",part3:"Du kan bruge stistreng eller",part4:"Hvis indstillingen er tom, udelukkes ingen noter."},name:"Udeluk stier"},excludePathsFromAttachmentCollecting:{description:{part1:"Udeluk vedh\xE6ftninger fra f\xF8lgende stier n\xE5r",part2:"Saml vedh\xE6ftninger",part3:"kommandoen udf\xF8res.",part4:"Inds\xE6t hver sti p\xE5 en ny linje.",part5:"Du kan bruge stistreng eller",part6:"Hvis indstillingen er tom, udelukkes ingen stier fra vedh\xE6ftningssamling."},name:"Udeluk stier fra vedh\xE6ftningssamling"},generatedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens"},name:"Genereret vedh\xE6ftningsfilnavn"},includePaths:{description:{part1:"Inkluder noter fra f\xF8lgende stier.",part2:"Inds\xE6t hver sti p\xE5 en ny linje.",part3:"Du kan bruge stistreng eller",part4:"Hvis indstillingen er tom, inkluderes alle noter."},name:"Inkluder stier"},jpegQuality:{description:"Jo mindre kvaliteten, jo st\xF8rre kompressionsforhold.",name:"JPEG-kvalitet"},locationForNewAttachments:{description:{part1:"Start med",part2:"for at bruge relativ sti.",part3:"Se tilg\xE6ngelige",part4:"tokens",part5:"Punktmapper som",part6:"anbefales ikke, fordi Obsidian ikke sporer dem. Du skal muligvis bruge et",part7:"Plugin til at administrere dem."},name:"Placering for nye vedh\xE6ftninger"},markdownUrlFormat:{description:{part1:"Format for URL'en der vil blive indsat i Markdown.",part2:"Se tilg\xE6ngelige",part3:"tokens",part4:"Lad st\xE5 tomt for at bruge standardformatet."},name:"Markdown URL-format"},renameAttachmentsToLowerCase:"Omd\xF8b vedh\xE6ftninger til sm\xE5 bogstaver",renamedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens",part3:"Lad st\xE5 tomt for at bruge",part4:"indstillingen i stedet."},name:"Omd\xF8bt vedh\xE6ftningsfilnavn"},resetToSampleCustomTokens:{message:"Er du sikker p\xE5, at du vil nulstille de brugerdefinerede tokens til de eksempel-brugerdefinerede tokens? Dine \xE6ndringer vil g\xE5 tabt.",title:"Nulstil til eksempel-brugerdefinerede tokens"},shouldConvertPastedImagesToJpeg:{description:"Om indsatte billeder skal konverteres til JPEG. G\xE6lder kun n\xE5r PNG-billedindholdet inds\xE6ttes direkte fra udklipsholderen. Typisk til inds\xE6ttelse af sk\xE6rmbilleder.",name:"Skal konvertere indsatte billeder til JPEG"},shouldDeleteOrphanAttachments:{description:"Hvis aktiveret, n\xE5r noten slettes, slettes dens for\xE6ldrel\xF8se vedh\xE6ftninger ogs\xE5.",name:"Skal slette for\xE6ldrel\xF8se vedh\xE6ftninger"},shouldRenameAttachmentFiles:{description:{part1:"Hvis aktiveret, n\xE5r en note omd\xF8bes eller flyttes, vil dens vedh\xE6ftninger blive omd\xF8bt i henhold til",part2:"indstillingen."},name:"Skal omd\xF8be vedh\xE6ftningsfiler"},shouldRenameAttachmentFolders:{description:"Om vedh\xE6ftningsmapper skal omd\xF8bes n\xE5r en note omd\xF8bes eller flyttes.",name:"Skal omd\xF8be vedh\xE6ftningsmapper"},shouldRenameCollectedAttachments:{description:{part1:"Hvis aktiveret, vedh\xE6ftninger behandlet via",part2:"Saml vedh\xE6ftninger",part3:"kommandoer vil blive omd\xF8bt i henhold til",part4:"indstillingen."},name:"Skal omd\xF8be samlede vedh\xE6ftninger"},specialCharacters:{description:{part1:"S\xE6rlige tegn i vedh\xE6ftningsmappe og filnavn der skal erstattes eller fjernes.",part2:"Lad st\xE5 tomt for at bevare s\xE6rlige tegn."},name:"S\xE6rlige tegn"},specialCharactersReplacement:{description:{part1:"Erstatningsstreng for s\xE6rlige tegn i vedh\xE6ftningsmappe og filnavn.",part2:"Lad st\xE5 tomt for at fjerne s\xE6rlige tegn."},name:"S\xE6rlige tegn-erstatning"},timeoutInSeconds:{description:{part1:"Timeout i sekunder for alle operationer.",part2:"Hvis",part3:"er sat, er operationernes udf\xF8relsestimeout deaktiveret."},name:"Timeout i sekunder"},treatAsAttachmentExtensions:{description:{part1:"Behandl filer med disse udvidelser som vedh\xE6ftninger.",part2:"Som standard",part3:"og",part4:"linkede filer behandles ikke som vedh\xE6ftninger og flyttes ikke med noten.",part5:"Du kan tilf\xF8je brugerdefinerede udvidelser, f.eks.",part6:", for at tilsides\xE6tte denne adf\xE6rd."},name:"Behandl som vedh\xE6ftningsudvidelser"}},promptWithPreviewModal:{previewModal:{title:"Forh\xE5ndsvis vedh\xE6ftningsfil '{{fullFileName}}'"},title:"Angiv en v\xE6rdi for prompt-tokenet"},regularExpression:"/regul\xE6rt udtryk/"};var am={attachmentCollector:{confirm:{part1:"M\xF6chten Sie Anh\xE4nge f\xFCr alle Notizen im Ordner sammeln:",part2:"und alle seine Unterordner?",part3:"Diese Operation kann nicht r\xFCckg\xE4ngig gemacht werden."},progressBar:{message:"Sammle Anh\xE4nge {{iterationStr}} - '{{noteFilePath}}'.",title:"Sammle Anh\xE4nge..."}},buttons:{copy:"Kopieren",move:"Verschieben",previewAttachmentFile:"Anhang-Datei anzeigen",skip:"\xDCberspringen"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Anhang",part2:"wird von mehreren Notizen referenziert."},heading:"Sammle Anhang, der von mehreren Notizen verwendet wird",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Sollte dieselbe Aktion f\xFCr andere problematische Anh\xE4nge verwenden"},commands:{collectAttachmentsCurrentFolder:"Sammle Anh\xE4nge im aktuellen Ordner",collectAttachmentsCurrentNote:"Sammle Anh\xE4nge in der aktuellen Notiz",collectAttachmentsEntireVault:"Sammle Anh\xE4nge im gesamten Vault"},menuItems:{collectAttachmentsInFolder:"Sammle Anh\xE4nge im Ordner"},notice:{collectingAttachments:"Sammle Anh\xE4nge f\xFCr '{{noteFilePath}}'",collectingAttachmentsCancelled:"Sammeln von Anh\xE4ngen abgebrochen. Siehe Konsole f\xFCr Details.",generatedAttachmentFileNameIsInvalid:{part1:`Generierter Anhang-Dateiname '{{path}}' ist ung\xFCltig.
+{{validationMessage}}
+\xDCberpr\xFCfen Sie Ihre`,part2:"Einstellung."},notePathIsIgnored:"Notiz-Pfad wird ignoriert"},obsidianDevUtils:{buttons:{cancel:"Abbrechen",ok:"OK"},dataview:{itemsPerPage:"Elemente pro Seite:",jumpToPage:"Springe zu Seite:"},notices:{attachmentIsStillUsed:"Anhang {{attachmentPath}} wird noch von anderen Notizen verwendet. Er wird nicht gel\xF6scht.",unhandledError:"Ein unbehandelter Fehler ist aufgetreten. Bitte \xFCberpr\xFCfen Sie die Konsole f\xFCr weitere Informationen."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle Dateien werden umbenannt.",displayText:"Alle"},none:{description:"ihre Namen werden beibehalten.",displayText:"Keine"},onlyPastedImages:{description:"nur eingef\xFCgte Bilder werden umbenannt. Gilt nur, wenn der PNG-Bildinhalt direkt aus der Zwischenablage eingef\xFCgt wird. Typischerweise f\xFCr das Einf\xFCgen von Screenshots.",displayText:"Nur eingef\xFCgte Bilder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"das Sammeln von Anh\xE4ngen abbrechen.",displayText:"Abbrechen"},copy:{description:"den Anhang an den neuen Speicherort kopieren.",displayText:"Kopieren"},move:{description:"den Anhang an den neuen Speicherort verschieben.",displayText:"Verschieben"},prompt:{description:"den Benutzer zur Auswahl der Aktion auffordern.",displayText:"Auffordern"},skip:{description:"den Anhang \xFCberspringen und zum n\xE4chsten fortfahren.",displayText:"\xDCberspringen"}},defaultImageSizeDimension:{height:"H\xF6he",width:"Breite"},emptyAttachmentFolderBehavior:{delete:{description:"wird den leeren Anhang-Ordner l\xF6schen.",displayText:"L\xF6schen"},deleteWithEmptyParents:{description:"wird den leeren Anhang-Ordner und seine leeren \xFCbergeordneten Ordner l\xF6schen.",displayText:"Mit leeren \xFCbergeordneten l\xF6schen"},keep:{description:"wird den leeren Anhang-Ordner behalten.",displayText:"Behalten"}}},pluginSettingsManager:{customToken:{codeComment:`// Benutzerdefinierte Tokens wurden auskommentiert, da sie auf das neue Format aktualisiert werden m\xFCssen, das in Plugin-Version 9.0.0 eingef\xFChrt wurde.
+// Siehe Dokumentation (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) f\xFCr weitere Informationen.`,deprecated:{part1:"In Plugin-Version 9.0.0 hat sich das Format der benutzerdefinierten Token-Registrierung ge\xE4ndert. Bitte aktualisieren Sie Ihre Tokens entsprechend. Siehe",part2:"Dokumentation",part3:"f\xFCr weitere Informationen"}},legacyRenameAttachmentsToLowerCase:{part1:"In Plugin-Version 9.0.0 ist die",part2:"Einstellung veraltet. Verwenden Sie stattdessen das",part3:"Format. Siehe",part4:"Dokumentation",part5:"f\xFCr weitere Informationen"},markdownUrlFormat:{deprecated:{part1:"Sie haben m\xF6glicherweise einen falschen Wert f\xFCr das",part2:"Format gesetzt. Bitte siehe",part3:"Dokumentation",part4:"f\xFCr weitere Informationen",part5:"Diese Nachricht wird nicht erneut angezeigt."}},specialCharacters:{part1:"In Plugin-Version 9.16.0 wurde der",part2:"Standard-Einstellungswert ge\xE4ndert. Ihr Einstellungswert wurde auf den neuen Standardwert aktualisiert."},validation:{defaultImageSizeMustBePercentageOrPixels:"Die Standardbildgr\xF6\xDFe muss in Pixel oder Prozent angegeben werden",invalidCustomTokensCode:"Ung\xFCltiger benutzerdefinierter Token-Code",invalidRegularExpression:"Ung\xFCltiger regul\xE4rer Ausdruck {{regExp}}",specialCharactersMustNotContainSlash:"Sonderzeichen d\xFCrfen nicht / enthalten",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Sonderzeichen-Ersetzung darf keine ung\xFCltigen Dateiname-Pfad-Zeichen enthalten."},version:{part1:"Ihre Einstellungsdatei ",part2:"hat Version",part3:"die neuer ist als die aktuelle Plugin-Version",part4:"Das Plugin funktioniert m\xF6glicherweise nicht wie erwartet. Bitte aktualisieren Sie das Plugin auf die neueste Version oder stellen Sie sicher, dass die Einstellungen korrekt sind."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Beim Anh\xE4ngen von Dateien:"},name:"Anhang-Umbenennungsmodus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Wenn der gesammelte Anhang von mehreren Notizen verwendet wird:"},name:"Sammle Anhang, der von mehreren Notizen verwendet wird - Modus"},collectedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens",part3:"Leer lassen, um",part4:"Einstellung zu verwenden."},name:"Gesammelter Anhang-Dateiname"},customTokens:{description:{part1:"Zu verwendende benutzerdefinierte Tokens.",part2:"Siehe",part3:"Dokumentation",part4:"f\xFCr weitere Informationen.",part5:"\u26A0\uFE0F Benutzerdefinierte Tokens k\xF6nnen beliebiger JavaScript-Code sein. Wenn sie schlecht geschrieben sind, k\xF6nnen sie Datenverlust verursachen. Verwenden Sie sie auf eigene Gefahr."},name:"Benutzerdefinierte Tokens"},defaultImageSize:{description:{part1:"Die Standardbildgr\xF6\xDFe.",part2:"Kann in Pixel angegeben werden",part3:"oder als Prozentsatz der vollen Bildgr\xF6\xDFe",part4:"Frei lassen, um die Originalgr\xF6\xDFe zu verwenden."},name:"Standardbildgr\xF6\xDFe"},duplicateNameSeparator:{description:{part1:"Wenn Sie eine Datei mit demselben Namen wie eine bestehende Datei einf\xFCgen/ziehen, wird dieser Separator zum Dateinamen hinzugef\xFCgt.",part2:"Z.B., wenn Sie die Datei",part3:"ziehen, wird sie umbenannt zu",part4:", usw., um den ersten verf\xFCgbaren Namen zu erhalten."},name:"Duplikat-Namen-Separator"},emptyAttachmentFolderBehavior:{description:{part1:"Wenn der Anhang-Ordner leer wird:"},name:"Verhalten bei leerem Anhang-Ordner"},excludePaths:{description:{part1:"Notizen von den folgenden Pfaden ausschlie\xDFen.",part2:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part3:"Sie k\xF6nnen Pfad-String oder",part4:"Wenn die Einstellung leer ist, werden keine Notizen ausgeschlossen."},name:"Pfade ausschlie\xDFen"},excludePathsFromAttachmentCollecting:{description:{part1:"Anh\xE4nge von den folgenden Pfaden ausschlie\xDFen, wenn",part2:"Anh\xE4nge sammeln",part3:"Befehl ausgef\xFChrt wird.",part4:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part5:"Sie k\xF6nnen Pfad-String oder",part6:"Wenn die Einstellung leer ist, werden keine Pfade vom Sammeln von Anh\xE4ngen ausgeschlossen."},name:"Pfade vom Sammeln von Anh\xE4ngen ausschlie\xDFen"},generatedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens"},name:"Generierter Anhang-Dateiname"},includePaths:{description:{part1:"Notizen von den folgenden Pfaden einschlie\xDFen.",part2:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part3:"Sie k\xF6nnen Pfad-String oder",part4:"Wenn die Einstellung leer ist, werden alle Notizen eingeschlossen."},name:"Pfade einschlie\xDFen"},jpegQuality:{description:"Je kleiner die Qualit\xE4t, desto gr\xF6\xDFer das Kompressionsverh\xE4ltnis.",name:"JPEG-Qualit\xE4t"},locationForNewAttachments:{description:{part1:"Beginnen Sie mit",part2:"um relativen Pfad zu verwenden.",part3:"Siehe verf\xFCgbare",part4:"Tokens",part5:"Punkt-Ordner wie",part6:"werden nicht empfohlen, da Obsidian sie nicht verfolgt. Sie m\xFCssen m\xF6glicherweise ein",part7:"Plugin verwenden, um sie zu verwalten."},name:"Speicherort f\xFCr neue Anh\xE4nge"},markdownUrlFormat:{description:{part1:"Format f\xFCr die URL, die in Markdown eingef\xFCgt wird.",part2:"Siehe verf\xFCgbare",part3:"Tokens",part4:"Leer lassen, um das Standardformat zu verwenden."},name:"Markdown URL-Format"},renameAttachmentsToLowerCase:"Anh\xE4nge in Kleinbuchstaben umbenennen",renamedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens",part3:"Leer lassen, um",part4:"Einstellung zu verwenden."},name:"Umbenannter Anhang-Dateiname"},resetToSampleCustomTokens:{message:"Sind Sie sicher, dass Sie die benutzerdefinierten Tokens auf die Beispiel-Tokens zur\xFCcksetzen m\xF6chten? Ihre \xC4nderungen gehen verloren.",title:"Auf Beispiel-Tokens zur\xFCcksetzen"},shouldConvertPastedImagesToJpeg:{description:"Ob eingef\xFCgte Bilder in JPEG konvertiert werden sollen. Gilt nur, wenn der PNG-Bildinhalt direkt aus der Zwischenablage eingef\xFCgt wird. Typischerweise f\xFCr das Einf\xFCgen von Screenshots.",name:"Soll eingef\xFCgte Bilder in JPEG konvertieren"},shouldDeleteOrphanAttachments:{description:"Wenn aktiviert, werden beim L\xF6schen der Notiz auch ihre verwaisten Anh\xE4nge gel\xF6scht.",name:"Soll verwaiste Anh\xE4nge l\xF6schen"},shouldRenameAttachmentFiles:{description:{part1:"Wenn aktiviert, werden beim Umbenennen oder Verschieben einer Notiz ihre Anh\xE4nge entsprechend der",part2:"Einstellung umbenannt."},name:"Soll Anhang-Dateien umbenennen"},shouldRenameAttachmentFolders:{description:"Ob Anhang-Ordner umbenannt werden sollen, wenn eine Notiz umbenannt oder verschoben wird.",name:"Soll Anhang-Ordner umbenennen"},shouldRenameCollectedAttachments:{description:{part1:"Wenn aktiviert, werden Anh\xE4nge, die \xFCber",part2:"Anh\xE4nge sammeln",part3:"Befehle verarbeitet werden, entsprechend der",part4:"Einstellung umbenannt."},name:"Soll gesammelte Anh\xE4nge umbenennen"},specialCharacters:{description:{part1:"Sonderzeichen in Anhang-Ordner und Dateiname, die ersetzt oder entfernt werden sollen.",part2:"Leer lassen, um Sonderzeichen zu erhalten."},name:"Sonderzeichen"},specialCharactersReplacement:{description:{part1:"Ersetzungsstring f\xFCr Sonderzeichen in Anhang-Ordner und Dateiname.",part2:"Leer lassen, um Sonderzeichen zu entfernen."},name:"Sonderzeichen-Ersetzung"},timeoutInSeconds:{description:{part1:"Das Timeout in Sekunden f\xFCr alle Operationen.",part2:"Wenn",part3:"gesetzt ist, ist das Ausf\xFChrungs-Timeout f\xFCr Operationen deaktiviert."},name:"Timeout in Sekunden"},treatAsAttachmentExtensions:{description:{part1:"Dateien mit diesen Erweiterungen als Anh\xE4nge behandeln.",part2:"Standardm\xE4\xDFig",part3:"und",part4:"verkn\xFCpfte Dateien werden nicht als Anh\xE4nge behandelt und nicht mit der Notiz verschoben.",part5:"Sie k\xF6nnen benutzerdefinierte Erweiterungen hinzuf\xFCgen, z.B.",part6:", um dieses Verhalten zu \xFCberschreiben."},name:"Als Anhang-Erweiterungen behandeln"}},promptWithPreviewModal:{previewModal:{title:"Anhang-Datei anzeigen '{{fullFileName}}'"},title:"Geben Sie einen Wert f\xFCr den Prompt-Token an"},regularExpression:"/regul\xE4rer Ausdruck/"};var rm={attachmentCollector:{confirm:{part1:"Do you want to collect attachments for all notes in folder:",part2:"and all its subfolders?",part3:"This operation cannot be undone."},progressBar:{message:"Collecting attachments {{iterationStr}} - '{{noteFilePath}}'.",title:"Collecting attachments..."}},buttons:{copy:"Copy",move:"Move",previewAttachmentFile:"Preview attachment file",skip:"Skip"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Attachment",part2:"is referenced by multiple notes."},heading:"Collecting attachment used by multiple notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Should use the same action for other problematic attachments"},commands:{collectAttachmentsCurrentFolder:"Collect attachments in current folder",collectAttachmentsCurrentNote:"Collect attachments in current note",collectAttachmentsEntireVault:"Collect attachments in entire vault"},menuItems:{collectAttachmentsInFolder:"Collect attachments in folder"},notice:{collectingAttachments:"Collecting attachments for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecting attachments cancelled. See console for details.",generatedAttachmentFileNameIsInvalid:{part1:`Generated attachment file name '{{path}}' is invalid.
+{{validationMessage}}
+Check your`,part2:"setting."},notePathIsIgnored:"Note path is ignored"},obsidianDevUtils:{buttons:{cancel:"Cancel",ok:"OK"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:"},notices:{attachmentIsStillUsed:"Attachment {{attachmentPath}} is still used by other notes. It will not be deleted.",unhandledError:"An unhandled error occurred. Please check the console for more information."}},pluginSettings:{attachmentRenameMode:{all:{description:"all files are renamed.",displayText:"All"},none:{description:"their names are preserved.",displayText:"None"},onlyPastedImages:{description:"only pasted images are renamed. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",displayText:"Only pasted images"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel the attachment collecting.",displayText:"Cancel"},copy:{description:"copy the attachment to the new location.",displayText:"Copy"},move:{description:"move the attachment to the new location.",displayText:"Move"},prompt:{description:"prompt the user to choose the action.",displayText:"Prompt"},skip:{description:"skip the attachment and proceed to the next one.",displayText:"Skip"}},defaultImageSizeDimension:{height:"Height",width:"Width"},emptyAttachmentFolderBehavior:{delete:{description:"will delete the empty attachment folder.",displayText:"Delete"},deleteWithEmptyParents:{description:"will delete the empty attachment folder and its empty parent folders.",displayText:"Delete with empty parents"},keep:{description:"will keep the empty attachment folder.",displayText:"Keep"}}},pluginSettingsManager:{customToken:{codeComment:`// Custom tokens were commented out as they have to be updated to the new format introduced in plugin version 9.0.0.
+// Refer to the documentation (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for more information.`,deprecated:{part1:"In plugin version 9.0.0, the format of custom token registration changed. Please update your tokens accordingly. Refer to the",part2:"documentation",part3:"for more information"}},legacyRenameAttachmentsToLowerCase:{part1:"In plugin version 9.0.0, the",part2:"setting is deprecated. Use",part3:"format instead. See",part4:"documentation",part5:"for more information"},markdownUrlFormat:{deprecated:{part1:"You have potentially incorrect value set for the",part2:"format. Please refer to the",part3:"documentation",part4:"for more information",part5:"This message will not be shown again."}},specialCharacters:{part1:"In plugin version 9.16.0, the",part2:"default setting value was changed. Your setting value was updated to the new default value."},validation:{defaultImageSizeMustBePercentageOrPixels:"The default image size must be in pixels or percentage",invalidCustomTokensCode:"Invalid custom tokens code",invalidRegularExpression:"Invalid regular expression {{regExp}}",specialCharactersMustNotContainSlash:"Special characters must not contain /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Special character replacement must not contain invalid file name path characters."},version:{part1:"Your settings file ",part2:"has version",part3:"which is newer than the current plugin version",part4:"The plugin might not work as expected. Please update the plugin to the latest version or ensure that the settings are correct."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"When attaching files:"},name:"Attachment rename mode"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"When the collected attachment is used by multiple notes:"},name:"Collect attachment used by multiple notes mode"},collectedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave blank to use",part4:"setting instead."},name:"Collected attachment file name"},customTokens:{description:{part1:"Custom tokens to be used.",part2:"See",part3:"documentation",part4:"for more information.",part5:"\u26A0\uFE0F Custom tokens can be an arbitrary JavaScript code. If poorly written, it can cause the data loss. Use it at your own risk."},name:"Custom tokens"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},duplicateNameSeparator:{description:{part1:"When you are pasting/dragging a file with the same name as an existing file, this separator will be added to the file name.",part2:"E.g., when you are dragging file",part3:", it will be renamed to ",part4:", etc, getting the first name available."},name:"Duplicate name separator"},emptyAttachmentFolderBehavior:{description:{part1:"When the attachment folder becomes empty:"},name:"Empty attachment folder behaviour"},excludePaths:{description:{part1:"Exclude notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, no notes are excluded."},name:"Exclude paths"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude attachments from the following paths when",part2:"Collect attachments",part3:"command is executed.",part4:"Insert each path on a new line.",part5:"You can use path string or",part6:"If the setting is empty, no paths are excluded from attachment collecting."},name:"Exclude paths from attachment collecting"},generatedAttachmentFileName:{description:{part1:"See available",part2:"tokens"},name:"Generated attachment file name"},includePaths:{description:{part1:"Include notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, all notes are included."},name:"Include paths"},jpegQuality:{description:"The smaller the quality, the greater the compression ratio.",name:"JPEG Quality"},locationForNewAttachments:{description:{part1:"Start with",part2:"to use relative path.",part3:"See available",part4:"tokens",part5:"Dot-folders like",part6:"are not recommended, because Obsidian does not track them. You might need to use",part7:"Plugin to manage them."},name:"Location for new attachments"},markdownUrlFormat:{description:{part1:"Format for the URL that will be inserted into Markdown.",part2:"See available",part3:"tokens",part4:"Leave blank to use the default format."},name:"Markdown URL format"},renameAttachmentsToLowerCase:"Rename attachments to lower case",renamedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave blank to use",part4:"setting instead."},name:"Renamed attachment file name"},resetToSampleCustomTokens:{message:"Are you sure you want to reset the custom tokens to the sample custom tokens? Your changes will be lost.",title:"Reset to sample custom tokens"},shouldConvertPastedImagesToJpeg:{description:"Whether to convert pasted images to JPEG. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",name:"Should convert pasted images to JPEG"},shouldDeleteOrphanAttachments:{description:"If enabled, when the note is deleted, its orphan attachments are deleted as well.",name:"Should delete orphan attachments"},shouldRenameAttachmentFiles:{description:{part1:"If enabled, when a note is renamed or moved, its attachments will be renamed according to the",part2:"setting."},name:"Should rename attachment files"},shouldRenameAttachmentFolders:{description:"Whether to rename attachment folders when a note is renamed or moved.",name:"Should rename attachment folders"},shouldRenameCollectedAttachments:{description:{part1:"If enabled, attachments processed via",part2:"Collect attachments",part3:"commands will be renamed according to the",part4:"setting."},name:"Should rename collected attachments"},specialCharacters:{description:{part1:"Special characters in attachment folder and file name to be replaced or removed.",part2:"Leave blank to preserve special characters."},name:"Special characters"},specialCharactersReplacement:{description:{part1:"Replacement string for special characters in attachment folder and file name.",part2:"Leave blank to remove special characters."},name:"Special characters replacement"},timeoutInSeconds:{description:{part1:"The timeout in seconds for all operations.",part2:"If",part3:"is set, the operations execution timeout is disabled."},name:"Timeout in seconds"},treatAsAttachmentExtensions:{description:{part1:"Treat files with these extensions as attachments.",part2:"By default",part3:"and",part4:"linked files are not treated as attachments and are not moved with the note.",part5:"You can add custom extensions, e.g.",part6:", to override this behavior."},name:"Treat as attachment extensions"}},promptWithPreviewModal:{previewModal:{title:"Preview attachment file '{{fullFileName}}'"},title:"Provide a value for the prompt token"},regularExpression:"/regular expression/"};var im={attachmentCollector:{confirm:{part1:"Do you want to collect attachments for all notes in folder:",part2:"and all its subfolders?",part3:"This operation cannot be undone."},progressBar:{message:"Collecting attachments {{iterationStr}} - '{{noteFilePath}}'.",title:"Collecting attachments..."}},buttons:{copy:"Copy",move:"Move",previewAttachmentFile:"Preview attachment file",skip:"Skip"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Attachment",part2:"is referenced by multiple notes."},heading:"Collecting attachment used by multiple notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Should use the same action for other problematic attachments"},commands:{collectAttachmentsCurrentFolder:"Collect attachments in current folder",collectAttachmentsCurrentNote:"Collect attachments in current note",collectAttachmentsEntireVault:"Collect attachments in entire vault"},menuItems:{collectAttachmentsInFolder:"Collect attachments in folder"},notice:{collectingAttachments:"Collecting attachments for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecting attachments cancelled. See console for details.",generatedAttachmentFileNameIsInvalid:{part1:`Generated attachment file name '{{path}}' is invalid.
+{{validationMessage}}
+Check your`,part2:"setting."},notePathIsIgnored:"Note path is ignored"},obsidianDevUtils:{buttons:{cancel:"Cancel",ok:"OK"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:"},notices:{attachmentIsStillUsed:"Attachment {{attachmentPath}} is still used by other notes. It will not be deleted.",unhandledError:"An unhandled error occurred. Please check the console for more information."}},pluginSettings:{attachmentRenameMode:{all:{description:"all files are renamed.",displayText:"All"},none:{description:"their names are preserved.",displayText:"None"},onlyPastedImages:{description:"only pasted images are renamed. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",displayText:"Only pasted images"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel the attachment collecting.",displayText:"Cancel"},copy:{description:"copy the attachment to the new location.",displayText:"Copy"},move:{description:"move the attachment to the new location.",displayText:"Move"},prompt:{description:"prompt the user to choose the action.",displayText:"Prompt"},skip:{description:"skip the attachment and proceed to the next one.",displayText:"Skip"}},defaultImageSizeDimension:{height:"Height",width:"Width"},emptyAttachmentFolderBehavior:{delete:{description:"will delete the empty attachment folder.",displayText:"Delete"},deleteWithEmptyParents:{description:"will delete the empty attachment folder and its empty parent folders.",displayText:"Delete with empty parents"},keep:{description:"will keep the empty attachment folder.",displayText:"Keep"}}},pluginSettingsManager:{customToken:{codeComment:`// Custom tokens were commented out as they have to be updated to the new format introduced in plugin version 9.0.0.
+// Refer to the documentation (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for more information.`,deprecated:{part1:"In plugin version 9.0.0, the format of custom token registration changed. Please update your tokens accordingly. Refer to the",part2:"documentation",part3:"for more information"}},legacyRenameAttachmentsToLowerCase:{part1:"In plugin version 9.0.0, the",part2:"setting is deprecated. Use",part3:"format instead. See",part4:"documentation",part5:"for more information"},markdownUrlFormat:{deprecated:{part1:"You have potentially incorrect value set for the",part2:"format. Please refer to the",part3:"documentation",part4:"for more information",part5:"This message will not be shown again."}},specialCharacters:{part1:"In plugin version 9.16.0, the",part2:"default setting value was changed. Your setting value was updated to the new default value."},validation:{defaultImageSizeMustBePercentageOrPixels:"Default image size must be in pixels or percentage",invalidCustomTokensCode:"Invalid custom tokens code",invalidRegularExpression:"Invalid regular expression {{regExp}}",specialCharactersMustNotContainSlash:"Special characters must not contain /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Special character replacement must not contain invalid file name path characters."},version:{part1:"Your settings file ",part2:"has version",part3:"which is newer than the current plugin version",part4:"The plugin might not work as expected. Please update the plugin to the latest version or ensure that the settings are correct."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"When attaching files:"},name:"Attachment rename mode"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"When the collected attachment is used by multiple notes:"},name:"Collect attachment used by multiple notes mode"},collectedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave empty to use",part4:"setting instead."},name:"Collected attachment file name"},customTokens:{description:{part1:"Custom tokens to be used.",part2:"See",part3:"documentation",part4:"for more information.",part5:"\u26A0\uFE0F Custom tokens can be an arbitrary JavaScript code. If poorly written, it can cause the data loss. Use it at your own risk."},name:"Custom tokens"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},duplicateNameSeparator:{description:{part1:"When you are pasting/dragging a file with the same name as an existing file, this separator will be added to the file name.",part2:"E.g., when you are dragging file",part3:", it will be renamed to ",part4:", etc, getting the first name available."},name:"Duplicate name separator"},emptyAttachmentFolderBehavior:{description:{part1:"When the attachment folder becomes empty:"},name:"Empty attachment folder behavior"},excludePaths:{description:{part1:"Exclude notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, no notes are excluded."},name:"Exclude paths"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude attachments from the following paths when",part2:"Collect attachments",part3:"command is executed.",part4:"Insert each path on a new line.",part5:"You can use path string or",part6:"If the setting is empty, no paths are excluded from attachment collecting."},name:"Exclude paths from attachment collecting"},generatedAttachmentFileName:{description:{part1:"See available",part2:"tokens"},name:"Generated attachment file name"},includePaths:{description:{part1:"Include notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, all notes are included."},name:"Include paths"},jpegQuality:{description:"The smaller the quality, the greater the compression ratio.",name:"JPEG Quality"},locationForNewAttachments:{description:{part1:"Start with",part2:"to use relative path.",part3:"See available",part4:"tokens",part5:"Dot-folders like",part6:"are not recommended, because Obsidian does not track them. You might need to use",part7:"Plugin to manage them."},name:"Location for new attachments"},markdownUrlFormat:{description:{part1:"Format for the URL that will be inserted into Markdown.",part2:"See available",part3:"tokens",part4:"Leave blank to use the default format."},name:"Markdown URL format"},renameAttachmentsToLowerCase:"Rename attachments to lower case",renamedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave empty to use",part4:"setting instead."},name:"Renamed attachment file name"},resetToSampleCustomTokens:{message:"Are you sure you want to reset the custom tokens to the sample custom tokens? Your changes will be lost.",title:"Reset to sample custom tokens"},shouldConvertPastedImagesToJpeg:{description:"Whether to convert pasted images to JPEG. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",name:"Should convert pasted images to JPEG"},shouldDeleteOrphanAttachments:{description:"If enabled, when the note is deleted, its orphan attachments are deleted as well.",name:"Should delete orphan attachments"},shouldRenameAttachmentFiles:{description:{part1:"If enabled, when a note is renamed or moved, its attachments will be renamed according to the",part2:"setting."},name:"Should rename attachment files"},shouldRenameAttachmentFolders:{description:"Whether to rename attachment folders when a note is renamed or moved.",name:"Should rename attachment folders"},shouldRenameCollectedAttachments:{description:{part1:"If enabled, attachments processed via",part2:"Collect attachments",part3:"commands will be renamed according to the",part4:"setting."},name:"Should rename collected attachments"},specialCharacters:{description:{part1:"Special characters in attachment folder and file name to be replaced or removed.",part2:"Leave blank to preserve special characters."},name:"Special characters"},specialCharactersReplacement:{description:{part1:"Replacement string for special characters in attachment folder and file name.",part2:"Leave blank to remove special characters."},name:"Special characters replacement"},timeoutInSeconds:{description:{part1:"The timeout in seconds for all operations.",part2:"If",part3:"is set, the operations execution timeout is disabled."},name:"Timeout in seconds"},treatAsAttachmentExtensions:{description:{part1:"Treat files with these extensions as attachments.",part2:"By default",part3:"and",part4:"linked files are not treated as attachments and are not moved with the note.",part5:"You can add custom extensions, e.g.",part6:", to override this behavior."},name:"Treat as attachment extensions"}},promptWithPreviewModal:{previewModal:{title:"Preview attachment file '{{fullFileName}}'"},title:"Provide a value for the prompt token"},regularExpression:"/regular expression/"};var om=im;var sm={attachmentCollector:{confirm:{part1:"\xBFQuieres recopilar archivos adjuntos para todas las notas en la carpeta:",part2:"y todas sus subcarpetas?",part3:"Esta operaci\xF3n no se puede deshacer."},progressBar:{message:"Recopilando archivos adjuntos {{iterationStr}} - '{{noteFilePath}}'.",title:"Recopilando archivos adjuntos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Vista previa del archivo adjunto",skip:"Omitir"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"El archivo adjunto",part2:"es referenciado por m\xFAltiples notas."},heading:"Recopilando archivo adjunto usado por m\xFAltiples notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Deber\xEDa usar la misma acci\xF3n para otros archivos adjuntos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Recopilar archivos adjuntos en la carpeta actual",collectAttachmentsCurrentNote:"Recopilar archivos adjuntos en la nota actual",collectAttachmentsEntireVault:"Recopilar archivos adjuntos en toda la b\xF3veda"},menuItems:{collectAttachmentsInFolder:"Recopilar archivos adjuntos en la carpeta"},notice:{collectingAttachments:"Recopilando archivos adjuntos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recopilaci\xF3n de archivos adjuntos cancelada. Ver consola para detalles.",generatedAttachmentFileNameIsInvalid:{part1:`El nombre del archivo adjunto generado '{{path}}' es inv\xE1lido.
+{{validationMessage}}
+Revisa tu`,part2:"configuraci\xF3n."},notePathIsIgnored:"La ruta de la nota es ignorada"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Elementos por p\xE1gina:",jumpToPage:"Ir a p\xE1gina:"},notices:{attachmentIsStillUsed:"El archivo adjunto {{attachmentPath}} a\xFAn es usado por otras notas. No ser\xE1 eliminado.",unhandledError:"Ocurri\xF3 un error no manejado. Por favor revisa la consola para m\xE1s informaci\xF3n."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos los archivos son renombrados.",displayText:"Todos"},none:{description:"sus nombres son preservados.",displayText:"Ninguno"},onlyPastedImages:{description:"solo las im\xE1genes pegadas son renombradas. Se aplica solo cuando el contenido de imagen PNG se pega directamente desde el portapapeles. T\xEDpicamente, para pegar capturas de pantalla.",displayText:"Solo im\xE1genes pegadas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar la recopilaci\xF3n de archivos adjuntos.",displayText:"Cancelar"},copy:{description:"copiar el archivo adjunto a la nueva ubicaci\xF3n.",displayText:"Copiar"},move:{description:"mover el archivo adjunto a la nueva ubicaci\xF3n.",displayText:"Mover"},prompt:{description:"solicitar al usuario que elija la acci\xF3n.",displayText:"Solicitar"},skip:{description:"omitir el archivo adjunto y proceder al siguiente.",displayText:"Omitir"}},defaultImageSizeDimension:{height:"Altura",width:"Ancho"},emptyAttachmentFolderBehavior:{delete:{description:"eliminar\xE1 la carpeta de archivos adjuntos vac\xEDa.",displayText:"Eliminar"},deleteWithEmptyParents:{description:"eliminar\xE1 la carpeta de archivos adjuntos vac\xEDa y sus carpetas padre vac\xEDas.",displayText:"Eliminar con padres vac\xEDos"},keep:{description:"mantendr\xE1 la carpeta de archivos adjuntos vac\xEDa.",displayText:"Mantener"}}},pluginSettingsManager:{customToken:{codeComment:`// Los tokens personalizados fueron comentados ya que deben ser actualizados al nuevo formato introducido en la versi\xF3n del plugin 9.0.0.
+// Consulta la documentaci\xF3n (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para m\xE1s informaci\xF3n.`,deprecated:{part1:"En la versi\xF3n del plugin 9.0.0, el formato de registro de tokens personalizados cambi\xF3. Por favor actualiza tus tokens en consecuencia. Consulta la",part2:"documentaci\xF3n",part3:"para m\xE1s informaci\xF3n"}},legacyRenameAttachmentsToLowerCase:{part1:"En la versi\xF3n del plugin 9.0.0, la",part2:"configuraci\xF3n est\xE1 obsoleta. Usa el",part3:"formato en su lugar. Ver",part4:"documentaci\xF3n",part5:"para m\xE1s informaci\xF3n"},markdownUrlFormat:{deprecated:{part1:"Tienes un valor potencialmente incorrecto establecido para el",part2:"formato. Por favor consulta la",part3:"documentaci\xF3n",part4:"para m\xE1s informaci\xF3n",part5:"Este mensaje no se mostrar\xE1 de nuevo."}},specialCharacters:{part1:"En la versi\xF3n del plugin 9.16.0, el",part2:"valor de configuraci\xF3n por defecto fue cambiado. Tu valor de configuraci\xF3n fue actualizado al nuevo valor por defecto."},validation:{defaultImageSizeMustBePercentageOrPixels:"El tama\xF1o de imagen predeterminado debe estar en p\xEDxeles o porcentaje",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Expresi\xF3n regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Los caracteres especiales no deben contener /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"El reemplazo de caracteres especiales no debe contener caracteres de ruta de nombre de archivo inv\xE1lidos."},version:{part1:"Tu archivo de configuraci\xF3n ",part2:"tiene la versi\xF3n",part3:"que es m\xE1s nueva que la versi\xF3n actual del plugin",part4:"El plugin podr\xEDa no funcionar como se espera. Por favor actualiza el plugin a la \xFAltima versi\xF3n o aseg\xFArate de que la configuraci\xF3n sea correcta."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Al adjuntar archivos:"},name:"Modo de renombrado de archivos adjuntos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Cuando el archivo adjunto recopilado es usado por m\xFAltiples notas:"},name:"Modo de recopilar archivo adjunto usado por m\xFAltiples notas"},collectedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles",part3:"Dejar en blanco para usar",part4:"configuraci\xF3n en su lugar."},name:"Nombre de archivo adjunto recopilado"},customTokens:{description:{part1:"Tokens personalizados a usar.",part2:"Ver",part3:"documentaci\xF3n",part4:"para m\xE1s informaci\xF3n.",part5:"\u26A0\uFE0F Los tokens personalizados pueden ser c\xF3digo JavaScript arbitrario. Si est\xE1n mal escritos, pueden causar p\xE9rdida de datos. \xDAsalos bajo tu propio riesgo."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"El tama\xF1o de imagen predeterminado.",part2:"Puede especificarse en p\xEDxeles",part3:"o como porcentaje del tama\xF1o total de la imagen",part4:"D\xE9jalo en blanco para usar el tama\xF1o original de la imagen."},name:"Tama\xF1o de imagen predeterminado"},duplicateNameSeparator:{description:{part1:"Cuando est\xE1s pegando/arrastrando un archivo con el mismo nombre que un archivo existente, este separador ser\xE1 a\xF1adido al nombre del archivo.",part2:"Por ejemplo, cuando arrastras el archivo",part3:", ser\xE1 renombrado a",part4:", etc., obteniendo el primer nombre disponible."},name:"Separador de nombres duplicados"},emptyAttachmentFolderBehavior:{description:{part1:"Cuando la carpeta de archivos adjuntos se vac\xEDa:"},name:"Comportamiento de carpeta de archivos adjuntos vac\xEDa"},excludePaths:{description:{part1:"Excluir notas de las siguientes rutas.",part2:"Inserta cada ruta en una nueva l\xEDnea.",part3:"Puedes usar cadena de ruta o",part4:"Si la configuraci\xF3n est\xE1 vac\xEDa, no se excluyen notas."},name:"Excluir rutas"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir archivos adjuntos de las siguientes rutas cuando",part2:"Recopilar archivos adjuntos",part3:"comando es ejecutado.",part4:"Inserta cada ruta en una nueva l\xEDnea.",part5:"Puedes usar cadena de ruta o",part6:"Si la configuraci\xF3n est\xE1 vac\xEDa, no se excluyen rutas de la recopilaci\xF3n de archivos adjuntos."},name:"Excluir rutas de la recopilaci\xF3n de archivos adjuntos"},generatedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles"},name:"Nombre de archivo adjunto generado"},includePaths:{description:{part1:"Incluir notas de las siguientes rutas.",part2:"Inserta cada ruta en una nueva l\xEDnea.",part3:"Puedes usar cadena de ruta o",part4:"Si la configuraci\xF3n est\xE1 vac\xEDa, todas las notas est\xE1n incluidas."},name:"Incluir rutas"},jpegQuality:{description:"Cuanto menor la calidad, mayor la relaci\xF3n de compresi\xF3n.",name:"Calidad JPEG"},locationForNewAttachments:{description:{part1:"Comenzar con",part2:"para usar ruta relativa.",part3:"Ver",part4:"tokens disponibles",part5:"Carpetas con punto como",part6:"no son recomendadas, porque Obsidian no las rastrea. Podr\xEDas necesitar usar un",part7:"Plugin para gestionarlas."},name:"Ubicaci\xF3n para nuevos archivos adjuntos"},markdownUrlFormat:{description:{part1:"Formato para la URL que ser\xE1 insertada en Markdown.",part2:"Ver",part3:"tokens disponibles",part4:"Dejar en blanco para usar el formato por defecto."},name:"Formato de URL Markdown"},renameAttachmentsToLowerCase:"Renombrar archivos adjuntos a min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles",part3:"Dejar en blanco para usar",part4:"configuraci\xF3n en su lugar."},name:"Nombre de archivo adjunto renombrado"},resetToSampleCustomTokens:{message:"\xBFEst\xE1s seguro de que quieres resetear los tokens personalizados a los tokens personalizados de muestra? Tus cambios se perder\xE1n.",title:"Resetear a tokens personalizados de muestra"},shouldConvertPastedImagesToJpeg:{description:"Si convertir im\xE1genes pegadas a JPEG. Se aplica solo cuando el contenido de imagen PNG se pega directamente desde el portapapeles. T\xEDpicamente, para pegar capturas de pantalla.",name:"Si convertir im\xE1genes pegadas a JPEG"},shouldDeleteOrphanAttachments:{description:"Si est\xE1 habilitado, cuando la nota es eliminada, sus archivos adjuntos hu\xE9rfanos tambi\xE9n son eliminados.",name:"Si eliminar archivos adjuntos hu\xE9rfanos"},shouldRenameAttachmentFiles:{description:{part1:"Si est\xE1 habilitado, cuando una nota es renombrada o movida, sus archivos adjuntos ser\xE1n renombrados seg\xFAn la",part2:"configuraci\xF3n."},name:"Si renombrar archivos adjuntos"},shouldRenameAttachmentFolders:{description:"Si renombrar carpetas de archivos adjuntos cuando una nota es renombrada o movida.",name:"Si renombrar carpetas de archivos adjuntos"},shouldRenameCollectedAttachments:{description:{part1:"Si est\xE1 habilitado, archivos adjuntos procesados v\xEDa",part2:"Recopilar archivos adjuntos",part3:"comandos ser\xE1n renombrados seg\xFAn la",part4:"configuraci\xF3n."},name:"Si renombrar archivos adjuntos recopilados"},specialCharacters:{description:{part1:"Caracteres especiales en carpeta de archivos adjuntos y nombre de archivo a ser reemplazados o removidos.",part2:"Dejar en blanco para preservar caracteres especiales."},name:"Caracteres especiales"},specialCharactersReplacement:{description:{part1:"Cadena de reemplazo para caracteres especiales en carpeta de archivos adjuntos y nombre de archivo.",part2:"Dejar en blanco para remover caracteres especiales."},name:"Reemplazo de caracteres especiales"},timeoutInSeconds:{description:{part1:"El timeout en segundos para todas las operaciones.",part2:"Si",part3:"est\xE1 establecido, el timeout de ejecuci\xF3n de operaciones est\xE1 deshabilitado."},name:"Timeout en segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar archivos con estas extensiones como archivos adjuntos.",part2:"Por defecto",part3:"y",part4:"archivos enlazados no son tratados como archivos adjuntos y no son movidos con la nota.",part5:"Puedes a\xF1adir extensiones personalizadas, ej.",part6:", para sobrescribir este comportamiento."},name:"Tratar como extensiones de archivos adjuntos"}},promptWithPreviewModal:{previewModal:{title:"Vista previa del archivo adjunto '{{fullFileName}}'"},title:"Proporciona un valor para el token de solicitud"},regularExpression:"/expresi\xF3n regular/"};var lm={attachmentCollector:{confirm:{part1:"\u0622\u06CC\u0627 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0647\u0645\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u067E\u0648\u0634\u0647 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u0648\u0646\u062F:",part2:"\u0648 \u0647\u0645\u0647 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0622\u0646\u061F",part3:"\u0627\u06CC\u0646 \u0639\u0645\u0644\u06CC\u0627\u062A \u0642\u0627\u0628\u0644 \u0628\u0627\u0632\u06AF\u0634\u062A \u0646\u06CC\u0633\u062A."},progressBar:{message:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 {{iterationStr}} - '{{noteFilePath}}'.",title:"\u062F\u0631 \u062D\u0627\u0644 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627..."}},buttons:{copy:"\u06A9\u067E\u06CC",move:"\u0627\u0646\u062A\u0642\u0627\u0644",previewAttachmentFile:"\u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A",skip:"\u0631\u062F \u06A9\u0631\u062F\u0646"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u067E\u06CC\u0648\u0633\u062A",part2:"\u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0631\u062C\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A."},heading:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0627\u0632 \u0647\u0645\u0627\u0646 \u0639\u0645\u0644\u06CC\u0627\u062A \u0628\u0631\u0627\u06CC \u0633\u0627\u06CC\u0631 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0645\u0634\u06A9\u0644\u200C\u062F\u0627\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u0648\u062F"},commands:{collectAttachmentsCurrentFolder:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u067E\u0648\u0634\u0647 \u0641\u0639\u0644\u06CC",collectAttachmentsCurrentNote:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0639\u0644\u06CC",collectAttachmentsEntireVault:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u06A9\u0644 \u062E\u0632\u0627\u0646\u0647"},menuItems:{collectAttachmentsInFolder:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u067E\u0648\u0634\u0647"},notice:{collectingAttachments:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0628\u0631\u0627\u06CC '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0644\u063A\u0648 \u0634\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.",generatedAttachmentFileNameIsInvalid:{part1:`\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u0648\u0644\u06CC\u062F \u0634\u062F\u0647 '{{path}}' \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u0627\u0633\u062A.
+{{validationMessage}}
+\u062A\u0646\u0638\u06CC\u0645\u0627\u062A`,part2:"\u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F."},notePathIsIgnored:"\u0645\u0633\u06CC\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A"},obsidianDevUtils:{buttons:{cancel:"\u0644\u063A\u0648",ok:"\u062A\u0623\u06CC\u06CC\u062F"},dataview:{itemsPerPage:"\u0622\u06CC\u062A\u0645 \u062F\u0631 \u0647\u0631 \u0635\u0641\u062D\u0647:",jumpToPage:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0635\u0641\u062D\u0647:"},notices:{attachmentIsStillUsed:"\u067E\u06CC\u0648\u0633\u062A {{attachmentPath}} \u0647\u0646\u0648\u0632 \u062A\u0648\u0633\u0637 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F. \u062D\u0630\u0641 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F.",unhandledError:"\u062E\u0637\u0627\u06CC \u063A\u06CC\u0631\u0642\u0627\u0628\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0631\u062E \u062F\u0627\u062F. \u0644\u0637\u0641\u0627\u064B \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0647\u0645\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",displayText:"\u0647\u0645\u0647"},none:{description:"\u0646\u0627\u0645\u200C\u0647\u0627\u06CC \u0622\u0646\u200C\u0647\u0627 \u062D\u0641\u0638 \u0645\u06CC\u200C\u0634\u0648\u062F.",displayText:"\u0647\u06CC\u0686\u06A9\u062F\u0627\u0645"},onlyPastedImages:{description:"\u0641\u0642\u0637 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F \u06A9\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062A\u0635\u0648\u06CC\u0631 PNG \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0645\u0639\u0645\u0648\u0644\u0627\u064B \u0628\u0631\u0627\u06CC \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0646 \u0639\u06A9\u0633\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647.",displayText:"\u0641\u0642\u0637 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u0644\u063A\u0648 \u06A9\u0646\u062F.",displayText:"\u0644\u063A\u0648"},copy:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0628\u0647 \u0645\u06A9\u0627\u0646 \u062C\u062F\u06CC\u062F \u06A9\u067E\u06CC \u06A9\u0646\u062F.",displayText:"\u06A9\u067E\u06CC"},move:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0628\u0647 \u0645\u06A9\u0627\u0646 \u062C\u062F\u06CC\u062F \u0627\u0646\u062A\u0642\u0627\u0644 \u062F\u0647\u062F.",displayText:"\u0627\u0646\u062A\u0642\u0627\u0644"},prompt:{description:"\u0627\u0632 \u06A9\u0627\u0631\u0628\u0631 \u0628\u067E\u0631\u0633\u062F \u06A9\u0647 \u0639\u0645\u0644\u06CC\u0627\u062A \u0645\u0648\u0631\u062F \u0646\u0638\u0631 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u062F.",displayText:"\u067E\u0631\u0633\u0634"},skip:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0631\u062F \u06A9\u0646\u062F \u0648 \u0628\u0647 \u0645\u0648\u0631\u062F \u0628\u0639\u062F\u06CC \u0628\u0631\u0648\u062F.",displayText:"\u0631\u062F \u06A9\u0631\u062F\u0646"}},defaultImageSizeDimension:{height:"\u0627\u0631\u062A\u0641\u0627\u0639",width:"\u0639\u0631\u0636"},emptyAttachmentFolderBehavior:{delete:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u062D\u0630\u0641 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.",displayText:"\u062D\u0630\u0641"},deleteWithEmptyParents:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0648 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0648\u0627\u0644\u062F \u062E\u0627\u0644\u06CC \u0622\u0646 \u0631\u0627 \u062D\u0630\u0641 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.",displayText:"\u062D\u0630\u0641 \u0628\u0627 \u0648\u0627\u0644\u062F\u06CC\u0646 \u062E\u0627\u0644\u06CC"},keep:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u0646\u06AF\u0647 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A.",displayText:"\u0646\u06AF\u0647\u062F\u0627\u0631\u06CC"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0627\u0645\u0646\u062A \u0634\u062F\u0647 \u0632\u06CC\u0631\u0627 \u0628\u0627\u06CC\u062F \u0628\u0647 \u0641\u0631\u0645\u062A \u062C\u062F\u06CC\u062F \u0645\u0639\u0631\u0641\u06CC \u0634\u062F\u0647 \u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u0648\u0646\u062F.
+// \u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.`,deprecated:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C \u0641\u0631\u0645\u062A \u062B\u0628\u062A \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0631\u062F\u0647 \u0627\u0633\u062A. \u0644\u0637\u0641\u0627\u064B \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0647 \u062A\u0646\u0627\u0633\u0628 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F. \u0628\u0647",part2:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part3:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F"}},legacyRenameAttachmentsToLowerCase:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C \u062A\u0646\u0638\u06CC\u0645",part2:"\u0645\u0646\u0633\u0648\u062E \u0634\u062F\u0647 \u0627\u0633\u062A. \u0628\u0647 \u062C\u0627\u06CC \u0622\u0646 \u0627\u0632",part3:"\u0641\u0631\u0645\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",part4:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part5:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F"},markdownUrlFormat:{deprecated:{part1:"\u0628\u0647 \u0627\u062D\u062A\u0645\u0627\u0644 \u0632\u06CC\u0627\u062F \u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u062F\u0631\u0633\u062A\u06CC \u0628\u0631\u0627\u06CC",part2:"\u0641\u0631\u0645\u062A \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647\u200C\u0627\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0647",part3:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part4:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F",part5:"\u0627\u06CC\u0646 \u067E\u06CC\u0627\u0645 \u062F\u06CC\u06AF\u0631 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F."}},specialCharacters:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.16.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C",part2:"\u0645\u0642\u062F\u0627\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0631\u062F\u0647 \u0627\u0633\u062A. \u0645\u0642\u062F\u0627\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0645\u0627 \u0628\u0647 \u0645\u0642\u062F\u0627\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062C\u062F\u06CC\u062F \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u062F."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631 \u0628\u0627\u06CC\u062F \u0628\u0631 \u062D\u0633\u0628 \u067E\u06CC\u06A9\u0633\u0644 \u06CC\u0627 \u062F\u0631\u0635\u062F \u0628\u0627\u0634\u062F",invalidCustomTokensCode:"\u06A9\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631",invalidRegularExpression:"\u0639\u0628\u0627\u0631\u062A \u0642\u0627\u0646\u0648\u0646\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631 {{regExp}}",specialCharactersMustNotContainSlash:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u0646\u0628\u0627\u06CC\u062F \u062D\u0627\u0648\u06CC / \u0628\u0627\u0634\u0646\u062F",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u0646\u0628\u0627\u06CC\u062F \u062D\u0627\u0648\u06CC \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u0645\u0633\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0628\u0627\u0634\u062F."},version:{part1:"\u0641\u0627\u06CC\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0645\u0627 ",part2:"\u0646\u0633\u062E\u0647",part3:"\u0631\u0627 \u062F\u0627\u0631\u062F \u06A9\u0647 \u062C\u062F\u06CC\u062F\u062A\u0631 \u0627\u0632 \u0646\u0633\u062E\u0647 \u0641\u0639\u0644\u06CC \u067E\u0644\u0627\u06AF\u06CC\u0646 \u0627\u0633\u062A",part4:"\u067E\u0644\u0627\u06AF\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0637\u0628\u0642 \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u0627\u0631 \u0646\u06A9\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u067E\u0644\u0627\u06AF\u06CC\u0646 \u0631\u0627 \u0628\u0647 \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0635\u062D\u06CC\u062D \u0647\u0633\u062A\u0646\u062F."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0647\u0646\u06AF\u0627\u0645 \u0636\u0645\u06CC\u0645\u0647 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627:"},name:"\u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u0648\u0633\u062A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u067E\u06CC\u0648\u0633\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F:"},name:"\u062D\u0627\u0644\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A"},collectedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part3:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part4:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647"},customTokens:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.",part2:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631",part3:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part4:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.",part5:"\u26A0\uFE0F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u06A9\u062F JavaScript \u062F\u0644\u062E\u0648\u0627\u0647\u06CC \u0628\u0627\u0634\u0646\u062F. \u0627\u06AF\u0631 \u0628\u062F \u0646\u0648\u0634\u062A\u0647 \u0634\u0648\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u0628\u0627\u0639\u062B \u0627\u0632 \u062F\u0633\u062A \u0631\u0641\u062A\u0646 \u062F\u0627\u062F\u0647\u200C\u0647\u0627 \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0647\u062F\u0647 \u062E\u0648\u062F\u062A\u0627\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F."},name:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC"},defaultImageSize:{description:{part1:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631.",part2:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u0628\u0631 \u062D\u0633\u0628 \u067E\u06CC\u06A9\u0633\u0644 \u0645\u0634\u062E\u0635 \u0634\u0648\u062F",part3:"\u06CC\u0627 \u0628\u0631 \u062D\u0633\u0628 \u062F\u0631\u0635\u062F\u06CC \u0627\u0632 \u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0627\u0645\u0644 \u062A\u0635\u0648\u06CC\u0631",part4:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0627\u0646\u062F\u0627\u0632\u0647 \u0627\u0635\u0644\u06CC \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631"},duplicateNameSeparator:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644\u06CC \u0628\u0627 \u0647\u0645\u0627\u0646 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0645\u0648\u062C\u0648\u062F \u0631\u0627 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647/\u06A9\u0634\u06CC\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u06CC\u062F\u060C \u0627\u06CC\u0646 \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0627\u0641\u0632\u0648\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",part2:"\u0645\u062B\u0644\u0627\u064B\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644",part3:"\u0631\u0627 \u0645\u06CC\u200C\u06A9\u0634\u06CC\u062F\u060C \u0628\u0647 ",part4:"\u0648 \u063A\u06CC\u0631\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A\u060C \u062A\u0627 \u0627\u0648\u0644\u06CC\u0646 \u0646\u0627\u0645 \u0645\u0648\u062C\u0648\u062F \u0631\u0627 \u0628\u06CC\u0627\u0628\u062F."},name:"\u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0646\u0627\u0645 \u062A\u06A9\u0631\u0627\u0631\u06CC"},emptyAttachmentFolderBehavior:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062E\u0627\u0644\u06CC \u0645\u06CC\u200C\u0634\u0648\u062F:"},name:"\u0631\u0641\u062A\u0627\u0631 \u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A"},excludePaths:{description:{part1:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u0627\u0632 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u06CC\u0631\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part3:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part4:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u06CC\u0686 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647"},excludePathsFromAttachmentCollecting:{description:{part1:"\u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0631\u0645\u0627\u0646",part2:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627",part3:"\u0627\u062C\u0631\u0627 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u0627\u0632 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u06CC\u0631\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part4:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part5:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part6:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u06CC\u0686 \u0645\u0633\u06CC\u0631\u06CC \u0627\u0632 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0627\u0632 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A"},generatedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F"},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u0648\u0644\u06CC\u062F \u0634\u062F\u0647"},includePaths:{description:{part1:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part3:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part4:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u0645\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647"},jpegQuality:{description:"\u0647\u0631 \u0686\u0647 \u06A9\u06CC\u0641\u06CC\u062A \u06A9\u0645\u062A\u0631 \u0628\u0627\u0634\u062F\u060C \u0646\u0633\u0628\u062A \u0641\u0634\u0631\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0627\u0633\u062A.",name:"\u06A9\u06CC\u0641\u06CC\u062A JPEG"},locationForNewAttachments:{description:{part1:"\u0628\u0627",part2:"\u0634\u0631\u0648\u0639 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0632 \u0645\u0633\u06CC\u0631 \u0646\u0633\u0628\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",part3:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part4:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part5:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0646\u0642\u0637\u0647\u200C\u0627\u06CC \u0645\u0627\u0646\u0646\u062F",part6:"\u062A\u0648\u0635\u06CC\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F\u060C \u0632\u06CC\u0631\u0627 Obsidian \u0622\u0646\u200C\u0647\u0627 \u0631\u0627 \u0631\u062F\u06CC\u0627\u0628\u06CC \u0646\u0645\u06CC\u200C\u06A9\u0646\u062F. \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part7:"\u067E\u0644\u0627\u06AF\u06CC\u0646 \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0622\u0646\u200C\u0647\u0627 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F."},name:"\u0645\u06A9\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F"},markdownUrlFormat:{description:{part1:"\u0641\u0631\u0645\u062A URL \u06A9\u0647 \u062F\u0631 Markdown \u0648\u0627\u0631\u062F \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",part2:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part3:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part4:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0641\u0631\u0645\u062A \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0641\u0631\u0645\u062A URL Markdown"},renameAttachmentsToLowerCase:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0628\u0647 \u062D\u0631\u0648\u0641 \u06A9\u0648\u0686\u06A9",renamedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part3:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part4:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u0641\u062A\u0647"},resetToSampleCustomTokens:{message:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u0628\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0645\u0648\u0646\u0639 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F \u062A\u063A\u06CC\u06CC\u0631\u0627\u062A \u0634\u0645\u0627 \u0627\u0632 \u062F\u0633\u062A \u062E\u0648\u0627\u0647\u062F \u0631\u0641\u062A.",title:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0645\u0648\u0646\u0647"},shouldConvertPastedImagesToJpeg:{description:"\u0622\u06CC\u0627 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0628\u0647 JPEG \u062A\u0628\u062F\u06CC\u0644 \u0634\u0648\u0646\u062F. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F \u06A9\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062A\u0635\u0648\u06CC\u0631 PNG \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0645\u0639\u0645\u0648\u0644\u0627\u064B \u0628\u0631\u0627\u06CC \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0646 \u0639\u06A9\u0633\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647.",name:"\u0622\u06CC\u0627 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0628\u0647 JPEG \u062A\u0628\u062F\u06CC\u0644 \u0634\u0648\u0646\u062F"},shouldDeleteOrphanAttachments:{description:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u06CC\u062A\u06CC\u0645 \u0622\u0646 \u0646\u06CC\u0632 \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",name:"\u0622\u06CC\u0627 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u06CC\u062A\u06CC\u0645 \u062D\u0630\u0641 \u0634\u0648\u0646\u062F"},shouldRenameAttachmentFiles:{description:{part1:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627 \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F\u060C \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u0628\u0631 \u0627\u0633\u0627\u0633",part2:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u0646\u062F \u06CC\u0627\u0641\u062A."},name:"\u0622\u06CC\u0627 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},shouldRenameAttachmentFolders:{description:"\u0622\u06CC\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627 \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F\u060C \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u0646\u06CC\u0632 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F.",name:"\u0622\u06CC\u0627 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},shouldRenameCollectedAttachments:{description:{part1:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u067E\u0631\u062F\u0627\u0632\u0634 \u0634\u062F\u0647 \u0627\u0632 \u0637\u0631\u06CC\u0642",part2:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627",part3:"\u0641\u0631\u0645\u0627\u0646\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u062A\u0646\u0638\u06CC\u0645",part4:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u0646\u062F \u06CC\u0627\u0641\u062A."},name:"\u0622\u06CC\u0627 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},specialCharacters:{description:{part1:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062F\u0631 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A \u0648 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u06A9\u0647 \u0628\u0627\u06CC\u062F \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06CC\u0627 \u062D\u0630\u0641 \u0634\u0648\u0646\u062F.",part2:"\u0628\u0631\u0627\u06CC \u062D\u0641\u0638 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647"},specialCharactersReplacement:{description:{part1:"\u0631\u0634\u062A\u0647 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u0628\u0631\u0627\u06CC \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062F\u0631 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A \u0648 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644.",part2:"\u0628\u0631\u0627\u06CC \u062D\u0630\u0641 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647"},timeoutInSeconds:{description:{part1:"\u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u062B\u0627\u0646\u06CC\u0647 \u0628\u0631\u0627\u06CC \u0647\u0645\u0647 \u0639\u0645\u0644\u06CC\u0627\u062A.",part2:"\u0627\u06AF\u0631",part3:"\u062A\u0646\u0638\u06CC\u0645 \u0634\u0648\u062F\u060C \u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0627\u062C\u0631\u0627\u06CC \u0639\u0645\u0644\u06CC\u0627\u062A \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u062B\u0627\u0646\u06CC\u0647"},treatAsAttachmentExtensions:{description:{part1:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0628\u0627 \u0627\u06CC\u0646 \u067E\u0633\u0648\u0646\u062F\u0647\u0627 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636",part3:"\u0648",part4:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0644\u06CC\u0646\u06A9 \u0634\u062F\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u0648 \u0628\u0627 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0646\u0645\u06CC\u200C\u06A9\u0646\u0646\u062F.",part5:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633\u0648\u0646\u062F\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u062B\u0644\u0627\u064B",part6:"\u060C \u062A\u0627 \u0627\u06CC\u0646 \u0631\u0641\u062A\u0627\u0631 \u0631\u0627 \u0628\u0627\u0632\u0646\u0648\u06CC\u0633\u06CC \u06A9\u0646\u06CC\u062F."},name:"\u067E\u0633\u0648\u0646\u062F\u0647\u200C\u0647\u0627\u06CC \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A"}},promptWithPreviewModal:{previewModal:{title:"\u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A '{{fullFileName}}'"},title:"\u0645\u0642\u062F\u0627\u0631\u06CC \u0628\u0631\u0627\u06CC \u0646\u0634\u0627\u0646 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u06CC\u062F"},regularExpression:"/\u0639\u0628\u0627\u0631\u062A \u0642\u0627\u0646\u0648\u0646\u06CC/"};var cm={attachmentCollector:{confirm:{part1:"Voulez-vous collecter les pi\xE8ces jointes pour toutes les notes du dossier :",part2:"et tous ses sous-dossiers ?",part3:"Cette op\xE9ration ne peut pas \xEAtre annul\xE9e."},progressBar:{message:"Collecte des pi\xE8ces jointes {{iterationStr}} - '{{noteFilePath}}'.",title:"Collecte des pi\xE8ces jointes..."}},buttons:{copy:"Copier",move:"D\xE9placer",previewAttachmentFile:"Aper\xE7u du fichier joint",skip:"Ignorer"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"La pi\xE8ce jointe",part2:"est r\xE9f\xE9renc\xE9e par plusieurs notes."},heading:"Collecte de pi\xE8ce jointe utilis\xE9e par plusieurs notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Utiliser la m\xEAme action pour les autres pi\xE8ces jointes probl\xE9matiques"},commands:{collectAttachmentsCurrentFolder:"Collecter les pi\xE8ces jointes dans le dossier actuel",collectAttachmentsCurrentNote:"Collecter les pi\xE8ces jointes dans la note actuelle",collectAttachmentsEntireVault:"Collecter les pi\xE8ces jointes dans tout le coffre"},menuItems:{collectAttachmentsInFolder:"Collecter les pi\xE8ces jointes dans le dossier"},notice:{collectingAttachments:"Collecte des pi\xE8ces jointes pour '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecte des pi\xE8ces jointes annul\xE9e. Voir la console pour plus de d\xE9tails.",generatedAttachmentFileNameIsInvalid:{part1:`Le nom de fichier de pi\xE8ce jointe g\xE9n\xE9r\xE9 '{{path}}' est invalide.
+{{validationMessage}}
+V\xE9rifiez votre`,part2:"param\xE8tre."},notePathIsIgnored:"Le chemin de la note est ignor\xE9"},obsidianDevUtils:{buttons:{cancel:"Annuler",ok:"OK"},dataview:{itemsPerPage:"\xC9l\xE9ments par page :",jumpToPage:"Aller \xE0 la page :"},notices:{attachmentIsStillUsed:"La pi\xE8ce jointe {{attachmentPath}} est encore utilis\xE9e par d'autres notes. Elle ne sera pas supprim\xE9e.",unhandledError:"Une erreur non g\xE9r\xE9e s'est produite. Veuillez v\xE9rifier la console pour plus d'informations."}},pluginSettings:{attachmentRenameMode:{all:{description:"tous les fichiers sont renomm\xE9s.",displayText:"Tous"},none:{description:"leurs noms sont pr\xE9serv\xE9s.",displayText:"Aucun"},onlyPastedImages:{description:"seules les images coll\xE9es sont renomm\xE9es. S'applique uniquement lorsque le contenu d'image PNG est coll\xE9 directement depuis le presse-papiers. Typiquement, pour coller des captures d'\xE9cran.",displayText:"Images coll\xE9es uniquement"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuler la collecte de pi\xE8ces jointes.",displayText:"Annuler"},copy:{description:"copier la pi\xE8ce jointe vers le nouvel emplacement.",displayText:"Copier"},move:{description:"d\xE9placer la pi\xE8ce jointe vers le nouvel emplacement.",displayText:"D\xE9placer"},prompt:{description:"demander \xE0 l'utilisateur de choisir l'action.",displayText:"Demander"},skip:{description:"ignorer la pi\xE8ce jointe et passer \xE0 la suivante.",displayText:"Ignorer"}},defaultImageSizeDimension:{height:"Hauteur",width:"Largeur"},emptyAttachmentFolderBehavior:{delete:{description:"supprimera le dossier de pi\xE8ces jointes vide.",displayText:"Supprimer"},deleteWithEmptyParents:{description:"supprimera le dossier de pi\xE8ces jointes vide et ses dossiers parents vides.",displayText:"Supprimer avec parents vides"},keep:{description:"conservera le dossier de pi\xE8ces jointes vide.",displayText:"Conserver"}}},pluginSettingsManager:{customToken:{codeComment:`// Les jetons personnalis\xE9s ont \xE9t\xE9 comment\xE9s car ils doivent \xEAtre mis \xE0 jour vers le nouveau format introduit dans la version 9.0.0 du plugin.
+// Consultez la documentation (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pour plus d'informations.`,deprecated:{part1:"Dans la version 9.0.0 du plugin, le format d'enregistrement des jetons personnalis\xE9s a chang\xE9. Veuillez mettre \xE0 jour vos jetons en cons\xE9quence. Consultez la",part2:"documentation",part3:"pour plus d'informations"}},legacyRenameAttachmentsToLowerCase:{part1:"Dans la version 9.0.0 du plugin, le param\xE8tre",part2:"est obsol\xE8te. Utilisez le",part3:"format \xE0 la place. Voir la",part4:"documentation",part5:"pour plus d'informations"},markdownUrlFormat:{deprecated:{part1:"Vous avez potentiellement une valeur incorrecte d\xE9finie pour le",part2:"format. Veuillez vous r\xE9f\xE9rer \xE0 la",part3:"documentation",part4:"pour plus d'informations",part5:"Ce message ne sera plus affich\xE9."}},specialCharacters:{part1:"Dans la version 9.16.0 du plugin, la",part2:"valeur de param\xE8tre par d\xE9faut a \xE9t\xE9 modifi\xE9e. Votre valeur de param\xE8tre a \xE9t\xE9 mise \xE0 jour vers la nouvelle valeur par d\xE9faut."},validation:{defaultImageSizeMustBePercentageOrPixels:"La taille d'image par d\xE9faut doit \xEAtre en pixels ou en pourcentage",invalidCustomTokensCode:"Code de jetons personnalis\xE9s invalide",invalidRegularExpression:"Expression r\xE9guli\xE8re invalide {{regExp}}",specialCharactersMustNotContainSlash:"Les caract\xE8res sp\xE9ciaux ne doivent pas contenir /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Le remplacement des caract\xE8res sp\xE9ciaux ne doit pas contenir de caract\xE8res de chemin de fichier invalides."},version:{part1:"Votre fichier de param\xE8tres ",part2:"a la version",part3:"qui est plus r\xE9cente que la version actuelle du plugin",part4:"Le plugin pourrait ne pas fonctionner comme attendu. Veuillez mettre \xE0 jour le plugin vers la derni\xE8re version ou vous assurer que les param\xE8tres sont corrects."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Lors de l'ajout de fichiers :"},name:"Mode de renommage des pi\xE8ces jointes"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Lorsque la pi\xE8ce jointe collect\xE9e est utilis\xE9e par plusieurs notes :"},name:"Mode de collecte de pi\xE8ce jointe utilis\xE9e par plusieurs notes"},collectedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles",part3:"Laisser vide pour utiliser le param\xE8tre",part4:"\xE0 la place."},name:"Nom de fichier de pi\xE8ce jointe collect\xE9e"},customTokens:{description:{part1:"Jetons personnalis\xE9s \xE0 utiliser.",part2:"Voir la",part3:"documentation",part4:"pour plus d'informations.",part5:"\u26A0\uFE0F Les jetons personnalis\xE9s peuvent \xEAtre du code JavaScript arbitraire. S'ils sont mal \xE9crits, ils peuvent causer une perte de donn\xE9es. Utilisez-les \xE0 vos propres risques."},name:"Jetons personnalis\xE9s"},defaultImageSize:{description:{part1:"La taille d'image par d\xE9faut.",part2:"Peut \xEAtre sp\xE9cifi\xE9e en pixels",part3:"ou en pourcentage de la taille totale de l'image",part4:"Laissez vide pour utiliser la taille originale."},name:"Taille d'image par d\xE9faut"},duplicateNameSeparator:{description:{part1:"Lorsque vous collez/glissez un fichier avec le m\xEAme nom qu'un fichier existant, ce s\xE9parateur sera ajout\xE9 au nom du fichier.",part2:"Par exemple, lorsque vous glissez le fichier",part3:", il sera renomm\xE9 en ",part4:", etc, obtenant le premier nom disponible."},name:"S\xE9parateur de nom dupliqu\xE9"},emptyAttachmentFolderBehavior:{description:{part1:"Lorsque le dossier de pi\xE8ces jointes devient vide :"},name:"Comportement du dossier de pi\xE8ces jointes vide"},excludePaths:{description:{part1:"Exclure les notes des chemins suivants.",part2:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part3:"Vous pouvez utiliser une cha\xEEne de chemin ou",part4:"Si le param\xE8tre est vide, aucune note n'est exclue."},name:"Chemins exclus"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclure les pi\xE8ces jointes des chemins suivants lorsque la commande",part2:"Collecter les pi\xE8ces jointes",part3:"est ex\xE9cut\xE9e.",part4:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part5:"Vous pouvez utiliser une cha\xEEne de chemin ou",part6:"Si le param\xE8tre est vide, aucun chemin n'est exclu de la collecte de pi\xE8ces jointes."},name:"Chemins exclus de la collecte de pi\xE8ces jointes"},generatedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles"},name:"Nom de fichier de pi\xE8ce jointe g\xE9n\xE9r\xE9"},includePaths:{description:{part1:"Inclure les notes des chemins suivants.",part2:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part3:"Vous pouvez utiliser une cha\xEEne de chemin ou",part4:"Si le param\xE8tre est vide, toutes les notes sont incluses."},name:"Chemins inclus"},jpegQuality:{description:"Plus la qualit\xE9 est faible, plus le taux de compression est \xE9lev\xE9.",name:"Qualit\xE9 JPEG"},locationForNewAttachments:{description:{part1:"Commencer par",part2:"pour utiliser un chemin relatif.",part3:"Voir les",part4:"jetons disponibles",part5:"Les dossiers point comme",part6:"ne sont pas recommand\xE9s, car Obsidian ne les suit pas. Vous pourriez avoir besoin d'utiliser le",part7:"Plugin pour les g\xE9rer."},name:"Emplacement des nouvelles pi\xE8ces jointes"},markdownUrlFormat:{description:{part1:"Format pour l'URL qui sera ins\xE9r\xE9e dans Markdown.",part2:"Voir les",part3:"jetons disponibles",part4:"Laisser vide pour utiliser le format par d\xE9faut."},name:"Format d'URL Markdown"},renameAttachmentsToLowerCase:"Renommer les pi\xE8ces jointes en minuscules",renamedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles",part3:"Laisser vide pour utiliser le param\xE8tre",part4:"\xE0 la place."},name:"Nom de fichier de pi\xE8ce jointe renomm\xE9e"},resetToSampleCustomTokens:{message:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les jetons personnalis\xE9s aux jetons personnalis\xE9s d'exemple ? Vos modifications seront perdues.",title:"R\xE9initialiser aux jetons personnalis\xE9s d'exemple"},shouldConvertPastedImagesToJpeg:{description:"Convertir les images coll\xE9es en JPEG. S'applique uniquement lorsque le contenu d'image PNG est coll\xE9 directement depuis le presse-papiers. Typiquement, pour coller des captures d'\xE9cran.",name:"Convertir les images coll\xE9es en JPEG"},shouldDeleteOrphanAttachments:{description:"Si activ\xE9, lorsque la note est supprim\xE9e, ses pi\xE8ces jointes orphelines sont \xE9galement supprim\xE9es.",name:"Supprimer les pi\xE8ces jointes orphelines"},shouldRenameAttachmentFiles:{description:{part1:"Si activ\xE9, lorsqu'une note est renomm\xE9e ou d\xE9plac\xE9e, ses fichiers de pi\xE8ces jointes seront renomm\xE9s selon le param\xE8tre",part2:"."},name:"Renommer les fichiers de pi\xE8ces jointes"},shouldRenameAttachmentFolders:{description:"Renommer les dossiers de pi\xE8ces jointes lorsqu'une note est renomm\xE9e ou d\xE9plac\xE9e.",name:"Renommer les dossiers de pi\xE8ces jointes"},shouldRenameCollectedAttachments:{description:{part1:"Si activ\xE9, les pi\xE8ces jointes trait\xE9es via les commandes",part2:"Collecter les pi\xE8ces jointes",part3:"seront renomm\xE9es selon le param\xE8tre",part4:"."},name:"Renommer les pi\xE8ces jointes collect\xE9es"},specialCharacters:{description:{part1:"Caract\xE8res sp\xE9ciaux dans le dossier de pi\xE8ces jointes et le nom de fichier \xE0 remplacer ou supprimer.",part2:"Laisser vide pour pr\xE9server les caract\xE8res sp\xE9ciaux."},name:"Caract\xE8res sp\xE9ciaux"},specialCharactersReplacement:{description:{part1:"Cha\xEEne de remplacement pour les caract\xE8res sp\xE9ciaux dans le dossier de pi\xE8ces jointes et le nom de fichier.",part2:"Laisser vide pour supprimer les caract\xE8res sp\xE9ciaux."},name:"Remplacement des caract\xE8res sp\xE9ciaux"},timeoutInSeconds:{description:{part1:"Le d\xE9lai d'expiration en secondes pour toutes les op\xE9rations.",part2:"Si",part3:"est d\xE9fini, le d\xE9lai d'expiration de l'ex\xE9cution des op\xE9rations est d\xE9sactiv\xE9."},name:"D\xE9lai d'expiration en secondes"},treatAsAttachmentExtensions:{description:{part1:"Traiter les fichiers avec ces extensions comme des pi\xE8ces jointes.",part2:"Par d\xE9faut",part3:"et",part4:"les fichiers li\xE9s ne sont pas trait\xE9s comme des pi\xE8ces jointes et ne sont pas d\xE9plac\xE9s avec la note.",part5:"Vous pouvez ajouter des extensions personnalis\xE9es, par ex.",part6:", pour remplacer ce comportement."},name:"Extensions trait\xE9es comme pi\xE8ces jointes"}},promptWithPreviewModal:{previewModal:{title:"Aper\xE7u du fichier de pi\xE8ce jointe '{{fullFileName}}'"},title:"Fournir une valeur pour le jeton de saisie"},regularExpression:"/expression r\xE9guli\xE8re/"};var pm={attachmentCollector:{confirm:{part1:"An bhfuil t\xFA ag iarraidh ceangalt\xE1in a bhaili\xFA do na n\xF3ta\xED go l\xE9ir sa fhillte\xE1n:",part2:"agus a chuid fofhillte\xE1in ar fad?",part3:"N\xED f\xE9idir an obr\xE1id seo a ches\xFA."},progressBar:{message:"Ag baili\xFA ceangalt\xE1n {{iterationStr}} - '{{noteFilePath}}'.",title:"Ag baili\xFA ceangalt\xE1n..."}},buttons:{copy:"C\xF3ipe\xE1il",move:"Bog",previewAttachmentFile:"R\xE9amhamharc comhad ceangalt\xE1in",skip:"L\xE9im thar"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"T\xE1 an ceangalt\xE1n",part2:"in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla."},heading:"Ag baili\xFA ceangalt\xE1in at\xE1 in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ba ch\xF3ir an gn\xEDomh c\xE9anna a \xFAs\xE1id do cheangalt\xE1in fhadhbach eile"},commands:{collectAttachmentsCurrentFolder:"Bailigh ceangalt\xE1in san fhillte\xE1n reatha",collectAttachmentsCurrentNote:"Bailigh ceangalt\xE1in sa n\xF3ta reatha",collectAttachmentsEntireVault:"Bailigh ceangalt\xE1in sa taisc iompl\xE1n"},menuItems:{collectAttachmentsInFolder:"Bailigh ceangalt\xE1in sa fhillte\xE1n"},notice:{collectingAttachments:"Ag baili\xFA ceangalt\xE1n do '{{noteFilePath}}'",collectingAttachmentsCancelled:"Cealaigh baili\xFA ceangalt\xE1n. F\xE9ach ar an cons\xF3l le haghaidh sonra\xED.",generatedAttachmentFileNameIsInvalid:{part1:`T\xE1 ainm comhad ceangalt\xE1in ginte '{{path}}' neamhbhail\xED.
+{{validationMessage}}
+Seice\xE1il do`,part2:"socruithe."},notePathIsIgnored:"T\xE1 conair an n\xF3ta \xE1 neamhaird"},obsidianDevUtils:{buttons:{cancel:"Cealaigh",ok:"T\xE1 go maith"},dataview:{itemsPerPage:"M\xEDreanna in aghaidh na leathanach:",jumpToPage:"L\xE9im chuig leathanach:"},notices:{attachmentIsStillUsed:"T\xE1 ceangalt\xE1n {{attachmentPath}} f\xF3s in \xFAs\xE1id ag n\xF3ta\xED eile. N\xED scriosfar \xE9.",unhandledError:"Tharla earr\xE1id n\xE1r l\xE1imhse\xE1ladh. Seice\xE1il an cons\xF3l le haghaidh tuilleadh eolais."}},pluginSettings:{attachmentRenameMode:{all:{description:"t\xE1 na comhaid go l\xE9ir athainmnithe.",displayText:"Uile"},none:{description:"t\xE1 a n-ainmneacha caomhnaithe.",displayText:"Dada"},onlyPastedImages:{description:"n\xED athainmn\xEDtear ach \xEDomh\xE1nna greamaithe. Bainean seo leis nuair a ghreamaitear \xE1bhair \xEDomh\xE1 PNG \xF3n ghearrt\xE1isce go d\xEDreach. Go t\xEDp\xFAl, chun gr\xEAnghrafa\xED a ghreamadh.",displayText:"\xCDomh\xE1nna greamaithe amh\xE1in"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cealaigh baili\xFA ceangalt\xE1n.",displayText:"Cealaigh"},copy:{description:"c\xF3ipe\xE1il an ceangalt\xE1n chuig an su\xEDomh nua.",displayText:"C\xF3ipe\xE1il"},move:{description:"bog an ceangalt\xE1n chuig an su\xEDomh nua.",displayText:"Bog"},prompt:{description:"cuir an t-\xFAs\xE1ideoir faoi deara an gn\xEDomh a roghn\xFA.",displayText:"Cuir faoi deara"},skip:{description:"l\xE9im thar an ceangalt\xE1n agus lean ar aghaidh chuig an ch\xE9ad cheann eile.",displayText:"L\xE9im thar"}},defaultImageSizeDimension:{height:"Airde",width:"Leithead"},emptyAttachmentFolderBehavior:{delete:{description:"scriosfaidh an fhillte\xE1n ceangalt\xE1n folamh.",displayText:"Scrios"},deleteWithEmptyParents:{description:"scriosfaidh an fhillte\xE1n ceangalt\xE1n folamh agus a chuid fhillte\xE1n tuismitheora folamh.",displayText:"Scrios le tuismitheoir\xED folamh"},keep:{description:"coime\xE1dfaidh an fhillte\xE1n ceangalt\xE1n folamh.",displayText:"Coime\xE1d"}}},pluginSettingsManager:{customToken:{codeComment:`// Cuireadh comhartha\xED saincheaptha i gcomhr\xE1 mar gheall ar g\xE1 iad a nuashonr\xFA chuig an fhorm\xE1id nua a tugadh isteach i leagan 9.0.0 an phlugain.
+// F\xE9ach ar an doicim\xE9ad\xFA (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) le haghaidh tuilleadh eolais.`,deprecated:{part1:"I leagan 9.0.0 an phlugain, d'athraigh form\xE1id chl\xE1r\xFAch\xE1in comhartha\xED saincheaptha. Nuashonraigh do chomhartha\xED d\xE1 r\xE9ir. F\xE9ach ar an",part2:"doicim\xE9ad\xFA",part3:"le haghaidh tuilleadh eolais"}},legacyRenameAttachmentsToLowerCase:{part1:"I leagan 9.0.0 an phlugain, t\xE1 an",part2:"socr\xFA as feidhm. \xDAs\xE1id an",part3:"form\xE1id ina ionad. F\xE9ach ar an",part4:"doicim\xE9ad\xFA",part5:"le haghaidh tuilleadh eolais"},markdownUrlFormat:{deprecated:{part1:"T\xE1 luach neamhcheart agat ar an",part2:"form\xE1id. F\xE9ach ar an",part3:"doicim\xE9ad\xFA",part4:"le haghaidh tuilleadh eolais",part5:"N\xED thaispe\xE1nfar an teachtaireacht seo ar\xEDs."}},specialCharacters:{part1:"I leagan 9.16.0 an phlugain, d'athraigh an",part2:"luach socr\xFA r\xE9amhshocraithe. Nuashonra\xEDodh do luach socr\xFA chuig an luach r\xE9amhshocraithe nua."},validation:{defaultImageSizeMustBePercentageOrPixels:"Caithfidh m\xE9id r\xE9amhshocraithe na h\xEDomh\xE1 a bheith i bpicteil\xEDn\xED n\xF3 i gc\xE9atad\xE1n",invalidCustomTokensCode:"C\xF3d comhartha\xED saincheaptha neamhbhail\xED",invalidRegularExpression:"Slonn rialta neamhbhail\xED {{regExp}}",specialCharactersMustNotContainSlash:"N\xEDor cheart go mbeadh / sna carachtair speisialta",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"N\xEDor cheart go mbeadh carachtair conair ainm comhaid neamhbhail\xED in ionad\xFA carachtar speisialta."},version:{part1:"T\xE1 leagan",part2:"ag do chomhad socruithe",part3:"at\xE1 n\xEDos nua n\xE1 leagan reatha an phlugain",part4:"D'fh\xE9adfadh nach n-oibreodh an plugan mar a bh\xEDothas ag s\xFAil. Nuashonraigh an plugan chuig an leagan is d\xE9ana\xED n\xF3 d\xE9an cinnte go bhfuil na socruithe ceart."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Nuair a bh\xEDonn comhaid \xE1 gceangal:"},name:"M\xF3d athainmnithe ceangalt\xE1n"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Nuair a bh\xEDonn an ceangalt\xE1n bailithe in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla:"},name:"M\xF3d baili\xFA ceangalt\xE1n at\xE1 in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla"},collectedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il",part3:"F\xE1g folamh chun",part4:"a \xFAs\xE1id ina ionad."},name:"Ainm comhad ceangalt\xE1n bailithe"},customTokens:{description:{part1:"Comhartha\xED saincheaptha le h\xFAs\xE1id.",part2:"F\xE9ach ar an",part3:"doicim\xE9ad\xFA",part4:"le haghaidh tuilleadh eolais.",part5:"\u26A0\uFE0F Is f\xE9idir le comhartha\xED saincheaptha a bheith ina ch\xF3d JavaScript treallach. M\xE1 t\xE1 siad drochscr\xEDofa, is f\xE9idir leo cailli\xFAint sonra\xED a chur faoi deara. \xDAs\xE1id iad ar do riosca f\xE9in."},name:"Comhartha\xED saincheaptha"},defaultImageSize:{description:{part1:"M\xE9id r\xE9amhshocraithe na h\xEDomh\xE1.",part2:"Is f\xE9idir a shonr\xFA i bpicteil\xEDn\xED",part3:"n\xF3 i gc\xE9atad\xE1n de mh\xE9id na h\xEDomh\xE1 ioml\xE1ine",part4:"F\xE1g folamh chun an m\xE9id bunaidh a \xFAs\xE1id."},name:"M\xE9id r\xE9amhshocraithe na h\xEDomh\xE1"},duplicateNameSeparator:{description:{part1:"Nuair a bh\xEDonn t\xFA ag greamadh/tarraint comhad leis an ainm c\xE9anna le comhad at\xE1 ann cheana, cuirfear an deighilteoir seo leis an ainm comhaid.",part2:"M.sh., nuair a bh\xEDonn t\xFA ag tarraint an chomhaid",part3:", athainmneofar \xE9 go",part4:", srl., ag f\xE1il an ch\xE9ad ainm at\xE1 ar f\xE1il."},name:"Deighilteoir ainm d\xFAbailte"},emptyAttachmentFolderBehavior:{description:{part1:"Nuair a bh\xEDonn an fhillte\xE1n ceangalt\xE1n folamh:"},name:"Iompar fhillte\xE1n ceangalt\xE1n folamh"},excludePaths:{description:{part1:"Eisigh n\xF3ta\xED \xF3 na conair\xED seo a leanas.",part2:"Cuir isteach gach conair ar l\xEDne nua.",part3:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part4:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, n\xED eis\xEDtear aon n\xF3ta\xED."},name:"Conair\xED a eis\xEDomh"},excludePathsFromAttachmentCollecting:{description:{part1:"Eisigh ceangalt\xE1in \xF3 na conair\xED seo a leanas nuair a",part2:"Bailigh ceangalt\xE1in",part3:"a fhorghn\xEDomha\xEDtear an t-ord\xFA.",part4:"Cuir isteach gach conair ar l\xEDne nua.",part5:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part6:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, n\xED eis\xEDtear aon chonair\xED \xF3 bhaili\xFA ceangalt\xE1n."},name:"Conair\xED a eis\xEDomh \xF3 bhaili\xFA ceangalt\xE1n"},generatedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il"},name:"Ainm comhad ceangalt\xE1n ginte"},includePaths:{description:{part1:"Cuir n\xF3ta\xED \xF3 na conair\xED seo a leanas san \xE1ireamh.",part2:"Cuir isteach gach conair ar l\xEDne nua.",part3:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part4:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, cuirtear gach n\xF3ta san \xE1ireamh."},name:"Conair\xED a chur san \xE1ireamh"},jpegQuality:{description:"D\xE1 laghad an c\xE1il\xEDocht, is m\xF3 an c\xF3imheas comhbhr\xFA.",name:"C\xE1il\xEDocht JPEG"},locationForNewAttachments:{description:{part1:"Tosaigh le",part2:"chun conair choibhneasta a \xFAs\xE1id.",part3:"F\xE9ach ar na",part4:"comhartha\xED at\xE1 ar f\xE1il",part5:"N\xED mholtar fhillte\xE1in ponc mar",part6:"mar n\xED dh\xE9anann Obsidian iad a rian\xFA. D'fh\xE9adfadh gur g\xE1 duit",part7:"Plugan a \xFAs\xE1id chun iad a bhainisti\xFA."},name:"Su\xEDomh do cheangalt\xE1in nua"},markdownUrlFormat:{description:{part1:"Form\xE1id don URL a chuirfear isteach i Markdown.",part2:"F\xE9ach ar na",part3:"comhartha\xED at\xE1 ar f\xE1il",part4:"F\xE1g b\xE1n chun an fhorm\xE1id r\xE9amhshocraithe a \xFAs\xE1id."},name:"Form\xE1id URL Markdown"},renameAttachmentsToLowerCase:"Athainmnigh ceangalt\xE1in go litreacha beaga",renamedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il",part3:"F\xE1g folamh chun",part4:"a \xFAs\xE1id ina ionad."},name:"Ainm comhad ceangalt\xE1n athainmnithe"},resetToSampleCustomTokens:{message:"An bhfuil t\xFA cinnte gur mhaith leat na comhartha\xED saincheaptha a athshocr\xFA chuig na comhartha\xED saincheaptha samplacha? Caillfear do athruithe.",title:"Athshocraigh chuig comhartha\xED saincheaptha samplacha"},shouldConvertPastedImagesToJpeg:{description:"Cib\xE9 an gcaithfear \xEDomh\xE1nna greamaithe a thiont\xFA go JPEG. Baineann seo leis nuair a ghreamaitear \xE1bhair \xEDomh\xE1 PNG \xF3n ghearrt\xE1isce go d\xEDreach. Go t\xEDp\xFAl, chun gr\xEAnghrafa\xED a ghreamadh.",name:"An gcaithfear \xEDomh\xE1nna greamaithe a thiont\xFA go JPEG"},shouldDeleteOrphanAttachments:{description:"M\xE1 t\xE1 s\xE9 cumasaithe, nuair a scriostar an n\xF3ta, scriostar a cheangalt\xE1in d\xEDlleachta freisin.",name:"An gcaithfear ceangalt\xE1in d\xEDlleachta a scriosadh"},shouldRenameAttachmentFiles:{description:{part1:"M\xE1 t\xE1 s\xE9 cumasaithe, nuair a athainmn\xEDtear n\xF3 a aistr\xEDtear n\xF3ta, athainmneofar a chomhaid ceangalt\xE1n de r\xE9ir an",part2:"socraithe."},name:"An gcaithfear comhaid ceangalt\xE1n a athainmni\xFA"},shouldRenameAttachmentFolders:{description:"Cib\xE9 an gcaithfear fhillte\xE1in ceangalt\xE1n a athainmni\xFA nuair a athainmn\xEDtear n\xF3 a aistr\xEDtear n\xF3ta.",name:"An gcaithfear fhillte\xE1in ceangalt\xE1n a athainmni\xFA"},shouldRenameCollectedAttachments:{description:{part1:"M\xE1 t\xE1 s\xE9 cumasaithe, athainmneofar ceangalt\xE1in a phr\xF3ise\xE1ladh tr\xED",part2:"Bailigh ceangalt\xE1in",part3:"orduithe de r\xE9ir an",part4:"socraithe."},name:"An gcaithfear ceangalt\xE1in bailithe a athainmni\xFA"},specialCharacters:{description:{part1:"Carachtair speisialta i bhfillte\xE1n ceangalt\xE1n agus ainm comhaid le cur in ionad n\xF3 a bhaint.",part2:"F\xE1g b\xE1n chun carachtair speisialta a chaomhn\xFA."},name:"Carachtair speisialta"},specialCharactersReplacement:{description:{part1:"Teaghr\xE1n ionada\xEDochta do charachtair speisialta i bhfillte\xE1n ceangalt\xE1n agus ainm comhaid.",part2:"F\xE1g b\xE1n chun carachtair speisialta a bhaint."},name:"Ionad\xFA carachtar speisialta"},timeoutInSeconds:{description:{part1:"An t-am amach i soicind\xED do gach oibr\xEDocht.",part2:"M\xE1 t\xE1",part3:"socraithe, t\xE1 t-am amach fhorghn\xEDomhaithe oibr\xEDochta\xED d\xEDchumasaithe."},name:"T-am amach i soicind\xED"},treatAsAttachmentExtensions:{description:{part1:"D\xE9ile\xE1il le comhaid leis na s\xEDnt\xED seo mar cheangalt\xE1in.",part2:"De r\xE9ir r\xE9amhshocraithe, n\xED dh\xE9antar",part3:"agus",part4:"comhaid nasctha a thabhairt mar cheangalt\xE1in agus n\xED aistr\xEDtear iad leis an n\xF3ta.",part5:"Is f\xE9idir leat s\xEDnt\xED saincheaptha a chur leis, m.sh.",part6:", chun an t-iompar seo a sh\xE1r\xFA."},name:"D\xE9ile\xE1il mar sh\xEDnt\xED ceangalt\xE1n"}},promptWithPreviewModal:{previewModal:{title:"R\xE9amhamharc comhad ceangalt\xE1in '{{fullFileName}}'"},title:"Sol\xE1thair luach don chomhartha cuir faoi deara"},regularExpression:"/slonn rialta/"};var dm={attachmentCollector:{confirm:{part1:"\u05D4\u05D0\u05DD \u05D0\u05EA\u05D4 \u05E8\u05D5\u05E6\u05D4 \u05DC\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E2\u05D1\u05D5\u05E8 \u05DB\u05DC \u05D4\u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05D4:",part2:"\u05D5\u05DB\u05DC \u05EA\u05EA-\u05D4\u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E9\u05DC\u05D4?",part3:"\u05E4\u05E2\u05D5\u05DC\u05D4 \u05D6\u05D5 \u05DC\u05D0 \u05E0\u05D9\u05EA\u05E0\u05EA \u05DC\u05D1\u05D9\u05D8\u05D5\u05DC."},progressBar:{message:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD {{iterationStr}} - '{{noteFilePath}}'.",title:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD..."}},buttons:{copy:"\u05D4\u05E2\u05EA\u05E7",move:"\u05D4\u05E2\u05D1\u05E8",previewAttachmentFile:"\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4 \u05E9\u05DC \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3",skip:"\u05D3\u05DC\u05D2"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3",part2:"\u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA."},heading:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05D4\u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u05D9\u05E9 \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D0\u05D5\u05EA\u05D4 \u05E4\u05E2\u05D5\u05DC\u05D4 \u05E2\u05D1\u05D5\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E2\u05D9\u05D9\u05EA\u05D9\u05D9\u05DD \u05D0\u05D7\u05E8\u05D9\u05DD"},commands:{collectAttachmentsCurrentFolder:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05D4 \u05D4\u05E0\u05D5\u05DB\u05D7\u05D9\u05EA",collectAttachmentsCurrentNote:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E8\u05E9\u05D9\u05DE\u05D4 \u05D4\u05E0\u05D5\u05DB\u05D7\u05D9\u05EA",collectAttachmentsEntireVault:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05DB\u05DC \u05D4\u05DB\u05E1\u05E4\u05EA"},menuItems:{collectAttachmentsInFolder:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05D4"},notice:{collectingAttachments:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E2\u05D1\u05D5\u05E8 '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05D5\u05D8\u05DC. \u05E8\u05D0\u05D4 \u05E7\u05D5\u05E0\u05E1\u05D5\u05DC \u05DC\u05E4\u05E8\u05D8\u05D9\u05DD.",generatedAttachmentFileNameIsInvalid:{part1:`\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D5\u05E6\u05E8 '{{path}}' \u05D0\u05D9\u05E0\u05D5 \u05EA\u05E7\u05E3.
+{{validationMessage}}
+\u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA`,part2:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E9\u05DC\u05DA."},notePathIsIgnored:"\u05E0\u05EA\u05D9\u05D1 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05EA\u05E2\u05DC\u05DD"},obsidianDevUtils:{buttons:{cancel:"\u05D1\u05D9\u05D8\u05D5\u05DC",ok:"\u05D0\u05D9\u05E9\u05D5\u05E8"},dataview:{itemsPerPage:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05DC\u05E2\u05DE\u05D5\u05D3:",jumpToPage:"\u05E7\u05E4\u05D5\u05E5 \u05DC\u05E2\u05DE\u05D5\u05D3:"},notices:{attachmentIsStillUsed:"\u05E7\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 {{attachmentPath}} \u05E2\u05D3\u05D9\u05D9\u05DF \u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05D0\u05D7\u05E8\u05D5\u05EA. \u05D4\u05D5\u05D0 \u05DC\u05D0 \u05D9\u05DE\u05D7\u05E7.",unhandledError:"\u05D0\u05D9\u05E8\u05E2\u05D4 \u05E9\u05D2\u05D9\u05D0\u05D4 \u05DC\u05D0 \u05DE\u05D8\u05D5\u05E4\u05DC\u05EA. \u05D0\u05E0\u05D0 \u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D5\u05E0\u05E1\u05D5\u05DC \u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u05DB\u05DC \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD.",displayText:"\u05D4\u05DB\u05DC"},none:{description:"\u05D4\u05E9\u05DE\u05D5\u05EA \u05E9\u05DC\u05D4\u05DD \u05E0\u05E9\u05DE\u05E8\u05D9\u05DD.",displayText:"\u05DB\u05DC\u05D5\u05DD"},onlyPastedImages:{description:"\u05E8\u05E7 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD. \u05D7\u05DC \u05E8\u05E7 \u05DB\u05D0\u05E9\u05E8 \u05EA\u05D5\u05DB\u05DF \u05EA\u05DE\u05D5\u05E0\u05EA PNG \u05DE\u05D5\u05D3\u05D1\u05E7 \u05D9\u05E9\u05D9\u05E8\u05D5\u05EA \u05DE\u05D4\u05DC\u05D5\u05D7. \u05D1\u05D3\u05E8\u05DA \u05DB\u05DC\u05DC, \u05DC\u05D4\u05D3\u05D1\u05E7\u05EA \u05E6\u05D9\u05DC\u05D5\u05DE\u05D9 \u05DE\u05E1\u05DA.",displayText:"\u05E8\u05E7 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u05D1\u05D8\u05DC \u05D0\u05EA \u05D0\u05D9\u05E1\u05D5\u05E3 \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD.",displayText:"\u05D1\u05D9\u05D8\u05D5\u05DC"},copy:{description:"\u05D4\u05E2\u05EA\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05DC\u05DE\u05D9\u05E7\u05D5\u05DD \u05D4\u05D7\u05D3\u05E9.",displayText:"\u05D4\u05E2\u05EA\u05E7\u05D4"},move:{description:"\u05D4\u05E2\u05D1\u05E8 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05DC\u05DE\u05D9\u05E7\u05D5\u05DD \u05D4\u05D7\u05D3\u05E9.",displayText:"\u05D4\u05E2\u05D1\u05E8\u05D4"},prompt:{description:"\u05D4\u05E0\u05D7\u05D4 \u05D0\u05EA \u05D4\u05DE\u05E9\u05EA\u05DE\u05E9 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05D0\u05EA \u05D4\u05E4\u05E2\u05D5\u05DC\u05D4.",displayText:"\u05D4\u05E0\u05D7\u05D9\u05D4"},skip:{description:"\u05D3\u05DC\u05D2 \u05E2\u05DC \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05D5\u05D4\u05DE\u05E9\u05DA \u05DC\u05D1\u05D0.",displayText:"\u05D3\u05D9\u05DC\u05D5\u05D2"}},defaultImageSizeDimension:{height:"\u05D2\u05D5\u05D1\u05D4",width:"\u05E8\u05D5\u05D7\u05D1"},emptyAttachmentFolderBehavior:{delete:{description:"\u05D9\u05DE\u05D7\u05E7 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4.",displayText:"\u05DE\u05D7\u05D9\u05E7\u05D4"},deleteWithEmptyParents:{description:"\u05D9\u05DE\u05D7\u05E7 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4 \u05D5\u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05D4\u05D0\u05D1 \u05D4\u05E8\u05D9\u05E7\u05D5\u05EA \u05E9\u05DC\u05D4.",displayText:"\u05DE\u05D7\u05D9\u05E7\u05D4 \u05E2\u05DD \u05D0\u05D1\u05D5\u05EA \u05E8\u05D9\u05E7\u05D9\u05DD"},keep:{description:"\u05D9\u05E9\u05DE\u05D5\u05E8 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4.",displayText:"\u05E9\u05DE\u05D9\u05E8\u05D4"}}},pluginSettingsManager:{customToken:{codeComment:`// \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D4\u05D5\u05E2\u05D1\u05E8\u05D5 \u05DC\u05D4\u05E2\u05E8\u05D4 \u05DE\u05DB\u05D9\u05D5\u05D5\u05DF \u05E9\u05D4\u05DD \u05E6\u05E8\u05D9\u05DB\u05D9\u05DD \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05E2\u05D5\u05D3\u05DB\u05E0\u05D9\u05DD \u05DC\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D4\u05D7\u05D3\u05E9 \u05E9\u05D4\u05D5\u05E6\u05D2 \u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0.
+// \u05E4\u05E0\u05D4 \u05DC\u05EA\u05D9\u05E2\u05D5\u05D3 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3.`,deprecated:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0, \u05D4\u05E4\u05D5\u05E8\u05DE\u05D8 \u05E9\u05DC \u05E8\u05D9\u05E9\u05D5\u05DD \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D4\u05E9\u05EA\u05E0\u05D4. \u05D0\u05E0\u05D0 \u05E2\u05D3\u05DB\u05DF \u05D0\u05EA \u05D4\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05E9\u05DC\u05DA \u05D1\u05D4\u05EA\u05D0\u05DD. \u05E4\u05E0\u05D4 \u05DC",part2:"\u05EA\u05D9\u05E2\u05D5\u05D3",part3:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3"}},legacyRenameAttachmentsToLowerCase:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0, \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4",part2:"\u05D4\u05D9\u05D0 \u05DE\u05D9\u05D5\u05E9\u05E0\u05EA. \u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1",part3:"\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D1\u05DE\u05E7\u05D5\u05DD. \u05E8\u05D0\u05D4",part4:"\u05EA\u05D9\u05E2\u05D5\u05D3",part5:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3"},markdownUrlFormat:{deprecated:{part1:"\u05D9\u05E9 \u05DC\u05DA \u05E2\u05E8\u05DA \u05E4\u05D5\u05D8\u05E0\u05E6\u05D9\u05D0\u05DC\u05D9\u05EA \u05E9\u05D2\u05D5\u05D9 \u05E2\u05D1\u05D5\u05E8",part2:"\u05D4\u05E4\u05D5\u05E8\u05DE\u05D8. \u05D0\u05E0\u05D0 \u05E4\u05E0\u05D4 \u05DC",part3:"\u05EA\u05D9\u05E2\u05D5\u05D3",part4:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3",part5:"\u05D4\u05D5\u05D3\u05E2\u05D4 \u05D6\u05D5 \u05DC\u05D0 \u05EA\u05D5\u05E6\u05D2 \u05E9\u05D5\u05D1."}},specialCharacters:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.16.0, \u05E2\u05E8\u05DA",part2:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D4\u05E9\u05EA\u05E0\u05D4. \u05E2\u05E8\u05DA \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E9\u05DC\u05DA \u05E2\u05D5\u05D3\u05DB\u05DF \u05DC\u05E2\u05E8\u05DA \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D4\u05D7\u05D3\u05E9."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05D1\u05E4\u05D9\u05E7\u05E1\u05DC\u05D9\u05DD \u05D0\u05D5 \u05D1\u05D0\u05D7\u05D5\u05D6\u05D9\u05DD",invalidCustomTokensCode:"\u05E7\u05D5\u05D3 \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D0 \u05EA\u05E7\u05E3",invalidRegularExpression:"\u05D1\u05D9\u05D8\u05D5\u05D9 \u05E8\u05D2\u05D5\u05DC\u05E8\u05D9 \u05DC\u05D0 \u05EA\u05E7\u05E3 {{regExp}}",specialCharactersMustNotContainSlash:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05DC\u05D0 \u05D9\u05DB\u05D5\u05DC\u05D9\u05DD \u05DC\u05D4\u05DB\u05D9\u05DC /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u05D4\u05D7\u05DC\u05E4\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05DC\u05D0 \u05D9\u05DB\u05D5\u05DC\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC \u05EA\u05D5\u05D5\u05D9\u05DD \u05DC\u05D0 \u05EA\u05E7\u05E4\u05D9\u05DD \u05E9\u05DC \u05E0\u05EA\u05D9\u05D1 \u05E9\u05DD \u05E7\u05D5\u05D1\u05E5."},version:{part1:"\u05E7\u05D5\u05D1\u05E5 \u05D4\u05D4\u05D2\u05D3\u05E8\u05D5\u05EA \u05E9\u05DC\u05DA ",part2:"\u05D9\u05E9 \u05D2\u05E8\u05E1\u05D4",part3:"\u05E9\u05D4\u05D9\u05D0 \u05D7\u05D3\u05E9\u05D4 \u05D9\u05D5\u05EA\u05E8 \u05DE\u05D2\u05E8\u05E1\u05EA \u05D4\u05EA\u05D5\u05E1\u05E3 \u05D4\u05E0\u05D5\u05DB\u05D7\u05D9\u05EA",part4:"\u05D4\u05EA\u05D5\u05E1\u05E3 \u05E2\u05DC\u05D5\u05DC \u05DC\u05D0 \u05DC\u05E2\u05D1\u05D5\u05D3 \u05DB\u05E6\u05E4\u05D5\u05D9. \u05D0\u05E0\u05D0 \u05E2\u05D3\u05DB\u05DF \u05D0\u05EA \u05D4\u05EA\u05D5\u05E1\u05E3 \u05DC\u05D2\u05E8\u05E1\u05D4 \u05D4\u05D0\u05D7\u05E8\u05D5\u05E0\u05D4 \u05D0\u05D5 \u05D5\u05D5\u05D3\u05D0 \u05E9\u05D4\u05D4\u05D2\u05D3\u05E8\u05D5\u05EA \u05E0\u05DB\u05D5\u05E0\u05D5\u05EA."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05DE\u05E6\u05E8\u05E4\u05D9\u05DD \u05E7\u05D1\u05E6\u05D9\u05DD:"},name:"\u05DE\u05E6\u05D1 \u05E9\u05D9\u05E0\u05D5\u05D9 \u05E9\u05DD \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D0\u05E1\u05E3 \u05DE\u05E9\u05DE\u05E9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA:"},name:"\u05DE\u05E6\u05D1 \u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05D4\u05DE\u05E9\u05DE\u05E9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA"},collectedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part3:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05D4\u05D2\u05D3\u05E8\u05EA",part4:"\u05D1\u05DE\u05E7\u05D5\u05DD."},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D0\u05E1\u05E3"},customTokens:{description:{part1:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9.",part2:"\u05E8\u05D0\u05D4",part3:"\u05EA\u05D9\u05E2\u05D5\u05D3",part4:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3.",part5:"\u26A0\uFE0F \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D9\u05DB\u05D5\u05DC\u05D9\u05DD \u05DC\u05D4\u05D9\u05D5\u05EA \u05E7\u05D5\u05D3 JavaScript \u05E9\u05E8\u05D9\u05E8\u05D5\u05EA\u05D9. \u05D0\u05DD \u05D4\u05DD \u05DB\u05EA\u05D5\u05D1\u05D9\u05DD \u05D1\u05E6\u05D5\u05E8\u05D4 \u05D2\u05E8\u05D5\u05E2\u05D4, \u05D4\u05DD \u05E2\u05DC\u05D5\u05DC\u05D9\u05DD \u05DC\u05D2\u05E8\u05D5\u05DD \u05DC\u05D0\u05D5\u05D1\u05D3\u05DF \u05E0\u05EA\u05D5\u05E0\u05D9\u05DD. \u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D4\u05DD \u05E2\u05DC \u05D0\u05D7\u05E8\u05D9\u05D5\u05EA\u05DA."},name:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD"},defaultImageSize:{description:{part1:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC.",part2:"\u05E0\u05D9\u05EA\u05DF \u05DC\u05E6\u05D9\u05D9\u05DF \u05D1\u05E4\u05D9\u05E7\u05E1\u05DC\u05D9\u05DD",part3:"\u05D0\u05D5 \u05D1\u05D0\u05D7\u05D5\u05D6 \u05DE\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D4\u05DE\u05DC\u05D0",part4:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DB\u05D3\u05D9 \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D2\u05D5\u05D3\u05DC \u05D4\u05DE\u05E7\u05D5\u05E8\u05D9."},name:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC"},duplicateNameSeparator:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05D0\u05EA\u05D4 \u05DE\u05D3\u05D1\u05D9\u05E7/\u05D2\u05D5\u05E8\u05E8 \u05E7\u05D5\u05D1\u05E5 \u05E2\u05DD \u05D0\u05D5\u05EA\u05D5 \u05E9\u05DD \u05DB\u05DE\u05D5 \u05E7\u05D5\u05D1\u05E5 \u05E7\u05D9\u05D9\u05DD, \u05D4\u05DE\u05E4\u05E8\u05D9\u05D3 \u05D4\u05D6\u05D4 \u05D9\u05EA\u05D5\u05D5\u05E1\u05E3 \u05DC\u05E9\u05DD \u05D4\u05E7\u05D5\u05D1\u05E5.",part2:"\u05DC\u05D3\u05D5\u05D2\u05DE\u05D4, \u05DB\u05D0\u05E9\u05E8 \u05D0\u05EA\u05D4 \u05D2\u05D5\u05E8\u05E8 \u05E7\u05D5\u05D1\u05E5",part3:", \u05D4\u05D5\u05D0 \u05D9\u05E7\u05D1\u05DC \u05E9\u05DD \u05D7\u05D3\u05E9 \u05DC",part4:", \u05D5\u05DB\u05D5, \u05DC\u05E7\u05D1\u05DC\u05EA \u05D4\u05E9\u05DD \u05D4\u05E8\u05D0\u05E9\u05D5\u05DF \u05D4\u05D6\u05DE\u05D9\u05DF."},name:"\u05DE\u05E4\u05E8\u05D9\u05D3 \u05E9\u05DE\u05D5\u05EA \u05DB\u05E4\u05D5\u05DC\u05D9\u05DD"},emptyAttachmentFolderBehavior:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05D5\u05E4\u05DB\u05EA \u05E8\u05D9\u05E7\u05D4:"},name:"\u05D4\u05EA\u05E0\u05D4\u05D2\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E8\u05D9\u05E7\u05D4"},excludePaths:{description:{part1:"\u05D4\u05D3\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD.",part2:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part3:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part4:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05D0\u05E3 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DC\u05D0 \u05DE\u05D5\u05D3\u05E8\u05EA."},name:"\u05D4\u05D3\u05E8 \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD"},excludePathsFromAttachmentCollecting:{description:{part1:"\u05D4\u05D3\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD \u05DB\u05D0\u05E9\u05E8",part2:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD",part3:"\u05D4\u05E4\u05E7\u05D5\u05D3\u05D4 \u05DE\u05D1\u05D5\u05E6\u05E2\u05EA.",part4:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part5:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part6:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05D0\u05E3 \u05E0\u05EA\u05D9\u05D1 \u05DC\u05D0 \u05DE\u05D5\u05D3\u05E8 \u05DE\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD."},name:"\u05D4\u05D3\u05E8 \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05DE\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},generatedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD"},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D5\u05E6\u05E8"},includePaths:{description:{part1:"\u05DB\u05DC\u05D5\u05DC \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD.",part2:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part3:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part4:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05DB\u05DC \u05D4\u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DB\u05DC\u05D5\u05DC\u05D5\u05EA."},name:"\u05DB\u05DC\u05D5\u05DC \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD"},jpegQuality:{description:"\u05DB\u05DB\u05DC \u05E9\u05D4\u05D0\u05D9\u05DB\u05D5\u05EA \u05E7\u05D8\u05E0\u05D4 \u05D9\u05D5\u05EA\u05E8, \u05D9\u05D7\u05E1 \u05D4\u05D3\u05D7\u05D9\u05E1\u05D4 \u05D2\u05D3\u05D5\u05DC \u05D9\u05D5\u05EA\u05E8.",name:"\u05D0\u05D9\u05DB\u05D5\u05EA JPEG"},locationForNewAttachments:{description:{part1:"\u05D4\u05EA\u05D7\u05DC \u05E2\u05DD",part2:"\u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E0\u05EA\u05D9\u05D1 \u05D9\u05D7\u05E1\u05D9.",part3:"\u05E8\u05D0\u05D4",part4:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part5:"\u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E0\u05E7\u05D5\u05D3\u05D4 \u05DB\u05DE\u05D5",part6:"\u05DC\u05D0 \u05DE\u05D5\u05DE\u05DC\u05E6\u05D5\u05EA, \u05DB\u05D9 Obsidian \u05DC\u05D0 \u05E2\u05D5\u05E7\u05D1 \u05D0\u05D7\u05E8\u05D9\u05D4\u05DF. \u05D9\u05D9\u05EA\u05DB\u05DF \u05E9\u05EA\u05E6\u05D8\u05E8\u05DA \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1",part7:"\u05EA\u05D5\u05E1\u05E3 \u05DC\u05E0\u05D9\u05D4\u05D5\u05DC \u05D0\u05D5\u05EA\u05DF."},name:"\u05DE\u05D9\u05E7\u05D5\u05DD \u05DC\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D7\u05D3\u05E9\u05D9\u05DD"},markdownUrlFormat:{description:{part1:"\u05E4\u05D5\u05E8\u05DE\u05D8 \u05E2\u05D1\u05D5\u05E8 \u05D4-URL \u05E9\u05D9\u05D5\u05DB\u05E0\u05E1 \u05DC-Markdown.",part2:"\u05E8\u05D0\u05D4",part3:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part4:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC."},name:"\u05E4\u05D5\u05E8\u05DE\u05D8 URL Markdown"},renameAttachmentsToLowerCase:"\u05E9\u05E0\u05D4 \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DC\u05D0\u05D5\u05EA\u05D9\u05D5\u05EA \u05E7\u05D8\u05E0\u05D5\u05EA",renamedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part3:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05D4\u05D2\u05D3\u05E8\u05EA",part4:"\u05D1\u05DE\u05E7\u05D5\u05DD."},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E9\u05DE\u05D5 \u05E9\u05D5\u05E0\u05D4"},resetToSampleCustomTokens:{message:"\u05D4\u05D0\u05DD \u05D0\u05EA\u05D4 \u05D1\u05D8\u05D5\u05D7 \u05E9\u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05DC\u05D0\u05E4\u05E1 \u05D0\u05EA \u05D4\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D4\u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D4\u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D3\u05D5\u05D2\u05DE\u05D4? \u05D4\u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD \u05E9\u05DC\u05DA \u05D9\u05D0\u05D1\u05D3\u05D5.",title:"\u05D0\u05E4\u05E1 \u05DC\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D3\u05D5\u05D2\u05DE\u05D4"},shouldConvertPastedImagesToJpeg:{description:"\u05D4\u05D0\u05DD \u05DC\u05D4\u05DE\u05D9\u05E8 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05DC-JPEG. \u05D7\u05DC \u05E8\u05E7 \u05DB\u05D0\u05E9\u05E8 \u05EA\u05D5\u05DB\u05DF \u05EA\u05DE\u05D5\u05E0\u05EA PNG \u05DE\u05D5\u05D3\u05D1\u05E7 \u05D9\u05E9\u05D9\u05E8\u05D5\u05EA \u05DE\u05D4\u05DC\u05D5\u05D7. \u05D1\u05D3\u05E8\u05DA \u05DB\u05DC\u05DC, \u05DC\u05D4\u05D3\u05D1\u05E7\u05EA \u05E6\u05D9\u05DC\u05D5\u05DE\u05D9 \u05DE\u05E1\u05DA.",name:"\u05D4\u05D0\u05DD \u05DC\u05D4\u05DE\u05D9\u05E8 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05DC-JPEG"},shouldDeleteOrphanAttachments:{description:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05DB\u05D0\u05E9\u05E8 \u05D4\u05E8\u05E9\u05D9\u05DE\u05D4 \u05E0\u05DE\u05D7\u05E7\u05EA, \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05D9\u05EA\u05D5\u05DE\u05D9\u05DD \u05E9\u05DC\u05D4 \u05E0\u05DE\u05D7\u05E7\u05D9\u05DD \u05D2\u05DD \u05DB\u05DF.",name:"\u05D4\u05D0\u05DD \u05DC\u05DE\u05D7\u05D5\u05E7 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D9\u05EA\u05D5\u05DE\u05D9\u05DD"},shouldRenameAttachmentFiles:{description:{part1:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05DB\u05D0\u05E9\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05E7\u05D1\u05DC\u05EA \u05E9\u05DD \u05D7\u05D3\u05E9 \u05D0\u05D5 \u05DE\u05D5\u05E2\u05D1\u05E8\u05EA, \u05E7\u05D1\u05E6\u05D9 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05DC\u05D4 \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD \u05DC\u05E4\u05D9 \u05D4\u05D2\u05D3\u05E8\u05EA",part2:"."},name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},shouldRenameAttachmentFolders:{description:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DB\u05D0\u05E9\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05E7\u05D1\u05DC\u05EA \u05E9\u05DD \u05D7\u05D3\u05E9 \u05D0\u05D5 \u05DE\u05D5\u05E2\u05D1\u05E8\u05EA.",name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},shouldRenameCollectedAttachments:{description:{part1:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05DE\u05E2\u05D5\u05D1\u05D3\u05D9\u05DD \u05D3\u05E8\u05DA",part2:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD",part3:"\u05E4\u05E7\u05D5\u05D3\u05D5\u05EA \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD \u05DC\u05E4\u05D9",part4:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4."},name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05E0\u05D0\u05E1\u05E4\u05D5"},specialCharacters:{description:{part1:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DC\u05D4\u05D7\u05DC\u05E4\u05D4 \u05D0\u05D5 \u05D4\u05E1\u05E8\u05D4.",part2:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E8 \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD."},name:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD"},specialCharactersReplacement:{description:{part1:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D4\u05D7\u05DC\u05E4\u05D4 \u05E2\u05D1\u05D5\u05E8 \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5.",part2:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05D4\u05E1\u05E8\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD."},name:"\u05D4\u05D7\u05DC\u05E4\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD"},timeoutInSeconds:{description:{part1:"\u05D4\u05D6\u05DE\u05DF \u05D4\u05E7\u05E6\u05D5\u05D1 \u05D1\u05E9\u05E0\u05D9\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8 \u05DB\u05DC \u05D4\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA.",part2:"\u05D0\u05DD",part3:"\u05DE\u05D5\u05D2\u05D3\u05E8, \u05D6\u05DE\u05DF \u05D4\u05E7\u05E6\u05D5\u05D1 \u05DC\u05D1\u05D9\u05E6\u05D5\u05E2 \u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05DE\u05D1\u05D5\u05D8\u05DC."},name:"\u05D6\u05DE\u05DF \u05E7\u05E6\u05D5\u05D1 \u05D1\u05E9\u05E0\u05D9\u05D5\u05EA"},treatAsAttachmentExtensions:{description:{part1:"\u05D4\u05EA\u05D9\u05D9\u05D7\u05E1 \u05DC\u05E7\u05D1\u05E6\u05D9\u05DD \u05E2\u05DD \u05D4\u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05D4\u05D0\u05DC\u05D4 \u05DB\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD.",part2:"\u05D1\u05E8\u05D9\u05E8\u05EA \u05DE\u05D7\u05D3\u05DC",part3:"\u05D5",part4:"\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E7\u05D5\u05E9\u05E8\u05D9\u05DD \u05DC\u05D0 \u05DE\u05D8\u05D5\u05E4\u05DC\u05D9\u05DD \u05DB\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05DC\u05D0 \u05DE\u05D5\u05E2\u05D1\u05E8\u05D9\u05DD \u05E2\u05DD \u05D4\u05E8\u05E9\u05D9\u05DE\u05D4.",part5:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05D5\u05E1\u05D9\u05E3 \u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05D5\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA, \u05DC\u05DE\u05E9\u05DC",part6:", \u05DB\u05D3\u05D9 \u05DC\u05E2\u05E7\u05D5\u05E3 \u05D4\u05EA\u05E0\u05D4\u05D2\u05D5\u05EA \u05D6\u05D5."},name:"\u05D4\u05EA\u05D9\u05D9\u05D7\u05E1 \u05DB\u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"}},promptWithPreviewModal:{previewModal:{title:"\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4 \u05E9\u05DC \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 '{{fullFileName}}'"},title:"\u05E1\u05E4\u05E7 \u05E2\u05E8\u05DA \u05E2\u05D1\u05D5\u05E8 \u05D8\u05D5\u05E7\u05DF \u05D4\u05D4\u05E0\u05D7\u05D9\u05D4"},regularExpression:"/\u05D1\u05D9\u05D8\u05D5\u05D9 \u05E8\u05D2\u05D5\u05DC\u05E8\u05D9/"};var um={attachmentCollector:{confirm:{part1:"Szeretn\xE9 \xF6sszegy\u0171jteni a mell\xE9kleteket a mappa \xF6sszes jegyzet\xE9hez:",part2:"\xE9s az \xF6sszes almapp\xE1j\xE1hoz?",part3:"Ez a m\u0171velet nem vonhat\xF3 vissza."},progressBar:{message:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se {{iterationStr}} - '{{noteFilePath}}'.",title:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se..."}},buttons:{copy:"M\xE1sol\xE1s",move:"\xC1thelyez\xE9s",previewAttachmentFile:"Mell\xE9klet f\xE1jl el\u0151n\xE9zete",skip:"Kihagy\xE1s"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Mell\xE9klet",part2:"t\xF6bb jegyzet hivatkozik r\xE1."},heading:"T\xF6bb jegyzet \xE1ltal haszn\xE1lt mell\xE9klet gy\u0171jt\xE9se",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ugyanazt a m\u0171veletet kell haszn\xE1lni m\xE1s probl\xE9m\xE1s mell\xE9kletek eset\xE9ben"},commands:{collectAttachmentsCurrentFolder:"Mell\xE9kletek gy\u0171jt\xE9se a jelenlegi mapp\xE1b\xF3l",collectAttachmentsCurrentNote:"Mell\xE9kletek gy\u0171jt\xE9se a jelenlegi jegyzetb\u0151l",collectAttachmentsEntireVault:"Mell\xE9kletek gy\u0171jt\xE9se a teljes t\xE1rol\xF3b\xF3l"},menuItems:{collectAttachmentsInFolder:"Mell\xE9kletek gy\u0171jt\xE9se a mapp\xE1b\xF3l"},notice:{collectingAttachments:"Mell\xE9kletek gy\u0171jt\xE9se a k\xF6vetkez\u0151h\xF6z: '{{noteFilePath}}'",collectingAttachmentsCancelled:"Mell\xE9klet gy\u0171jt\xE9s megszak\xEDtva. R\xE9szletek\xE9rt l\xE1sd a konzolt.",generatedAttachmentFileNameIsInvalid:{part1:`A gener\xE1lt mell\xE9klet f\xE1jln\xE9v '{{path}}' \xE9rv\xE9nytelen.
+{{validationMessage}}
+Ellen\u0151rizd a`,part2:"be\xE1ll\xEDt\xE1sodat."},notePathIsIgnored:"A jegyzet el\xE9r\xE9si \xFAtja figyelmen k\xEDv\xFCl marad"},obsidianDevUtils:{buttons:{cancel:"M\xE9gse",ok:"OK"},dataview:{itemsPerPage:"Elemek oldalank\xE9nt:",jumpToPage:"Ugr\xE1s az oldalra:"},notices:{attachmentIsStillUsed:"A {{attachmentPath}} mell\xE9kletet m\xE9g mindig m\xE1s jegyzetek haszn\xE1lj\xE1k. Nem lesz t\xF6r\xF6lve.",unhandledError:"Nem kezelt hiba t\xF6rt\xE9nt. Tov\xE1bbi inform\xE1ci\xF3\xE9rt ellen\u0151rizd a konzolt."}},pluginSettings:{attachmentRenameMode:{all:{description:"minden f\xE1jl \xE1tnevez\xE9sre ker\xFCl.",displayText:"Minden"},none:{description:"neveik megmaradnak.",displayText:"Egyik sem"},onlyPastedImages:{description:"csak a beillesztett k\xE9pek ker\xFClnek \xE1tnevez\xE9sre. Csak akkor \xE9rv\xE9nyes, amikor a PNG k\xE9p tartalma k\xF6zvetlen\xFCl a v\xE1g\xF3lapr\xF3l van beillesztve. Jellemz\u0151en k\xE9perny\u0151k\xE9pek beilleszt\xE9s\xE9n\xE9l.",displayText:"Csak beillesztett k\xE9pek"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"mell\xE9klet gy\u0171jt\xE9s megszak\xEDt\xE1sa.",displayText:"M\xE9gse"},copy:{description:"mell\xE9klet m\xE1sol\xE1sa az \xFAj helyre.",displayText:"M\xE1sol\xE1s"},move:{description:"mell\xE9klet \xE1thelyez\xE9se az \xFAj helyre.",displayText:"\xC1thelyez\xE9s"},prompt:{description:"felhaszn\xE1l\xF3 k\xE9r\xE9se a m\u0171velet kiv\xE1laszt\xE1s\xE1ra.",displayText:"K\xE9r\xE9s"},skip:{description:"mell\xE9klet kihagy\xE1sa \xE9s folytat\xE1s a k\xF6vetkez\u0151vel.",displayText:"Kihagy\xE1s"}},defaultImageSizeDimension:{height:"Magass\xE1g",width:"Sz\xE9less\xE9g"},emptyAttachmentFolderBehavior:{delete:{description:"t\xF6rli az \xFCres mell\xE9klet mapp\xE1t.",displayText:"T\xF6rl\xE9s"},deleteWithEmptyParents:{description:"t\xF6rli az \xFCres mell\xE9klet mapp\xE1t \xE9s az \xFCres sz\xFCl\u0151 mapp\xE1it.",displayText:"T\xF6rl\xE9s \xFCres sz\xFCl\u0151kkel"},keep:{description:"megtartja az \xFCres mell\xE9klet mapp\xE1t.",displayText:"Megtart\xE1s"}}},pluginSettingsManager:{customToken:{codeComment:`// Az egy\xE9ni tokenek kommentbe ker\xFCltek, mert friss\xEDteni kell \u0151ket a 9.0.0 verzi\xF3ban bevezetett \xFAj form\xE1tumra.
+// Tov\xE1bbi inform\xE1ci\xF3\xE9rt l\xE1sd a dokument\xE1ci\xF3t (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens).`,deprecated:{part1:"A 9.0.0 verzi\xF3ban az egy\xE9ni token regisztr\xE1ci\xF3 form\xE1tuma megv\xE1ltozott. K\xE9rj\xFCk, friss\xEDtsd a tokenjeidet ennek megfelel\u0151en. L\xE1sd a",part2:"dokument\xE1ci\xF3t",part3:"tov\xE1bbi inform\xE1ci\xF3\xE9rt"}},legacyRenameAttachmentsToLowerCase:{part1:"A 9.0.0 verzi\xF3ban a",part2:"be\xE1ll\xEDt\xE1s elavult. Haszn\xE1ld a",part3:"form\xE1tumot helyette. L\xE1sd a",part4:"dokument\xE1ci\xF3t",part5:"tov\xE1bbi inform\xE1ci\xF3\xE9rt"},markdownUrlFormat:{deprecated:{part1:"Lehet, hogy hib\xE1s \xE9rt\xE9ket \xE1ll\xEDtott\xE1l be a",part2:"form\xE1tumhoz. K\xE9rj\xFCk, l\xE1sd a",part3:"dokument\xE1ci\xF3t",part4:"tov\xE1bbi inform\xE1ci\xF3\xE9rt",part5:"Ez az \xFCzenet nem jelenik meg \xFAjra."}},specialCharacters:{part1:"A 9.16.0 verzi\xF3ban a",part2:"alap\xE9rtelmezett be\xE1ll\xEDt\xE1si \xE9rt\xE9k megv\xE1ltozott. A be\xE1ll\xEDt\xE1si \xE9rt\xE9ked friss\xEDt\xE9sre ker\xFClt az \xFAj alap\xE9rtelmezett \xE9rt\xE9kre."},validation:{defaultImageSizeMustBePercentageOrPixels:"Az alap\xE9rtelmezett k\xE9pm\xE9retnek pixelben vagy sz\xE1zal\xE9kban kell megadva lennie",invalidCustomTokensCode:"\xC9rv\xE9nytelen egy\xE9ni token k\xF3d",invalidRegularExpression:"\xC9rv\xE9nytelen regul\xE1ris kifejez\xE9s {{regExp}}",specialCharactersMustNotContainSlash:"A speci\xE1lis karakterek nem tartalmazhatnak / jelet",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A speci\xE1lis karakterek helyettes\xEDt\xE9se nem tartalmazhat \xE9rv\xE9nytelen f\xE1jln\xE9v el\xE9r\xE9si \xFAt karaktereket."},version:{part1:"A be\xE1ll\xEDt\xE1si f\xE1jlod ",part2:"verzi\xF3ja",part3:"\xFAjabb, mint a jelenlegi b\u0151v\xEDtm\xE9ny verzi\xF3",part4:"A b\u0151v\xEDtm\xE9ny nem a v\xE1rt m\xF3don m\u0171k\xF6dhet. K\xE9rj\xFCk, friss\xEDtsd a b\u0151v\xEDtm\xE9nyt a leg\xFAjabb verzi\xF3ra vagy gy\u0151z\u0151dj meg r\xF3la, hogy a be\xE1ll\xEDt\xE1sok helyesek."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"F\xE1jlok csatol\xE1sakor:"},name:"Mell\xE9klet \xE1tnevez\xE9si m\xF3d"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Amikor a gy\u0171jt\xF6tt mell\xE9kletet t\xF6bb jegyzet haszn\xE1lja:"},name:"T\xF6bb jegyzet \xE1ltal haszn\xE1lt mell\xE9klet gy\u0171jt\xE9si m\xF3d"},collectedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket",part3:"Hagyd \xFCresen, hogy a",part4:"be\xE1ll\xEDt\xE1st haszn\xE1ld helyette."},name:"Gy\u0171jt\xF6tt mell\xE9klet f\xE1jln\xE9v"},customTokens:{description:{part1:"Haszn\xE1land\xF3 egy\xE9ni tokenek.",part2:"L\xE1sd a",part3:"dokument\xE1ci\xF3t",part4:"tov\xE1bbi inform\xE1ci\xF3\xE9rt.",part5:"\u26A0\uFE0F Az egy\xE9ni tokenek tetsz\u0151leges JavaScript k\xF3d lehetnek. Ha rosszul \xEDrt\xE1k, adatveszt\xE9st okozhatnak. Saj\xE1t felel\u0151ss\xE9gre haszn\xE1ld."},name:"Egy\xE9ni tokenek"},defaultImageSize:{description:{part1:"Az alap\xE9rtelmezett k\xE9pm\xE9ret.",part2:"Meghat\xE1rozhat\xF3 pixelben",part3:"vagy a teljes k\xE9pm\xE9ret sz\xE1zal\xE9k\xE1ban",part4:"Hagyja \xFCresen az eredeti m\xE9ret haszn\xE1lat\xE1hoz."},name:"Alap\xE9rtelmezett k\xE9pm\xE9ret"},duplicateNameSeparator:{description:{part1:"Amikor egy megl\xE9v\u0151 f\xE1jllal azonos nev\u0171 f\xE1jlt illesztesz be/h\xFAzol, ez az elv\xE1laszt\xF3 ker\xFCl hozz\xE1ad\xE1sra a f\xE1jln\xE9vhez.",part2:"Pl. amikor a f\xE1jlt",part3:"h\xFAzod, \xE1tnevez\xE9sre ker\xFCl",part4:"stb., az els\u0151 el\xE9rhet\u0151 nevet kapva."},name:"Duplik\xE1lt n\xE9v elv\xE1laszt\xF3"},emptyAttachmentFolderBehavior:{description:{part1:"Amikor a mell\xE9klet mappa \xFCres lesz:"},name:"\xDCres mell\xE9klet mappa viselked\xE9s"},excludePaths:{description:{part1:"Jegyzetek kiz\xE1r\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l.",part2:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part3:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part4:"Ha a be\xE1ll\xEDt\xE1s \xFCres, egyetlen jegyzet sem ker\xFCl kiz\xE1r\xE1sra."},name:"\xDAtvonalak kiz\xE1r\xE1sa"},excludePathsFromAttachmentCollecting:{description:{part1:"Mell\xE9kletek kiz\xE1r\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l, amikor a",part2:"Mell\xE9kletek gy\u0171jt\xE9se",part3:"parancs v\xE9grehajt\xF3dik.",part4:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part5:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part6:"Ha a be\xE1ll\xEDt\xE1s \xFCres, egyetlen \xFAtvonal sem ker\xFCl kiz\xE1r\xE1sra a mell\xE9klet gy\u0171jt\xE9sb\u0151l."},name:"\xDAtvonalak kiz\xE1r\xE1sa a mell\xE9klet gy\u0171jt\xE9sb\u0151l"},generatedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket"},name:"Gener\xE1lt mell\xE9klet f\xE1jln\xE9v"},includePaths:{description:{part1:"Jegyzetek belefoglal\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l.",part2:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part3:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part4:"Ha a be\xE1ll\xEDt\xE1s \xFCres, minden jegyzet bele van foglalva."},name:"\xDAtvonalak belefoglal\xE1sa"},jpegQuality:{description:"Min\xE9l kisebb a min\u0151s\xE9g, ann\xE1l nagyobb a t\xF6m\xF6r\xEDt\xE9si ar\xE1ny.",name:"JPEG min\u0151s\xE9g"},locationForNewAttachments:{description:{part1:"Kezdd a",part2:"jel\xF6l\xE9ssel relat\xEDv \xFAtvonal haszn\xE1lat\xE1hoz.",part3:"L\xE1sd az el\xE9rhet\u0151",part4:"tokeneket",part5:"Pont mapp\xE1k, mint a",part6:"nem aj\xE1nlottak, mert az Obsidian nem k\xF6veti \u0151ket. Sz\xFCks\xE9ged lehet",part7:"b\u0151v\xEDtm\xE9nyre a kezel\xE9s\xFCkh\xF6z."},name:"\xDAj mell\xE9kletek helye"},markdownUrlFormat:{description:{part1:"Form\xE1tum a Markdown-ba beillesztend\u0151 URL-hez.",part2:"L\xE1sd az el\xE9rhet\u0151",part3:"tokeneket",part4:"Hagyd \xFCresen az alap\xE9rtelmezett form\xE1tum haszn\xE1lat\xE1hoz."},name:"Markdown URL form\xE1tum"},renameAttachmentsToLowerCase:"Mell\xE9kletek \xE1tnevez\xE9se kisbet\u0171re",renamedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket",part3:"Hagyd \xFCresen, hogy a",part4:"be\xE1ll\xEDt\xE1st haszn\xE1ld helyette."},name:"\xC1tnevezett mell\xE9klet f\xE1jln\xE9v"},resetToSampleCustomTokens:{message:"Biztosan vissza\xE1ll\xEDtod az egy\xE9ni tokeneket a minta egy\xE9ni tokenekre? A v\xE1ltoztat\xE1said elvesznek.",title:"Vissza\xE1ll\xEDt\xE1s minta egy\xE9ni tokenekre"},shouldConvertPastedImagesToJpeg:{description:"Beillesztett k\xE9pek JPEG-re konvert\xE1l\xE1sa. Csak akkor \xE9rv\xE9nyes, amikor a PNG k\xE9p tartalma k\xF6zvetlen\xFCl a v\xE1g\xF3lapr\xF3l van beillesztve. Jellemz\u0151en k\xE9perny\u0151k\xE9pek beilleszt\xE9s\xE9n\xE9l.",name:"Beillesztett k\xE9pek JPEG-re konvert\xE1l\xE1sa"},shouldDeleteOrphanAttachments:{description:"Ha enged\xE9lyezve, amikor a jegyzet t\xF6rl\xE9sre ker\xFCl, az \xE1rva mell\xE9kletei is t\xF6rl\xE9sre ker\xFClnek.",name:"\xC1rva mell\xE9kletek t\xF6rl\xE9se"},shouldRenameAttachmentFiles:{description:{part1:"Ha enged\xE9lyezve, amikor egy jegyzet \xE1tnevez\xE9sre ker\xFCl vagy \xE1thelyez\xE9sre, a mell\xE9klet f\xE1jljai \xE1tnevez\xE9sre ker\xFClnek a",part2:"be\xE1ll\xEDt\xE1s szerint."},name:"Mell\xE9klet f\xE1jlok \xE1tnevez\xE9se"},shouldRenameAttachmentFolders:{description:"Mell\xE9klet mapp\xE1k \xE1tnevez\xE9se, amikor egy jegyzet \xE1tnevez\xE9sre ker\xFCl vagy \xE1thelyez\xE9sre.",name:"Mell\xE9klet mapp\xE1k \xE1tnevez\xE9se"},shouldRenameCollectedAttachments:{description:{part1:"Ha enged\xE9lyezve, a",part2:"Mell\xE9kletek gy\u0171jt\xE9se",part3:"parancsokon kereszt\xFCl feldolgozott mell\xE9kletek \xE1tnevez\xE9sre ker\xFClnek a",part4:"be\xE1ll\xEDt\xE1s szerint."},name:"Gy\u0171jt\xF6tt mell\xE9kletek \xE1tnevez\xE9se"},specialCharacters:{description:{part1:"Speci\xE1lis karakterek a mell\xE9klet mapp\xE1ban \xE9s f\xE1jln\xE9vben cser\xE9lend\u0151 vagy elt\xE1vol\xEDtand\xF3.",part2:"Hagyd \xFCresen a speci\xE1lis karakterek meg\u0151rz\xE9s\xE9hez."},name:"Speci\xE1lis karakterek"},specialCharactersReplacement:{description:{part1:"Helyettes\xEDt\u0151 string a speci\xE1lis karakterekhez a mell\xE9klet mapp\xE1ban \xE9s f\xE1jln\xE9vben.",part2:"Hagyd \xFCresen a speci\xE1lis karakterek elt\xE1vol\xEDt\xE1s\xE1hoz."},name:"Speci\xE1lis karakterek helyettes\xEDt\xE9se"},timeoutInSeconds:{description:{part1:"Az id\u0151t\xFAll\xE9p\xE9s m\xE1sodpercekben minden m\u0171velethez.",part2:"Ha",part3:"be van \xE1ll\xEDtva, a m\u0171veletek v\xE9grehajt\xE1si id\u0151t\xFAll\xE9p\xE9se le van tiltva."},name:"Id\u0151t\xFAll\xE9p\xE9s m\xE1sodpercekben"},treatAsAttachmentExtensions:{description:{part1:"F\xE1jlok kezel\xE9se ezekkel a kiterjeszt\xE9sekkel mell\xE9kletekk\xE9nt.",part2:"Alap\xE9rtelmezetten",part3:"\xE9s",part4:"kapcsolt f\xE1jlok nem kezelend\u0151k mell\xE9kletekk\xE9nt \xE9s nem mozgatand\xF3k a jegyzettel.",part5:"Hozz\xE1adhatsz egy\xE9ni kiterjeszt\xE9seket, pl.",part6:", a viselked\xE9s fel\xFCl\xEDr\xE1s\xE1hoz."},name:"Mell\xE9klet kiterjeszt\xE9sek kezel\xE9se"}},promptWithPreviewModal:{previewModal:{title:"Mell\xE9klet f\xE1jl el\u0151n\xE9zete '{{fullFileName}}'"},title:"Adj meg egy \xE9rt\xE9ket a prompt tokenhez"},regularExpression:"/regul\xE1ris kifejez\xE9s/"};var mm={attachmentCollector:{confirm:{part1:"Apakah Anda ingin mengumpulkan lampiran untuk semua catatan di folder:",part2:"dan semua subfoldernya?",part3:"Operasi ini tidak dapat dibatalkan."},progressBar:{message:"Mengumpulkan lampiran {{iterationStr}} - '{{noteFilePath}}'.",title:"Mengumpulkan lampiran..."}},buttons:{copy:"Salin",move:"Pindah",previewAttachmentFile:"Pratinjau file lampiran",skip:"Lewati"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Lampiran",part2:"dirujuk oleh beberapa catatan."},heading:"Mengumpulkan lampiran yang digunakan oleh beberapa catatan",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Harus menggunakan tindakan yang sama untuk lampiran bermasalah lainnya"},commands:{collectAttachmentsCurrentFolder:"Kumpulkan lampiran di folder saat ini",collectAttachmentsCurrentNote:"Kumpulkan lampiran di catatan saat ini",collectAttachmentsEntireVault:"Kumpulkan lampiran di seluruh vault"},menuItems:{collectAttachmentsInFolder:"Kumpulkan lampiran di folder"},notice:{collectingAttachments:"Mengumpulkan lampiran untuk '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pengumpulan lampiran dibatalkan. Lihat konsol untuk detail.",generatedAttachmentFileNameIsInvalid:{part1:`Nama file lampiran yang dihasilkan '{{path}}' tidak valid.
+{{validationMessage}}
+Periksa`,part2:"pengaturan Anda."},notePathIsIgnored:"Jalur catatan diabaikan"},obsidianDevUtils:{buttons:{cancel:"Batal",ok:"OK"},dataview:{itemsPerPage:"Item per halaman:",jumpToPage:"Lompat ke halaman:"},notices:{attachmentIsStillUsed:"Lampiran {{attachmentPath}} masih digunakan oleh catatan lain. Tidak akan dihapus.",unhandledError:"Terjadi kesalahan yang tidak tertangani. Silakan periksa konsol untuk informasi lebih lanjut."}},pluginSettings:{attachmentRenameMode:{all:{description:"semua file akan diubah namanya.",displayText:"Semua"},none:{description:"nama mereka dipertahankan.",displayText:"Tidak ada"},onlyPastedImages:{description:"hanya gambar yang ditempel yang akan diubah namanya. Berlaku hanya ketika konten gambar PNG ditempel langsung dari clipboard. Biasanya, untuk menempel screenshot.",displayText:"Hanya gambar yang ditempel"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"batalkan pengumpulan lampiran.",displayText:"Batal"},copy:{description:"salin lampiran ke lokasi baru.",displayText:"Salin"},move:{description:"pindahkan lampiran ke lokasi baru.",displayText:"Pindah"},prompt:{description:"minta pengguna untuk memilih tindakan.",displayText:"Permintaan"},skip:{description:"lewati lampiran dan lanjutkan ke yang berikutnya.",displayText:"Lewati"}},defaultImageSizeDimension:{height:"Tinggi",width:"Lebar"},emptyAttachmentFolderBehavior:{delete:{description:"akan menghapus folder lampiran yang kosong.",displayText:"Hapus"},deleteWithEmptyParents:{description:"akan menghapus folder lampiran yang kosong dan folder induk kosongnya.",displayText:"Hapus dengan induk kosong"},keep:{description:"akan mempertahankan folder lampiran yang kosong.",displayText:"Simpan"}}},pluginSettingsManager:{customToken:{codeComment:`// Token kustom dikomentari karena harus diperbarui ke format baru yang diperkenalkan di versi plugin 9.0.0.
+// Lihat dokumentasi (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) untuk informasi lebih lanjut.`,deprecated:{part1:"Di versi plugin 9.0.0, format registrasi token kustom berubah. Silakan perbarui token Anda sesuai. Lihat",part2:"dokumentasi",part3:"untuk informasi lebih lanjut"}},legacyRenameAttachmentsToLowerCase:{part1:"Di versi plugin 9.0.0, pengaturan",part2:"sudah tidak digunakan lagi. Gunakan format",part3:"sebagai gantinya. Lihat",part4:"dokumentasi",part5:"untuk informasi lebih lanjut"},markdownUrlFormat:{deprecated:{part1:"Anda mungkin memiliki nilai yang salah untuk format",part2:". Silakan lihat",part3:"dokumentasi",part4:"untuk informasi lebih lanjut",part5:"Pesan ini tidak akan ditampilkan lagi."}},specialCharacters:{part1:"Di versi plugin 9.16.0, nilai pengaturan default",part2:"berubah. Nilai pengaturan Anda diperbarui ke nilai default baru."},validation:{defaultImageSizeMustBePercentageOrPixels:"Ukuran gambar default harus dalam piksel atau persentase",invalidCustomTokensCode:"Kode token kustom tidak valid",invalidRegularExpression:"Ekspresi reguler tidak valid {{regExp}}",specialCharactersMustNotContainSlash:"Karakter khusus tidak boleh mengandung /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Penggantian karakter khusus tidak boleh mengandung karakter jalur nama file yang tidak valid."},version:{part1:"File pengaturan Anda ",part2:"memiliki versi",part3:"yang lebih baru dari versi plugin saat ini",part4:"Plugin mungkin tidak berfungsi seperti yang diharapkan. Silakan perbarui plugin ke versi terbaru atau pastikan pengaturannya benar."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Saat melampirkan file:"},name:"Mode penggantian nama lampiran"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Ketika lampiran yang dikumpulkan digunakan oleh beberapa catatan:"},name:"Mode pengumpulan lampiran yang digunakan oleh beberapa catatan"},collectedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia",part3:"Biarkan kosong untuk menggunakan",part4:"pengaturan sebagai gantinya."},name:"Nama file lampiran yang dikumpulkan"},customTokens:{description:{part1:"Token kustom yang akan digunakan.",part2:"Lihat",part3:"dokumentasi",part4:"untuk informasi lebih lanjut.",part5:"\u26A0\uFE0F Token kustom dapat berupa kode JavaScript arbitrer. Jika ditulis dengan buruk, dapat menyebabkan kehilangan data. Gunakan dengan risiko sendiri."},name:"Token kustom"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},duplicateNameSeparator:{description:{part1:"Ketika Anda menempel/menyeret file dengan nama yang sama dengan file yang ada, pemisah ini akan ditambahkan ke nama file.",part2:"Misalnya, ketika Anda menyeret file",part3:", itu akan diubah namanya menjadi",part4:", dll, mendapatkan nama pertama yang tersedia."},name:"Pemisah nama duplikat"},emptyAttachmentFolderBehavior:{description:{part1:"Ketika folder lampiran menjadi kosong:"},name:"Perilaku folder lampiran kosong"},excludePaths:{description:{part1:"Kecualikan catatan dari jalur berikut.",part2:"Masukkan setiap jalur pada baris baru.",part3:"Anda dapat menggunakan string jalur atau",part4:"Jika pengaturan kosong, tidak ada catatan yang dikecualikan."},name:"Kecualikan jalur"},excludePathsFromAttachmentCollecting:{description:{part1:"Kecualikan lampiran dari jalur berikut ketika",part2:"Kumpulkan lampiran",part3:"perintah dijalankan.",part4:"Masukkan setiap jalur pada baris baru.",part5:"Anda dapat menggunakan string jalur atau",part6:"Jika pengaturan kosong, tidak ada jalur yang dikecualikan dari pengumpulan lampiran."},name:"Kecualikan jalur dari pengumpulan lampiran"},generatedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia"},name:"Nama file lampiran yang dihasilkan"},includePaths:{description:{part1:"Sertakan catatan dari jalur berikut.",part2:"Masukkan setiap jalur pada baris baru.",part3:"Anda dapat menggunakan string jalur atau",part4:"Jika pengaturan kosong, semua catatan disertakan."},name:"Sertakan jalur"},jpegQuality:{description:"Semakin kecil kualitasnya, semakin besar rasio kompresi.",name:"Kualitas JPEG"},locationForNewAttachments:{description:{part1:"Mulai dengan",part2:"untuk menggunakan jalur relatif.",part3:"Lihat",part4:"token yang tersedia",part5:"Folder titik seperti",part6:"tidak direkomendasikan, karena Obsidian tidak melacaknya. Anda mungkin perlu menggunakan",part7:"Plugin untuk mengelolanya."},name:"Lokasi untuk lampiran baru"},markdownUrlFormat:{description:{part1:"Format untuk URL yang akan dimasukkan ke Markdown.",part2:"Lihat",part3:"token yang tersedia",part4:"Biarkan kosong untuk menggunakan format default."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Ubah nama lampiran menjadi huruf kecil",renamedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia",part3:"Biarkan kosong untuk menggunakan",part4:"pengaturan sebagai gantinya."},name:"Nama file lampiran yang diubah namanya"},resetToSampleCustomTokens:{message:"Apakah Anda yakin ingin mengatur ulang token kustom ke token kustom sampel? Perubahan Anda akan hilang.",title:"Atur ulang ke token kustom sampel"},shouldConvertPastedImagesToJpeg:{description:"Apakah akan mengkonversi gambar yang ditempel ke JPEG. Berlaku hanya ketika konten gambar PNG ditempel langsung dari clipboard. Biasanya, untuk menempel screenshot.",name:"Haruskah mengkonversi gambar yang ditempel ke JPEG"},shouldDeleteOrphanAttachments:{description:"Jika diaktifkan, ketika catatan dihapus, lampiran yatimnya juga akan dihapus.",name:"Haruskah menghapus lampiran yatim"},shouldRenameAttachmentFiles:{description:{part1:"Jika diaktifkan, ketika catatan diubah namanya atau dipindahkan, file lampirannya akan diubah namanya sesuai dengan",part2:"pengaturan."},name:"Haruskah mengubah nama file lampiran"},shouldRenameAttachmentFolders:{description:"Apakah akan mengubah nama folder lampiran ketika catatan diubah namanya atau dipindahkan.",name:"Haruskah mengubah nama folder lampiran"},shouldRenameCollectedAttachments:{description:{part1:"Jika diaktifkan, lampiran yang diproses melalui",part2:"Kumpulkan lampiran",part3:"perintah akan diubah namanya sesuai dengan",part4:"pengaturan."},name:"Haruskah mengubah nama lampiran yang dikumpulkan"},specialCharacters:{description:{part1:"Karakter khusus dalam folder lampiran dan nama file yang akan diganti atau dihapus.",part2:"Biarkan kosong untuk mempertahankan karakter khusus."},name:"Karakter khusus"},specialCharactersReplacement:{description:{part1:"String pengganti untuk karakter khusus dalam folder lampiran dan nama file.",part2:"Biarkan kosong untuk menghapus karakter khusus."},name:"Penggantian karakter khusus"},timeoutInSeconds:{description:{part1:"Timeout dalam detik untuk semua operasi.",part2:"Jika",part3:"diatur, timeout eksekusi operasi dinonaktifkan."},name:"Timeout dalam detik"},treatAsAttachmentExtensions:{description:{part1:"Perlakukan file dengan ekstensi ini sebagai lampiran.",part2:"Secara default",part3:"dan",part4:"file yang ditautkan tidak diperlakukan sebagai lampiran dan tidak dipindahkan dengan catatan.",part5:"Anda dapat menambahkan ekstensi kustom, misalnya",part6:", untuk menimpa perilaku ini."},name:"Perlakukan sebagai ekstensi lampiran"}},promptWithPreviewModal:{previewModal:{title:"Pratinjau file lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ekspresi reguler/"};var hm={attachmentCollector:{confirm:{part1:"Vuoi raccogliere gli allegati per tutte le note nella cartella:",part2:"e tutte le sue sottocartelle?",part3:"Questa operazione non pu\xF2 essere annullata."},progressBar:{message:"Raccolta allegati {{iterationStr}} - '{{noteFilePath}}'.",title:"Raccolta allegati..."}},buttons:{copy:"Copia",move:"Sposta",previewAttachmentFile:"Anteprima file allegato",skip:"Salta"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"L'allegato",part2:"\xE8 referenziato da pi\xF9 note."},heading:"Raccolta allegato usato da pi\xF9 note",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Dovresti usare la stessa azione per altri allegati problematici"},commands:{collectAttachmentsCurrentFolder:"Raccogli allegati nella cartella corrente",collectAttachmentsCurrentNote:"Raccogli allegati nella nota corrente",collectAttachmentsEntireVault:"Raccogli allegati nell'intero vault"},menuItems:{collectAttachmentsInFolder:"Raccogli allegati nella cartella"},notice:{collectingAttachments:"Raccolta allegati per '{{noteFilePath}}'",collectingAttachmentsCancelled:"Raccolta allegati annullata. Consulta la console per i dettagli.",generatedAttachmentFileNameIsInvalid:{part1:`Il nome file allegato generato '{{path}}' non \xE8 valido.
+{{validationMessage}}
+Controlla le tue`,part2:"impostazioni."},notePathIsIgnored:"Il percorso della nota \xE8 ignorato"},obsidianDevUtils:{buttons:{cancel:"Annulla",ok:"OK"},dataview:{itemsPerPage:"Elementi per pagina:",jumpToPage:"Vai alla pagina:"},notices:{attachmentIsStillUsed:"L'allegato {{attachmentPath}} \xE8 ancora in uso da altre note. Non sar\xE0 eliminato.",unhandledError:"Si \xE8 verificato un errore non gestito. Controlla la console per ulteriori informazioni."}},pluginSettings:{attachmentRenameMode:{all:{description:"tutti i file vengono rinominati.",displayText:"Tutti"},none:{description:"i loro nomi vengono preservati.",displayText:"Nessuno"},onlyPastedImages:{description:"solo le immagini incollate vengono rinominate. Si applica solo quando il contenuto dell'immagine PNG viene incollato direttamente dagli appunti. Tipicamente, per incollare screenshot.",displayText:"Solo immagini incollate"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annulla la raccolta allegati.",displayText:"Annulla"},copy:{description:"copia l'allegato nella nuova posizione.",displayText:"Copia"},move:{description:"sposta l'allegato nella nuova posizione.",displayText:"Sposta"},prompt:{description:"chiedi all'utente di scegliere l'azione.",displayText:"Richiedi"},skip:{description:"salta l'allegato e procedi al successivo.",displayText:"Salta"}},defaultImageSizeDimension:{height:"Altezza",width:"Larghezza"},emptyAttachmentFolderBehavior:{delete:{description:"eliminer\xE0 la cartella allegati vuota.",displayText:"Elimina"},deleteWithEmptyParents:{description:"eliminer\xE0 la cartella allegati vuota e le sue cartelle padre vuote.",displayText:"Elimina con genitori vuoti"},keep:{description:"manterr\xE0 la cartella allegati vuota.",displayText:"Mantieni"}}},pluginSettingsManager:{customToken:{codeComment:`// I token personalizzati sono stati commentati poich\xE9 devono essere aggiornati al nuovo formato introdotto nella versione 9.0.0 del plugin.
+// Consulta la documentazione (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) per maggiori informazioni.`,deprecated:{part1:"Nella versione 9.0.0 del plugin, il formato di registrazione dei token personalizzati \xE8 cambiato. Aggiorna i tuoi token di conseguenza. Consulta la",part2:"documentazione",part3:"per maggiori informazioni"}},legacyRenameAttachmentsToLowerCase:{part1:"Nella versione 9.0.0 del plugin, l'impostazione",part2:"\xE8 deprecata. Usa il",part3:"formato invece. Vedi la",part4:"documentazione",part5:"per maggiori informazioni"},markdownUrlFormat:{deprecated:{part1:"Hai potenzialmente impostato un valore errato per il",part2:"formato. Consulta la",part3:"documentazione",part4:"per maggiori informazioni",part5:"Questo messaggio non verr\xE0 pi\xF9 mostrato."}},specialCharacters:{part1:"Nella versione 9.16.0 del plugin, il",part2:"valore predefinito dell'impostazione \xE8 stato modificato. Il tuo valore \xE8 stato aggiornato al nuovo valore predefinito."},validation:{defaultImageSizeMustBePercentageOrPixels:"La dimensione predefinita dell'immagine deve essere in pixel o percentuale",invalidCustomTokensCode:"Codice token personalizzati non valido",invalidRegularExpression:"Espressione regolare non valida {{regExp}}",specialCharactersMustNotContainSlash:"I caratteri speciali non devono contenere /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"La sostituzione dei caratteri speciali non deve contenere caratteri di percorso nome file non validi."},version:{part1:"Il tuo file delle impostazioni ",part2:"ha la versione",part3:"che \xE8 pi\xF9 recente della versione corrente del plugin",part4:"Il plugin potrebbe non funzionare come previsto. Aggiorna il plugin all'ultima versione o assicurati che le impostazioni siano corrette."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Quando si allegano file:"},name:"Modalit\xE0 rinomina allegati"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando l'allegato raccolto \xE8 usato da pi\xF9 note:"},name:"Modalit\xE0 raccolta allegato usato da pi\xF9 note"},collectedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili",part3:"Lascia vuoto per usare l'impostazione",part4:"al suo posto."},name:"Nome file allegato raccolto"},customTokens:{description:{part1:"Token personalizzati da utilizzare.",part2:"Vedi",part3:"documentazione",part4:"per maggiori informazioni.",part5:"\u26A0\uFE0F I token personalizzati possono essere codice JavaScript arbitrario. Se scritti male, possono causare perdita di dati. Usali a tuo rischio."},name:"Token personalizzati"},defaultImageSize:{description:{part1:"Dimensione predefinita dell'immagine.",part2:"Pu\xF2 essere specificata in pixel",part3:"o come percentuale della dimensione totale dell'immagine",part4:"Lasciare vuoto per usare la dimensione originale."},name:"Dimensione immagine predefinita"},duplicateNameSeparator:{description:{part1:"Quando incolli/trascini un file con lo stesso nome di un file esistente, questo separatore verr\xE0 aggiunto al nome del file.",part2:"Ad es., quando trascini il file",part3:", verr\xE0 rinominato in ",part4:", ecc, ottenendo il primo nome disponibile."},name:"Separatore nome duplicato"},emptyAttachmentFolderBehavior:{description:{part1:"Quando la cartella allegati diventa vuota:"},name:"Comportamento cartella allegati vuota"},excludePaths:{description:{part1:"Escludi note dai seguenti percorsi.",part2:"Inserisci ogni percorso su una nuova riga.",part3:"Puoi usare stringa percorso o",part4:"Se l'impostazione \xE8 vuota, nessuna nota viene esclusa."},name:"Percorsi esclusi"},excludePathsFromAttachmentCollecting:{description:{part1:"Escludi allegati dai seguenti percorsi quando il comando",part2:"Raccogli allegati",part3:"viene eseguito.",part4:"Inserisci ogni percorso su una nuova riga.",part5:"Puoi usare stringa percorso o",part6:"Se l'impostazione \xE8 vuota, nessun percorso viene escluso dalla raccolta allegati."},name:"Percorsi esclusi dalla raccolta allegati"},generatedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili"},name:"Nome file allegato generato"},includePaths:{description:{part1:"Includi note dai seguenti percorsi.",part2:"Inserisci ogni percorso su una nuova riga.",part3:"Puoi usare stringa percorso o",part4:"Se l'impostazione \xE8 vuota, tutte le note vengono incluse."},name:"Percorsi inclusi"},jpegQuality:{description:"Pi\xF9 piccola \xE8 la qualit\xE0, maggiore \xE8 il rapporto di compressione.",name:"Qualit\xE0 JPEG"},locationForNewAttachments:{description:{part1:"Inizia con",part2:"per usare percorso relativo.",part3:"Vedi",part4:"token disponibili",part5:"Cartelle punto come",part6:"non sono raccomandate, perch\xE9 Obsidian non le traccia. Potresti aver bisogno di usare",part7:"Plugin per gestirle."},name:"Posizione per nuovi allegati"},markdownUrlFormat:{description:{part1:"Formato per l'URL che sar\xE0 inserito in Markdown.",part2:"Vedi",part3:"token disponibili",part4:"Lascia vuoto per usare il formato predefinito."},name:"Formato URL Markdown"},renameAttachmentsToLowerCase:"Rinomina allegati in minuscolo",renamedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili",part3:"Lascia vuoto per usare l'impostazione",part4:"al suo posto."},name:"Nome file allegato rinominato"},resetToSampleCustomTokens:{message:"Sei sicuro di voler ripristinare i token personalizzati ai token personalizzati di esempio? Le tue modifiche andranno perse.",title:"Ripristina ai token personalizzati di esempio"},shouldConvertPastedImagesToJpeg:{description:"Se convertire le immagini incollate in JPEG. Si applica solo quando il contenuto dell'immagine PNG viene incollato direttamente dagli appunti. Tipicamente, per incollare screenshot.",name:"Converti immagini incollate in JPEG"},shouldDeleteOrphanAttachments:{description:"Se abilitato, quando la nota viene eliminata, anche i suoi allegati orfani vengono eliminati.",name:"Elimina allegati orfani"},shouldRenameAttachmentFiles:{description:{part1:"Se abilitato, quando una nota viene rinominata o spostata, i suoi file allegati verranno rinominati secondo l'impostazione",part2:"."},name:"Rinomina file allegati"},shouldRenameAttachmentFolders:{description:"Se rinominare le cartelle allegati quando una nota viene rinominata o spostata.",name:"Rinomina cartelle allegati"},shouldRenameCollectedAttachments:{description:{part1:"Se abilitato, gli allegati elaborati tramite",part2:"Raccogli allegati",part3:"verranno rinominati secondo l'impostazione",part4:"."},name:"Rinomina allegati raccolti"},specialCharacters:{description:{part1:"Caratteri speciali nel nome cartella e file allegato da sostituire o rimuovere.",part2:"Lascia vuoto per preservare i caratteri speciali."},name:"Caratteri speciali"},specialCharactersReplacement:{description:{part1:"Stringa di sostituzione per caratteri speciali nel nome cartella e file allegato.",part2:"Lascia vuoto per rimuovere i caratteri speciali."},name:"Sostituzione caratteri speciali"},timeoutInSeconds:{description:{part1:"Il timeout in secondi per tutte le operazioni.",part2:"Se",part3:"\xE8 impostato, il timeout di esecuzione delle operazioni \xE8 disabilitato."},name:"Timeout in secondi"},treatAsAttachmentExtensions:{description:{part1:"Tratta i file con queste estensioni come allegati.",part2:"Per impostazione predefinita",part3:"e",part4:"i file collegati non sono trattati come allegati e non vengono spostati con la nota.",part5:"Puoi aggiungere estensioni personalizzate, ad es.",part6:", per sovrascrivere questo comportamento."},name:"Tratta come estensioni allegati"}},promptWithPreviewModal:{previewModal:{title:"Anteprima file allegato '{{fullFileName}}'"},title:"Fornisci un valore per il token prompt"},regularExpression:"/espressione regolare/"};var gm={attachmentCollector:{confirm:{part1:"\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C8\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u3057\u307E\u3059\u304B\uFF1A",part2:"\u3068\u3059\u3079\u3066\u306E\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\uFF1F",part3:"\u3053\u306E\u64CD\u4F5C\u306F\u5143\u306B\u623B\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002"},progressBar:{message:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D {{iterationStr}} - '{{noteFilePath}}'.",title:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D..."}},buttons:{copy:"\u30B3\u30D4\u30FC",move:"\u79FB\u52D5",previewAttachmentFile:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30D7\u30EC\u30D3\u30E5\u30FC",skip:"\u30B9\u30AD\u30C3\u30D7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB",part2:"\u304C\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u3002"},heading:"\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u4ED6\u306E\u554F\u984C\u306E\u3042\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306B\u3082\u540C\u3058\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3059\u3079\u304D"},commands:{collectAttachmentsCurrentFolder:"\u73FE\u5728\u306E\u30D5\u30A9\u30EB\u30C0\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",collectAttachmentsCurrentNote:"\u73FE\u5728\u306E\u30CE\u30FC\u30C8\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",collectAttachmentsEntireVault:"\u30DC\u30EB\u30C8\u5168\u4F53\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6"},menuItems:{collectAttachmentsInFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6"},notice:{collectingAttachments:"'{{noteFilePath}}'\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D",collectingAttachmentsCancelled:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002\u8A73\u7D30\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D '{{path}}' \u304C\u7121\u52B9\u3067\u3059\u3002
+{{validationMessage}}
+\u8A2D\u5B9A\u3092`,part2:"\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},notePathIsIgnored:"\u30CE\u30FC\u30C8\u30D1\u30B9\u304C\u7121\u8996\u3055\u308C\u3066\u3044\u307E\u3059"},obsidianDevUtils:{buttons:{cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",ok:"OK"},dataview:{itemsPerPage:"\u30DA\u30FC\u30B8\u3042\u305F\u308A\u306E\u9805\u76EE\u6570:",jumpToPage:"\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7:"},notices:{attachmentIsStillUsed:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB {{attachmentPath}} \u306F\u4ED6\u306E\u30CE\u30FC\u30C8\u3067\u307E\u3060\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u524A\u9664\u3055\u308C\u307E\u305B\u3093\u3002",unhandledError:"\u672A\u51E6\u7406\u306E\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002",displayText:"\u3059\u3079\u3066"},none:{description:"\u540D\u524D\u304C\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002",displayText:"\u306A\u3057"},onlyPastedImages:{description:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u306E\u307F\u304C\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002PNG\u753B\u50CF\u306E\u5185\u5BB9\u304C\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u76F4\u63A5\u8CBC\u308A\u4ED8\u3051\u3089\u308C\u305F\u5834\u5408\u306B\u306E\u307F\u9069\u7528\u3055\u308C\u307E\u3059\u3002\u901A\u5E38\u3001\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u306E\u8CBC\u308A\u4ED8\u3051\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002",displayText:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u306E\u307F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u307E\u3059\u3002",displayText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},copy:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u5834\u6240\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002",displayText:"\u30B3\u30D4\u30FC"},move:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u5834\u6240\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002",displayText:"\u79FB\u52D5"},prompt:{description:"\u30E6\u30FC\u30B6\u30FC\u306B\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3059\u308B\u3088\u3046\u4FC3\u3057\u307E\u3059\u3002",displayText:"\u30D7\u30ED\u30F3\u30D7\u30C8"},skip:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u3066\u6B21\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u9032\u307F\u307E\u3059\u3002",displayText:"\u30B9\u30AD\u30C3\u30D7"}},defaultImageSizeDimension:{height:"\u9AD8\u3055",width:"\u5E45"},emptyAttachmentFolderBehavior:{delete:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002",displayText:"\u524A\u9664"},deleteWithEmptyParents:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u305D\u306E\u7A7A\u306E\u89AA\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002",displayText:"\u7A7A\u306E\u89AA\u30D5\u30A9\u30EB\u30C0\u3068\u4E00\u7DD2\u306B\u524A\u9664"},keep:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002",displayText:"\u4FDD\u6301"}}},pluginSettingsManager:{customToken:{codeComment:`// \u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306F\u3001\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u5C0E\u5165\u3055\u308C\u305F\u65B0\u3057\u3044\u5F62\u5F0F\u306B\u66F4\u65B0\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u305F\u3081\u3001\u30B3\u30E1\u30F3\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u307E\u3057\u305F\u3002
+// \u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002`,deprecated:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u306F\u3001\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u767B\u9332\u306E\u5F62\u5F0F\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u30C8\u30FC\u30AF\u30F3\u3092\u9069\u5207\u306B\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part2:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part3:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044"}},legacyRenameAttachmentsToLowerCase:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u306F\u3001",part2:"\u8A2D\u5B9A\u306F\u975E\u63A8\u5968\u3067\u3059\u3002\u4EE3\u308F\u308A\u306B",part3:"\u5F62\u5F0F\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part4:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part5:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044"},markdownUrlFormat:{deprecated:{part1:"\u4EE5\u4E0B\u306E\u5F62\u5F0F\u306B\u5BFE\u3057\u3066\u6F5C\u5728\u7684\u306B\u6B63\u3057\u304F\u306A\u3044\u5024\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059",part2:"\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part3:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part4:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044",part5:"\u3053\u306E\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u518D\u5EA6\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002"}},specialCharacters:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.16.0 \u3067\u306F\u3001",part2:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u5024\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u8A2D\u5B9A\u5024\u306F\u65B0\u3057\u3044\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306B\u66F4\u65B0\u3055\u308C\u307E\u3057\u305F\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u306F\u30D4\u30AF\u30BB\u30EB\u307E\u305F\u306F\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3067\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",invalidCustomTokensCode:"\u7121\u52B9\u306A\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u30B3\u30FC\u30C9",invalidRegularExpression:"\u7121\u52B9\u306A\u6B63\u898F\u8868\u73FE {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u6587\u5B57\u306B\u306F / \u3092\u542B\u3081\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB\u306B\u306F\u7121\u52B9\u306A\u30D5\u30A1\u30A4\u30EB\u540D\u30D1\u30B9\u6587\u5B57\u3092\u542B\u3081\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002"},version:{part1:"\u8A2D\u5B9A\u30D5\u30A1\u30A4\u30EB ",part2:"\u306E\u30D0\u30FC\u30B8\u30E7\u30F3",part3:"\u306F\u73FE\u5728\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u30D0\u30FC\u30B8\u30E7\u30F3\u3088\u308A\u65B0\u3057\u3044\u3067\u3059",part4:"\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u671F\u5F85\u901A\u308A\u306B\u52D5\u4F5C\u3057\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u6700\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u306B\u66F4\u65B0\u3059\u308B\u304B\u3001\u8A2D\u5B9A\u304C\u6B63\u3057\u3044\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u30D5\u30A1\u30A4\u30EB\u3092\u6DFB\u4ED8\u3059\u308B\u3068\u304D:"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30EA\u30CD\u30FC\u30E0\u30E2\u30FC\u30C9"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u304C\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u3068\u304D:"},name:"\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u30E2\u30FC\u30C9"},collectedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part3:"\u4EE3\u308F\u308A\u306B",part4:"\u8A2D\u5B9A\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},customTokens:{description:{part1:"\u4F7F\u7528\u3059\u308B\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3002",part2:"\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part3:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part4:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part5:"\u26A0\uFE0F \u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306F\u4EFB\u610F\u306EJavaScript\u30B3\u30FC\u30C9\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4E0D\u9069\u5207\u306B\u8A18\u8FF0\u3055\u308C\u305F\u5834\u5408\u3001\u30C7\u30FC\u30BF\u640D\u5931\u3092\u5F15\u304D\u8D77\u3053\u3059\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u81EA\u5DF1\u8CAC\u4EFB\u3067\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3"},defaultImageSize:{description:{part1:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u3067\u3059\u3002",part2:"\u30D4\u30AF\u30BB\u30EB\u3067\u6307\u5B9A\u3067\u304D\u307E\u3059",part3:"\u307E\u305F\u306F\u753B\u50CF\u5168\u4F53\u306E\u30B5\u30A4\u30BA\u306E\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3067\u6307\u5B9A\u3067\u304D\u307E\u3059",part4:"\u5143\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u6B04\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA"},duplicateNameSeparator:{description:{part1:"\u65E2\u5B58\u306E\u30D5\u30A1\u30A4\u30EB\u3068\u540C\u3058\u540D\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8CBC\u308A\u4ED8\u3051/\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u3068\u304D\u3001\u3053\u306E\u533A\u5207\u308A\u6587\u5B57\u304C\u30D5\u30A1\u30A4\u30EB\u540D\u306B\u8FFD\u52A0\u3055\u308C\u307E\u3059\u3002",part2:"\u4F8B\uFF1A\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u3068\u304D",part3:"\u3001\u305D\u308C\u306F",part4:"\u306A\u3069\u306B\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u3001\u6700\u521D\u306B\u5229\u7528\u53EF\u80FD\u306A\u540D\u524D\u3092\u53D6\u5F97\u3057\u307E\u3059\u3002"},name:"\u91CD\u8907\u540D\u533A\u5207\u308A\u6587\u5B57"},emptyAttachmentFolderBehavior:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u304C\u7A7A\u306B\u306A\u3063\u305F\u3068\u304D:"},name:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u306E\u52D5\u4F5C"},excludePaths:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3057\u307E\u3059\u3002",part2:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part4:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u30CE\u30FC\u30C8\u306F\u9664\u5916\u3055\u308C\u307E\u305B\u3093\u3002"},name:"\u9664\u5916\u30D1\u30B9"},excludePathsFromAttachmentCollecting:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u9664\u5916\u3057\u307E\u3059",part2:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",part3:"\u30B3\u30DE\u30F3\u30C9\u304C\u5B9F\u884C\u3055\u308C\u308B\u3068\u304D\u3002",part4:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part5:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part6:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u304B\u3089\u30D1\u30B9\u306F\u9664\u5916\u3055\u308C\u307E\u305B\u3093\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u304B\u3089\u9664\u5916\u3059\u308B\u30D1\u30B9"},generatedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167"},name:"\u751F\u6210\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},includePaths:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u30CE\u30FC\u30C8\u3092\u542B\u3081\u307E\u3059\u3002",part2:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part4:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C8\u304C\u542B\u307E\u308C\u307E\u3059\u3002"},name:"\u542B\u3081\u308B\u30D1\u30B9"},jpegQuality:{description:"\u54C1\u8CEA\u304C\u4F4E\u3044\u307B\u3069\u3001\u5727\u7E2E\u7387\u304C\u9AD8\u304F\u306A\u308A\u307E\u3059\u3002",name:"JPEG\u54C1\u8CEA"},locationForNewAttachments:{description:{part1:"\u76F8\u5BFE\u30D1\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F",part2:"\u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u5229\u7528\u53EF\u80FD\u306A",part4:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part5:"\u30C9\u30C3\u30C8\u30D5\u30A9\u30EB\u30C0\uFF08\u4F8B\uFF1A",part6:"\uFF09\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002Obsidian\u304C\u8FFD\u8DE1\u3057\u306A\u3044\u305F\u3081\u3067\u3059\u3002\u7BA1\u7406\u3059\u308B\u306B\u306F",part7:"\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u5FC5\u8981\u306A\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002"},name:"\u65B0\u3057\u3044\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240"},markdownUrlFormat:{description:{part1:"Markdown\u306B\u633F\u5165\u3055\u308C\u308BURL\u306E\u5F62\u5F0F\u3002",part2:"\u5229\u7528\u53EF\u80FD\u306A",part3:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part4:"\u30C7\u30D5\u30A9\u30EB\u30C8\u5F62\u5F0F\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"Markdown URL\u5F62\u5F0F"},renameAttachmentsToLowerCase:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u5C0F\u6587\u5B57\u306B\u30EA\u30CD\u30FC\u30E0",renamedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part3:"\u4EE3\u308F\u308A\u306B",part4:"\u8A2D\u5B9A\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},resetToSampleCustomTokens:{message:"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u30B5\u30F3\u30D7\u30EB\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306B\u30EA\u30BB\u30C3\u30C8\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F\u5909\u66F4\u306F\u5931\u308F\u308C\u307E\u3059\u3002",title:"\u30B5\u30F3\u30D7\u30EB\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306B\u30EA\u30BB\u30C3\u30C8"},shouldConvertPastedImagesToJpeg:{description:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u3092JPEG\u306B\u5909\u63DB\u3059\u308B\u304B\u3069\u3046\u304B\u3002PNG\u753B\u50CF\u306E\u5185\u5BB9\u304C\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u76F4\u63A5\u8CBC\u308A\u4ED8\u3051\u3089\u308C\u305F\u5834\u5408\u306B\u306E\u307F\u9069\u7528\u3055\u308C\u307E\u3059\u3002\u901A\u5E38\u3001\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u306E\u8CBC\u308A\u4ED8\u3051\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002",name:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u3092JPEG\u306B\u5909\u63DB\u3059\u308B"},shouldDeleteOrphanAttachments:{description:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C8\u304C\u524A\u9664\u3055\u308C\u305F\u3068\u304D\u3001\u305D\u306E\u5B64\u7ACB\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3082\u524A\u9664\u3055\u308C\u307E\u3059\u3002",name:"\u5B64\u7ACB\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3059\u308B"},shouldRenameAttachmentFiles:{description:{part1:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C8\u304C\u30EA\u30CD\u30FC\u30E0\u307E\u305F\u306F\u79FB\u52D5\u3055\u308C\u305F\u3068\u304D\u306B\u3001\u305D\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F",part2:"\u8A2D\u5B9A\u306B\u5F93\u3063\u3066\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},shouldRenameAttachmentFolders:{description:"\u30CE\u30FC\u30C8\u304C\u30EA\u30CD\u30FC\u30E0\u307E\u305F\u306F\u79FB\u52D5\u3055\u308C\u305F\u3068\u304D\u306B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B\u304B\u3069\u3046\u304B\u3002",name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},shouldRenameCollectedAttachments:{description:{part1:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001",part2:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",part3:"\u30B3\u30DE\u30F3\u30C9\u3092\u4ECB\u3057\u3066\u51E6\u7406\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F",part4:"\u8A2D\u5B9A\u306B\u5F93\u3063\u3066\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002"},name:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},specialCharacters:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u30D5\u30A1\u30A4\u30EB\u540D\u3067\u7F6E\u63DB\u307E\u305F\u306F\u524A\u9664\u3059\u308B\u7279\u6B8A\u6587\u5B57\u3002",part2:"\u7279\u6B8A\u6587\u5B57\u3092\u4FDD\u6301\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u7279\u6B8A\u6587\u5B57"},specialCharactersReplacement:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u30D5\u30A1\u30A4\u30EB\u540D\u306E\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB\u6587\u5B57\u5217\u3002",part2:"\u7279\u6B8A\u6587\u5B57\u3092\u524A\u9664\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB"},timeoutInSeconds:{description:{part1:"\u3059\u3079\u3066\u306E\u64CD\u4F5C\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09\u3002",part2:"\u3082\u3057",part3:"\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u64CD\u4F5C\u306E\u5B9F\u884C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u306F\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002"},name:"\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09"},treatAsAttachmentExtensions:{description:{part1:"\u3053\u308C\u3089\u306E\u62E1\u5F35\u5B50\u3092\u6301\u3064\u30D5\u30A1\u30A4\u30EB\u3092\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u6271\u3044\u307E\u3059\u3002",part2:"\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F",part3:"\u3068",part4:"\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u6271\u308F\u308C\u305A\u3001\u30CE\u30FC\u30C8\u3068\u4E00\u7DD2\u306B\u79FB\u52D5\u3055\u308C\u307E\u305B\u3093\u3002",part5:"\u3053\u306E\u52D5\u4F5C\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3059\u308B\u305F\u3081\u306B\u3001\u30AB\u30B9\u30BF\u30E0\u62E1\u5F35\u5B50\uFF08\u4F8B\uFF1A",part6:"\uFF09\u3092\u8FFD\u52A0\u3067\u304D\u307E\u3059\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u62E1\u5F35\u5B50\u3068\u3057\u3066\u6271\u3046"}},promptWithPreviewModal:{previewModal:{title:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30D7\u30EC\u30D3\u30E5\u30FC '{{fullFileName}}'"},title:"\u30D7\u30ED\u30F3\u30D7\u30C8\u30C8\u30FC\u30AF\u30F3\u306E\u5024\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044"},regularExpression:"/\u6B63\u898F\u8868\u73FE/"};var fm={attachmentCollector:{confirm:{part1:"\u178F\u17BE\u17A2\u17D2\u1793\u1780\u1785\u1784\u17CB\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1791\u17B9\u178F\u17C2\u1780:",part2:"\u1793\u17B7\u1784\u1791\u17B9\u178F\u17C2\u1780\u179A\u1784\u179A\u1794\u179F\u17CB\u179C\u17B6\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB?",part3:"\u1780\u17B6\u179A\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1793\u17C1\u17C7\u1798\u17B7\u1793\u17A2\u17B6\u1785\u1794\u17BB\u1780\u1785\u17C1\u179B\u1794\u17B6\u1793\u1791\u17C1\u17D4"},progressBar:{message:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A {{iterationStr}} - '{{noteFilePath}}'.",title:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A..."}},buttons:{copy:"\u1785\u17C6\u179B\u1784",move:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8",previewAttachmentFile:"\u1794\u17D2\u179A\u17C1\u179C\u178A\u17B6\u1780\u17CB\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u1793\u17B6\u1794\u17CB",skip:"\u179A\u17C6\u179B\u1784"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part2:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u17A2\u17B6\u1793\u1780\u17C5\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793."},heading:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u178A\u17C1\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u1782\u17BB\u179A\u1794\u17D2\u179A\u17BE\u1780\u17B6\u179A\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u178A\u17C2\u179B\u178A\u17C9\u1780\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C1\u179B\u1798\u17B6\u1793\u1794\u1789\u17D2\u17A0\u17B6\u1795\u17D2\u179F\u17C1\u1784\u1791\u17C0\u178F"},commands:{collectAttachmentsCurrentFolder:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1791\u17B9\u178F\u17C2\u1780\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793",collectAttachmentsCurrentNote:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793",collectAttachmentsEntireVault:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1780\u17D2\u1793\u17B7\u1793\u1782\u17D2\u179A\u17B6\u1794\u17CB\u1798\u17BD\u1799"},menuItems:{collectAttachmentsInFolder:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1791\u17B9\u178F\u17C2\u1780"},notice:{collectingAttachments:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u1780\u17B6\u179A\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17BB\u1780\u1785\u17C1\u179B\u17D4 \u1798\u17BE\u179B\u1780\u1793\u17D2\u179F\u17C4\u179B\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u179A\u17B6\u1799\u179B\u17C6\u17A2\u17B7\u178F\u17D4",generatedAttachmentFileNameIsInvalid:{part1:`\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C1\u179B\u1794\u17B6\u1793\u1794\u1784\u17D2\u1780\u17BE\u178F '{{path}}' \u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1791\u17C1\u17D4
+{{validationMessage}}
+\u1796\u17B7\u1793\u17B7\u178F\u17D2\u1799\u1798\u17BE\u179B`,part2:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u17D4"},notePathIsIgnored:"\u1792\u17D2\u1793\u17B6\u17C6\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1798\u17B7\u1793\u1785\u17B6\u1794\u17CB\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD"},obsidianDevUtils:{buttons:{cancel:"\u1794\u17BB\u1780\u1785\u17C1\u179B",ok:"OK"},dataview:{itemsPerPage:"\u1792\u17B6\u178F\u17BB\u1780\u17D2\u1793\u17BB\u1784\u1798\u17BD\u1799\u1791\u17C6\u1796\u17D0\u179A:",jumpToPage:"\u179B\u17C4\u178F\u1791\u17C5\u1791\u17C6\u1796\u17D0\u179A:"},notices:{attachmentIsStillUsed:"\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB {{attachmentPath}} \u1793\u17C5\u178F\u17C2\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1795\u17D2\u179F\u17C1\u1784\u1791\u17C0\u178F\u17D4 \u179C\u17B6\u1793\u17B9\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794\u1791\u17C1\u17D4",unhandledError:"\u1780\u17C6\u17A0\u17BB\u179F\u178A\u17C2\u179B\u1798\u17B7\u1793\u1794\u17B6\u1793\u178A\u17C4\u17C7\u179F\u17D2\u179A\u17B6\u1799\u1794\u17B6\u1793\u1780\u17BE\u178F\u17A1\u17BE\u1784\u17D4 \u179F\u17BC\u1798\u1796\u17B7\u1793\u17B7\u178F\u17D2\u1799\u1798\u17BE\u179B\u1780\u1793\u17D2\u179F\u17C4\u1798\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u17AF\u1780\u179F\u17B6\u179A\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17D4",displayText:"\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB"},none:{description:"\u1788\u17D2\u1798\u17C4\u17C7\u179A\u1794\u179F\u17CB\u1796\u17BD\u1780\u1782\u17C1\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780\u17D4",displayText:"\u1782\u17D2\u1798\u17B6\u1793"},onlyPastedImages:{description:"\u178F\u17C2\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1794\u17C9\u17BB\u178E\u17D2\u178E\u17C4\u17C7\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17D4 \u17A2\u1793\u17BB\u179C\u178F\u17D2\u178F\u178F\u17C2\u1793\u17C5\u1796\u17C1\u179B\u178A\u17C2\u179B\u1798\u17B6\u178F\u17B7\u1780\u17B6\u179A\u17BC\u1794\u1797\u17B6\u1796 PNG \u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u1796\u17B8\u1780\u17D2\u178F\u17B6\u179A\u178F\u1798\u17D2\u179A\u17C0\u1794\u178A\u17C4\u1799\u1795\u17D2\u1791\u17B6\u179B\u17CB\u17D4 \u1787\u17B6\u1792\u1798\u17D2\u1798\u178F\u17B6 \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17B6\u179A\u1794\u17B7\u1791\u179A\u17BC\u1794\u1790\u178F\u17A2\u17C1\u1780\u17D2\u179A\u1784\u17CB\u17D4",displayText:"\u178F\u17C2\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1794\u17C9\u17BB\u178E\u17D2\u178E\u17C4\u17C7"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u1794\u17BB\u1780\u1785\u17C1\u179B\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",displayText:"\u1794\u17BB\u1780\u1785\u17C1\u179B"},copy:{description:"\u1785\u17C6\u179B\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1791\u17B8\u178F\u17B6\u17C6\u1784\u1790\u17D2\u1798\u17B8\u17D4",displayText:"\u1785\u17C6\u179B\u1784"},move:{description:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1791\u17B8\u178F\u17B6\u17C6\u1784\u1790\u17D2\u1798\u17B8\u17D4",displayText:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8"},prompt:{description:"\u1787\u17C6\u179A\u17BB\u1789\u17A2\u17D2\u1793\u1780\u1794\u17D2\u179A\u17BE\u17B1\u17D2\u1799\u1787\u17D2\u179A\u17BE\u179F\u179A\u17BE\u179F\u179F\u1780\u1798\u17D2\u1798\u1797\u17B6\u1796\u17D4",displayText:"\u1787\u17C6\u179A\u17BB\u1789"},skip:{description:"\u179A\u17C6\u179B\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17B7\u1784\u1794\u1793\u17D2\u178F\u1791\u17C5\u1794\u1793\u17D2\u1791\u17B6\u1794\u17CB\u17D4",displayText:"\u179A\u17C6\u179B\u1784"}},defaultImageSizeDimension:{height:"\u1780\u1798\u17D2\u1796\u179F\u17CB",width:"\u1791\u1791\u17B9\u1784"},emptyAttachmentFolderBehavior:{delete:{description:"\u1793\u17B9\u1784\u179B\u17BB\u1794\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u17D4",displayText:"\u179B\u17BB\u1794"},deleteWithEmptyParents:{description:"\u1793\u17B9\u1784\u179B\u17BB\u1794\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u1793\u17B7\u1784\u1791\u17B9\u178F\u17C2\u1780\u1798\u17C1\u1791\u1791\u17C1\u179A\u1794\u179F\u17CB\u179C\u17B6\u17D4",displayText:"\u179B\u17BB\u1794\u1787\u17B6\u1798\u17BD\u1799\u1798\u17C1\u1791\u1791\u17C1"},keep:{description:"\u1793\u17B9\u1784\u179A\u1780\u17D2\u179F\u17B6\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u17D4",displayText:"\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780"}}},pluginSettingsManager:{customToken:{codeComment:`// \u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1796\u17B8\u1798\u178F\u17B7\u1799\u17C4\u1794\u179B\u17CB\u1796\u17B8\u1796\u17D2\u179A\u17C4\u17C7\u1796\u17BD\u1780\u1782\u17C1\u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1794\u17B6\u1793\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u1791\u17C5\u1787\u17B6\u1791\u1798\u17D2\u179A\u1784\u17CB\u1790\u17D2\u1798\u17B8\u178A\u17C2\u179B\u1794\u17B6\u1793\u178E\u17C2\u1793\u17B6\u17C6\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0\u17D4
+// \u179F\u17BC\u1798\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4`,deprecated:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0 \u1791\u1798\u17D2\u179A\u1784\u17CB\u1793\u17C3\u1780\u17B6\u179A\u1785\u17BB\u17C7\u1788\u17D2\u1798\u17C4\u17C7\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u17D4 \u179F\u17BC\u1798\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u178F\u17B6\u1798\u17D4 \u179F\u17BC\u1798\u1798\u17BE\u179B",part2:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part3:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798"}},legacyRenameAttachmentsToLowerCase:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0 \u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB",part2:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u178A\u17B7\u179F\u17C1\u1792\u17D4 \u1794\u17D2\u179A\u17BE",part3:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u1787\u17C6\u1793\u17BD\u179F\u17D4 \u1798\u17BE\u179B",part4:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part5:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798"},markdownUrlFormat:{deprecated:{part1:"\u17A2\u17D2\u1793\u1780\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3\u178A\u17C2\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB",part2:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u17D4 \u179F\u17BC\u1798\u1798\u17BE\u179B",part3:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part4:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798",part5:"\u179F\u17B6\u179A\u1793\u17C1\u17C7\u1793\u17B9\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1784\u17D2\u17A0\u17B6\u1789\u1798\u17D2\u178F\u1784\u1791\u17C0\u178F\u1791\u17C1\u17D4"}},specialCharacters:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.16.0 \u178F\u1798\u17D2\u179B\u17C3\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798",part2:"\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u17D4 \u178F\u1798\u17D2\u179B\u17C3\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u1791\u17C5\u178F\u1798\u17D2\u179B\u17C3\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u1790\u17D2\u1798\u17B8\u17D4"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1797\u17B6\u1782\u179A\u1799 \u17AC \u1797\u17B8\u1780\u179F\u17C2\u179B",invalidCustomTokensCode:"\u1780\u17BC\u178A\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C",invalidRegularExpression:"\u1780\u1793\u17D2\u179F\u17C4\u1798\u1792\u1798\u17D2\u1798\u178F\u17B6\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C {{regExp}}",specialCharactersMustNotContainSlash:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u1780\u17B6\u179A\u1787\u17C6\u1793\u17BD\u179F\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D4"},version:{part1:"\u17AF\u1780\u179F\u17B6\u179A\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780 ",part2:"\u1798\u17B6\u1793\u1780\u17C6\u178E\u17C2",part3:"\u178A\u17C2\u179B\u1790\u17D2\u1798\u17B8\u1787\u17B6\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793",part4:"\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798\u17A2\u17B6\u1785\u1798\u17B7\u1793\u178A\u17C6\u178E\u17BE\u179A\u1780\u17B6\u179A\u178F\u17B6\u1798\u178A\u17C2\u179B\u179A\u17C6\u1796\u17B9\u1784\u1791\u17BB\u1780\u17D4 \u179F\u17BC\u1798\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798\u1791\u17C5\u1780\u17C6\u178E\u17C2\u1785\u17BB\u1784\u1780\u17D2\u179A\u17C4\u1799\u1794\u17C6\u1795\u17BB\u178F \u17AC\u1792\u17B6\u1793\u17B6\u1790\u17B6\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D4"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u1797\u17D2\u1787\u17B6\u1794\u17CB\u17AF\u1780\u179F\u17B6\u179A:"},name:"\u179A\u1794\u17C0\u1794\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793:"},name:"\u179A\u1794\u17C0\u1794\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793"},collectedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794"},customTokens:{description:{part1:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u179A\u17BE\u17D4",part2:"\u1798\u17BE\u179B",part3:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part4:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4",part5:"\u26A0\uFE0F \u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u17A2\u17B6\u1785\u1787\u17B6\u1780\u17BC\u178A JavaScript \u1794\u17C6\u1796\u17B6\u1793\u17D4 \u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u179F\u179A\u179F\u17C1\u179A\u1798\u17B7\u1793\u179B\u17D2\u17A2 \u179C\u17B6\u17A2\u17B6\u1785\u1794\u178E\u17D2\u178F\u17B6\u179B\u17B1\u17D2\u1799\u1794\u17B6\u178F\u17CB\u1794\u1784\u17CB\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u17D4 \u1794\u17D2\u179A\u17BE\u179C\u17B6\u178F\u17B6\u1798\u17A0\u17B6\u1793\u17BB\u1797\u17B6\u1796\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u17D4"},name:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793"},defaultImageSize:{description:{part1:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u17D4",part2:"\u17A2\u17B6\u1785\u1780\u17C6\u178E\u178F\u17CB\u1787\u17B6\u1797\u17B8\u1780\u179F\u17C2\u179B\u1794\u17B6\u1793",part3:"\u17AC\u1787\u17B6\u1797\u17B6\u1782\u179A\u1799\u1793\u17C3\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u1796\u17C1\u1789",part4:"\u1791\u17BB\u1780\u17B2\u17D2\u1799\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1791\u17C6\u17A0\u17C6\u178A\u17BE\u1798\u17D4"},name:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798"},duplicateNameSeparator:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u17A2\u17D2\u1793\u1780\u1780\u17C6\u1796\u17BB\u1784\u1794\u17B7\u1791/\u1791\u17B6\u1789\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17BC\u1785\u1782\u17D2\u1793\u17B6\u1793\u17B9\u1784\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u179F\u17D2\u179A\u17B6\u1794\u17CB \u17A2\u17D2\u1793\u1780\u1794\u17C6\u1794\u17C2\u1780\u1793\u17C1\u17C7\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u1791\u17C5\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u17D4",part2:"\u17A7\u1791\u17B6\u17A0\u179A\u178E\u17CD \u1793\u17C5\u1796\u17C1\u179B\u17A2\u17D2\u1793\u1780\u1780\u17C6\u1796\u17BB\u1784\u1791\u17B6\u1789\u17AF\u1780\u179F\u17B6\u179A",part3:" \u179C\u17B6\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17C5",part4:" \u1787\u17B6\u178A\u17BE\u1798 \u1791\u1791\u17BD\u179B\u1794\u17B6\u1793\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17C6\u1794\u17BC\u1784\u178A\u17C2\u179B\u1798\u17B6\u1793\u17D4"},name:"\u17A2\u17D2\u1793\u1780\u1794\u17C6\u1794\u17C2\u1780\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17BC\u1785\u1782\u17D2\u1793\u17B6"},emptyAttachmentFolderBehavior:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17D2\u179B\u17B6\u1799\u1787\u17B6\u1791\u1791\u17C1:"},name:"\u17A5\u179A\u17B7\u1799\u17B6\u1794\u1791\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1"},excludePaths:{description:{part1:"\u178A\u1780\u1785\u17C1\u1789\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u17D4",part2:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part3:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part4:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1782\u17D2\u1798\u17B6\u1793\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178E\u17B6\u1798\u17BD\u1799\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1791\u17C1\u17D4"},name:"\u178A\u1780\u1785\u17C1\u1789\u1795\u17D2\u179B\u17BC\u179C"},excludePathsFromAttachmentCollecting:{description:{part1:"\u178A\u1780\u1785\u17C1\u1789\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u1793\u17C5\u1796\u17C1\u179B",part2:"\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part3:"\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u17D4",part4:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part5:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part6:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1782\u17D2\u1798\u17B6\u1793\u1795\u17D2\u179B\u17BC\u179C\u178E\u17B6\u1798\u17BD\u1799\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1796\u17B8\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C1\u17D4"},name:"\u178A\u1780\u1785\u17C1\u1789\u1795\u17D2\u179B\u17BC\u179C\u1796\u17B8\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},generatedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u1784\u17D2\u1780\u17BE\u178F"},includePaths:{description:{part1:"\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u17D4",part2:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part3:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part4:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u17D4"},name:"\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C"},jpegQuality:{description:"\u1782\u17BB\u178E\u1797\u17B6\u1796\u178F\u17BC\u1785\u1787\u17B6\u1784 \u179F\u1798\u17B6\u1798\u17B6\u178F\u17D2\u179A\u1794\u1784\u17D2\u17A0\u17B6\u1794\u17CB\u1780\u17B6\u1793\u17CB\u178F\u17C2\u1792\u17C6\u17D4",name:"\u1782\u17BB\u178E\u1797\u17B6\u1796 JPEG"},locationForNewAttachments:{description:{part1:"\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799",part2:"\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1795\u17D2\u179B\u17BC\u179C\u1791\u17B6\u1780\u17CB\u1791\u1784\u17D4",part3:"\u1798\u17BE\u179B",part4:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793",part5:"\u1791\u17B9\u178F\u17C2\u1780\u1785\u17C6\u178E\u17BB\u1785\u178A\u17BC\u1785\u1787\u17B6",part6:"\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178E\u17C2\u1793\u17B6\u17C6 \u1796\u17B8\u1796\u17D2\u179A\u17C4\u17C7 Obsidian \u1798\u17B7\u1793\u178F\u17B6\u1798\u178A\u17B6\u1793\u1796\u17BD\u1780\u179C\u17B6\u1791\u17C1\u17D4 \u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A\u1794\u17D2\u179A\u17BE",part7:"\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1782\u17D2\u179A\u1794\u17CB\u1782\u17D2\u179A\u1784\u1796\u17BD\u1780\u179C\u17B6\u17D4"},name:"\u1791\u17B8\u178F\u17B6\u17C6\u1784\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1790\u17D2\u1798\u17B8"},markdownUrlFormat:{description:{part1:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB URL \u178A\u17C2\u179B\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1789\u17D2\u1785\u17BC\u179B\u1791\u17C5\u1780\u17D2\u1793\u17BB\u1784 Markdown\u17D4",part2:"\u1798\u17BE\u179B",part3:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793",part4:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1791\u1798\u17D2\u179A\u1784\u17CB\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u17D4"},name:"\u1791\u1798\u17D2\u179A\u1784\u17CB URL Markdown"},renameAttachmentsToLowerCase:"\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1787\u17B6\u17A2\u1780\u17D2\u179F\u179A\u178F\u17BC\u1785",renamedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7"},resetToSampleCustomTokens:{message:"\u178F\u17BE\u17A2\u17D2\u1793\u1780\u1794\u17D2\u179A\u17B6\u1780\u178A\u1790\u17B6\u1785\u1784\u17CB\u1780\u17C6\u178E\u178F\u17CB\u17A1\u17BE\u1784\u179C\u17B7\u1789\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1791\u17C5\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1782\u17C6\u179A\u17BC? \u1780\u17B6\u179A\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u1793\u17B9\u1784\u1794\u17B6\u178F\u17CB\u1794\u1784\u17CB\u17D4",title:"\u1780\u17C6\u178E\u178F\u17CB\u17A1\u17BE\u1784\u179C\u17B7\u1789\u1791\u17C5\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1782\u17C6\u179A\u17BC"},shouldConvertPastedImagesToJpeg:{description:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1791\u17C5 JPEG \u17AC\u1791\u17C1\u17D4 \u17A2\u1793\u17BB\u179C\u178F\u17D2\u178F\u178F\u17C2\u1793\u17C5\u1796\u17C1\u179B\u178A\u17C2\u179B\u1798\u17B6\u178F\u17B7\u1780\u17B6\u179A\u17BC\u1794\u1797\u17B6\u1796 PNG \u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u1796\u17B8\u1780\u17D2\u178F\u17B6\u179A\u178F\u1798\u17D2\u179A\u17C0\u1794\u178A\u17C4\u1799\u1795\u17D2\u1791\u17B6\u179B\u17CB\u17D4 \u1787\u17B6\u1792\u1798\u17D2\u1798\u178F\u17B6 \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17B6\u179A\u1794\u17B7\u1791\u179A\u17BC\u1794\u1790\u178F\u17A2\u17C1\u1780\u17D2\u179A\u1784\u17CB\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1791\u17C5 JPEG"},shouldDeleteOrphanAttachments:{description:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17C6\u1796\u17D2\u179A\u17B6\u179A\u1794\u179F\u17CB\u179C\u17B6\u1780\u17CF\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794\u178A\u17C2\u179A\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u179B\u17BB\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17C6\u1796\u17D2\u179A\u17B6"},shouldRenameAttachmentFiles:{description:{part1:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7 \u17AC\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u178F\u17B6\u1798",part2:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u17D4"},name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},shouldRenameAttachmentFolders:{description:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7 \u17AC\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},shouldRenameCollectedAttachments:{description:{part1:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u178A\u17C6\u178E\u17BE\u179A\u1780\u17B6\u179A\u178F\u17B6\u1798\u179A\u1799\u17C8",part2:"\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part3:"\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u178F\u17B6\u1798",part4:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u17D4"},name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794"},specialCharacters:{description:{part1:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1780\u17D2\u1793\u17BB\u1784\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780 \u1793\u17B7\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1787\u17C6\u1793\u17BD\u179F \u17AC\u178A\u1780\u1785\u17C1\u1789\u17D4",part2:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u17D4"},name:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F"},specialCharactersReplacement:{description:{part1:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1787\u17C6\u1793\u17BD\u179F\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1780\u17D2\u1793\u17BB\u1784\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780 \u1793\u17B7\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",part2:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u178A\u1780\u1785\u17C1\u1789\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u17D4"},name:"\u1780\u17B6\u179A\u1787\u17C6\u1793\u17BD\u179F\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F"},timeoutInSeconds:{description:{part1:"\u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB (\u179C\u17B7\u1793\u17B6\u1791\u17B8)\u17D4",part2:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE",part3:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB \u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u17D4"},name:"\u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB (\u179C\u17B7\u1793\u17B6\u1791\u17B8)"},treatAsAttachmentExtensions:{description:{part1:"\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u1791\u17B6\u17C6\u1784\u1793\u17C1\u17C7\u1787\u17B6\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",part2:"\u178F\u17B6\u1798\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798",part3:"\u1793\u17B7\u1784",part4:"\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1797\u17D2\u1787\u17B6\u1794\u17CB\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u1787\u17B6\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB \u1793\u17B7\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u1787\u17B6\u1798\u17BD\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u17D4",part5:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u1793\u17D2\u1790\u17C2\u1798\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793 \u17A7\u1791\u17B6\u17A0\u179A\u178E\u17CD",part6:" \u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u178A\u17B7\u179F\u17C1\u1792\u17A5\u179A\u17B7\u1799\u17B6\u1794\u1791\u1793\u17C1\u17C7\u17D4"},name:"\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u1787\u17B6\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"}},promptWithPreviewModal:{previewModal:{title:"\u1794\u17D2\u179A\u17C1\u179C\u178A\u17B6\u1780\u17CB\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB '{{fullFileName}}'"},title:"\u1795\u17D2\u178F\u179B\u17CB\u178F\u1798\u17D2\u179B\u17C3\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1787\u17C6\u179A\u17BB\u1789"},regularExpression:"/\u1780\u1793\u17D2\u179F\u17C4\u1798\u1792\u1798\u17D2\u1798\u178F\u17B6/"};var km={attachmentCollector:{confirm:{part1:"\uD3F4\uB354\uC758 \uBAA8\uB4E0 \uB178\uD2B8\uC5D0 \uB300\uD55C \uCCA8\uBD80 \uD30C\uC77C\uC744 \uC218\uC9D1\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C:",part2:"\uADF8\uB9AC\uACE0 \uBAA8\uB4E0 \uD558\uC704 \uD3F4\uB354\uB3C4?",part3:"\uC774 \uC791\uC5C5\uC740 \uCDE8\uC18C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},progressBar:{message:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911 {{iterationStr}} - '{{noteFilePath}}'.",title:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911..."}},buttons:{copy:"\uBCF5\uC0AC",move:"\uC774\uB3D9",previewAttachmentFile:"\uCCA8\uBD80 \uD30C\uC77C \uBBF8\uB9AC\uBCF4\uAE30",skip:"\uAC74\uB108\uB6F0\uAE30"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\uCCA8\uBD80 \uD30C\uC77C",part2:"\uC774 \uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uCC38\uC870\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4."},heading:"\uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB418\uB294 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\uB2E4\uB978 \uBB38\uC81C\uAC00 \uC788\uB294 \uCCA8\uBD80 \uD30C\uC77C\uC5D0 \uB300\uD574\uC11C\uB3C4 \uAC19\uC740 \uB3D9\uC791\uC744 \uC0AC\uC6A9\uD574\uC57C \uD569\uB2C8\uB2E4"},commands:{collectAttachmentsCurrentFolder:"\uD604\uC7AC \uD3F4\uB354\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",collectAttachmentsCurrentNote:"\uD604\uC7AC \uB178\uD2B8\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",collectAttachmentsEntireVault:"\uC804\uCCB4 \uBCFC\uD2B8\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1"},menuItems:{collectAttachmentsInFolder:"\uD3F4\uB354\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1"},notice:{collectingAttachments:"'{{noteFilePath}}'\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911",collectingAttachmentsCancelled:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694.",generatedAttachmentFileNameIsInvalid:{part1:`\uC0DD\uC131\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 '{{path}}'\uC774(\uAC00) \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
+{{validationMessage}}
+\uC124\uC815\uC744`,part2:"\uD655\uC778\uD558\uC138\uC694."},notePathIsIgnored:"\uB178\uD2B8 \uACBD\uB85C\uAC00 \uBB34\uC2DC\uB429\uB2C8\uB2E4"},obsidianDevUtils:{buttons:{cancel:"\uCDE8\uC18C",ok:"\uD655\uC778"},dataview:{itemsPerPage:"\uD398\uC774\uC9C0\uB2F9 \uD56D\uBAA9 \uC218:",jumpToPage:"\uD398\uC774\uC9C0\uB85C \uC774\uB3D9:"},notices:{attachmentIsStillUsed:"\uCCA8\uBD80 \uD30C\uC77C {{attachmentPath}}\uC774(\uAC00) \uB2E4\uB978 \uB178\uD2B8\uC5D0\uC11C \uC5EC\uC804\uD788 \uC0AC\uC6A9\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",unhandledError:"\uCC98\uB9AC\uB418\uC9C0 \uC54A\uC740 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694."}},pluginSettings:{attachmentRenameMode:{all:{description:"\uBAA8\uB4E0 \uD30C\uC77C\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4.",displayText:"\uBAA8\uB450"},none:{description:"\uC774\uB984\uC774 \uBCF4\uC874\uB429\uB2C8\uB2E4.",displayText:"\uC5C6\uC74C"},onlyPastedImages:{description:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB9CC \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4. PNG \uC774\uBBF8\uC9C0 \uB0B4\uC6A9\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0\uC11C \uC9C1\uC811 \uBD99\uC5EC\uB123\uC5B4\uC9C8 \uB54C\uB9CC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC77C\uBC18\uC801\uC73C\uB85C \uC2A4\uD06C\uB9B0\uC0F7 \uBD99\uC5EC\uB123\uAE30\uC5D0 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.",displayText:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB9CC"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC744 \uCDE8\uC18C\uD569\uB2C8\uB2E4.",displayText:"\uCDE8\uC18C"},copy:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC0C8 \uC704\uCE58\uC5D0 \uBCF5\uC0AC\uD569\uB2C8\uB2E4.",displayText:"\uBCF5\uC0AC"},move:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC0C8 \uC704\uCE58\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",displayText:"\uC774\uB3D9"},prompt:{description:"\uC0AC\uC6A9\uC790\uC5D0\uAC8C \uB3D9\uC791\uC744 \uC120\uD0DD\uD558\uB3C4\uB85D \uC694\uCCAD\uD569\uB2C8\uB2E4.",displayText:"\uC694\uCCAD"},skip:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uAC74\uB108\uB6F0\uACE0 \uB2E4\uC74C\uC73C\uB85C \uC9C4\uD589\uD569\uB2C8\uB2E4.",displayText:"\uAC74\uB108\uB6F0\uAE30"}},defaultImageSizeDimension:{height:"\uB192\uC774",width:"\uB108\uBE44"},emptyAttachmentFolderBehavior:{delete:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4.",displayText:"\uC0AD\uC81C"},deleteWithEmptyParents:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uC640 \uBE48 \uC0C1\uC704 \uD3F4\uB354\uB4E4\uC744 \uC0AD\uC81C\uD569\uB2C8\uB2E4.",displayText:"\uBE48 \uC0C1\uC704 \uD3F4\uB354\uC640 \uD568\uAED8 \uC0AD\uC81C"},keep:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4.",displayText:"\uC720\uC9C0"}}},pluginSettingsManager:{customToken:{codeComment:`// \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC740 \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C \uB3C4\uC785\uB41C \uC0C8 \uD615\uC2DD\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uD574\uC57C \uD558\uBBC0\uB85C \uC8FC\uC11D \uCC98\uB9AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+// \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uBB38\uC11C(https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\uB97C \uCC38\uC870\uD558\uC138\uC694.`,deprecated:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uB4F1\uB85D \uD615\uC2DD\uC774 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD1A0\uD070\uC744 \uC801\uC808\uD788 \uC5C5\uB370\uC774\uD2B8\uD558\uC138\uC694. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part2:"\uBB38\uC11C",part3:"\uB97C \uCC38\uC870\uD558\uC138\uC694"}},legacyRenameAttachmentsToLowerCase:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C",part2:"\uC124\uC815\uC774 \uB354 \uC774\uC0C1 \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB300\uC2E0",part3:"\uD615\uC2DD\uC744 \uC0AC\uC6A9\uD558\uC138\uC694. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part4:"\uBB38\uC11C",part5:"\uB97C \uCC38\uC870\uD558\uC138\uC694"},markdownUrlFormat:{deprecated:{part1:"\uB2E4\uC74C \uD615\uC2DD\uC5D0 \uB300\uD574 \uC798\uBABB\uB41C \uAC12\uC774 \uC124\uC815\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part2:". \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part3:"\uBB38\uC11C",part4:"\uB97C \uCC38\uC870\uD558\uC138\uC694",part5:"\uC774 \uBA54\uC2DC\uC9C0\uB294 \uB2E4\uC2DC \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."}},specialCharacters:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.16.0\uC5D0\uC11C",part2:"\uAE30\uBCF8 \uC124\uC815 \uAC12\uC774 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC124\uC815 \uAC12\uC774 \uC0C8\uB85C\uC6B4 \uAE30\uBCF8 \uAC12\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},validation:{defaultImageSizeMustBePercentageOrPixels:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uB294 \uD53D\uC140 \uB610\uB294 \uBC31\uBD84\uC728\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4",invalidCustomTokensCode:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uCF54\uB4DC",invalidRegularExpression:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uC815\uADDC\uC2DD {{regExp}}",specialCharactersMustNotContainSlash:"\uD2B9\uC218 \uBB38\uC790\uC5D0\uB294 /\uAC00 \uD3EC\uD568\uB418\uC5B4\uC11C\uB294 \uC548 \uB429\uB2C8\uB2E4",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\uD2B9\uC218 \uBB38\uC790 \uB300\uCCB4\uC5D0\uB294 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uD30C\uC77C \uC774\uB984 \uACBD\uB85C \uBB38\uC790\uAC00 \uD3EC\uD568\uB418\uC5B4\uC11C\uB294 \uC548 \uB429\uB2C8\uB2E4."},version:{part1:"\uC124\uC815 \uD30C\uC77C ",part2:"\uC758 \uBC84\uC804\uC774",part3:"\uD604\uC7AC \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804\uBCF4\uB2E4 \uC0C8 \uBC84\uC804\uC785\uB2C8\uB2E4",part4:"\uD50C\uB7EC\uADF8\uC778\uC774 \uC608\uC0C1\uB300\uB85C \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD50C\uB7EC\uADF8\uC778\uC744 \uCD5C\uC2E0 \uBC84\uC804\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uD558\uAC70\uB098 \uC124\uC815\uC774 \uC62C\uBC14\uB978\uC9C0 \uD655\uC778\uD558\uC138\uC694."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\uD30C\uC77C\uC744 \uCCA8\uBD80\uD560 \uB54C:"},name:"\uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD \uBAA8\uB4DC"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C\uC774 \uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB420 \uB54C:"},name:"\uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB418\uB294 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uBAA8\uB4DC"},collectedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},customTokens:{description:{part1:"\uC0AC\uC6A9\uD560 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC785\uB2C8\uB2E4.",part2:"\uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part3:"\uBB38\uC11C",part4:"\uB97C \uCC38\uC870\uD558\uC138\uC694.",part5:"\u26A0\uFE0F \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC740 \uC784\uC758\uC758 JavaScript \uCF54\uB4DC\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC798\uBABB \uC791\uC131\uB418\uBA74 \uB370\uC774\uD130 \uC190\uC2E4\uC744 \uC77C\uC73C\uD0AC \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBCF8\uC778 \uCC45\uC784\uD558\uC5D0 \uC0AC\uC6A9\uD558\uC138\uC694."},name:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070"},defaultImageSize:{description:{part1:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uC785\uB2C8\uB2E4.",part2:"\uD53D\uC140\uB85C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part3:"\uB610\uB294 \uC804\uCCB4 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uC758 \uBC31\uBD84\uC728\uB85C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part4:"\uC6D0\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30"},duplicateNameSeparator:{description:{part1:"\uAE30\uC874 \uD30C\uC77C\uACFC \uAC19\uC740 \uC774\uB984\uC758 \uD30C\uC77C\uC744 \uBD99\uC5EC\uB123\uAE30/\uB4DC\uB798\uADF8\uD560 \uB54C \uC774 \uAD6C\uBD84\uC790\uAC00 \uD30C\uC77C \uC774\uB984\uC5D0 \uCD94\uAC00\uB429\uB2C8\uB2E4.",part2:"\uC608\uB97C \uB4E4\uC5B4, \uD30C\uC77C\uC744 \uB4DC\uB798\uADF8\uD560 \uB54C",part3:", \uC774\uB984\uC774",part4:"\uB4F1\uC73C\uB85C \uBCC0\uACBD\uB418\uC5B4 \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uCCAB \uBC88\uC9F8 \uC774\uB984\uC744 \uC5BB\uC2B5\uB2C8\uB2E4."},name:"\uC911\uBCF5 \uC774\uB984 \uAD6C\uBD84\uC790"},emptyAttachmentFolderBehavior:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uAC00 \uBE44\uAC8C \uB420 \uB54C:"},name:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uB3D9\uC791"},excludePaths:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uB178\uD2B8\uB97C \uC81C\uC678\uD569\uB2C8\uB2E4.",part2:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part3:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part4:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uB178\uD2B8\uAC00 \uC81C\uC678\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},name:"\uC81C\uC678 \uACBD\uB85C"},excludePathsFromAttachmentCollecting:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uCCA8\uBD80 \uD30C\uC77C\uC744 \uC81C\uC678\uD569\uB2C8\uB2E4",part2:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",part3:"\uBA85\uB839\uC774 \uC2E4\uD589\uB420 \uB54C.",part4:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part5:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part6:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC5D0\uC11C \uACBD\uB85C\uAC00 \uC81C\uC678\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC5D0\uC11C \uC81C\uC678\uD560 \uACBD\uB85C"},generatedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC0DD\uC131\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},includePaths:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4.",part2:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part3:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part4:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBAA8\uB4E0 \uB178\uD2B8\uAC00 \uD3EC\uD568\uB429\uB2C8\uB2E4."},name:"\uD3EC\uD568 \uACBD\uB85C"},jpegQuality:{description:"\uD488\uC9C8\uC774 \uB0AE\uC744\uC218\uB85D \uC555\uCD95\uB960\uC774 \uB192\uC544\uC9D1\uB2C8\uB2E4.",name:"JPEG \uD488\uC9C8"},locationForNewAttachments:{description:{part1:"\uC0C1\uB300 \uACBD\uB85C\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74",part2:"\uB85C \uC2DC\uC791\uD558\uC138\uC694.",part3:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part4:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694",part5:"\uC810 \uD3F4\uB354(\uC608:",part6:")\uB294 \uAD8C\uC7A5\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. Obsidian\uC774 \uCD94\uC801\uD558\uC9C0 \uC54A\uAE30 \uB54C\uBB38\uC785\uB2C8\uB2E4. \uAD00\uB9AC\uD558\uB824\uBA74",part7:"\uD50C\uB7EC\uADF8\uC778\uC774 \uD544\uC694\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},name:"\uC0C8 \uCCA8\uBD80 \uD30C\uC77C \uC704\uCE58"},markdownUrlFormat:{description:{part1:"Markdown\uC5D0 \uC0BD\uC785\uB420 URL\uC758 \uD615\uC2DD\uC785\uB2C8\uB2E4.",part2:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part3:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694",part4:"\uAE30\uBCF8 \uD615\uC2DD\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"Markdown URL \uD615\uC2DD"},renameAttachmentsToLowerCase:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC18C\uBB38\uC790\uB85C \uC774\uB984 \uBCC0\uACBD",renamedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC774\uB984\uC774 \uBCC0\uACBD\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},resetToSampleCustomTokens:{message:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC744 \uC0D8\uD50C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC73C\uB85C \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uBCC0\uACBD\uC0AC\uD56D\uC774 \uC190\uC2E4\uB429\uB2C8\uB2E4.",title:"\uC0D8\uD50C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC73C\uB85C \uC7AC\uC124\uC815"},shouldConvertPastedImagesToJpeg:{description:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB97C JPEG\uB85C \uBCC0\uD658\uD560\uC9C0 \uC5EC\uBD80\uC785\uB2C8\uB2E4. PNG \uC774\uBBF8\uC9C0 \uB0B4\uC6A9\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0\uC11C \uC9C1\uC811 \uBD99\uC5EC\uB123\uC5B4\uC9C8 \uB54C\uB9CC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC77C\uBC18\uC801\uC73C\uB85C \uC2A4\uD06C\uB9B0\uC0F7 \uBD99\uC5EC\uB123\uAE30\uC5D0 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.",name:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB97C JPEG\uB85C \uBCC0\uD658"},shouldDeleteOrphanAttachments:{description:"\uD65C\uC131\uD654\uD558\uBA74 \uB178\uD2B8\uAC00 \uC0AD\uC81C\uB420 \uB54C \uACE0\uC544 \uCCA8\uBD80 \uD30C\uC77C\uB3C4 \uD568\uAED8 \uC0AD\uC81C\uB429\uB2C8\uB2E4.",name:"\uACE0\uC544 \uCCA8\uBD80 \uD30C\uC77C \uC0AD\uC81C"},shouldRenameAttachmentFiles:{description:{part1:"\uD65C\uC131\uD654\uD558\uBA74 \uB178\uD2B8\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB418\uAC70\uB098 \uC774\uB3D9\uB420 \uB54C \uCCA8\uBD80 \uD30C\uC77C\uC774",part2:"\uC124\uC815\uC5D0 \uB530\uB77C \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD"},shouldRenameAttachmentFolders:{description:"\uB178\uD2B8\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB418\uAC70\uB098 \uC774\uB3D9\uB420 \uB54C \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uC758 \uC774\uB984\uC744 \uBCC0\uACBD\uD560\uC9C0 \uC5EC\uBD80\uC785\uB2C8\uB2E4.",name:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uC774\uB984 \uBCC0\uACBD"},shouldRenameCollectedAttachments:{description:{part1:"\uD65C\uC131\uD654\uD558\uBA74",part2:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",part3:"\uBA85\uB839\uC744 \uD1B5\uD574 \uCC98\uB9AC\uB41C \uCCA8\uBD80 \uD30C\uC77C\uC774",part4:"\uC124\uC815\uC5D0 \uB530\uB77C \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4."},name:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD"},specialCharacters:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uBC0F \uD30C\uC77C \uC774\uB984\uC5D0\uC11C \uAD50\uCCB4\uD558\uAC70\uB098 \uC81C\uAC70\uD560 \uD2B9\uC218 \uBB38\uC790\uC785\uB2C8\uB2E4.",part2:"\uD2B9\uC218 \uBB38\uC790\uB97C \uBCF4\uC874\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uD2B9\uC218 \uBB38\uC790"},specialCharactersReplacement:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uBC0F \uD30C\uC77C \uC774\uB984\uC758 \uD2B9\uC218 \uBB38\uC790\uC5D0 \uB300\uD55C \uAD50\uCCB4 \uBB38\uC790\uC5F4\uC785\uB2C8\uB2E4.",part2:"\uD2B9\uC218 \uBB38\uC790\uB97C \uC81C\uAC70\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uD2B9\uC218 \uBB38\uC790 \uAD50\uCCB4"},timeoutInSeconds:{description:{part1:"\uBAA8\uB4E0 \uC791\uC5C5\uC5D0 \uB300\uD55C \uD0C0\uC784\uC544\uC6C3(\uCD08)\uC785\uB2C8\uB2E4.",part2:"\uB9CC\uC57D",part3:"\uC774(\uAC00) \uC124\uC815\uB418\uBA74 \uC791\uC5C5 \uC2E4\uD589 \uD0C0\uC784\uC544\uC6C3\uC774 \uBE44\uD65C\uC131\uD654\uB429\uB2C8\uB2E4."},name:"\uC2DC\uAC04 \uCD08\uACFC(\uCD08)"},treatAsAttachmentExtensions:{description:{part1:"\uC774\uB7EC\uD55C \uD655\uC7A5\uC790\uB97C \uAC00\uC9C4 \uD30C\uC77C\uC744 \uCCA8\uBD80 \uD30C\uC77C\uB85C \uCC98\uB9AC\uD569\uB2C8\uB2E4.",part2:"\uAE30\uBCF8\uC801\uC73C\uB85C",part3:"\uBC0F",part4:"\uB9C1\uD06C\uB41C \uD30C\uC77C\uC740 \uCCA8\uBD80 \uD30C\uC77C\uB85C \uCC98\uB9AC\uB418\uC9C0 \uC54A\uC73C\uBA70 \uB178\uD2B8\uC640 \uD568\uAED8 \uC774\uB3D9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",part5:"\uC774 \uB3D9\uC791\uC744 \uC7AC\uC815\uC758\uD558\uB824\uBA74 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD655\uC7A5\uC790(\uC608:",part6:")\uB97C \uCD94\uAC00\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uD655\uC7A5\uC790\uB85C \uCC98\uB9AC"}},promptWithPreviewModal:{previewModal:{title:"\uCCA8\uBD80 \uD30C\uC77C \uBBF8\uB9AC\uBCF4\uAE30 '{{fullFileName}}'"},title:"\uD504\uB86C\uD504\uD2B8 \uD1A0\uD070\uC5D0 \uB300\uD55C \uAC12\uC744 \uC81C\uACF5\uD558\uC138\uC694"},regularExpression:"/\uC815\uADDC\uC2DD/"};var ym={attachmentCollector:{confirm:{part1:"Vai v\u0113laties apkopot pielikumus visiem piezim\u0113m mapp\u0113:",part2:"un vis\u0101m t\u0101s apak\u0161mapp\u0113m?",part3:"\u0160o darb\u012Bbu nevar atsaukt."},progressBar:{message:"Apkopoju pielikumus {{iterationStr}} - '{{noteFilePath}}'.",title:"Apkopoju pielikumus..."}},buttons:{copy:"Kop\u0113t",move:"P\u0101rvietot",previewAttachmentFile:"Pielikuma faila priek\u0161skat\u012Bjums",skip:"Izlaist"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Pielikums",part2:"tiek atsauc\u0113ts no vair\u0101k\u0101m piezim\u0113m."},heading:"Apkopoju pielikumu, kuru lieto vair\u0101kas piezimes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Izmantot to pa\u0161u darb\u012Bbu citiem probl\u0113matiskajiem pielikumiem"},commands:{collectAttachmentsCurrentFolder:"Apkopot pielikumus p\u0161reiz\u0113j\u0101 mapp\u0113",collectAttachmentsCurrentNote:"Apkopot pielikumus p\u0161reiz\u0113j\u0101 piezim\u0113",collectAttachmentsEntireVault:"Apkopot pielikumus vis\u0101 glabatav\u0101"},menuItems:{collectAttachmentsInFolder:"Apkopot pielikumus mapp\u0113"},notice:{collectingAttachments:"Apkopoju pielikumus priek\u0161 '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pielikumu apkopo\u0161ana atcelta. Skatiet konsoli detal\u0101m.",generatedAttachmentFileNameIsInvalid:{part1:`\u0122ener\u0113tais pielikuma faila nosaukums '{{path}}' nav der\u012Bgs.
+{{validationMessage}}
+P\u0101rbaudiet savu`,part2:"iestat\u012Bjumu."},notePathIsIgnored:"Piezimes ce\u013C\u0161 tiek ignor\u0113ts"},obsidianDevUtils:{buttons:{cancel:"Atcelt",ok:"Labi"},dataview:{itemsPerPage:"Vienumi lap\u0101:",jumpToPage:"P\u0101riet uz lapu:"},notices:{attachmentIsStillUsed:"Pielikums {{attachmentPath}} joproj\u0101m tiek izmantots cit\u0101s piezim\u0113s. Tas netiks dz\u0113sts.",unhandledError:"Rad\u0101s neapstr\u0101d\u0101ta k\u013C\u016Bda. L\u016Bdzu, p\u0101rbaudiet konsoli, lai ieg\u016Btu vair\u0101k inform\u0101cijas."}},pluginSettings:{attachmentRenameMode:{all:{description:"visi faili tiek p\u0101rd\u0113v\u0113ti.",displayText:"Visi"},none:{description:"to nosaukumi tiek saglab\u0101ti.",displayText:"Neviens"},onlyPastedImages:{description:"tikai iel\u012Bm\u0113t\u0101s att\u0113li tiek p\u0101rd\u0113v\u0113ti. Attiecas tikai tad, kad PNG att\u0113la saturs tiek iel\u012Bm\u0113ts tie\u0161i no starpliktuvnes. Parasti ekr\u0101nuz\u0146\u0113mumu iel\u012Bm\u0113\u0161anai.",displayText:"Tikai iel\u012Bm\u0113tie att\u0113li"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"atcelt pielikumu apkopo\u0161anu.",displayText:"Atcelt"},copy:{description:"kop\u0113t pielikumu uz jauno atra\u0161an\u0101s vietu.",displayText:"Kop\u0113t"},move:{description:"p\u0101rvietot pielikumu uz jauno atra\u0161an\u0101s vietu.",displayText:"P\u0101rvietot"},prompt:{description:"pras\u012Bt lietot\u0101jam izv\u0113l\u0113ties darb\u012Bbu.",displayText:"Pras\u012Bt"},skip:{description:"izlaist pielikumu un turpin\u0101t ar n\u0101kamo.",displayText:"Izlaist"}},defaultImageSizeDimension:{height:"Augstums",width:"Platums"},emptyAttachmentFolderBehavior:{delete:{description:"dz\u0113s\u012Bs tuk\u0161o pielikumu mapi.",displayText:"Dz\u0113st"},deleteWithEmptyParents:{description:"dz\u0113s\u012Bs tuk\u0161o pielikumu mapi un t\u0101s tuk\u0161\u0101s vec\u0101ku mapes.",displayText:"Dz\u0113st ar tuk\u0161iem vec\u0101kiem"},keep:{description:"saglab\u0101s tuk\u0161o pielikumu mapi.",displayText:"Saglab\u0101t"}}},pluginSettingsManager:{customToken:{codeComment:`// Piel\u0101gotie tokeni tika koment\u0113ti, jo tie ir j\u0101atjaunina uz jauno form\u0101tu, kas ieviests spraud\u0146a versij\u0101 9.0.0.
+// S\u012Bk\u0101ku inform\u0101ciju skatiet dokument\u0101cij\u0101 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens).`,deprecated:{part1:"Spraud\u0146a versij\u0101 9.0.0 piel\u0101goto tokenu re\u0123istr\u0101cijas form\u0101ts main\u012Bj\u0101s. L\u016Bdzu, atjauniniet savus tokenus attiec\u012Bgi. S\u012Bk\u0101ku inform\u0101ciju skatiet",part2:"dokument\u0101cij\u0101",part3:"."}},legacyRenameAttachmentsToLowerCase:{part1:"Spraud\u0146a versij\u0101 9.0.0",part2:"iestat\u012Bjums ir novecojis. Izmantojiet",part3:"form\u0101tu. S\u012Bk\u0101ku inform\u0101ciju skatiet",part4:"dokument\u0101cij\u0101",part5:"."},markdownUrlFormat:{deprecated:{part1:"Jums ir potenci\u0101li nepareiza v\u0113rt\u012Bba",part2:"form\u0101tam. L\u016Bdzu, skatiet",part3:"dokument\u0101ciju",part4:"s\u012Bk\u0101kai inform\u0101cijai",part5:"\u0160is zi\u0146ojums vairs netiks par\u0101d\u012Bts."}},specialCharacters:{part1:"Spraud\u0146a versij\u0101 9.16.0",part2:"noklus\u0113juma iestat\u012Bjuma v\u0113rt\u012Bba main\u012Bj\u0101s. J\u016Bsu iestat\u012Bjuma v\u0113rt\u012Bba tika atjaunin\u0101ta uz jauno noklus\u0113juma v\u0113rt\u012Bbu."},validation:{defaultImageSizeMustBePercentageOrPixels:"Noklus\u0113juma att\u0113la izm\u0113ram j\u0101b\u016Bt pikse\u013Cos vai procentos",invalidCustomTokensCode:"Neder\u012Bgs piel\u0101goto tokenu kods",invalidRegularExpression:"Neder\u012Bga regul\u0101r\u0101 izteiksme {{regExp}}",specialCharactersMustNotContainSlash:"\u012Apa\u0161ajos rakstz\u012Bm\u0113s nedr\u012Bkst b\u016Bt /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u012Apa\u0161o rakstz\u012Bmju aizst\u0101\u0161ana nedr\u012Bkst satur\u0113t neder\u012Bgus faila nosaukuma ce\u013Ca rakstz\u012Bmes."},version:{part1:"J\u016Bsu iestat\u012Bjumu fails ",part2:"ir versija",part3:", kas ir jaun\u0101ka par pa\u0161reiz\u0113jo spraud\u0146a versiju",part4:"Spraudnis var nedarboties k\u0101 paredz\u0113ts. L\u016Bdzu, atjauniniet spraudni uz jaun\u0101ko versiju vai p\u0101rliecinieties, ka iestat\u012Bjumi ir pareizi."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Pievienojot failus:"},name:"Pielikuma p\u0101rd\u0113v\u0113\u0161anas re\u017E\u012Bms"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kad apkopotais pielikums tiek izmantots vair\u0101k\u0101s piezim\u0113s:"},name:"Vair\u0101k\u0101s piezim\u0113s izmantoto pielikumu apkopo\u0161anas re\u017E\u012Bms"},collectedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"Apkopotais pielikuma faila nosaukums"},customTokens:{description:{part1:"Izmantojamie piel\u0101gotie tokeni.",part2:"Skatiet",part3:"dokument\u0101ciju",part4:"s\u012Bk\u0101kai inform\u0101cijai.",part5:"\u26A0\uFE0F Piel\u0101gotie tokeni var b\u016Bt patva\u013C\u012Bgs JavaScript kods. Ja slikti uzrakst\u012Bts, tas var izrais\u012Bt datu zudumu. Izmantojiet uz savu risku."},name:"Piel\u0101gotie tokeni"},defaultImageSize:{description:{part1:"Noklus\u0113juma att\u0113la izm\u0113rs.",part2:"Var nor\u0101d\u012Bt pikse\u013Cos",part3:"vai procentos no piln\u0101 att\u0113la izm\u0113ra",part4:"Atst\u0101jiet tuk\u0161u, lai izmantotu ori\u0123in\u0101lo izm\u0113ru."},name:"Noklus\u0113juma att\u0113la izm\u0113rs"},duplicateNameSeparator:{description:{part1:"Kad iel\u012Bm\u0113jat/vilkat failu ar t\u0101du pa\u0161u nosaukumu k\u0101 eso\u0161am failam, \u0161is atdal\u012Bt\u0101js tiks pievienots faila nosaukumam.",part2:"Piem\u0113ram, vilkot failu",part3:", tas tiks p\u0101rd\u0113v\u0113ts uz",part4:", utt., ieg\u016Bstot pirmo pieejamo nosaukumu."},name:"Dubl\u0113to nosaukumu atdal\u012Bt\u0101js"},emptyAttachmentFolderBehavior:{description:{part1:"Kad pielikumu mape k\u013C\u016Bst tuk\u0161a:"},name:"Tuk\u0161as pielikumu mapes uzved\u012Bba"},excludePaths:{description:{part1:"Izsl\u0113gt piezimes no \u0161\u0101diem ce\u013Ciem.",part2:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part3:"Varat izmantot ce\u013Ca virkni vai",part4:"Ja iestat\u012Bjums ir tuk\u0161s, piezimes netiek izsl\u0113gtas."},name:"Izsl\u0113gt ce\u013Cus"},excludePathsFromAttachmentCollecting:{description:{part1:"Izsl\u0113gt pielikumus no \u0161\u0101diem ce\u013Ciem, kad",part2:"Apkopot pielikumus",part3:"komanda tiek izpild\u012Bta.",part4:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part5:"Varat izmantot ce\u013Ca virkni vai",part6:"Ja iestat\u012Bjums ir tuk\u0161s, ce\u013Ci netiek izsl\u0113gti no pielikumu apkopo\u0161anas."},name:"Izsl\u0113gt ce\u013Cus no pielikumu apkopo\u0161anas"},generatedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"\u0122ener\u0113tais pielikuma faila nosaukums"},includePaths:{description:{part1:"Iek\u013Caut piezimes no \u0161\u0101diem ce\u013Ciem.",part2:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part3:"Varat izmantot ce\u013Ca virkni vai",part4:"Ja iestat\u012Bjums ir tuk\u0161s, visas piezimes tiek iek\u013Cautas."},name:"Iek\u013Caut ce\u013Cus"},jpegQuality:{description:"Jo maz\u0101ka kvalit\u0101te, jo liel\u0101ks saspie\u0161anas koeficients.",name:"JPEG kvalit\u0101te"},locationForNewAttachments:{description:{part1:"S\u0101ciet ar",part2:", lai izmantotu relat\u012Bvo ce\u013Cu.",part3:"Skatiet pieejamos",part4:"tokenus",part5:"Punktu mapes, piem\u0113ram",part6:", nav ieteicamas, jo Obsidian t\u0101s neuzrauga. Var b\u016Bt nepiecie\u0161ams izmantot",part7:"spraudni, lai t\u0101s p\u0101rvald\u012Btu."},name:"Jauno pielikumu atra\u0161an\u0101s vieta"},markdownUrlFormat:{description:{part1:"URL form\u0101ts, kas tiks ievietots Markdown.",part2:"Skatiet pieejamos",part3:"tokenus",part4:"Atst\u0101jiet tuk\u0161u, lai izmantotu noklus\u0113juma form\u0101tu."},name:"Markdown URL form\u0101ts"},renameAttachmentsToLowerCase:"P\u0101rd\u0113v\u0113t pielikumus uz mazajiem burtiem",renamedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"P\u0101rd\u0113v\u0113tais pielikuma faila nosaukums"},resetToSampleCustomTokens:{message:"Vai tie\u0161\u0101m v\u0113laties atiestat\u012Bt piel\u0101gotos tokenus uz parauga piel\u0101gotajiem tokeniem? J\u016Bsu izmai\u0146as tiks zaud\u0113tas.",title:"Atiestat\u012Bt uz parauga piel\u0101gotajiem tokeniem"},shouldConvertPastedImagesToJpeg:{description:"Vai konvert\u0113t iel\u012Bm\u0113tos att\u0113lus uz JPEG. Attiecas tikai tad, kad PNG att\u0113la saturs tiek iel\u012Bm\u0113ts tie\u0161i no starpliktuvnes. Parasti ekr\u0101nuz\u0146\u0113mumu iel\u012Bm\u0113\u0161anai.",name:"Vai konvert\u0113t iel\u012Bm\u0113tos att\u0113lus uz JPEG"},shouldDeleteOrphanAttachments:{description:"Ja iesp\u0113jots, kad piezime tiek dz\u0113sta, t\u0101s b\u0101re\u0146u pielikumi ar\u012B tiek dz\u0113sti.",name:"Vai dz\u0113st b\u0101re\u0146u pielikumus"},shouldRenameAttachmentFiles:{description:{part1:"Ja iesp\u0113jots, kad piezime tiek p\u0101rd\u0113v\u0113ta vai p\u0101rvietota, t\u0101s pielikumi tiks p\u0101rd\u0113v\u0113ti saska\u0146\u0101 ar",part2:"iestat\u012Bjumu."},name:"Vai p\u0101rd\u0113v\u0113t pielikumu failus"},shouldRenameAttachmentFolders:{description:"Vai p\u0101rd\u0113v\u0113t pielikumu mapes, kad piezime tiek p\u0101rd\u0113v\u0113ta vai p\u0101rvietota.",name:"Vai p\u0101rd\u0113v\u0113t pielikumu mapes"},shouldRenameCollectedAttachments:{description:{part1:"Ja iesp\u0113jots, pielikumi, kas apstr\u0101d\u0101ti caur",part2:"Apkopot pielikumus",part3:"komand\u0101m, tiks p\u0101rd\u0113v\u0113ti saska\u0146\u0101 ar",part4:"iestat\u012Bjumu."},name:"Vai p\u0101rd\u0113v\u0113t apkopotos pielikumus"},specialCharacters:{description:{part1:"\u012Apa\u0161\u0101s rakstz\u012Bmes pielikumu map\u0113 un faila nosaukum\u0101, kas j\u0101aizst\u0101j vai j\u0101no\u0146em.",part2:"Atst\u0101jiet tuk\u0161u, lai saglab\u0101tu \u012Bpa\u0161\u0101s rakstz\u012Bmes."},name:"\u012Apa\u0161\u0101s rakstz\u012Bmes"},specialCharactersReplacement:{description:{part1:"Aizst\u0101\u0161anas virkne \u012Bpa\u0161aj\u0101m rakstz\u012Bm\u0113m pielikumu map\u0113 un faila nosaukum\u0101.",part2:"Atst\u0101jiet tuk\u0161u, lai no\u0146emtu \u012Bpa\u0161\u0101s rakstz\u012Bmes."},name:"\u012Apa\u0161o rakstz\u012Bmju aizst\u0101\u0161ana"},timeoutInSeconds:{description:{part1:"Laika ierobe\u017Eojums sekund\u0113s vis\u0101m oper\u0101cij\u0101m.",part2:"Ja",part3:"ir iestat\u012Bts, oper\u0101ciju izpildes laika ierobe\u017Eojums ir atsp\u0113jots."},name:"Laika ierobe\u017Eojums sekund\u0113s"},treatAsAttachmentExtensions:{description:{part1:"Uzskat\u012Bt failus ar \u0161\u0101diem papla\u0161in\u0101jumiem par pielikumiem.",part2:"P\u0113c noklus\u0113juma",part3:"un",part4:"saist\u012Btie faili netiek uzskat\u012Bti par pielikumiem un netiek p\u0101rvietoti kop\u0101 ar piezimi.",part5:"Varat pievienot piel\u0101gotus papla\u0161in\u0101jumus, piem\u0113ram",part6:", lai ignor\u0113tu \u0161o uzved\u012Bbu."},name:"Uzskat\u012Bt par pielikumu papla\u0161in\u0101jumiem"}},promptWithPreviewModal:{previewModal:{title:"Pielikuma faila priek\u0161skat\u012Bjums '{{fullFileName}}'"},title:"Nor\u0101diet v\u0113rt\u012Bbu prompt tokenam"},regularExpression:"/regul\u0101r\u0101 izteiksme/"};var vm={attachmentCollector:{confirm:{part1:"Adakah anda ingin mengumpul lampiran untuk semua nota dalam folder:",part2:"dan semua subfoldernya?",part3:"Operasi ini tidak boleh dibuat asal."},progressBar:{message:"Mengumpul lampiran {{iterationStr}} - '{{noteFilePath}}'.",title:"Mengumpul lampiran..."}},buttons:{copy:"Salin",move:"Pindah",previewAttachmentFile:"Pratonton fail lampiran",skip:"Langkau"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Lampiran",part2:"dirujuk oleh beberapa nota."},heading:"Mengumpul lampiran yang digunakan oleh beberapa nota",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Patut menggunakan tindakan yang sama untuk lampiran bermasalah lain"},commands:{collectAttachmentsCurrentFolder:"Kumpul lampiran dalam folder semasa",collectAttachmentsCurrentNote:"Kumpul lampiran dalam nota semasa",collectAttachmentsEntireVault:"Kumpul lampiran dalam keseluruhan vault"},menuItems:{collectAttachmentsInFolder:"Kumpul lampiran dalam folder"},notice:{collectingAttachments:"Mengumpul lampiran untuk '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pengumpulan lampiran dibatalkan. Lihat konsol untuk butiran.",generatedAttachmentFileNameIsInvalid:{part1:`Nama fail lampiran yang dijana '{{path}}' tidak sah.
+{{validationMessage}}
+Semak`,part2:"tetapan anda."},notePathIsIgnored:"Laluan nota diabaikan"},obsidianDevUtils:{buttons:{cancel:"Batal",ok:"OK"},dataview:{itemsPerPage:"Item per halaman:",jumpToPage:"Lompat ke halaman:"},notices:{attachmentIsStillUsed:"Lampiran {{attachmentPath}} masih digunakan oleh nota lain. Ia tidak akan dipadamkan.",unhandledError:"Ralat yang tidak diuruskan berlaku. Sila semak konsol untuk maklumat lanjut."}},pluginSettings:{attachmentRenameMode:{all:{description:"semua fail akan dinamakan semula.",displayText:"Semua"},none:{description:"nama mereka dipelihara.",displayText:"Tiada"},onlyPastedImages:{description:"hanya imej yang ditampal akan dinamakan semula. Berlaku hanya apabila kandungan imej PNG ditampal terus dari papan keratan. Biasanya, untuk menampal tangkapan skrin.",displayText:"Hanya imej yang ditampal"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"batalkan pengumpulan lampiran.",displayText:"Batal"},copy:{description:"salin lampiran ke lokasi baru.",displayText:"Salin"},move:{description:"pindahkan lampiran ke lokasi baru.",displayText:"Pindah"},prompt:{description:"minta pengguna memilih tindakan.",displayText:"Minta"},skip:{description:"langkau lampiran dan teruskan ke yang seterusnya.",displayText:"Langkau"}},defaultImageSizeDimension:{height:"Ketinggian",width:"Kelebaran"},emptyAttachmentFolderBehavior:{delete:{description:"akan memadamkan folder lampiran kosong.",displayText:"Padam"},deleteWithEmptyParents:{description:"akan memadamkan folder lampiran kosong dan folder induk kosongnya.",displayText:"Padam dengan induk kosong"},keep:{description:"akan menyimpan folder lampiran kosong.",displayText:"Simpan"}}},pluginSettingsManager:{customToken:{codeComment:`// Token kustom telah dikomenkan kerana perlu dikemas kini ke format baharu yang diperkenalkan dalam versi pemalam 9.0.0.
+// Rujuk dokumentasi (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) untuk maklumat lanjut.`,deprecated:{part1:"Dalam versi pemalam 9.0.0, format pendaftaran token kustom telah berubah. Sila kemas kini token anda dengan sewajarnya. Rujuk",part2:"dokumentasi",part3:"untuk maklumat lanjut"}},legacyRenameAttachmentsToLowerCase:{part1:"Dalam versi pemalam 9.0.0, tetapan",part2:"telah tidak digunakan lagi. Gunakan format",part3:"sebaliknya. Lihat",part4:"dokumentasi",part5:"untuk maklumat lanjut"},markdownUrlFormat:{deprecated:{part1:"Anda mungkin mempunyai nilai yang tidak betul untuk format",part2:". Sila rujuk",part3:"dokumentasi",part4:"untuk maklumat lanjut",part5:"Mesej ini tidak akan dipaparkan lagi."}},specialCharacters:{part1:"Dalam versi pemalam 9.16.0, nilai tetapan lalai",part2:"telah berubah. Nilai tetapan anda telah dikemas kini ke nilai lalai baharu."},validation:{defaultImageSizeMustBePercentageOrPixels:"Saiz imej lalai mesti dalam piksel atau peratusan",invalidCustomTokensCode:"Kod token kustom tidak sah",invalidRegularExpression:"Ungkapan biasa tidak sah {{regExp}}",specialCharactersMustNotContainSlash:"Aksara khas tidak boleh mengandungi /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Penggantian aksara khas tidak boleh mengandungi aksara laluan nama fail yang tidak sah."},version:{part1:"Fail tetapan anda ",part2:"mempunyai versi",part3:"yang lebih baharu daripada versi pemalam semasa",part4:"Pemalam mungkin tidak berfungsi seperti yang dijangkakan. Sila kemas kini pemalam ke versi terkini atau pastikan tetapan adalah betul."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Apabila melampirkan fail:"},name:"Mod penamaan semula lampiran"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Apabila lampiran yang dikumpulkan digunakan oleh beberapa nota:"},name:"Mod pengumpulan lampiran yang digunakan oleh beberapa nota"},collectedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dikumpulkan"},customTokens:{description:{part1:"Token kustom yang akan digunakan.",part2:"Lihat",part3:"dokumentasi",part4:"untuk maklumat lanjut.",part5:"\u26A0\uFE0F Token kustom boleh menjadi kod JavaScript sewenang-wenangnya. Jika ditulis dengan buruk, ia boleh menyebabkan kehilangan data. Gunakan dengan risiko sendiri."},name:"Token kustom"},defaultImageSize:{description:{part1:"Saiz imej lalai.",part2:"Boleh dinyatakan dalam piksel",part3:"atau sebagai peratusan daripada saiz imej penuh",part4:"Biarkan kosong untuk menggunakan saiz asal."},name:"Saiz imej lalai"},duplicateNameSeparator:{description:{part1:"Apabila anda menampal/menyeret fail dengan nama yang sama seperti fail yang sedia ada, pemisah ini akan ditambah pada nama fail.",part2:"Contohnya, apabila anda menyeret fail",part3:", ia akan dinamakan semula kepada",part4:", dll, mendapat nama pertama yang tersedia."},name:"Pemisah nama pendua"},emptyAttachmentFolderBehavior:{description:{part1:"Apabila folder lampiran menjadi kosong:"},name:"Kelakuan folder lampiran kosong"},excludePaths:{description:{part1:"Kecualikan nota dari laluan berikut.",part2:"Masukkan setiap laluan pada baris baru.",part3:"Anda boleh menggunakan rentetan laluan atau",part4:"Jika tetapan kosong, tiada nota dikecualikan."},name:"Kecualikan laluan"},excludePathsFromAttachmentCollecting:{description:{part1:"Kecualikan lampiran dari laluan berikut apabila",part2:"Kumpul lampiran",part3:"arahan dilaksanakan.",part4:"Masukkan setiap laluan pada baris baru.",part5:"Anda boleh menggunakan rentetan laluan atau",part6:"Jika tetapan kosong, tiada laluan dikecualikan dari pengumpulan lampiran."},name:"Kecualikan laluan dari pengumpulan lampiran"},generatedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dijana"},includePaths:{description:{part1:"Termasuk nota dari laluan berikut.",part2:"Masukkan setiap laluan pada baris baru.",part3:"Anda boleh menggunakan rentetan laluan atau",part4:"Jika tetapan kosong, semua nota disertakan."},name:"Termasuk laluan"},jpegQuality:{description:"Semakin kecil kualiti, semakin besar nisbah mampatan.",name:"Kualiti JPEG"},locationForNewAttachments:{description:{part1:"Mulakan dengan",part2:"untuk menggunakan laluan relatif.",part3:"Lihat token",part4:"yang tersedia",part5:"Folder titik seperti",part6:"tidak disyorkan, kerana Obsidian tidak menjejaki mereka. Anda mungkin perlu menggunakan",part7:"Pemalam untuk mengurusnya."},name:"Lokasi untuk lampiran baharu"},markdownUrlFormat:{description:{part1:"Format untuk URL yang akan dimasukkan ke dalam Markdown.",part2:"Lihat token",part3:"yang tersedia",part4:"Biarkan kosong untuk menggunakan format lalai."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Nama semula lampiran kepada huruf kecil",renamedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dinamakan semula"},resetToSampleCustomTokens:{message:"Adakah anda pasti mahu menetapkan semula token kustom kepada token kustom sampel? Perubahan anda akan hilang.",title:"Tetapkan semula kepada token kustom sampel"},shouldConvertPastedImagesToJpeg:{description:"Sama ada untuk menukar imej yang ditampal kepada JPEG. Berlaku hanya apabila kandungan imej PNG ditampal terus dari papan keratan. Biasanya, untuk menampal tangkapan skrin.",name:"Sama ada menukar imej yang ditampal kepada JPEG"},shouldDeleteOrphanAttachments:{description:"Jika diaktifkan, apabila nota dipadamkan, lampiran yatimnya juga dipadamkan.",name:"Sama ada memadamkan lampiran yatim"},shouldRenameAttachmentFiles:{description:{part1:"Jika diaktifkan, apabila nota dinamakan semula atau dipindahkan, lampirannya akan dinamakan semula mengikut",part2:"tetapan."},name:"Sama ada menamakan semula fail lampiran"},shouldRenameAttachmentFolders:{description:"Sama ada untuk menamakan semula folder lampiran apabila nota dinamakan semula atau dipindahkan.",name:"Sama ada menamakan semula folder lampiran"},shouldRenameCollectedAttachments:{description:{part1:"Jika diaktifkan, lampiran yang diproses melalui",part2:"Kumpul lampiran",part3:"arahan akan dinamakan semula mengikut",part4:"tetapan."},name:"Sama ada menamakan semula lampiran yang dikumpulkan"},specialCharacters:{description:{part1:"Aksara khas dalam folder lampiran dan nama fail yang akan diganti atau dialihkan.",part2:"Biarkan kosong untuk memelihara aksara khas."},name:"Aksara khas"},specialCharactersReplacement:{description:{part1:"Rentetan penggantian untuk aksara khas dalam folder lampiran dan nama fail.",part2:"Biarkan kosong untuk mengalihkan aksara khas."},name:"Penggantian aksara khas"},timeoutInSeconds:{description:{part1:"Masa tamat dalam saat untuk semua operasi.",part2:"Jika",part3:"ditetapkan, masa tamat pelaksanaan operasi dilumpuhkan."},name:"Masa tamat dalam saat"},treatAsAttachmentExtensions:{description:{part1:"Anggap fail dengan sambungan ini sebagai lampiran.",part2:"Secara lalai",part3:"dan",part4:"fail yang dipautkan tidak dianggap sebagai lampiran dan tidak dipindahkan dengan nota.",part5:"Anda boleh menambah sambungan kustom, contohnya",part6:", untuk mengatasi kelakuan ini."},name:"Anggap sebagai sambungan lampiran"}},promptWithPreviewModal:{previewModal:{title:"Pratonton fail lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ungkapan biasa/"};var bm={attachmentCollector:{confirm:{part1:"\u0915\u0947 \u0924\u092A\u093E\u0908\u0901 \u092B\u094B\u0932\u094D\u0921\u0930\u092E\u093E \u0938\u092C\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928 \u091A\u093E\u0939\u0928\u0941\u0939\u0941\u0928\u094D\u091B:",part2:"\u0930 \u092F\u0938\u0915\u093E \u0938\u092C\u0948 \u0909\u092A\u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942\u092E\u093E?",part3:"\u092F\u094B \u0915\u093E\u0930\u094D\u092F \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0938\u094D\u0925\u093E\u092E\u093E \u092B\u0930\u094D\u0915\u093E\u0909\u0928 \u0938\u0915\u093F\u0902\u0926\u0948\u0928\u0964"},progressBar:{message:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948 {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948..."}},buttons:{copy:"\u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",move:"\u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",previewAttachmentFile:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928",skip:"\u092B\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915",part2:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0928\u094D\u0926\u0930\u094D\u092D\u093F\u0924 \u091B\u0964"},heading:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u0947 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0905\u0928\u094D\u092F \u0938\u092E\u0938\u094D\u092F\u093E\u092F\u0941\u0915\u094D\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u090F\u0909\u091F\u093E\u0928\u0948 \u0915\u093E\u0930\u094D\u092F \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u092F\u094B"},commands:{collectAttachmentsCurrentFolder:"\u0939\u093E\u0932\u0915\u094B \u092B\u094B\u0932\u094D\u0921\u0930\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",collectAttachmentsCurrentNote:"\u0939\u093E\u0932\u0915\u094B \u0928\u094B\u091F\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",collectAttachmentsEntireVault:"\u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u092D\u093E\u0932\u094D\u091F\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},menuItems:{collectAttachmentsInFolder:"\u092B\u094B\u0932\u094D\u0921\u0930\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},notice:{collectingAttachments:"'{{noteFilePath}}' \u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948",collectingAttachmentsCancelled:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0930\u0926\u094D\u0926 \u0917\u0930\u093F\u092F\u094B\u0964 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0928\u094D\u0938\u094B\u0932 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",generatedAttachmentFileNameIsInvalid:{part1:`\u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E '{{path}}' \u0905\u092E\u093E\u0928\u094D\u092F \u091B\u0964
+{{validationMessage}}
+\u0906\u092B\u094D\u0928\u094B`,part2:"\u0938\u0947\u091F\u093F\u0919 \u091C\u093E\u0901\u091A\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},notePathIsIgnored:"\u0928\u094B\u091F \u092A\u093E\u0925 \u092C\u0947\u0935\u093E\u0938\u094D\u0924\u093E \u0917\u0930\u093F\u090F\u0915\u094B \u091B"},obsidianDevUtils:{buttons:{cancel:"\u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",ok:"\u0920\u093F\u0915 \u091B"},dataview:{itemsPerPage:"\u092A\u094D\u0930\u0924\u093F \u092A\u0943\u0937\u094D\u0920 \u0935\u0938\u094D\u0924\u0941\u0939\u0930\u0942:",jumpToPage:"\u092A\u0943\u0937\u094D\u0920\u092E\u093E \u091C\u093E\u0928\u0941\u0939\u094B\u0938\u094D:"},notices:{attachmentIsStillUsed:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 {{attachmentPath}} \u0905\u091D\u0948 \u092A\u0928\u093F \u0905\u0928\u094D\u092F \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0901\u0926\u0948\u091B\u0964 \u092F\u094B \u092E\u0947\u091F\u093F\u0928\u0947\u091B\u0948\u0928\u0964",unhandledError:"\u090F\u0909\u091F\u093E \u0928\u0938\u0941\u0932\u094D\u091D\u093F\u090F\u0915\u094B \u0924\u094D\u0930\u0941\u091F\u093F \u092D\u092F\u094B\u0964 \u0915\u0943\u092A\u092F\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0928\u094D\u0938\u094B\u0932 \u091C\u093E\u0901\u091A\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0938\u092C\u0948 \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964",displayText:"\u0938\u092C\u0948"},none:{description:"\u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0915\u093E \u0928\u093E\u092E\u0939\u0930\u0942 \u0938\u0902\u0930\u0915\u094D\u0937\u093F\u0924 \u0939\u0941\u0928\u094D\u091B\u0928\u094D\u0964",displayText:"\u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u0939\u094B\u0907\u0928"},onlyPastedImages:{description:"\u0915\u0947\u0935\u0932 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964 \u092F\u094B \u0915\u0947\u0935\u0932 \u0924\u092C \u0932\u093E\u0917\u0942 \u0939\u0941\u0928\u094D\u091B \u091C\u092C PNG \u091B\u0935\u093F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094D\u0932\u093F\u092A\u092C\u094B\u0930\u094D\u0921\u092C\u093E\u091F \u0938\u0940\u0927\u0948 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u094B \u0939\u0941\u0928\u094D\u091B\u0964 \u0938\u093E\u092E\u093E\u0928\u094D\u092F\u0924\u092F\u093E, \u0938\u094D\u0915\u094D\u0930\u093F\u0928\u0936\u091F \u091F\u093E\u0901\u0938\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964",displayText:"\u0915\u0947\u0935\u0932 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},copy:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0938\u094D\u0925\u093E\u0928\u092E\u093E \u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},move:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0938\u094D\u0925\u093E\u0928\u092E\u093E \u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},prompt:{description:"\u092A\u094D\u0930\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0932\u093E\u0908 \u0915\u093E\u0930\u094D\u092F \u091B\u0928\u094B\u091F \u0917\u0930\u094D\u0928 \u092A\u094D\u0930\u0947\u0930\u093F\u0924 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u092A\u094D\u0930\u0947\u0930\u093F\u0924 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},skip:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D \u0930 \u0905\u0930\u094D\u0915\u094B\u092E\u093E \u091C\u093E\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}},defaultImageSizeDimension:{height:"\u0909\u091A\u093E\u0907",width:"\u091A\u094C\u0921\u093E\u0907"},emptyAttachmentFolderBehavior:{delete:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u092E\u0947\u091F\u093E\u0909\u0928\u0947\u091B\u0964",displayText:"\u092E\u0947\u091F\u093E\u0909\u0928\u0941\u0939\u094B\u0938\u094D"},deleteWithEmptyParents:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092F\u0938\u0915\u093E \u0916\u093E\u0932\u0940 \u092E\u093E\u0924\u093E-\u092A\u093F\u0924\u093E \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092E\u0947\u091F\u093E\u0909\u0928\u0947\u091B\u0964",displayText:"\u0916\u093E\u0932\u0940 \u092E\u093E\u0924\u093E-\u092A\u093F\u0924\u093E\u0939\u0930\u0942\u0938\u0939\u093F\u0924 \u092E\u0947\u091F\u093E\u0909\u0928\u0941\u0939\u094B\u0938\u094D"},keep:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930\u093E\u0916\u094D\u0928\u0947\u091B\u0964",displayText:"\u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u091F\u093F\u092A\u094D\u092A\u0923\u0940 \u0917\u0930\u093F\u090F\u0915\u093E \u091B\u0928\u094D \u0915\u093F\u0928\u092D\u0928\u0947 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E \u092A\u0930\u093F\u091A\u092F \u0917\u0930\u093F\u090F\u0915\u094B \u0928\u092F\u093E\u0901 \u0922\u093E\u0901\u091A\u093E\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B\u0964
+// \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u093E\u0917\u091C\u093E\u0924 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964`,deprecated:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E, \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0926\u0930\u094D\u0924\u093E\u0915\u094B \u0922\u093E\u0901\u091A\u093E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092D\u092F\u094B\u0964 \u0915\u0943\u092A\u092F\u093E \u0924\u092A\u093E\u0908\u0901\u0915\u093E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0932\u093E\u0908 \u0924\u0926\u0928\u0941\u0938\u093E\u0930 \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u0915\u093E\u0917\u091C\u093E\u0924",part3:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0928\u094D\u0926\u0930\u094D\u092D \u0932\u093F\u0928\u0941\u0939\u094B\u0938\u094D"}},legacyRenameAttachmentsToLowerCase:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E,",part2:"\u0938\u0947\u091F\u093F\u0919 \u092A\u0941\u0930\u093E\u0928\u094B \u091B\u0964",part3:"\u0922\u093E\u0901\u091A\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u0915\u093E\u0917\u091C\u093E\u0924",part5:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},markdownUrlFormat:{deprecated:{part1:"\u0924\u092A\u093E\u0908\u0901\u0938\u0901\u0917",part2:"\u0922\u093E\u0901\u091A\u093E\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u092E\u094D\u092D\u093E\u0935\u093F\u0924 \u0917\u0932\u0924 \u092E\u093E\u0928 \u0938\u0947\u091F \u0917\u0930\u093F\u090F\u0915\u094B \u091B\u0964 \u0915\u0943\u092A\u092F\u093E",part3:"\u0915\u093E\u0917\u091C\u093E\u0924",part4:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0928\u094D\u0926\u0930\u094D\u092D \u0932\u093F\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u092F\u094B \u0938\u0928\u094D\u0926\u0947\u0936 \u092B\u0947\u0930\u093F \u0926\u0947\u0916\u093E\u0907\u0928\u0947\u091B\u0948\u0928\u0964"}},specialCharacters:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.16.0 \u092E\u093E,",part2:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0919 \u092E\u093E\u0928 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092D\u092F\u094B\u0964 \u0924\u092A\u093E\u0908\u0901\u0915\u094B \u0938\u0947\u091F\u093F\u0919 \u092E\u093E\u0928 \u0928\u092F\u093E\u0901 \u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092E\u093E\u0928\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u093F\u092F\u094B\u0964"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930 \u092A\u093F\u0915\u094D\u0938\u0947\u0932 \u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0936\u0924\u092E\u093E \u0939\u0941\u0928\u0941\u092A\u0930\u094D\u091B",invalidCustomTokensCode:"\u0905\u092E\u093E\u0928\u094D\u092F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0915\u094B\u0921",invalidRegularExpression:"\u0905\u092E\u093E\u0928\u094D\u092F \u0928\u093F\u092F\u092E\u093F\u0924 \u0905\u092D\u093F\u0935\u094D\u092F\u0915\u094D\u0924\u093F {{regExp}}",specialCharactersMustNotContainSlash:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u092E\u093E / \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u0928",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928\u092E\u093E \u0905\u092E\u093E\u0928\u094D\u092F \u092B\u093E\u0907\u0932 \u0928\u093E\u092E \u092A\u093E\u0925 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u0928\u0964"},version:{part1:"\u0924\u092A\u093E\u0908\u0901\u0915\u094B \u0938\u0947\u091F\u093F\u0919 \u092B\u093E\u0907\u0932 ",part2:"\u092E\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",part3:"\u091B \u091C\u0941\u0928 \u0939\u093E\u0932\u0915\u094B \u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092D\u0928\u094D\u0926\u093E \u0928\u092F\u093E\u0901 \u091B",part4:"\u092A\u094D\u0932\u0917\u0907\u0928\u0932\u0947 \u0905\u092A\u0947\u0915\u094D\u0937\u093F\u0924 \u0930\u0942\u092A\u092E\u093E \u0915\u093E\u092E \u0928\u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u091B\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917\u0907\u0928\u0932\u093E\u0908 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D \u0935\u093E \u0938\u0947\u091F\u093F\u0919\u0939\u0930\u0942 \u0938\u0939\u0940 \u091B\u0928\u094D \u092D\u0928\u094D\u0928\u0947 \u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u091C\u092C \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u0938\u0902\u0932\u0917\u094D\u0928 \u0917\u0930\u094D\u0926\u0948:"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u092E\u094B\u0921"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u091C\u092C \u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u094D\u091B:"},name:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u0947 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u092E\u094B\u0921"},collectedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},customTokens:{description:{part1:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0964",part2:"\u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F",part3:"\u0915\u093E\u0917\u091C\u093E\u0924",part4:"\u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u26A0\uFE0F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u092E\u0928\u092E\u093E\u0928\u093E JavaScript \u0915\u094B\u0921 \u0939\u0941\u0928 \u0938\u0915\u094D\u091B\u0928\u094D\u0964 \u092F\u0926\u093F \u0916\u0930\u093E\u092C \u0932\u0947\u0916\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u092F\u0938\u0932\u0947 \u0921\u093E\u091F\u093E \u0939\u093E\u0928\u093F \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u091B\u0964 \u0906\u092B\u094D\u0928\u0948 \u091C\u094B\u0916\u093F\u092E\u092E\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942"},defaultImageSize:{description:{part1:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930\u0964",part2:"\u092A\u093F\u0915\u094D\u0938\u0947\u0932\u092E\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0917\u0930\u094D\u0928 \u0938\u0915\u093F\u0928\u094D\u091B",part3:"\u0935\u093E \u092A\u0942\u0930\u094D\u0923 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930\u0915\u094B \u092A\u094D\u0930\u0924\u093F\u0936\u0924\u092E\u093E",part4:"\u092E\u0942\u0932 \u0906\u0915\u093E\u0930 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0916\u093E\u0932\u0940 \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930"},duplicateNameSeparator:{description:{part1:"\u091C\u092C \u0924\u092A\u093E\u0908\u0901 \u090F\u0909\u091F\u093E \u092B\u093E\u0907\u0932\u0932\u093E\u0908 \u0905\u0935\u0938\u094D\u0925\u093F\u0924 \u092B\u093E\u0907\u0932\u0938\u0901\u0917 \u0909\u0939\u0940 \u0928\u093E\u092E\u0915\u093E \u0938\u093E\u0925 \u091F\u093E\u0901\u0938\u094D\u0926\u0948/\u0924\u093E\u0928\u094D\u0926\u0948 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u092F\u094B \u0935\u093F\u092D\u093E\u091C\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u0925\u092A\u093F\u0928\u0947\u091B\u0964",part2:"\u0909\u0926\u093E\u0939\u0930\u0923\u0915\u093E \u0932\u093E\u0917\u093F, \u091C\u092C \u0924\u092A\u093E\u0908\u0901 \u092B\u093E\u0907\u0932",part3:"\u0924\u093E\u0928\u094D\u0926\u0948 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u092F\u094B",part4:"\u092E\u093E \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B, \u0906\u0926\u093F, \u092A\u0939\u093F\u0932\u094B \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u093E\u092E \u092A\u093E\u0909\u0901\u0926\u0948\u0964"},name:"\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u0928\u093E\u092E \u0935\u093F\u092D\u093E\u091C\u0915"},emptyAttachmentFolderBehavior:{description:{part1:"\u091C\u092C \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0916\u093E\u0932\u0940 \u0939\u0941\u0928\u094D\u091B:"},name:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0935\u094D\u092F\u0935\u0939\u093E\u0930"},excludePaths:{description:{part1:"\u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0928\u094B\u091F\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part4:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u0928\u094B\u091F\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u093F\u0928\u0947\u091B\u0948\u0928\u0964"},name:"\u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},excludePathsFromAttachmentCollecting:{description:{part1:"\u091C\u092C",part2:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",part3:"\u0906\u0926\u0947\u0936 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u092F\u0928 \u0917\u0930\u093F\u0928\u094D\u091B, \u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part6:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928\u092C\u093E\u091F \u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u093F\u0928\u0947\u091B\u0948\u0928\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928\u092C\u093E\u091F \u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},generatedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},includePaths:{description:{part1:"\u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0928\u094B\u091F\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part4:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0938\u092C\u0948 \u0928\u094B\u091F\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964"},name:"\u092A\u093E\u0925\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},jpegQuality:{description:"\u0917\u0941\u0923\u0938\u094D\u0924\u0930 \u091C\u0924\u093F \u0938\u093E\u0928\u094B, \u0915\u092E\u094D\u092A\u094D\u0930\u0947\u0938\u0928 \u0905\u0928\u0941\u092A\u093E\u0924 \u0924\u094D\u092F\u0924\u093F \u0920\u0942\u0932\u094B\u0964",name:"JPEG \u0917\u0941\u0923\u0938\u094D\u0924\u0930"},locationForNewAttachments:{description:{part1:"\u0938\u093E\u092A\u0947\u0915\u094D\u0937 \u092A\u093E\u0925 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F",part2:"\u0938\u0901\u0917 \u0938\u0941\u0930\u0941 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0909\u092A\u0932\u092C\u094D\u0927",part4:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u0921\u091F-\u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u091C\u0938\u094D\u0924\u0948",part6:"\u0938\u093F\u092B\u093E\u0930\u093F\u0938 \u0917\u0930\u093F\u090F\u0915\u094B \u091B\u0948\u0928, \u0915\u093F\u0928\u092D\u0928\u0947 Obsidian \u0932\u0947 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u091F\u094D\u0930\u094D\u092F\u093E\u0915 \u0917\u0930\u094D\u0926\u0948\u0928\u0964 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093E\u092A\u0928 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0924\u092A\u093E\u0908\u0901\u0932\u093E\u0908",part7:"\u092A\u094D\u0932\u0917\u0907\u0928 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0941\u0928 \u0938\u0915\u094D\u091B\u0964"},name:"\u0928\u092F\u093E\u0901 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u094D\u0925\u093E\u0928"},markdownUrlFormat:{description:{part1:"\u092E\u093E\u0930\u094D\u0915\u0921\u093E\u0909\u0928 \u092E\u093E \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u093F\u0928\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u0915\u093E \u0932\u093E\u0917\u093F \u0922\u093E\u0901\u091A\u093E\u0964",part2:"\u0909\u092A\u0932\u092C\u094D\u0927",part3:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0922\u093E\u0901\u091A\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u092E\u093E\u0930\u094D\u0915\u0921\u093E\u0909\u0928 \u092F\u0942\u0906\u0930\u090F\u0932 \u0922\u093E\u0901\u091A\u093E"},renameAttachmentsToLowerCase:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0932\u093E\u0908 \u0938\u093E\u0928\u094B \u0905\u0915\u094D\u0937\u0930\u092E\u093E \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",renamedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u090F\u0915\u094B \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},resetToSampleCustomTokens:{message:"\u0915\u0947 \u0924\u092A\u093E\u0908\u0901 \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0932\u093E\u0908 \u0928\u092E\u0941\u0928\u093E \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u092E\u093E \u0930\u093F\u0938\u0947\u091F \u0917\u0930\u094D\u0928 \u091A\u093E\u0939\u0928\u0941\u0939\u0941\u0928\u094D\u091B? \u0924\u092A\u093E\u0908\u0901\u0915\u093E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928\u0939\u0930\u0942 \u0939\u0930\u093E\u0909\u0928\u0947\u091B\u0928\u094D\u0964",title:"\u0928\u092E\u0941\u0928\u093E \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u092E\u093E \u0930\u093F\u0938\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},shouldConvertPastedImagesToJpeg:{description:"\u0915\u0947 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942\u0932\u093E\u0908 JPEG \u092E\u093E \u0930\u0942\u092A\u093E\u0928\u094D\u0924\u0930\u0923 \u0917\u0930\u094D\u0928\u0947\u0964 \u092F\u094B \u0915\u0947\u0935\u0932 \u0924\u092C \u0932\u093E\u0917\u0942 \u0939\u0941\u0928\u094D\u091B \u091C\u092C PNG \u091B\u0935\u093F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094D\u0932\u093F\u092A\u092C\u094B\u0930\u094D\u0921\u092C\u093E\u091F \u0938\u0940\u0927\u0948 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u094B \u0939\u0941\u0928\u094D\u091B\u0964 \u0938\u093E\u092E\u093E\u0928\u094D\u092F\u0924\u092F\u093E, \u0938\u094D\u0915\u094D\u0930\u093F\u0928\u0936\u091F \u091F\u093E\u0901\u0938\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964",name:"\u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942\u0932\u093E\u0908 JPEG \u092E\u093E \u0930\u0942\u092A\u093E\u0928\u094D\u0924\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldDeleteOrphanAttachments:{description:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u091C\u092C \u0928\u094B\u091F \u092E\u0947\u091F\u093E\u0907\u0928\u094D\u091B, \u092F\u0938\u0915\u093E \u0905\u0928\u093E\u0925 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092A\u0928\u093F \u092E\u0947\u091F\u093E\u0907\u0928\u0947\u091B\u0928\u094D\u0964",name:"\u0905\u0928\u093E\u0925 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092E\u0947\u091F\u093E\u0909\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameAttachmentFiles:{description:{part1:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u091C\u092C \u0928\u094B\u091F \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0935\u093E \u0938\u093E\u0930\u093F\u0928\u094D\u091B, \u092F\u0938\u0915\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942",part2:"\u0938\u0947\u091F\u093F\u0919 \u0905\u0928\u0941\u0938\u093E\u0930 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B\u0928\u094D\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameAttachmentFolders:{description:"\u091C\u092C \u0928\u094B\u091F \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0935\u093E \u0938\u093E\u0930\u093F\u0928\u094D\u091B, \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0947 \u0935\u093E \u0928\u0917\u0930\u094D\u0928\u0947\u0964",name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameCollectedAttachments:{description:{part1:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947,",part2:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",part3:"\u0906\u0926\u0947\u0936\u0939\u0930\u0942 \u092E\u093E\u0930\u094D\u092B\u0924 \u092A\u094D\u0930\u0936\u094B\u0927\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942",part4:"\u0938\u0947\u091F\u093F\u0919 \u0905\u0928\u0941\u0938\u093E\u0930 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B\u0928\u094D\u0964"},name:"\u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},specialCharacters:{description:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928 \u0935\u093E \u0939\u091F\u093E\u0909\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u0964",part2:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0938\u0902\u0930\u0915\u094D\u0937\u093F\u0924 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942"},specialCharactersReplacement:{description:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928 \u0938\u094D\u091F\u094D\u0930\u093F\u0919\u0964",part2:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0939\u091F\u093E\u0909\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928"},timeoutInSeconds:{description:{part1:"\u0938\u092C\u0948 \u0915\u093E\u0930\u094D\u092F\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0947\u0915\u0947\u0928\u094D\u0921\u092E\u093E \u091F\u093E\u0907\u092E\u0906\u0909\u091F\u0964",part2:"\u092F\u0926\u093F",part3:"\u0938\u0947\u091F \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u0915\u093E\u0930\u094D\u092F\u0939\u0930\u0942 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u092F\u0928 \u091F\u093E\u0907\u092E\u0906\u0909\u091F \u0905\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u0928\u0947\u091B\u0964"},name:"\u0938\u0947\u0915\u0947\u0928\u094D\u0921\u092E\u093E \u091F\u093E\u0907\u092E\u0906\u0909\u091F"},treatAsAttachmentExtensions:{description:{part1:"\u092F\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942 \u092D\u090F\u0915\u093E \u092B\u093E\u0907\u0932\u0939\u0930\u0942\u0932\u093E\u0908 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0930\u0942\u092A\u092E\u093E",part3:"\u0930",part4:"\u0932\u093F\u0902\u0915 \u0917\u0930\u093F\u090F\u0915\u093E \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u093F\u0928\u0947\u091B\u0948\u0928\u0928\u094D \u0930 \u0928\u094B\u091F\u0938\u0901\u0917 \u0938\u093E\u0930\u093F\u0928\u0947\u091B\u0948\u0928\u0928\u094D\u0964",part5:"\u0924\u092A\u093E\u0908\u0901 \u0915\u0938\u094D\u091F\u092E \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942 \u0925\u092A\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u0909\u0926\u093E\u0939\u0930\u0923\u0915\u093E \u0932\u093E\u0917\u093F",part6:", \u092F\u094B \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0913\u092D\u0930\u0930\u093E\u0907\u0921 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}},promptWithPreviewModal:{previewModal:{title:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 '{{fullFileName}}' \u0915\u094B \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928"},title:"\u092A\u094D\u0930\u094B\u092E\u094D\u092A\u094D\u091F \u091F\u094B\u0915\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u092E\u093E\u0928 \u092A\u094D\u0930\u0926\u093E\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},regularExpression:"/\u0928\u093F\u092F\u092E\u093F\u0924 \u0905\u092D\u093F\u0935\u094D\u092F\u0915\u094D\u0924\u093F/"};var Am={attachmentCollector:{confirm:{part1:"Wil je bijlagen verzamelen voor alle notities in de map:",part2:"en al zijn submappen?",part3:"Deze bewerking kan niet ongedaan worden gemaakt."},progressBar:{message:"Bijlagen verzamelen {{iterationStr}} - '{{noteFilePath}}'.",title:"Bijlagen verzamelen..."}},buttons:{copy:"Kopi\xEBren",move:"Verplaatsen",previewAttachmentFile:"Voorvertoning bijlagebestand",skip:"Overslaan"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Bijlage",part2:"wordt gebruikt door meerdere notities."},heading:"Bijlage verzamelen die door meerdere notities wordt gebruikt",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Dezelfde actie gebruiken voor andere problematische bijlagen"},commands:{collectAttachmentsCurrentFolder:"Bijlagen verzamelen in huidige map",collectAttachmentsCurrentNote:"Bijlagen verzamelen in huidige notitie",collectAttachmentsEntireVault:"Bijlagen verzamelen in hele kluis"},menuItems:{collectAttachmentsInFolder:"Bijlagen verzamelen in map"},notice:{collectingAttachments:"Bijlagen verzamelen voor '{{noteFilePath}}'",collectingAttachmentsCancelled:"Bijlagen verzamelen geannuleerd. Zie console voor details.",generatedAttachmentFileNameIsInvalid:{part1:`Gegenereerde bijlage bestandsnaam '{{path}}' is ongeldig.
+{{validationMessage}}
+Controleer je`,part2:"instellingen."},notePathIsIgnored:"Notitie pad wordt genegeerd"},obsidianDevUtils:{buttons:{cancel:"Annuleren",ok:"OK"},dataview:{itemsPerPage:"Items per pagina:",jumpToPage:"Ga naar pagina:"},notices:{attachmentIsStillUsed:"Bijlage {{attachmentPath}} wordt nog steeds gebruikt door andere notities. Deze wordt niet verwijderd.",unhandledError:"Er is een onverwerkte fout opgetreden. Controleer de console voor meer informatie."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle bestanden worden hernoemd.",displayText:"Alle"},none:{description:"hun namen worden behouden.",displayText:"Geen"},onlyPastedImages:{description:"alleen geplakte afbeeldingen worden hernoemd. Geldt alleen wanneer PNG afbeeldingsinhoud direct vanuit het klembord wordt geplakt. Meestal voor het plakken van screenshots.",displayText:"Alleen geplakte afbeeldingen"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuleer het verzamelen van bijlagen.",displayText:"Annuleren"},copy:{description:"kopieer de bijlage naar de nieuwe locatie.",displayText:"Kopi\xEBren"},move:{description:"verplaats de bijlage naar de nieuwe locatie.",displayText:"Verplaatsen"},prompt:{description:"vraag de gebruiker om de actie te kiezen.",displayText:"Vragen"},skip:{description:"sla de bijlage over en ga door naar de volgende.",displayText:"Overslaan"}},defaultImageSizeDimension:{height:"Hoogte",width:"Breedte"},emptyAttachmentFolderBehavior:{delete:{description:"zal de lege bijlagenmap verwijderen.",displayText:"Verwijderen"},deleteWithEmptyParents:{description:"zal de lege bijlagenmap en zijn lege bovenliggende mappen verwijderen.",displayText:"Verwijderen met lege bovenliggende mappen"},keep:{description:"zal de lege bijlagenmap behouden.",displayText:"Behouden"}}},pluginSettingsManager:{customToken:{codeComment:`// Aangepaste tokens zijn uitgecommentarieerd omdat ze moeten worden bijgewerkt naar het nieuwe formaat ge\xEFntroduceerd in plugin versie 9.0.0.
+// Raadpleeg de documentatie (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) voor meer informatie.`,deprecated:{part1:"In plugin versie 9.0.0 is het formaat van aangepaste token registratie veranderd. Werk je tokens dienovereenkomstig bij. Raadpleeg de",part2:"documentatie",part3:"voor meer informatie"}},legacyRenameAttachmentsToLowerCase:{part1:"In plugin versie 9.0.0 is de",part2:"instelling verouderd. Gebruik in plaats daarvan het",part3:"formaat. Zie de",part4:"documentatie",part5:"voor meer informatie"},markdownUrlFormat:{deprecated:{part1:"Je hebt mogelijk een onjuiste waarde ingesteld voor het",part2:"formaat. Raadpleeg de",part3:"documentatie",part4:"voor meer informatie.",part5:"Dit bericht wordt niet meer getoond."}},specialCharacters:{part1:"In plugin versie 9.16.0 is de",part2:"standaard instellingswaarde veranderd. Je instellingswaarde is bijgewerkt naar de nieuwe standaardwaarde."},validation:{defaultImageSizeMustBePercentageOrPixels:"De standaardafmeting van de afbeelding moet in pixels of procenten zijn",invalidCustomTokensCode:"Ongeldige aangepaste tokens code",invalidRegularExpression:"Ongeldige reguliere expressie {{regExp}}",specialCharactersMustNotContainSlash:"Speciale karakters mogen geen / bevatten",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Speciale karakter vervanging mag geen ongeldige bestandsnaam pad karakters bevatten."},version:{part1:"Je instellingenbestand ",part2:"heeft versie",part3:"wat nieuwer is dan de huidige plugin versie",part4:"De plugin werkt mogelijk niet zoals verwacht. Werk de plugin bij naar de nieuwste versie of zorg ervoor dat de instellingen correct zijn."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Bij het bijvoegen van bestanden:"},name:"Bijlage hernoem modus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Wanneer de verzamelde bijlage wordt gebruikt door meerdere notities:"},name:"Verzamel bijlage gebruikt door meerdere notities modus"},collectedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Verzamelde bijlage bestandsnaam"},customTokens:{description:{part1:"Aangepaste tokens om te gebruiken.",part2:"Zie de",part3:"documentatie",part4:"voor meer informatie.",part5:"\u26A0\uFE0F Aangepaste tokens kunnen willekeurige JavaScript code zijn. Als ze slecht geschreven zijn, kunnen ze gegevensverlies veroorzaken. Gebruik ze op eigen risico."},name:"Aangepaste tokens"},defaultImageSize:{description:{part1:"De standaardafmeting van de afbeelding.",part2:"Kan worden opgegeven in pixels",part3:"of als percentage van de volledige afbeeldingsgrootte",part4:"Laat leeg om de originele afbeeldingsgrootte te gebruiken."},name:"Standaardafmeting afbeelding"},duplicateNameSeparator:{description:{part1:"Wanneer je een bestand plakt/sleept met dezelfde naam als een bestaand bestand, wordt deze scheidingsteken toegevoegd aan de bestandsnaam.",part2:"Bijv., wanneer je bestand sleept",part3:", wordt het hernoemd naar ",part4:", etc., waarbij de eerste beschikbare naam wordt gebruikt."},name:"Dubbele naam scheidingsteken"},emptyAttachmentFolderBehavior:{description:{part1:"Wanneer de bijlagenmap leeg wordt:"},name:"Lege bijlagenmap gedrag"},excludePaths:{description:{part1:"Sluit notities uit van de volgende paden.",part2:"Voeg elk pad toe op een nieuwe regel.",part3:"Je kunt pad string of",part4:"gebruiken. Als de instelling leeg is, worden geen notities uitgesloten."},name:"Uitgesloten paden"},excludePathsFromAttachmentCollecting:{description:{part1:"Sluit bijlagen uit van de volgende paden wanneer het",part2:"Verzamel bijlagen",part3:"commando wordt uitgevoerd.",part4:"Voeg elk pad toe op een nieuwe regel.",part5:"Je kunt pad string of",part6:"gebruiken. Als de instelling leeg is, worden geen paden uitgesloten van bijlage verzamelen."},name:"Uitgesloten paden van bijlage verzamelen"},generatedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Gegenereerde bijlage bestandsnaam"},includePaths:{description:{part1:"Voeg notities toe van de volgende paden.",part2:"Voeg elk pad toe op een nieuwe regel.",part3:"Je kunt pad string of",part4:"gebruiken. Als de instelling leeg is, worden alle notities opgenomen."},name:"Opgenomen paden"},jpegQuality:{description:"Hoe kleiner de kwaliteit, hoe groter de compressieverhouding.",name:"JPEG Kwaliteit"},locationForNewAttachments:{description:{part1:"Begin met",part2:"om relatief pad te gebruiken.",part3:"Zie beschikbare",part4:"tokens.",part5:"Dot-mappen zoals",part6:"worden niet aanbevolen, omdat Obsidian ze niet volgt. Je moet mogelijk de",part7:"Plugin gebruiken om ze te beheren."},name:"Locatie voor nieuwe bijlagen"},markdownUrlFormat:{description:{part1:"Formaat voor de URL die in Markdown wordt ingevoegd.",part2:"Zie beschikbare",part3:"tokens.",part4:"Laat leeg om het standaard formaat te gebruiken."},name:"Markdown URL formaat"},renameAttachmentsToLowerCase:"Hernoem bijlagen naar kleine letters",renamedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Hernoemde bijlage bestandsnaam"},resetToSampleCustomTokens:{message:"Weet je zeker dat je de aangepaste tokens wilt resetten naar de voorbeeld aangepaste tokens? Je wijzigingen gaan verloren.",title:"Reset naar voorbeeld aangepaste tokens"},shouldConvertPastedImagesToJpeg:{description:"Of geplakte afbeeldingen moeten worden geconverteerd naar JPEG. Geldt alleen wanneer PNG afbeeldingsinhoud direct vanuit het klembord wordt geplakt. Meestal voor het plakken van screenshots.",name:"Moet geplakte afbeeldingen converteren naar JPEG"},shouldDeleteOrphanAttachments:{description:"Indien ingeschakeld, wanneer de notitie wordt verwijderd, worden ook de wees bijlagen verwijderd.",name:"Moet wees bijlagen verwijderen"},shouldRenameAttachmentFiles:{description:{part1:"Indien ingeschakeld, wanneer een notitie wordt hernoemd of verplaatst, worden de bijlagen hernoemd volgens de",part2:"instelling."},name:"Moet bijlage bestanden hernoemen"},shouldRenameAttachmentFolders:{description:"Of bijlage mappen moeten worden hernoemd wanneer een notitie wordt hernoemd of verplaatst.",name:"Moet bijlage mappen hernoemen"},shouldRenameCollectedAttachments:{description:{part1:"Indien ingeschakeld, bijlagen verwerkt via",part2:"Verzamel bijlagen",part3:"commando's worden hernoemd volgens de",part4:"instelling."},name:"Moet verzamelde bijlagen hernoemen"},specialCharacters:{description:{part1:"Speciale karakters in bijlage map en bestandsnaam die moeten worden vervangen of verwijderd.",part2:"Laat leeg om speciale karakters te behouden."},name:"Speciale karakters"},specialCharactersReplacement:{description:{part1:"Vervangingsstring voor speciale karakters in bijlage map en bestandsnaam.",part2:"Laat leeg om speciale karakters te verwijderen."},name:"Speciale karakters vervanging"},timeoutInSeconds:{description:{part1:"De timeout in seconden voor alle bewerkingen.",part2:"Als",part3:"is ingesteld, is de uitvoeringstimeout van bewerkingen uitgeschakeld."},name:"Timeout in seconden"},treatAsAttachmentExtensions:{description:{part1:"Behandel bestanden met deze extensies als bijlagen.",part2:"Standaard worden",part3:"en",part4:"gelinkte bestanden niet behandeld als bijlagen en worden niet verplaatst met de notitie.",part5:"Je kunt aangepaste extensies toevoegen, bijv.",part6:", om dit gedrag te overschrijven."},name:"Behandel als bijlage extensies"}},promptWithPreviewModal:{previewModal:{title:"Voorvertoning bijlage bestand '{{fullFileName}}'"},title:"Geef een waarde voor de prompt token"},regularExpression:"/reguliere expressie/"};var wm={attachmentCollector:{confirm:{part1:"\xD8nsker du \xE5 samle vedlegg for alle notater i mappen:",part2:"og alle undermappene?",part3:"Denne operasjonen kan ikke angres."},progressBar:{message:"Samler vedlegg {{iterationStr}} - '{{noteFilePath}}'.",title:"Samler vedlegg..."}},buttons:{copy:"Kopier",move:"Flytt",previewAttachmentFile:"Forh\xE5ndsvisning av vedleggsfil",skip:"Hopp over"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Vedlegg",part2:"refereres av flere notater."},heading:"Samler vedlegg brukt av flere notater",shouldUseSameActionForOtherProblematicAttachmentsToggle:"B\xF8r bruke samme handling for andre problematiske vedlegg"},commands:{collectAttachmentsCurrentFolder:"Samle vedlegg i gjeldende mappe",collectAttachmentsCurrentNote:"Samle vedlegg i gjeldende notat",collectAttachmentsEntireVault:"Samle vedlegg i hele krypteret"},menuItems:{collectAttachmentsInFolder:"Samle vedlegg i mappe"},notice:{collectingAttachments:"Samler vedlegg for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Innsamling av vedlegg avbrutt. Se konsoll for detaljer.",generatedAttachmentFileNameIsInvalid:{part1:`Generert vedleggsfilnavn '{{path}}' er ugyldig.
+{{validationMessage}}
+Sjekk din`,part2:"innstilling."},notePathIsIgnored:"Notatbane ignoreres"},obsidianDevUtils:{buttons:{cancel:"Avbryt",ok:"OK"},dataview:{itemsPerPage:"Elementer per side:",jumpToPage:"G\xE5 til side:"},notices:{attachmentIsStillUsed:"Vedlegg {{attachmentPath}} brukes fortsatt av andre notater. Det vil ikke bli slettet.",unhandledError:"En uh\xE5ndtert feil oppstod. Vennligst sjekk konsollen for mer informasjon."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle filer omd\xF8pes.",displayText:"Alle"},none:{description:"navnene deres bevares.",displayText:"Ingen"},onlyPastedImages:{description:"bare innlimte bilder omd\xF8pes. Gjelder bare n\xE5r PNG-bildeinnhold limes inn fra utklippstavlen direkte. Vanligvis for \xE5 lime inn skjermbilder.",displayText:"Bare innlimte bilder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"avbryt vedleggsinnsamlingen.",displayText:"Avbryt"},copy:{description:"kopier vedlegget til den nye plasseringen.",displayText:"Kopier"},move:{description:"flytt vedlegget til den nye plasseringen.",displayText:"Flytt"},prompt:{description:"sp\xF8r brukeren om \xE5 velge handlingen.",displayText:"Sp\xF8r"},skip:{description:"hopp over vedlegget og g\xE5 videre til neste.",displayText:"Hopp over"}},defaultImageSizeDimension:{height:"H\xF8yde",width:"Bredde"},emptyAttachmentFolderBehavior:{delete:{description:"vil slette den tomme vedleggsmappen.",displayText:"Slett"},deleteWithEmptyParents:{description:"vil slette den tomme vedleggsmappen og dens tomme overordnede mapper.",displayText:"Slett med tomme overordnede"},keep:{description:"vil beholde den tomme vedleggsmappen.",displayText:"Behold"}}},pluginSettingsManager:{customToken:{codeComment:`// Tilpassede tokens ble kommentert ut da de m\xE5 oppdateres til det nye formatet introdusert i plugin versjon 9.0.0.
+// Se dokumentasjonen (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for mer informasjon.`,deprecated:{part1:"I plugin versjon 9.0.0 endret formatet for tilpasset token-registrering. Vennligst oppdater tokens dine tilsvarende. Se",part2:"dokumentasjonen",part3:"for mer informasjon"}},legacyRenameAttachmentsToLowerCase:{part1:"I plugin versjon 9.0.0 er",part2:"innstillingen utdatert. Bruk",part3:"format i stedet. Se",part4:"dokumentasjonen",part5:"for mer informasjon"},markdownUrlFormat:{deprecated:{part1:"Du har potensielt feil verdi satt for",part2:"formatet. Vennligst se",part3:"dokumentasjonen",part4:"for mer informasjon.",part5:"Denne meldingen vil ikke vises igjen."}},specialCharacters:{part1:"I plugin versjon 9.16.0 ble",part2:"standard innstillingsverdi endret. Din innstillingsverdi ble oppdatert til den nye standardverdien."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standard bildest\xF8rrelse m\xE5 v\xE6re i piksler eller prosent",invalidCustomTokensCode:"Ugyldig tilpasset tokens kode",invalidRegularExpression:"Ugyldig regul\xE6rt uttrykk {{regExp}}",specialCharactersMustNotContainSlash:"Spesialtegn m\xE5 ikke inneholde /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Spesialtegnerstatning m\xE5 ikke inneholde ugyldige filnavn stibokstaver."},version:{part1:"Din innstillingsfil ",part2:"har versjon",part3:"som er nyere enn gjeldende plugin versjon",part4:"Plugin-en fungerer kanskje ikke som forventet. Vennligst oppdater plugin-en til den nyeste versjonen eller sikre at innstillingene er korrekte."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"N\xE5r du legger ved filer:"},name:"Vedlegg omd\xF8pingsmodus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"N\xE5r det innsamlede vedlegget brukes av flere notater:"},name:"Samle vedlegg brukt av flere notater modus"},collectedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Samlet vedleggsfilnavn"},customTokens:{description:{part1:"Tilpassede tokens som skal brukes.",part2:"Se",part3:"dokumentasjonen",part4:"for mer informasjon.",part5:"\u26A0\uFE0F Tilpassede tokens kan v\xE6re vilk\xE5rlig JavaScript-kode. Hvis d\xE5rlig skrevet, kan det f\xF8re til tap av data. Bruk det p\xE5 egen risiko."},name:"Tilpassede tokens"},defaultImageSize:{description:{part1:"Standard bildest\xF8rrelse.",part2:"Kan spesifiseres i piksler",part3:"eller prosent av hele bildest\xF8rrelsen",part4:"La st\xE5 tomt for \xE5 bruke original bildest\xF8rrelse."},name:"Standard bildest\xF8rrelse"},duplicateNameSeparator:{description:{part1:"N\xE5r du limer inn/drar en fil med samme navn som en eksisterende fil, vil denne separatoren legges til filnavnet.",part2:"F.eks., n\xE5r du drar fil",part3:", vil den omd\xF8pes til ",part4:", osv., og f\xE5 det f\xF8rste tilgjengelige navnet."},name:"Duplikat navn separator"},emptyAttachmentFolderBehavior:{description:{part1:"N\xE5r vedleggsmappen blir tom:"},name:"Tom vedleggsmappe oppf\xF8rsel"},excludePaths:{description:{part1:"Ekskluder notater fra f\xF8lgende stier.",part2:"Sett inn hver sti p\xE5 en ny linje.",part3:"Du kan bruke stistreng eller",part4:"Hvis innstillingen er tom, ekskluderes ingen notater."},name:"Ekskluderte stier"},excludePathsFromAttachmentCollecting:{description:{part1:"Ekskluder vedlegg fra f\xF8lgende stier n\xE5r",part2:"Samle vedlegg",part3:"kommando utf\xF8res.",part4:"Sett inn hver sti p\xE5 en ny linje.",part5:"Du kan bruke stistreng eller",part6:"Hvis innstillingen er tom, ekskluderes ingen stier fra vedleggsinnsamling."},name:"Ekskluder stier fra vedleggsinnsamling"},generatedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Generert vedleggsfilnavn"},includePaths:{description:{part1:"Inkluder notater fra f\xF8lgende stier.",part2:"Sett inn hver sti p\xE5 en ny linje.",part3:"Du kan bruke stistreng eller",part4:"Hvis innstillingen er tom, inkluderes alle notater."},name:"Inkluderte stier"},jpegQuality:{description:"Jo mindre kvalitet, jo st\xF8rre komprimeringsforhold.",name:"JPEG Kvalitet"},locationForNewAttachments:{description:{part1:"Start med",part2:"for \xE5 bruke relativ sti.",part3:"Se tilgjengelige",part4:"tokens.",part5:"Punktmapper som",part6:"anbefales ikke, fordi Obsidian ikke sporer dem. Du m\xE5 kanskje bruke",part7:"Plugin for \xE5 administrere dem."},name:"Plassering for nye vedlegg"},markdownUrlFormat:{description:{part1:"Format for URL-en som vil bli satt inn i Markdown.",part2:"Se tilgjengelige",part3:"tokens.",part4:"La st\xE5 tom for \xE5 bruke standardformatet."},name:"Markdown URL format"},renameAttachmentsToLowerCase:"Omd\xF8p vedlegg til sm\xE5 bokstaver",renamedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Omd\xF8pt vedleggsfilnavn"},resetToSampleCustomTokens:{message:"Er du sikker p\xE5 at du vil tilbakestille de tilpassede tokens til eksempel tilpassede tokens? Endringene dine vil g\xE5 tapt.",title:"Tilbakestill til eksempel tilpassede tokens"},shouldConvertPastedImagesToJpeg:{description:"Om innlimte bilder skal konverteres til JPEG. Gjelder bare n\xE5r PNG-bildeinnhold limes inn fra utklippstavlen direkte. Vanligvis for \xE5 lime inn skjermbilder.",name:"Skal konvertere innlimte bilder til JPEG"},shouldDeleteOrphanAttachments:{description:"Hvis aktivert, n\xE5r notatet slettes, slettes ogs\xE5 dets for\xE6ldrel\xF8se vedlegg.",name:"Skal slette for\xE6ldrel\xF8se vedlegg"},shouldRenameAttachmentFiles:{description:{part1:"Hvis aktivert, n\xE5r et notat omd\xF8pes eller flyttes, vil vedleggene bli omd\xF8pt i henhold til",part2:"innstillingen."},name:"Skal omd\xF8pe vedleggsfiler"},shouldRenameAttachmentFolders:{description:"Om vedleggsmapper skal omd\xF8pes n\xE5r et notat omd\xF8pes eller flyttes.",name:"Skal omd\xF8pe vedleggsmapper"},shouldRenameCollectedAttachments:{description:{part1:"Hvis aktivert, vedlegg behandlet via",part2:"Samle vedlegg",part3:"kommandoer vil omd\xF8pes i henhold til",part4:"innstillingen."},name:"Skal omd\xF8pe innsamlede vedlegg"},specialCharacters:{description:{part1:"Spesialtegn i vedleggsmappe og filnavn som skal erstattes eller fjernes.",part2:"La st\xE5 tom for \xE5 bevare spesialtegn."},name:"Spesialtegn"},specialCharactersReplacement:{description:{part1:"Erstatningsstreng for spesialtegn i vedleggsmappe og filnavn.",part2:"La st\xE5 tom for \xE5 fjerne spesialtegn."},name:"Spesialtegnerstatning"},timeoutInSeconds:{description:{part1:"Tidsavbrudd i sekunder for alle operasjoner.",part2:"Hvis",part3:"er satt, er tidsavbrudd for operasjonsutf\xF8relse deaktivert."},name:"Tidsavbrudd i sekunder"},treatAsAttachmentExtensions:{description:{part1:"Behandle filer med disse utvidelsene som vedlegg.",part2:"Som standard",part3:"og",part4:"lenkede filer behandles ikke som vedlegg og flyttes ikke med notatet.",part5:"Du kan legge til tilpassede utvidelser, f.eks.",part6:", for \xE5 overstyre denne oppf\xF8rselen."},name:"Behandle som vedleggsutvidelser"}},promptWithPreviewModal:{previewModal:{title:"Forh\xE5ndsvisning av vedleggsfil '{{fullFileName}}'"},title:"Oppgi en verdi for prompt token"},regularExpression:"/regul\xE6rt uttrykk/"};var xm={attachmentCollector:{confirm:{part1:"Czy chcesz zebra\u0107 za\u0142\u0105czniki dla wszystkich notatek w folderze:",part2:"i wszystkich jego podfolderach?",part3:"Ta operacja nie mo\u017Ce zosta\u0107 cofni\u0119ta."},progressBar:{message:"Zbieranie za\u0142\u0105cznik\xF3w {{iterationStr}} - '{{noteFilePath}}'.",title:"Zbieranie za\u0142\u0105cznik\xF3w..."}},buttons:{copy:"Kopiuj",move:"Przenie\u015B",previewAttachmentFile:"Podgl\u0105d pliku za\u0142\u0105cznika",skip:"Pomi\u0144"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Za\u0142\u0105cznik",part2:"jest u\u017Cywany przez wiele notatek."},heading:"Zbieranie za\u0142\u0105cznika u\u017Cywanego przez wiele notatek",shouldUseSameActionForOtherProblematicAttachmentsToggle:"U\u017Cyj tej samej akcji dla innych problematycznych za\u0142\u0105cznik\xF3w"},commands:{collectAttachmentsCurrentFolder:"Zbierz za\u0142\u0105czniki w bie\u017C\u0105cym folderze",collectAttachmentsCurrentNote:"Zbierz za\u0142\u0105czniki w bie\u017C\u0105cej notatce",collectAttachmentsEntireVault:"Zbierz za\u0142\u0105czniki w ca\u0142ym sejfie"},menuItems:{collectAttachmentsInFolder:"Zbierz za\u0142\u0105czniki w folderze"},notice:{collectingAttachments:"Zbieranie za\u0142\u0105cznik\xF3w dla '{{noteFilePath}}'",collectingAttachmentsCancelled:"Zbieranie za\u0142\u0105cznik\xF3w anulowane. Zobacz konsol\u0119 dla szczeg\xF3\u0142\xF3w.",generatedAttachmentFileNameIsInvalid:{part1:`Wygenerowana nazwa pliku za\u0142\u0105cznika '{{path}}' jest nieprawid\u0142owa.
+{{validationMessage}}
+Sprawd\u017A swoje`,part2:"ustawienie."},notePathIsIgnored:"\u015Acie\u017Cka notatki jest ignorowana"},obsidianDevUtils:{buttons:{cancel:"Anuluj",ok:"OK"},dataview:{itemsPerPage:"Elementy na stronie:",jumpToPage:"Przejd\u017A do strony:"},notices:{attachmentIsStillUsed:"Za\u0142\u0105cznik {{attachmentPath}} jest nadal u\u017Cywany przez inne notatki. Nie zostanie usuni\u0119ty.",unhandledError:"Wyst\u0105pi\u0142 nieobs\u0142ugiwany b\u0142\u0105d. Sprawd\u017A konsol\u0119 dla wi\u0119cej informacji."}},pluginSettings:{attachmentRenameMode:{all:{description:"wszystkie pliki s\u0105 przemianowywane.",displayText:"Wszystkie"},none:{description:"ich nazwy s\u0105 zachowane.",displayText:"\u017Badne"},onlyPastedImages:{description:"tylko wklejone obrazy s\u0105 przemianowywane. Dotyczy tylko sytuacji, gdy zawarto\u015B\u0107 obrazu PNG jest wklejana bezpo\u015Brednio ze schowka. Zazwyczaj do wklejania zrzut\xF3w ekranu.",displayText:"Tylko wklejone obrazy"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anuluj zbieranie za\u0142\u0105cznik\xF3w.",displayText:"Anuluj"},copy:{description:"skopiuj za\u0142\u0105cznik do nowej lokalizacji.",displayText:"Kopiuj"},move:{description:"przenie\u015B za\u0142\u0105cznik do nowej lokalizacji.",displayText:"Przenie\u015B"},prompt:{description:"zapytaj u\u017Cytkownika o wyb\xF3r akcji.",displayText:"Zapytaj"},skip:{description:"pomi\u0144 za\u0142\u0105cznik i przejd\u017A do nast\u0119pnego.",displayText:"Pomi\u0144"}},defaultImageSizeDimension:{height:"Wysoko\u015B\u0107",width:"Szeroko\u015B\u0107"},emptyAttachmentFolderBehavior:{delete:{description:"usunie pusty folder za\u0142\u0105cznik\xF3w.",displayText:"Usu\u0144"},deleteWithEmptyParents:{description:"usunie pusty folder za\u0142\u0105cznik\xF3w i jego puste foldery nadrz\u0119dne.",displayText:"Usu\u0144 z pustymi rodzicami"},keep:{description:"zachowa pusty folder za\u0142\u0105cznik\xF3w.",displayText:"Zachowaj"}}},pluginSettingsManager:{customToken:{codeComment:`// Niestandardowe tokeny zosta\u0142y zakomentowane, poniewa\u017C musz\u0105 zosta\u0107 zaktualizowane do nowego formatu wprowadzonego w wersji wtyczki 9.0.0.
+// Zapoznaj si\u0119 z dokumentacj\u0105 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens), aby uzyska\u0107 wi\u0119cej informacji.`,deprecated:{part1:"W wersji wtyczki 9.0.0 zmieni\u0142 si\u0119 format rejestracji niestandardowych token\xF3w. Prosz\u0119 zaktualizowa\u0107 swoje tokeny odpowiednio. Zapoznaj si\u0119 z",part2:"dokumentacj\u0105",part3:"aby uzyska\u0107 wi\u0119cej informacji"}},legacyRenameAttachmentsToLowerCase:{part1:"W wersji wtyczki 9.0.0",part2:"to ustawienie zosta\u0142o wycofane. U\u017Cyj",part3:"formatu zamiast tego. Zobacz",part4:"dokumentacj\u0119",part5:"aby uzyska\u0107 wi\u0119cej informacji"},markdownUrlFormat:{deprecated:{part1:"Mo\u017Cesz mie\u0107 ustawion\u0105 potencjalnie niepoprawn\u0105 warto\u015B\u0107 dla",part2:"formatu. Prosz\u0119 zapozna\u0107 si\u0119 z",part3:"dokumentacj\u0105",part4:"aby uzyska\u0107 wi\u0119cej informacji",part5:"Ta wiadomo\u015B\u0107 nie zostanie ponownie wy\u015Bwietlona."}},specialCharacters:{part1:"W wersji wtyczki 9.16.0",part2:"domy\u015Blna warto\u015B\u0107 ustawienia zosta\u0142a zmieniona. Twoje ustawienie zosta\u0142o zaktualizowane do nowej warto\u015Bci domy\u015Blnej."},validation:{defaultImageSizeMustBePercentageOrPixels:"Domy\u015Blny rozmiar obrazu musi by\u0107 w pikselach lub procentach",invalidCustomTokensCode:"Nieprawid\u0142owy kod niestandardowych token\xF3w",invalidRegularExpression:"Nieprawid\u0142owe wyra\u017Cenie regularne {{regExp}}",specialCharactersMustNotContainSlash:"Znaki specjalne nie mog\u0105 zawiera\u0107 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Zamiana znak\xF3w specjalnych nie mo\u017Ce zawiera\u0107 nieprawid\u0142owych znak\xF3w \u015Bcie\u017Cki nazwy pliku."},version:{part1:"Tw\xF3j plik ustawie\u0144 ",part2:"ma wersj\u0119",part3:"kt\xF3ra jest nowsza ni\u017C bie\u017C\u0105ca wersja wtyczki",part4:"Wtyczka mo\u017Ce nie dzia\u0142a\u0107 zgodnie z oczekiwaniami. Zaktualizuj wtyczk\u0119 do najnowszej wersji lub upewnij si\u0119, \u017Ce ustawienia s\u0105 poprawne."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Podczas do\u0142\u0105czania plik\xF3w:"},name:"Tryb przemianowania za\u0142\u0105cznik\xF3w"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Gdy zebrany za\u0142\u0105cznik jest u\u017Cywany przez wiele notatek:"},name:"Tryb zbierania za\u0142\u0105cznik\xF3w u\u017Cywanych przez wiele notatek"},collectedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Zebrana nazwa pliku za\u0142\u0105cznika"},customTokens:{description:{part1:"Niestandardowe tokeny do u\u017Cycia.",part2:"Zobacz",part3:"dokumentacj\u0119",part4:"aby uzyska\u0107 wi\u0119cej informacji.",part5:"\u26A0\uFE0F Niestandardowe tokeny mog\u0105 by\u0107 dowolnym kodem JavaScript. Je\u015Bli s\u0105 napisane nieprawid\u0142owo, mog\u0105 spowodowa\u0107 utrat\u0119 danych. U\u017Cywasz ich na w\u0142asne ryzyko."},name:"Niestandardowe tokeny"},defaultImageSize:{description:{part1:"Domy\u015Blny rozmiar obrazu.",part2:"Mo\u017Cna okre\u015Bli\u0107 w pikselach",part3:"lub jako procent pe\u0142nego rozmiaru obrazu",part4:"Pozostaw puste, aby u\u017Cy\u0107 oryginalnego rozmiaru obrazu."},name:"Domy\u015Blny rozmiar obrazu"},duplicateNameSeparator:{description:{part1:"Gdy wklejasz/przeci\u0105gasz plik o tej samej nazwie co istniej\u0105cy plik, ten separator zostanie dodany do nazwy pliku.",part2:"Np. gdy przeci\u0105gasz plik",part3:", zostanie on przemianowany na ",part4:", itd., a\u017C do pierwszej dost\u0119pnej nazwy."},name:"Separator duplikowanych nazw"},emptyAttachmentFolderBehavior:{description:{part1:"Gdy folder za\u0142\u0105cznik\xF3w stanie si\u0119 pusty:"},name:"Zachowanie pustego folderu za\u0142\u0105cznik\xF3w"},excludePaths:{description:{part1:"Wyklucz notatki z nast\u0119puj\u0105cych \u015Bcie\u017Cek.",part2:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part3:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part4:"Je\u015Bli ustawienie jest puste, \u017Cadna notatka nie jest wykluczana."},name:"Wyklucz \u015Bcie\u017Cki"},excludePathsFromAttachmentCollecting:{description:{part1:"Wyklucz za\u0142\u0105czniki z nast\u0119puj\u0105cych \u015Bcie\u017Cek, gdy wykonywane jest polecenie",part2:"Zbierz za\u0142\u0105czniki",part3:".",part4:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part5:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part6:"Je\u015Bli ustawienie jest puste, \u017Cadne \u015Bcie\u017Cki nie s\u0105 wykluczane ze zbierania za\u0142\u0105cznik\xF3w."},name:"Wyklucz \u015Bcie\u017Cki ze zbierania za\u0142\u0105cznik\xF3w"},generatedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Wygenerowana nazwa pliku za\u0142\u0105cznika"},includePaths:{description:{part1:"Uwzgl\u0119dnij notatki z nast\u0119puj\u0105cych \u015Bcie\u017Cek.",part2:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part3:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part4:"Je\u015Bli ustawienie jest puste, wszystkie notatki s\u0105 uwzgl\u0119dniane."},name:"Uwzgl\u0119dnij \u015Bcie\u017Cki"},jpegQuality:{description:"Im mniejsza jako\u015B\u0107, tym wi\u0119kszy wsp\xF3\u0142czynnik kompresji.",name:"Jako\u015B\u0107 JPEG"},locationForNewAttachments:{description:{part1:"Zacznij od",part2:"aby u\u017Cy\u0107 \u015Bcie\u017Cki wzgl\u0119dnej.",part3:"Zobacz dost\u0119pne",part4:"tokeny",part5:"Foldery kropkowe, takie jak",part6:"nie s\u0105 zalecane, poniewa\u017C Obsidian ich nie \u015Bledzi. Mo\u017Cesz potrzebowa\u0107 u\u017Cy\u0107",part7:"wtyczki, aby nimi zarz\u0105dza\u0107."},name:"Lokalizacja nowych za\u0142\u0105cznik\xF3w"},markdownUrlFormat:{description:{part1:"Format adresu URL, kt\xF3ry zostanie wstawiony do Markdown.",part2:"Zobacz dost\u0119pne",part3:"tokeny",part4:"Pozostaw puste, aby u\u017Cy\u0107 domy\u015Blnego formatu."},name:"Format adresu URL w Markdown"},renameAttachmentsToLowerCase:"Przemianuj za\u0142\u0105czniki na ma\u0142e litery",renamedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Przemianowana nazwa pliku za\u0142\u0105cznika"},resetToSampleCustomTokens:{message:"Czy na pewno chcesz zresetowa\u0107 niestandardowe tokeny do przyk\u0142adowych? Twoje zmiany zostan\u0105 utracone.",title:"Resetuj do przyk\u0142adowych niestandardowych token\xF3w"},shouldConvertPastedImagesToJpeg:{description:"Czy konwertowa\u0107 wklejone obrazy do JPEG. Dotyczy tylko sytuacji, gdy zawarto\u015B\u0107 obrazu PNG jest wklejana bezpo\u015Brednio ze schowka (zazwyczaj przy wklejaniu zrzut\xF3w ekranu).",name:"Czy konwertowa\u0107 wklejone obrazy do JPEG"},shouldDeleteOrphanAttachments:{description:"Je\u015Bli w\u0142\u0105czone, po usuni\u0119ciu notatki jej osierocone za\u0142\u0105czniki zostan\u0105 r\xF3wnie\u017C usuni\u0119te.",name:"Czy usuwa\u0107 osierocone za\u0142\u0105czniki"},shouldRenameAttachmentFiles:{description:{part1:"Je\u015Bli w\u0142\u0105czone, gdy notatka jest przemianowana lub przeniesiona, jej za\u0142\u0105czniki b\u0119d\u0105 przemianowane zgodnie z",part2:"ustawieniem."},name:"Czy przemianowa\u0107 pliki za\u0142\u0105cznik\xF3w"},shouldRenameAttachmentFolders:{description:"Czy przemianowywa\u0107 foldery za\u0142\u0105cznik\xF3w, gdy notatka jest przemianowana lub przeniesiona.",name:"Czy przemianowa\u0107 foldery za\u0142\u0105cznik\xF3w"},shouldRenameCollectedAttachments:{description:{part1:"Je\u015Bli w\u0142\u0105czone, za\u0142\u0105czniki przetworzone przez polecenia",part2:"Zbierz za\u0142\u0105czniki",part3:"zostan\u0105 przemianowane zgodnie z ustawieniem",part4:"."},name:"Czy przemianowa\u0107 zebrane za\u0142\u0105czniki"},specialCharacters:{description:{part1:"Znaki specjalne w nazwie folderu i pliku za\u0142\u0105cznika do zast\u0105pienia lub usuni\u0119cia.",part2:"Pozostaw puste, aby zachowa\u0107 znaki specjalne."},name:"Znaki specjalne"},specialCharactersReplacement:{description:{part1:"Ci\u0105g zast\u0119puj\u0105cy znaki specjalne w nazwie folderu i pliku za\u0142\u0105cznika.",part2:"Pozostaw puste, aby usuwa\u0107 znaki specjalne."},name:"Zamiana znak\xF3w specjalnych"},timeoutInSeconds:{description:{part1:"Limit czasu (w sekundach) dla wszystkich operacji.",part2:"Je\u015Bli ustawisz",part3:"na 0, limit czasu zostanie wy\u0142\u0105czony."},name:"Limit czasu w sekundach"},treatAsAttachmentExtensions:{description:{part1:"Traktuj pliki z tymi rozszerzeniami jako za\u0142\u0105czniki.",part2:"Domy\u015Blnie",part3:"i",part4:"po\u0142\u0105czone pliki nie s\u0105 traktowane jako za\u0142\u0105czniki i nie s\u0105 przenoszone wraz z notatk\u0105.",part5:"Mo\u017Cesz doda\u0107 niestandardowe rozszerzenia, np.",part6:", aby zast\u0105pi\u0107 to zachowanie."},name:"Traktuj jako rozszerzenia za\u0142\u0105cznik\xF3w"}},promptWithPreviewModal:{previewModal:{title:"Podgl\u0105d pliku za\u0142\u0105cznika '{{fullFileName}}'"},title:"Podaj warto\u015B\u0107 dla tokena promptu"},regularExpression:"/wyra\u017Cenie regularne/"};var Cm={attachmentCollector:{confirm:{part1:"Deseja coletar anexos para todas as notas na pasta:",part2:"e todas as suas subpastas?",part3:"Esta opera\xE7\xE3o n\xE3o pode ser desfeita."},progressBar:{message:"Coletando anexos {{iterationStr}} - '{{noteFilePath}}'.",title:"Coletando anexos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Visualizar arquivo anexo",skip:"Pular"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Anexo",part2:"\xE9 referenciado por m\xFAltiplas notas."},heading:"Coletando anexo usado por m\xFAltiplas notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Usar a mesma a\xE7\xE3o para outros anexos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Coletar anexos na pasta atual",collectAttachmentsCurrentNote:"Coletar anexos na nota atual",collectAttachmentsEntireVault:"Coletar anexos em todo o cofre"},menuItems:{collectAttachmentsInFolder:"Coletar anexos na pasta"},notice:{collectingAttachments:"Coletando anexos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Coleta de anexos cancelada. Veja o console para detalhes.",generatedAttachmentFileNameIsInvalid:{part1:`Nome do arquivo de anexo gerado '{{path}}' \xE9 inv\xE1lido.
+{{validationMessage}}
+Verifique sua`,part2:"configura\xE7\xE3o."},notePathIsIgnored:"Caminho da nota foi ignorado"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Itens por p\xE1gina:",jumpToPage:"Ir para p\xE1gina:"},notices:{attachmentIsStillUsed:"Anexo {{attachmentPath}} ainda est\xE1 sendo usado por outras notas. N\xE3o ser\xE1 exclu\xEDdo.",unhandledError:"Ocorreu um erro n\xE3o tratado. Por favor, verifique o console para mais informa\xE7\xF5es."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos os arquivos s\xE3o renomeados.",displayText:"Todos"},none:{description:"seus nomes s\xE3o preservados.",displayText:"Nenhum"},onlyPastedImages:{description:"apenas imagens coladas s\xE3o renomeadas. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado da \xE1rea de transfer\xEAncia diretamente. Tipicamente, para colar capturas de tela.",displayText:"Apenas imagens coladas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar a coleta de anexos.",displayText:"Cancelar"},copy:{description:"copiar o anexo para o novo local.",displayText:"Copiar"},move:{description:"mover o anexo para o novo local.",displayText:"Mover"},prompt:{description:"solicitar ao usu\xE1rio que escolha a a\xE7\xE3o.",displayText:"Solicitar"},skip:{description:"pular o anexo e prosseguir para o pr\xF3ximo.",displayText:"Pular"}},defaultImageSizeDimension:{height:"Altura",width:"Largura"},emptyAttachmentFolderBehavior:{delete:{description:"excluir\xE1 a pasta de anexos vazia.",displayText:"Excluir"},deleteWithEmptyParents:{description:"excluir\xE1 a pasta de anexos vazia e suas pastas pai vazias.",displayText:"Excluir com pais vazios"},keep:{description:"manter\xE1 a pasta de anexos vazia.",displayText:"Manter"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokens personalizados foram comentados pois precisam ser atualizados para o novo formato introduzido na vers\xE3o 9.0.0 do plugin.
+// Consulte a documenta\xE7\xE3o (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para mais informa\xE7\xF5es.`,deprecated:{part1:"Na vers\xE3o 9.0.0 do plugin, o formato de registro de token personalizado mudou. Por favor, atualize seus tokens adequadamente. Consulte a",part2:"documenta\xE7\xE3o",part3:"para mais informa\xE7\xF5es"}},legacyRenameAttachmentsToLowerCase:{part1:"Na vers\xE3o 9.0.0 do plugin, a",part2:"configura\xE7\xE3o est\xE1 obsoleta. Use o",part3:"formato em vez disso. Veja a",part4:"documenta\xE7\xE3o",part5:"para mais informa\xE7\xF5es"},markdownUrlFormat:{deprecated:{part1:"Voc\xEA tem um valor potencialmente incorreto definido para o",part2:"formato. Por favor, consulte a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"Esta mensagem n\xE3o ser\xE1 exibida novamente."}},specialCharacters:{part1:"Na vers\xE3o 9.16.0 do plugin, o",part2:"valor padr\xE3o da configura\xE7\xE3o foi alterado. Seu valor de configura\xE7\xE3o foi atualizado para o novo valor padr\xE3o."},validation:{defaultImageSizeMustBePercentageOrPixels:"O tamanho padr\xE3o da imagem deve estar em pixels ou porcentagem",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Express\xE3o regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Caracteres especiais n\xE3o devem conter /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A substitui\xE7\xE3o de caracteres especiais n\xE3o deve conter caracteres de caminho de nome de arquivo inv\xE1lidos."},version:{part1:"Seu arquivo de configura\xE7\xF5es ",part2:"tem a vers\xE3o",part3:"que \xE9 mais nova que a vers\xE3o atual do plugin",part4:"O plugin pode n\xE3o funcionar como esperado. Por favor, atualize o plugin para a vers\xE3o mais recente ou certifique-se de que as configura\xE7\xF5es est\xE3o corretas."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Ao anexar arquivos:"},name:"Modo de renomea\xE7\xE3o de anexos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando o anexo coletado \xE9 usado por m\xFAltiplas notas:"},name:"Modo de coleta de anexos usados por m\xFAltiplas notas"},collectedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo coletado"},customTokens:{description:{part1:"Tokens personalizados a serem usados.",part2:"Veja a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"\u26A0\uFE0F Tokens personalizados podem ser c\xF3digo JavaScript arbitr\xE1rio. Se mal escritos, podem causar perda de dados. Use por sua pr\xF3pria conta e risco."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"O tamanho padr\xE3o da imagem.",part2:"Pode ser especificado em pixels",part3:"ou como porcentagem do tamanho total da imagem",part4:"Deixe em branco para usar o tamanho original da imagem."},name:"Tamanho padr\xE3o da imagem"},duplicateNameSeparator:{description:{part1:"Ao colar/arrastar um arquivo com o mesmo nome de um arquivo existente, este separador ser\xE1 adicionado ao nome do arquivo.",part2:"Por exemplo, ao arrastar o arquivo",part3:", ele ser\xE1 renomeado para ",part4:", etc, recebendo o primeiro nome dispon\xEDvel."},name:"Separador de nome duplicado"},emptyAttachmentFolderBehavior:{description:{part1:"Quando a pasta de anexos ficar vazia:"},name:"Comportamento de pasta de anexos vazia"},excludePaths:{description:{part1:"Excluir notas dos seguintes caminhos.",part2:"Insira cada caminho em uma nova linha.",part3:"Voc\xEA pode usar string de caminho ou",part4:"Se a configura\xE7\xE3o estiver vazia, nenhuma nota ser\xE1 exclu\xEDda."},name:"Excluir caminhos"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir anexos dos seguintes caminhos quando o comando",part2:"Coletar anexos",part3:"for executado.",part4:"Insira cada caminho em uma nova linha.",part5:"Voc\xEA pode usar string de caminho ou",part6:"Se a configura\xE7\xE3o estiver vazia, nenhum caminho ser\xE1 exclu\xEDdo da coleta de anexos."},name:"Excluir caminhos da coleta de anexos"},generatedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo gerado"},includePaths:{description:{part1:"Incluir notas dos seguintes caminhos.",part2:"Insira cada caminho em uma nova linha.",part3:"Voc\xEA pode usar string de caminho ou",part4:"Se a configura\xE7\xE3o estiver vazia, todas as notas ser\xE3o inclu\xEDdas."},name:"Incluir caminhos"},jpegQuality:{description:"Quanto menor a qualidade, maior a taxa de compress\xE3o.",name:"Qualidade JPEG"},locationForNewAttachments:{description:{part1:"Comece com",part2:"para usar o caminho relativo.",part3:"Veja os",part4:"tokens dispon\xEDveis",part5:"Pastas que come\xE7am com ponto como",part6:"n\xE3o s\xE3o recomendadas, pois o Obsidian n\xE3o as rastreia. Voc\xEA pode precisar usar um",part7:"Plugin para gerenci\xE1-las."},name:"Localiza\xE7\xE3o para novos anexos"},markdownUrlFormat:{description:{part1:"Formato da URL que ser\xE1 inserida no Markdown.",part2:"Veja os",part3:"tokens dispon\xEDveis",part4:"Deixe em branco para usar o formato padr\xE3o."},name:"Formato de URL no Markdown"},renameAttachmentsToLowerCase:"Renomear anexos para letras min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo renomeado"},resetToSampleCustomTokens:{message:"Tem certeza de que deseja redefinir os tokens personalizados para os tokens de exemplo? Suas altera\xE7\xF5es ser\xE3o perdidas.",title:"Redefinir para tokens de exemplo"},shouldConvertPastedImagesToJpeg:{description:"Se deve converter imagens coladas em JPEG. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, para capturas de tela.",name:"Converter imagens coladas para JPEG"},shouldDeleteOrphanAttachments:{description:"Se ativado, ao excluir a nota, seus anexos \xF3rf\xE3os tamb\xE9m ser\xE3o exclu\xEDdos.",name:"Excluir anexos \xF3rf\xE3os"},shouldRenameAttachmentFiles:{description:{part1:"Se ativado, quando uma nota \xE9 renomeada ou movida, seus anexos ser\xE3o renomeados de acordo com a",part2:"configura\xE7\xE3o."},name:"Renomear arquivos de anexos"},shouldRenameAttachmentFolders:{description:"Se deve renomear pastas de anexos quando uma nota \xE9 renomeada ou movida.",name:"Renomear pastas de anexos"},shouldRenameCollectedAttachments:{description:{part1:"Se ativado, anexos processados via comando",part2:"Coletar anexos",part3:"ser\xE3o renomeados de acordo com a configura\xE7\xE3o",part4:"."},name:"Renomear anexos coletados"},specialCharacters:{description:{part1:"Caracteres especiais no nome da pasta ou do arquivo de anexos a serem substitu\xEDdos ou removidos.",part2:"Deixe em branco para preservar os caracteres especiais."},name:"Caracteres especiais"},specialCharactersReplacement:{description:{part1:"String de substitui\xE7\xE3o para caracteres especiais no nome da pasta ou do arquivo de anexos.",part2:"Deixe em branco para remover os caracteres especiais."},name:"Substitui\xE7\xE3o de caracteres especiais"},timeoutInSeconds:{description:{part1:"O tempo limite em segundos para todas as opera\xE7\xF5es.",part2:"Se",part3:"estiver definido, o tempo limite de execu\xE7\xE3o das opera\xE7\xF5es ser\xE1 desativado."},name:"Tempo limite em segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar arquivos com estas extens\xF5es como anexos.",part2:"Por padr\xE3o",part3:"e",part4:"arquivos vinculados n\xE3o s\xE3o tratados como anexos e n\xE3o s\xE3o movidos junto com a nota.",part5:"Voc\xEA pode adicionar extens\xF5es personalizadas, por exemplo,",part6:", para sobrescrever esse comportamento."},name:"Tratar como extens\xF5es de anexos"}},promptWithPreviewModal:{previewModal:{title:"Visualizar arquivo anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var Tm={attachmentCollector:{confirm:{part1:"Deseja recolher anexos para todas as notas na pasta:",part2:"e todas as suas subpastas?",part3:"Esta opera\xE7\xE3o n\xE3o pode ser desfeita."},progressBar:{message:"Recolhendo anexos {{iterationStr}} - '{{noteFilePath}}'.",title:"Recolhendo anexos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Pr\xE9-visualizar ficheiro anexo",skip:"Saltar"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"O anexo",part2:"\xE9 referenciado por m\xFAltiplas notas."},heading:"Recolhendo anexo usado por m\xFAltiplas notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Usar a mesma a\xE7\xE3o para outros anexos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Recolher anexos na pasta atual",collectAttachmentsCurrentNote:"Recolher anexos na nota atual",collectAttachmentsEntireVault:"Recolher anexos em todo o cofre"},menuItems:{collectAttachmentsInFolder:"Recolher anexos na pasta"},notice:{collectingAttachments:"Recolhendo anexos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recolha de anexos cancelada. Veja a consola para detalhes.",generatedAttachmentFileNameIsInvalid:{part1:`Nome de ficheiro de anexo gerado '{{path}}' \xE9 inv\xE1lido.
+{{validationMessage}}
+Verifique a sua`,part2:"configura\xE7\xE3o."},notePathIsIgnored:"Caminho da nota \xE9 ignorado"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Itens por p\xE1gina:",jumpToPage:"Ir para p\xE1gina:"},notices:{attachmentIsStillUsed:"O anexo {{attachmentPath}} ainda est\xE1 a ser usado por outras notas. N\xE3o ser\xE1 eliminado.",unhandledError:"Ocorreu um erro n\xE3o tratado. Verifique a consola para mais informa\xE7\xF5es."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos os ficheiros s\xE3o renomeados.",displayText:"Todos"},none:{description:"os seus nomes s\xE3o preservados.",displayText:"Nenhum"},onlyPastedImages:{description:"apenas imagens coladas s\xE3o renomeadas. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, para colar capturas de ecr\xE3.",displayText:"Apenas imagens coladas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar a recolha de anexos.",displayText:"Cancelar"},copy:{description:"copiar o anexo para a nova localiza\xE7\xE3o.",displayText:"Copiar"},move:{description:"mover o anexo para a nova localiza\xE7\xE3o.",displayText:"Mover"},prompt:{description:"solicitar ao utilizador que escolha a a\xE7\xE3o.",displayText:"Solicitar"},skip:{description:"saltar o anexo e prosseguir para o seguinte.",displayText:"Saltar"}},defaultImageSizeDimension:{height:"Altura",width:"Largura"},emptyAttachmentFolderBehavior:{delete:{description:"ir\xE1 eliminar a pasta de anexos vazia.",displayText:"Eliminar"},deleteWithEmptyParents:{description:"ir\xE1 eliminar a pasta de anexos vazia e as suas pastas-pai vazias.",displayText:"Eliminar com pais vazios"},keep:{description:"ir\xE1 manter a pasta de anexos vazia.",displayText:"Manter"}}},pluginSettingsManager:{customToken:{codeComment:`// Os tokens personalizados foram comentados pois necessitam de ser atualizados para o novo formato introduzido na vers\xE3o 9.0.0 do plugin.
+// Consulte a documenta\xE7\xE3o (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para mais informa\xE7\xF5es.`,deprecated:{part1:"Na vers\xE3o 9.0.0 do plugin, o formato de registo de tokens personalizados mudou. Por favor, atualize os seus tokens em conformidade. Consulte a",part2:"documenta\xE7\xE3o",part3:"para mais informa\xE7\xF5es"}},legacyRenameAttachmentsToLowerCase:{part1:"Na vers\xE3o 9.0.0 do plugin, a",part2:"configura\xE7\xE3o est\xE1 obsoleta. Use o",part3:"formato em alternativa. Veja a",part4:"documenta\xE7\xE3o",part5:"para mais informa\xE7\xF5es"},markdownUrlFormat:{deprecated:{part1:"Tem um valor potencialmente incorreto definido para o",part2:"formato. Consulte a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"Esta mensagem n\xE3o ser\xE1 exibida novamente."}},specialCharacters:{part1:"Na vers\xE3o 9.16.0 do plugin, o",part2:"valor padr\xE3o da configura\xE7\xE3o foi alterado. O seu valor foi atualizado para o novo padr\xE3o."},validation:{defaultImageSizeMustBePercentageOrPixels:"O tamanho predefinido da imagem deve estar em pixels ou percentagem",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Express\xE3o regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Caracteres especiais n\xE3o devem conter /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A substitui\xE7\xE3o de caracteres especiais n\xE3o deve conter caracteres inv\xE1lidos de caminho de nome de ficheiro."},version:{part1:"O seu ficheiro de configura\xE7\xF5es ",part2:"tem a vers\xE3o",part3:"que \xE9 mais recente do que a vers\xE3o atual do plugin",part4:"O plugin pode n\xE3o funcionar como esperado. Atualize para a vers\xE3o mais recente do plugin ou verifique se as configura\xE7\xF5es est\xE3o corretas."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Ao anexar ficheiros:"},name:"Modo de renomea\xE7\xE3o de anexos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando o anexo recolhido \xE9 usado por m\xFAltiplas notas:"},name:"Modo de recolha de anexos usados por m\xFAltiplas notas"},collectedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo recolhido"},customTokens:{description:{part1:"Tokens personalizados a serem usados.",part2:"Veja a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"\u26A0\uFE0F Tokens personalizados podem conter c\xF3digo JavaScript arbitr\xE1rio. Se mal escritos, podem causar perda de dados. Use por sua conta e risco."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"O tamanho predefinido da imagem.",part2:"Pode ser especificado em pixels",part3:"ou como percentagem do tamanho total da imagem",part4:"Deixe em branco para usar o tamanho original da imagem."},name:"Tamanho predefinido da imagem"},duplicateNameSeparator:{description:{part1:"Ao colar/arrastar um ficheiro com o mesmo nome de um ficheiro existente, este separador ser\xE1 adicionado ao nome.",part2:"Por exemplo, ao arrastar o ficheiro",part3:", ele ser\xE1 renomeado para ",part4:", etc, recebendo o primeiro nome dispon\xEDvel."},name:"Separador de nomes duplicados"},emptyAttachmentFolderBehavior:{description:{part1:"Quando a pasta de anexos ficar vazia:"},name:"Comportamento da pasta de anexos vazia"},excludePaths:{description:{part1:"Excluir notas dos seguintes caminhos.",part2:"Introduza cada caminho numa nova linha.",part3:"Pode usar cadeias de caminho ou",part4:"Se a configura\xE7\xE3o ficar vazia, nenhuma nota ser\xE1 exclu\xEDda."},name:"Excluir caminhos"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir anexos dos seguintes caminhos quando o comando",part2:"Recolher anexos",part3:"for executado.",part4:"Introduza cada caminho numa nova linha.",part5:"Pode usar cadeias de caminho ou",part6:"Se a configura\xE7\xE3o ficar vazia, nenhum anexo ser\xE1 exclu\xEDdo da recolha."},name:"Excluir caminhos da recolha de anexos"},generatedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo gerado"},includePaths:{description:{part1:"Incluir notas dos seguintes caminhos.",part2:"Introduza cada caminho numa nova linha.",part3:"Pode usar cadeias de caminho ou",part4:"Se a configura\xE7\xE3o ficar vazia, todas as notas ser\xE3o inclu\xEDdas."},name:"Incluir caminhos"},jpegQuality:{description:"Quanto menor a qualidade, maior a taxa de compress\xE3o.",name:"Qualidade JPEG"},locationForNewAttachments:{description:{part1:"Comece com",part2:"para usar caminho relativo.",part3:"Veja os",part4:"tokens dispon\xEDveis",part5:"Pastas come\xE7adas por ponto como",part6:"n\xE3o s\xE3o recomendadas, pois o Obsidian n\xE3o as acompanha. Pode necessitar de usar um",part7:"Plugin para as gerir."},name:"Localiza\xE7\xE3o para novos anexos"},markdownUrlFormat:{description:{part1:"Formato da URL a ser inserida no Markdown.",part2:"Veja os",part3:"tokens dispon\xEDveis",part4:"Deixe em branco para usar o formato padr\xE3o."},name:"Formato de URL em Markdown"},renameAttachmentsToLowerCase:"Renomear anexos para min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo renomeado"},resetToSampleCustomTokens:{message:"Tem a certeza de que deseja repor os tokens personalizados para os tokens de exemplo? As suas altera\xE7\xF5es ser\xE3o perdidas.",title:"Repor tokens personalizados para o exemplo"},shouldConvertPastedImagesToJpeg:{description:"Defina se as imagens coladas devem ser convertidas para JPEG. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, \xFAtil para capturas de ecr\xE3.",name:"Converter imagens coladas para JPEG"},shouldDeleteOrphanAttachments:{description:"Se ativado, ao eliminar a nota, os seus anexos \xF3rf\xE3os ser\xE3o tamb\xE9m eliminados.",name:"Eliminar anexos \xF3rf\xE3os"},shouldRenameAttachmentFiles:{description:{part1:"Se ativado, quando uma nota \xE9 renomeada ou movida, os seus anexos ser\xE3o renomeados de acordo com a",part2:"configura\xE7\xE3o."},name:"Renomear ficheiros de anexos"},shouldRenameAttachmentFolders:{description:"Se as pastas de anexos devem ser renomeadas quando uma nota \xE9 renomeada ou movida.",name:"Renomear pastas de anexos"},shouldRenameCollectedAttachments:{description:{part1:"Se ativado, anexos processados atrav\xE9s do comando",part2:"Recolher anexos",part3:"ser\xE3o renomeados de acordo com a",part4:"configura\xE7\xE3o."},name:"Renomear anexos recolhidos"},specialCharacters:{description:{part1:"Caracteres especiais no nome da pasta/ficheiro de anexo a serem substitu\xEDdos ou removidos.",part2:"Deixe em branco para preservar os caracteres."},name:"Caracteres especiais"},specialCharactersReplacement:{description:{part1:"Sequ\xEAncia de substitui\xE7\xE3o para caracteres especiais no nome da pasta/ficheiro de anexo.",part2:"Deixe em branco para remover os caracteres especiais."},name:"Substitui\xE7\xE3o de caracteres especiais"},timeoutInSeconds:{description:{part1:"O tempo limite em segundos para todas as opera\xE7\xF5es.",part2:"Se",part3:"estiver definido, o tempo limite \xE9 desativado."},name:"Tempo limite em segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar ficheiros com estas extens\xF5es como anexos.",part2:"Por padr\xE3o",part3:"e",part4:"ficheiros ligados n\xE3o s\xE3o tratados como anexos e n\xE3o s\xE3o movidos com a nota.",part5:"Pode adicionar extens\xF5es personalizadas, por exemplo,",part6:", para sobrescrever este comportamento."},name:"Tratar como extens\xF5es de anexos"}},promptWithPreviewModal:{previewModal:{title:"Pr\xE9-visualizar ficheiro anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var Sm={attachmentCollector:{confirm:{part1:"Dori\u021Bi s\u0103 colecta\u021Bi ata\u0219amentele pentru toate noti\u021Bele din dosarul:",part2:"\u0219i toate subdosarele acestuia?",part3:"Aceast\u0103 opera\u021Biune nu poate fi anulat\u0103."},progressBar:{message:"Colectez ata\u0219amente {{iterationStr}} - '{{noteFilePath}}'.",title:"Colectez ata\u0219amente..."}},buttons:{copy:"Copiaz\u0103",move:"Mut\u0103",previewAttachmentFile:"Previzualizeaz\u0103 fi\u0219ierul ata\u0219at",skip:"Sari peste"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Ata\u0219amentul",part2:"este folosit de mai multe noti\u021Be."},heading:"Colectez ata\u0219amentul folosit de multiple noti\u021Be",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Folose\u0219te aceea\u0219i ac\u021Biune pentru alte ata\u0219amente problematice"},commands:{collectAttachmentsCurrentFolder:"Colecteaz\u0103 ata\u0219amentele din dosarul curent",collectAttachmentsCurrentNote:"Colecteaz\u0103 ata\u0219amentele din noti\u021Ba curent\u0103",collectAttachmentsEntireVault:"Colecteaz\u0103 ata\u0219amentele din \xEEntregul seif"},menuItems:{collectAttachmentsInFolder:"Colecteaz\u0103 ata\u0219amentele din dosar"},notice:{collectingAttachments:"Colectez ata\u0219amentele pentru '{{noteFilePath}}'",collectingAttachmentsCancelled:"Colectarea ata\u0219amentelor a fost anulat\u0103. Verific\u0103 consola pentru detalii.",generatedAttachmentFileNameIsInvalid:{part1:`Numele fi\u0219ierului ata\u0219at generat '{{path}}' este invalid.
+{{validationMessage}}
+Verific\u0103-\u021Bi`,part2:"set\u0103rile."},notePathIsIgnored:"Calea noti\u021Bei a fost ignorat\u0103"},obsidianDevUtils:{buttons:{cancel:"Anuleaz\u0103",ok:"OK"},dataview:{itemsPerPage:"Elemente pe pagin\u0103:",jumpToPage:"Sari la pagina:"},notices:{attachmentIsStillUsed:"Ata\u0219amentul {{attachmentPath}} este \xEEnc\u0103 folosit de alte noti\u021Be. Nu va fi \u0219ters.",unhandledError:"A ap\u0103rut o eroare neprev\u0103zut\u0103. Verific\u0103 consola pentru mai multe informa\u021Bii."}},pluginSettings:{attachmentRenameMode:{all:{description:"toate fi\u0219ierele sunt redenumite.",displayText:"Toate"},none:{description:"numele lor sunt p\u0103strate.",displayText:"Niciunul"},onlyPastedImages:{description:"doar imaginile lipite sunt redenumite. Se aplic\u0103 doar c\xE2nd con\u021Binutul imaginii PNG este lipit direct din clipboard. De obicei, pentru capturi de ecran.",displayText:"Doar imaginile lipite"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anuleaz\u0103 colectarea ata\u0219amentelor.",displayText:"Anuleaz\u0103"},copy:{description:"copiaz\u0103 ata\u0219amentul \xEEn noua loca\u021Bie.",displayText:"Copiaz\u0103"},move:{description:"mut\u0103 ata\u0219amentul \xEEn noua loca\u021Bie.",displayText:"Mut\u0103"},prompt:{description:"cere utilizatorului s\u0103 aleag\u0103 ac\u021Biunea.",displayText:"Solicit\u0103"},skip:{description:"sari peste ata\u0219ament \u0219i continu\u0103 cu urm\u0103torul.",displayText:"Sari peste"}},defaultImageSizeDimension:{height:"\xCEn\u0103l\u021Bime",width:"L\u0103\u021Bime"},emptyAttachmentFolderBehavior:{delete:{description:"va \u0219terge dosarul de ata\u0219amente gol.",displayText:"\u0218terge"},deleteWithEmptyParents:{description:"va \u0219terge dosarul de ata\u0219amente gol \u0219i dosarele-p\u0103rinte goale.",displayText:"\u0218terge cu p\u0103rin\u021Bi goi"},keep:{description:"va p\u0103stra dosarul de ata\u0219amente gol.",displayText:"P\u0103streaz\u0103"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokenurile personalizate au fost comentate deoarece trebuie actualizate la noul format introdus \xEEn versiunea 9.0.0 a pluginului.
+// Consult\u0103 documenta\u021Bia (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pentru mai multe informa\u021Bii.`,deprecated:{part1:"\xCEn versiunea 9.0.0 a pluginului, formatul de \xEEnregistrare a tokenurilor personalizate s-a schimbat. Actualizeaz\u0103 tokenurile corespunz\u0103tor. Consult\u0103",part2:"documenta\u021Bia",part3:"pentru mai multe informa\u021Bii"}},legacyRenameAttachmentsToLowerCase:{part1:"\xCEn versiunea 9.0.0 a pluginului, aceast\u0103",part2:"setare este depreciat\u0103. Folose\u0219te ",part3:"formatul \xEEn schimb. Vezi",part4:"documenta\u021Bia",part5:"pentru mai multe informa\u021Bii"},markdownUrlFormat:{deprecated:{part1:"Ave\u021Bi o valoare poten\u021Bial incorect\u0103 setat\u0103 pentru",part2:"format. Consulta\u021Bi",part3:"documenta\u021Bia",part4:"pentru mai multe informa\u021Bii.",part5:"Acest mesaj nu va mai fi afi\u0219at."}},specialCharacters:{part1:"\xCEn versiunea 9.16.0 a pluginului,",part2:"valoarea implicit\u0103 a set\u0103rii a fost schimbat\u0103. Valoarea voastr\u0103 a fost actualizat\u0103 la noua valoare implicit\u0103."},validation:{defaultImageSizeMustBePercentageOrPixels:"Dimensiunea implicit\u0103 a imaginii trebuie s\u0103 fie \xEEn pixeli sau procente",invalidCustomTokensCode:"Cod de token personalizat invalid",invalidRegularExpression:"Expresie regulat\u0103 invalid\u0103 {{regExp}}",specialCharactersMustNotContainSlash:"Caracterele speciale nu trebuie s\u0103 con\u021Bin\u0103 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\xCEnlocuirea caracterelor speciale nu trebuie s\u0103 con\u021Bin\u0103 caractere invalide de cale de fi\u0219ier."},version:{part1:"Fi\u0219ierul dvs. de set\u0103ri ",part2:"are versiunea",part3:"care este mai nou\u0103 dec\xE2t versiunea actual\u0103 a pluginului",part4:"Pluginul ar putea s\u0103 nu func\u021Bioneze corect. Actualiza\u021Bi pluginul la ultima versiune sau verifica\u021Bi dac\u0103 set\u0103rile sunt corecte."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"C\xE2nd ata\u0219a\u021Bi fi\u0219iere:"},name:"Mod de redenumire ata\u0219amente"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"C\xE2nd ata\u0219amentul colectat este folosit de mai multe noti\u021Be:"},name:"Mod colectare ata\u0219amente folosite de mai multe noti\u021Be"},collectedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament colectat"},customTokens:{description:{part1:"Tokenuri personalizate de utilizat.",part2:"Vezi",part3:"documenta\u021Bia",part4:"pentru mai multe informa\u021Bii.",part5:"\u26A0\uFE0F Tokenurile personalizate pot con\u021Bine cod JavaScript arbitrar. Dac\u0103 sunt scrise gre\u0219it, pot cauza pierderi de date. Folosi\u021Bi-le pe propria r\u0103spundere."},name:"Tokenuri personalizate"},defaultImageSize:{description:{part1:"Dimensiunea implicit\u0103 a imaginii.",part2:"Poate fi specificat\u0103 \xEEn pixeli",part3:"sau ca procent din dimensiunea total\u0103 a imaginii",part4:"L\u0103sa\u021Bi gol pentru a folosi dimensiunea original\u0103 a imaginii."},name:"Dimensiune implicit\u0103 imagine"},duplicateNameSeparator:{description:{part1:"C\xE2nd lipi\u021Bi/tracta\u021Bi un fi\u0219ier cu acela\u0219i nume ca un fi\u0219ier existent, acest separator va fi ad\u0103ugat la nume.",part2:"De exemplu, c\xE2nd trage\u021Bi fi\u0219ierul",part3:", va fi redenumit \xEEn ",part4:", etc., folosind primul nume disponibil."},name:"Separator pentru nume duplicate"},emptyAttachmentFolderBehavior:{description:{part1:"C\xE2nd dosarul de ata\u0219amente devine gol:"},name:"Comportamentul dosarului de ata\u0219amente gol"},excludePaths:{description:{part1:"Exclude\u021Bi noti\u021Be din urm\u0103toarele c\u0103i.",part2:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part3:"Pute\u021Bi folosi \u0219ir de cale sau",part4:"Dac\u0103 setarea este goal\u0103, nicio noti\u021B\u0103 nu este exclus\u0103."},name:"Excludere c\u0103i"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude\u021Bi ata\u0219amentele din urm\u0103toarele c\u0103i c\xE2nd se execut\u0103 comanda",part2:"Colecteaz\u0103 ata\u0219amente",part3:".",part4:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part5:"Pute\u021Bi folosi \u0219ir de cale sau",part6:"Dac\u0103 setarea este goal\u0103, nu se exclud c\u0103i din colectarea ata\u0219amentelor."},name:"Excludere c\u0103i pentru colectarea ata\u0219amentelor"},generatedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament generat"},includePaths:{description:{part1:"Include\u021Bi noti\u021Be din urm\u0103toarele c\u0103i.",part2:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part3:"Pute\u021Bi folosi \u0219ir de cale sau",part4:"Dac\u0103 setarea este goal\u0103, toate noti\u021Bele sunt incluse."},name:"Include\u021Bi c\u0103i"},jpegQuality:{description:"Cu c\xE2t calitatea este mai mic\u0103, cu at\xE2t rata de compresie este mai mare.",name:"Calitate JPEG"},locationForNewAttachments:{description:{part1:"\xCEncepe\u021Bi cu",part2:"pentru a folosi cale relativ\u0103.",part3:"Vezi",part4:"tokenurile disponibile",part5:"Dosare cu punct precum",part6:"nu sunt recomandate, deoarece Obsidian nu le urm\u0103re\u0219te. Este posibil s\u0103 fie nevoie s\u0103 folosi\u021Bi un",part7:"plugin pentru a le gestiona."},name:"Loca\u021Bia pentru ata\u0219amente noi"},markdownUrlFormat:{description:{part1:"Formatul URL-ului care va fi inserat \xEEn Markdown.",part2:"Vezi",part3:"tokenurile disponibile",part4:"L\u0103sa\u021Bi necompletat pentru a folosi formatul implicit."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Redenume\u0219te ata\u0219amentele cu litere mici",renamedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament redenumit"},resetToSampleCustomTokens:{message:"Sigur dori\u021Bi s\u0103 reseta\u021Bi tokenurile personalizate la tokenurile exemplu? Modific\u0103rile dvs. vor fi pierdute.",title:"Reseteaz\u0103 la tokenuri exemplu"},shouldConvertPastedImagesToJpeg:{description:"Stabile\u0219te dac\u0103 imaginile lipite s\u0103 fie convertite \xEEn JPEG. Se aplic\u0103 numai c\xE2nd con\u021Binutul unei imagini PNG este lipit direct din clipboard. De obicei, pentru capturi de ecran.",name:"Converti\u021Bi imaginile lipite \xEEn JPEG"},shouldDeleteOrphanAttachments:{description:"Dac\u0103 este activat, atunci c\xE2nd noti\u021Ba este \u0219tears\u0103, ata\u0219amentele orfane vor fi \u0219i ele \u0219terse.",name:"\u0218terge ata\u0219amentele orfane"},shouldRenameAttachmentFiles:{description:{part1:"Dac\u0103 este activat, atunci c\xE2nd o noti\u021B\u0103 este redenumit\u0103 sau mutat\u0103, ata\u0219amentele vor fi redenumite conform",part2:"set\u0103rii."},name:"Redenume\u0219te fi\u0219ierele ata\u0219ament"},shouldRenameAttachmentFolders:{description:"Stabile\u0219te dac\u0103 dosarele de ata\u0219amente vor fi redenumite c\xE2nd o noti\u021B\u0103 este redenumit\u0103 sau mutat\u0103.",name:"Redenume\u0219te dosarele de ata\u0219ament"},shouldRenameCollectedAttachments:{description:{part1:"Dac\u0103 este activat, ata\u0219amentele procesate prin comenzile",part2:"Colecteaz\u0103 ata\u0219amente",part3:"vor fi redenumite conform",part4:"set\u0103rii."},name:"Redenume\u0219te ata\u0219amentele colectate"},specialCharacters:{description:{part1:"Caractere speciale \xEEn numele dosarului sau fi\u0219ierului ata\u0219ament care vor fi \xEEnlocuite sau eliminate.",part2:"L\u0103sa\u021Bi gol pentru a le p\u0103stra."},name:"Caractere speciale"},specialCharactersReplacement:{description:{part1:"\u0218ir de \xEEnlocuire pentru caractere speciale \xEEn numele dosarului sau fi\u0219ierului ata\u0219ament.",part2:"L\u0103sa\u021Bi gol pentru a elimina caracterele speciale."},name:"\xCEnlocuire caractere speciale"},timeoutInSeconds:{description:{part1:"Timpul limit\u0103 \xEEn secunde pentru toate opera\u021Biile.",part2:"Dac\u0103",part3:"este setat, timpul limit\u0103 va fi dezactivat."},name:"Timp limit\u0103 (secunde)"},treatAsAttachmentExtensions:{description:{part1:"Trata\u021Bi fi\u0219ierele cu aceste extensii ca ata\u0219amente.",part2:"Implicit",part3:"\u0219i",part4:"fi\u0219ierele legate nu sunt considerate ata\u0219amente \u0219i nu sunt mutate odat\u0103 cu noti\u021Ba.",part5:"Pute\u021Bi ad\u0103uga extensii personalizate, de ex.",part6:", pentru a \xEEnlocui acest comportament."},name:"Trata\u021Bi ca extensii de ata\u0219amente"}},promptWithPreviewModal:{previewModal:{title:"Previzualizeaz\u0103 fi\u0219ierul ata\u0219at '{{fullFileName}}'"},title:"Furniza\u021Bi o valoare pentru tokenul de prompt"},regularExpression:"/expresie regulat\u0103/"};var Pm={attachmentCollector:{confirm:{part1:"\u0425\u043E\u0442\u0438\u0442\u0435 \u043B\u0438 \u0432\u044B \u0441\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0432\u0441\u0435\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043F\u0430\u043F\u043A\u0435:",part2:"\u0438 \u0432\u043E \u0432\u0441\u0435\u0445 \u0435\u0451 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0430\u0445?",part3:"\u042D\u0442\u0430 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043E\u0442\u043C\u0435\u043D\u0435\u043D\u0430."},progressBar:{message:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439..."}},buttons:{copy:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C",move:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C",previewAttachmentFile:"\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",skip:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0412\u043B\u043E\u0436\u0435\u043D\u0438\u0435",part2:"\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438."},heading:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u043E\u0433\u043E \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0442\u043E \u0436\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0434\u043B\u044F \u0434\u0440\u0443\u0433\u0438\u0445 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u043D\u044B\u0445 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},commands:{collectAttachmentsCurrentFolder:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u0430\u043F\u043A\u0435",collectAttachmentsCurrentNote:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",collectAttachmentsEntireVault:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432\u043E \u0432\u0441\u0451\u043C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435"},menuItems:{collectAttachmentsInFolder:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0430\u043F\u043A\u0435"},notice:{collectingAttachments:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043E\u0442\u043C\u0435\u043D\u0451\u043D. \u0421\u043C. \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F '{{path}}' \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E.
+{{validationMessage}}
+\u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0432\u0430\u0448\u0438`,part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438."},notePathIsIgnored:"\u041F\u0443\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F"},obsidianDevUtils:{buttons:{cancel:"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443:",jumpToPage:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435:"},notices:{attachmentIsStillUsed:"\u0412\u043B\u043E\u0436\u0435\u043D\u0438\u0435 {{attachmentPath}} \u0432\u0441\u0451 \u0435\u0449\u0451 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438. \u041E\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u043E.",unhandledError:"\u041F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043D\u0435\u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430. \u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u044E\u0442\u0441\u044F.",displayText:"\u0412\u0441\u0435"},none:{description:"\u0438\u0445 \u0438\u043C\u0435\u043D\u0430 \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u044E\u0442\u0441\u044F.",displayText:"\u041D\u0438\u0447\u0435\u0433\u043E"},onlyPastedImages:{description:"\u0442\u043E\u043B\u044C\u043A\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u044E\u0442\u0441\u044F. \u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043A\u043E\u0433\u0434\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 PNG-\u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0435\u043D\u0430. \u041E\u0431\u044B\u0447\u043D\u043E \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442\u043E\u0432.",displayText:"\u0422\u043E\u043B\u044C\u043A\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u041E\u0442\u043C\u0435\u043D\u0430"},copy:{description:"\u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043D\u043E\u0432\u043E\u0435 \u043C\u0435\u0441\u0442\u043E.",displayText:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C"},move:{description:"\u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043D\u043E\u0432\u043E\u0435 \u043C\u0435\u0441\u0442\u043E.",displayText:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C"},prompt:{description:"\u0437\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u0443 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0432\u044B\u0431\u043E\u0440 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F.",displayText:"\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C"},skip:{description:"\u043F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0438 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443.",displayText:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C"}},defaultImageSizeDimension:{height:"\u0412\u044B\u0441\u043E\u0442\u0430",width:"\u0428\u0438\u0440\u0438\u043D\u0430"},emptyAttachmentFolderBehavior:{delete:{description:"\u0443\u0434\u0430\u043B\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},deleteWithEmptyParents:{description:"\u0443\u0434\u0430\u043B\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0438 \u0435\u0451 \u043F\u0443\u0441\u0442\u044B\u0435 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043F\u0430\u043F\u043A\u0438.",displayText:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441 \u043F\u0443\u0441\u0442\u044B\u043C\u0438 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044F\u043C\u0438"},keep:{description:"\u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0431\u044B\u043B\u0438 \u0437\u0430\u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B, \u0442\u0430\u043A \u043A\u0430\u043A \u0438\u0445 \u043D\u0443\u0436\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0430, \u0432\u0432\u0435\u0434\u0451\u043D\u043D\u043E\u0433\u043E \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430.
+// \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.`,deprecated:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430 \u0444\u043E\u0440\u043C\u0430\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0441\u044F. \u041E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u0442\u043E\u043A\u0435\u043D\u044B \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u043C \u043E\u0431\u0440\u0430\u0437\u043E\u043C. \u0421\u043C.",part2:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part3:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430 \u044D\u0442\u0430",part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435",part3:"\u0444\u043E\u0440\u043C\u0430\u0442 \u0432\u043C\u0435\u0441\u0442\u043E \u043D\u0435\u0451. \u0421\u043C.",part4:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part5:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438"},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0434\u043B\u044F",part2:"\u0444\u043E\u0440\u043C\u0430\u0442\u0430. \u0421\u043C.",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part4:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",part5:"\u042D\u0442\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E."}},specialCharacters:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.16.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430",part2:"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E. \u0412\u0430\u0448\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043D\u0430 \u043D\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0432 \u043F\u0438\u043A\u0441\u0435\u043B\u044F\u0445 \u0438\u043B\u0438 \u043F\u0440\u043E\u0446\u0435\u043D\u0442\u0430\u0445",invalidCustomTokensCode:"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043E\u0434 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432",invalidRegularExpression:"\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u044B \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0434\u043B\u044F \u043F\u0443\u0442\u0438 \u0444\u0430\u0439\u043B\u0430."},version:{part1:"\u0412\u0430\u0448 \u0444\u0430\u0439\u043B \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A ",part2:"\u0438\u043C\u0435\u0435\u0442 \u0432\u0435\u0440\u0441\u0438\u044E",part3:"\u043A\u043E\u0442\u043E\u0440\u0430\u044F \u043D\u043E\u0432\u0435\u0435 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u0430",part4:"\u041F\u043B\u0430\u0433\u0438\u043D \u043C\u043E\u0436\u0435\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0435."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u0438 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u043E\u0432:"},name:"\u0420\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u041A\u043E\u0433\u0434\u0430 \u0441\u043E\u0431\u0438\u0440\u0430\u0435\u043C\u043E\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438:"},name:"\u0420\u0435\u0436\u0438\u043C \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438"},collectedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0421\u043E\u0431\u0440\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},customTokens:{description:{part1:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F.",part2:"\u0421\u043C.",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part4:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",part5:"\u26A0\uFE0F \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u043C\u043E\u0433\u0443\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u043B\u044C\u043D\u044B\u0439 JavaScript-\u043A\u043E\u0434. \u0415\u0441\u043B\u0438 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u044B \u043D\u0435\u0432\u0435\u0440\u043D\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u043F\u043E\u0442\u0435\u0440\u0435 \u0434\u0430\u043D\u043D\u044B\u0445. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430 \u0441\u0432\u043E\u0439 \u0440\u0438\u0441\u043A."},name:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},defaultImageSize:{description:{part1:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",part2:"\u041C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043F\u0438\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0438\u043B\u0438 \u0432 \u043F\u0440\u043E\u0446\u0435\u043D\u0442\u0430\u0445 \u043E\u0442 \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F",part4:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F."},name:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E"},duplicateNameSeparator:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F/\u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0444\u0430\u0439\u043B \u0441 \u0442\u0435\u043C \u0436\u0435 \u0438\u043C\u0435\u043D\u0435\u043C, \u0447\u0442\u043E \u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439, \u044D\u0442\u043E\u0442 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043A \u0438\u043C\u0435\u043D\u0438.",part2:"\u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430",part3:", \u043E\u043D \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D \u0432 ",part4:", \u0438 \u0442.\u0434., \u043F\u043E\u043A\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0441\u0432\u043E\u0431\u043E\u0434\u043D\u043E\u0435 \u0438\u043C\u044F."},name:"\u0420\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C \u0434\u043B\u044F \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u0438\u043C\u0451\u043D"},emptyAttachmentFolderBehavior:{description:{part1:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0430\u043F\u043A\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043F\u0443\u0441\u0442\u0430\u044F:"},name:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0443\u0441\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},excludePaths:{description:{part1:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439.",part2:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part3:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part4:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043D\u0435 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u044E\u0442\u0441\u044F."},name:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439 \u043F\u0440\u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u044B",part2:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",part3:".",part4:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part5:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part6:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0438\u0437 \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043D\u0435 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0441\u044F \u043D\u0438 \u043E\u0434\u0438\u043D \u043F\u0443\u0442\u044C."},name:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438 \u0438\u0437 \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},generatedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},includePaths:{description:{part1:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439.",part2:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part3:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part4:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0432\u0441\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B."},name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438"},jpegQuality:{description:"\u0427\u0435\u043C \u043D\u0438\u0436\u0435 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u043E, \u0442\u0435\u043C \u0432\u044B\u0448\u0435 \u0441\u0442\u0435\u043F\u0435\u043D\u044C \u0441\u0436\u0430\u0442\u0438\u044F.",name:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E JPEG"},locationForNewAttachments:{description:{part1:"\u041D\u0430\u0447\u0438\u043D\u0430\u0439\u0442\u0435 \u0441",part2:"\u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0442\u043D\u043E\u0441\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0443\u0442\u044C.",part3:"\u0421\u043C.",part4:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B",part5:"\u041F\u0430\u043F\u043A\u0438 \u0441 \u0442\u043E\u0447\u043A\u043E\u0439, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A",part6:"\u043D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E\u0442\u0441\u044F, \u0442\u0430\u043A \u043A\u0430\u043A Obsidian \u0438\u0445 \u043D\u0435 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0435\u0442. \u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C",part7:"\u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0438\u0445 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F."},name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u043D\u043E\u0432\u044B\u0445 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},markdownUrlFormat:{description:{part1:"\u0424\u043E\u0440\u043C\u0430\u0442 URL, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0431\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D \u0432 Markdown.",part2:"\u0421\u043C.",part3:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B",part4:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."},name:"\u0424\u043E\u0440\u043C\u0430\u0442 URL \u0434\u043B\u044F Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u043C\u0438 \u0431\u0443\u043A\u0432\u0430\u043C\u0438",renamedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},resetToSampleCustomTokens:{message:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043E \u043E\u0431\u0440\u0430\u0437\u0446\u043E\u0432? \u0412\u0441\u0435 \u0432\u0430\u0448\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u043F\u043E\u0442\u0435\u0440\u044F\u043D\u044B.",title:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043A \u043E\u0431\u0440\u0430\u0437\u0446\u0430\u043C \u0442\u043E\u043A\u0435\u043D\u043E\u0432"},shouldConvertPastedImagesToJpeg:{description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043D\u0443\u0436\u043D\u043E \u043B\u0438 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 JPEG. \u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0435\u0441\u043B\u0438 PNG \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0435\u043D\u0430. \u041E\u0431\u044B\u0447\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442\u043E\u0432.",name:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u043F\u0440\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0435\u0451 \u043E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0442\u0430\u043A\u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B.",name:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C \u043E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},shouldRenameAttachmentFiles:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0438 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0435\u0451 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u044B \u0441\u043E\u0433\u043B\u0430\u0441\u043D\u043E",part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435."},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},shouldRenameAttachmentFolders:{description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043D\u0443\u0436\u043D\u043E \u043B\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0438 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438.",name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},shouldRenameCollectedAttachments:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0441\u043E\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u0443",part2:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",part3:"\u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u044B \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441",part4:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u043E\u0439."},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0432 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043C\u0435\u043D\u0435\u043D\u044B \u0438\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B.",part2:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B."},name:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B"},specialCharactersReplacement:{description:{part1:"\u0421\u0442\u0440\u043E\u043A\u0430 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F.",part2:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B."},name:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u0432\u0441\u0435\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0439.",part2:"\u0415\u0441\u043B\u0438",part3:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D, \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0432\u0440\u0435\u043C\u0435\u043D\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0441\u044F."},name:"\u0422\u0430\u0439\u043C\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u0420\u0430\u0441\u0441\u043C\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0441 \u044D\u0442\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 \u043A\u0430\u043A \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F.",part2:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",part3:"\u0438",part4:"\u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u043D\u0435 \u0441\u0447\u0438\u0442\u0430\u044E\u0442\u0441\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u043C\u0438 \u0438 \u043D\u0435 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u044E\u0442\u0441\u044F \u0432\u043C\u0435\u0441\u0442\u0435 \u0441 \u0437\u0430\u043C\u0435\u0442\u043A\u043E\u0439.",part5:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,",part6:", \u0447\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044D\u0442\u043E \u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435."},name:"\u0420\u0430\u0441\u0441\u043C\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044C \u043A\u0430\u043A \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"}},promptWithPreviewModal:{previewModal:{title:"\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F '{{fullFileName}}'"},title:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u0430"},regularExpression:"/\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435/"};var Em={attachmentCollector:{confirm:{part1:"A doni t\xEB mblidhni bashk\xEBngjitjet p\xEBr t\xEB gjitha sh\xEBnimet n\xEB dosjen:",part2:"dhe t\xEB gjitha n\xEBndosjet e saj?",part3:"Ky veprim nuk mund t\xEB zhb\xEBhet."},progressBar:{message:"Duke mbledhur bashk\xEBngjitjet {{iterationStr}} - '{{noteFilePath}}'.",title:"Duke mbledhur bashk\xEBngjitjet..."}},buttons:{copy:"Kopjo",move:"L\xEBviz",previewAttachmentFile:"Parashiko skedarin e bashk\xEBngjitur",skip:"Kalo"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Bashk\xEBngjitja",part2:"\xEBsht\xEB e referuar nga disa sh\xEBnime."},heading:"Duke mbledhur bashk\xEBngjitjen e p\xEBrdorur nga disa sh\xEBnime",shouldUseSameActionForOtherProblematicAttachmentsToggle:"P\xEBrdor t\xEB nj\xEBjtin veprim p\xEBr bashk\xEBngjitje t\xEB tjera problematike"},commands:{collectAttachmentsCurrentFolder:"Mblidh bashk\xEBngjitjet n\xEB dosjen aktuale",collectAttachmentsCurrentNote:"Mblidh bashk\xEBngjitjet n\xEB sh\xEBnimin aktual",collectAttachmentsEntireVault:"Mblidh bashk\xEBngjitjet n\xEB gjith\xEB depozit\xEBn"},menuItems:{collectAttachmentsInFolder:"Mblidh bashk\xEBngjitjet n\xEB dosje"},notice:{collectingAttachments:"Duke mbledhur bashk\xEBngjitjet p\xEBr '{{noteFilePath}}'",collectingAttachmentsCancelled:"Mbledhja e bashk\xEBngjitjeve u anulua. Kontrolloni konsol\xEBn p\xEBr detaje.",generatedAttachmentFileNameIsInvalid:{part1:`Emri i gjeneruar i skedarit t\xEB bashk\xEBngjitur '{{path}}' \xEBsht\xEB i pavlefsh\xEBm.
+{{validationMessage}}
+Kontrolloni`,part2:"cil\xEBsimet tuaja."},notePathIsIgnored:"Shtegu i sh\xEBnimit \xEBsht\xEB injoruar"},obsidianDevUtils:{buttons:{cancel:"Anulo",ok:"OK"},dataview:{itemsPerPage:"Artikuj p\xEBr faqe:",jumpToPage:"Shko te faqja:"},notices:{attachmentIsStillUsed:"Bashk\xEBngjitja {{attachmentPath}} ende po p\xEBrdoret nga sh\xEBnime t\xEB tjera. Nuk do t\xEB fshihet.",unhandledError:"Ndodhi nj\xEB gabim i papritur. Ju lutemi kontrolloni konsol\xEBn p\xEBr m\xEB shum\xEB informacione."}},pluginSettings:{attachmentRenameMode:{all:{description:"t\xEB gjith\xEB skedar\xEBt riem\xEBrtohen.",displayText:"T\xEB gjitha"},none:{description:"emrat e tyre ruhen.",displayText:"Asnj\xEB"},onlyPastedImages:{description:"vet\xEBm imazhet e ngjitura riem\xEBrtohen. Aplikohet vet\xEBm kur nj\xEB imazh PNG ngjitet drejtp\xEBrdrejt nga clipboard. Zakonisht p\xEBrdoret p\xEBr pamjet e ekranit.",displayText:"Vet\xEBm imazhet e ngjitura"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anulo mbledhjen e bashk\xEBngjitjeve.",displayText:"Anulo"},copy:{description:"kopjo bashk\xEBngjitjen n\xEB vendndodhjen e re.",displayText:"Kopjo"},move:{description:"l\xEBviz bashk\xEBngjitjen n\xEB vendndodhjen e re.",displayText:"L\xEBviz"},prompt:{description:"k\xEBrko nga p\xEBrdoruesi t\xEB zgjedh\xEB veprimin.",displayText:"K\xEBrko"},skip:{description:"anashkalo bashk\xEBngjitjen dhe vazhdo me tjetr\xEBn.",displayText:"Anashkalo"}},defaultImageSizeDimension:{height:"Gjat\xEBsia",width:"Gjer\xEBsia"},emptyAttachmentFolderBehavior:{delete:{description:"do t\xEB fshij\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve.",displayText:"Fshi"},deleteWithEmptyParents:{description:"do t\xEB fshij\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve dhe dosjet prind t\xEB zbraz\xEBta.",displayText:"Fshi me prind\xEBr t\xEB zbraz\xEBt"},keep:{description:"do t\xEB mbaj\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve.",displayText:"Mbaj"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokenat e personalizuar u komentuan pasi duhet t\xEB p\xEBrdit\xEBsohen me formatin e ri t\xEB prezantuar n\xEB versionin 9.0.0 t\xEB shtes\xEBs.
+// Referojuni dokumentacionit (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) p\xEBr m\xEB shum\xEB informacione.`,deprecated:{part1:"N\xEB versionin 9.0.0 t\xEB shtes\xEBs formati i regjistrimit t\xEB tokenave t\xEB personalizuar ndryshoi. Ju lutemi p\xEBrdit\xEBsoni tokenat tuaj si\xE7 duhet. Referojuni",part2:"dokumentacionit",part3:"p\xEBr m\xEB shum\xEB informacione"}},legacyRenameAttachmentsToLowerCase:{part1:"N\xEB versionin 9.0.0 t\xEB shtes\xEBs, kjo",part2:"cil\xEBsim \xEBsht\xEB i vjetruar. P\xEBrdorni",part3:"formatin n\xEB vend t\xEB saj. Shihni",part4:"dokumentacionin",part5:"p\xEBr m\xEB shum\xEB informacione"},markdownUrlFormat:{deprecated:{part1:"Keni nj\xEB vler\xEB potencialisht t\xEB gabuar t\xEB vendosur p\xEBr",part2:"formatin. Ju lutemi referojuni",part3:"dokumentacionit",part4:"p\xEBr m\xEB shum\xEB informacione.",part5:"Ky mesazh nuk do t\xEB shfaqet m\xEB."}},specialCharacters:{part1:"N\xEB versionin 9.16.0 t\xEB shtes\xEBs,",part2:"vlera e parazgjedhur e cil\xEBsimit u ndryshua. Vlera juaj u p\xEBrdit\xEBsua me at\xEB t\xEB re."},validation:{defaultImageSizeMustBePercentageOrPixels:"Madh\xEBsia e paracaktuar e imazhit duhet t\xEB jet\xEB n\xEB pika ose n\xEB p\xEBrqindje",invalidCustomTokensCode:"Kod i pavlefsh\xEBm i tokenave t\xEB personalizuar",invalidRegularExpression:"Shprehje e rregullt e pavlefshme {{regExp}}",specialCharactersMustNotContainSlash:"Karaketret special\xEB nuk duhet t\xEB p\xEBrmbajn\xEB /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Z\xEBvend\xEBsimi i karaktereve special\xEB nuk duhet t\xEB p\xEBrmbaj\xEB karaktere t\xEB pavlefsh\xEBm p\xEBr shtegun e skedarit."},version:{part1:"Skedari juaj i cil\xEBsimeve ",part2:"ka versionin",part3:"q\xEB \xEBsht\xEB m\xEB i ri se versioni aktual i shtes\xEBs",part4:"Shtesa mund t\xEB mos funksionoj\xEB si\xE7 pritet. P\xEBrdit\xEBsoni shtes\xEBn n\xEB versionin m\xEB t\xEB fundit ose sigurohuni q\xEB cil\xEBsimet t\xEB jen\xEB t\xEB sakta."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Kur bashk\xEBngjitni skedar\xEB:"},name:"M\xEBnyra e riem\xEBrtimit t\xEB bashk\xEBngjitjeve"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kur bashk\xEBngjitja e mbledhur p\xEBrdoret nga disa sh\xEBnime:"},name:"M\xEBnyra e mbledhjes s\xEB bashk\xEBngjitjeve t\xEB p\xEBrdorura nga disa sh\xEBnime"},collectedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i skedarit t\xEB bashk\xEBngjitur t\xEB mbledhur"},customTokens:{description:{part1:"Tokena t\xEB personalizuar q\xEB do t\xEB p\xEBrdoren.",part2:"Shih",part3:"dokumentacionin",part4:"p\xEBr m\xEB shum\xEB informacione.",part5:"\u26A0\uFE0F Tokenat e personalizuar mund t\xEB p\xEBrmbajn\xEB kod arbitrar JavaScript. N\xEBse shkruhen gabim, mund t\xEB shkaktojn\xEB humbje t\xEB t\xEB dh\xEBnave. P\xEBrdoreni me kujdes."},name:"Tokena t\xEB personalizuar"},defaultImageSize:{description:{part1:"Madh\xEBsia e paracaktuar e imazhit.",part2:"Mund t\xEB specifikohet n\xEB pika",part3:"ose n\xEB p\xEBrqindje t\xEB madh\xEBsis\xEB s\xEB plot\xEB t\xEB imazhit",part4:"L\xEBreni bosh p\xEBr t\xEB p\xEBrdorur madh\xEBsin\xEB origjinale t\xEB imazhit."},name:"Madh\xEBsia e paracaktuar e imazhit"},duplicateNameSeparator:{description:{part1:"Kur ngjisni ose t\xEBrhiqni nj\xEB skedar me t\xEB nj\xEBjtin em\xEBr si nj\xEB ekzistues, ky ndar\xEBs do t\xEB shtohet n\xEB em\xEBr.",part2:"P.sh., kur t\xEBrhiqni skedarin",part3:", do t\xEB riem\xEBrtohet n\xEB ",part4:", etj., duke marr\xEB emrin e par\xEB t\xEB lir\xEB."},name:"Ndar\xEBs p\xEBr emra t\xEB dyfisht\xEB"},emptyAttachmentFolderBehavior:{description:{part1:"Kur dosja e bashk\xEBngjitjeve b\xEBhet e zbraz\xEBt:"},name:"Sjellja e dosjes s\xEB zbraz\xEBt t\xEB bashk\xEBngjitjeve"},excludePaths:{description:{part1:"P\xEBrjashto sh\xEBnime nga shtegu n\xEB vijim.",part2:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part3:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part4:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, asnj\xEB sh\xEBnim nuk p\xEBrjashtohet."},name:"P\xEBrjashto shtigjet"},excludePathsFromAttachmentCollecting:{description:{part1:"P\xEBrjashto bashk\xEBngjitjet nga k\xEBto shtigje kur komanda",part2:"Mblidh bashk\xEBngjitjet",part3:"ekzekutohet.",part4:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part5:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part6:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, asnj\xEB shteg nuk p\xEBrjashtohet nga mbledhja."},name:"P\xEBrjashto shtigje nga mbledhja e bashk\xEBngjitjeve"},generatedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i gjeneruar i skedarit t\xEB bashk\xEBngjitur"},includePaths:{description:{part1:"P\xEBrfshi sh\xEBnime nga shtigjet e m\xEBposhtme.",part2:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part3:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part4:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, t\xEB gjitha sh\xEBnimet p\xEBrfshihen."},name:"P\xEBrfshi shtigje"},jpegQuality:{description:"Sa m\xEB e vog\xEBl t\xEB jet\xEB cil\xEBsia, aq m\xEB e madhe \xEBsht\xEB shkalla e kompresimit.",name:"Cil\xEBsia JPEG"},locationForNewAttachments:{description:{part1:"Filloni me",part2:"p\xEBr t\xEB p\xEBrdorur nj\xEB shteg relativ.",part3:"Shih",part4:"tokenat e disponuesh\xEBm",part5:"Dosjet me pik\xEB si",part6:"nuk rekomandohen, sepse Obsidian nuk i ndjek ato. Mund t\u2019ju duhet t\xEB p\xEBrdorni nj\xEB",part7:"shtes\xEB p\xEBr t\u2019i menaxhuar ato."},name:"Vendndodhja p\xEBr bashk\xEBngjitje t\xEB reja"},markdownUrlFormat:{description:{part1:"Formati i URL-s\xEB q\xEB do t\xEB futet n\xEB Markdown.",part2:"Shih",part3:"tokenat e disponuesh\xEBm",part4:"L\xEBreni bosh p\xEBr t\xEB p\xEBrdorur formatin parazgjedhur."},name:"Formati i URL-s\xEB Markdown"},renameAttachmentsToLowerCase:"Riem\xEBrto bashk\xEBngjitjet me shkronja t\xEB vogla",renamedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i skedarit t\xEB bashk\xEBngjitur t\xEB riem\xEBrtuar"},resetToSampleCustomTokens:{message:"Jeni i sigurt q\xEB doni t\xEB rivendosni tokenat e personalizuar n\xEB tokenat shembullor\xEB? Ndryshimet tuaja do t\xEB humbasin.",title:"Rivendos tek tokenat shembullor\xEB"},shouldConvertPastedImagesToJpeg:{description:"N\xEBse imazhet e ngjitura duhet t\xEB konvertohen n\xEB JPEG. Aplikohet vet\xEBm kur p\xEBrmbajtja e nj\xEB PNG ngjitet nga clipboard. Zakonisht p\xEBr pamjet e ekranit.",name:"Konverto imazhet e ngjitura n\xEB JPEG"},shouldDeleteOrphanAttachments:{description:"N\xEBse aktivizohet, kur fshihet sh\xEBnimi, fshihen edhe bashk\xEBngjitjet jetim.",name:"Fshi bashk\xEBngjitjet jetim"},shouldRenameAttachmentFiles:{description:{part1:"N\xEBse aktivizohet, kur nj\xEB sh\xEBnim riem\xEBrtohet ose zhvendoset, bashk\xEBngjitjet do t\xEB riem\xEBrtohen sipas",part2:"vendosjes."},name:"Riem\xEBrto skedar\xEBt e bashk\xEBngjitjes"},shouldRenameAttachmentFolders:{description:"N\xEBse dosjet e bashk\xEBngjitjes do t\xEB riem\xEBrtohen kur nj\xEB sh\xEBnim riem\xEBrtohet ose zhvendoset.",name:"Riem\xEBrto dosjet e bashk\xEBngjitjes"},shouldRenameCollectedAttachments:{description:{part1:"N\xEBse aktivizohet, bashk\xEBngjitjet e p\xEBrpunuara nga komanda",part2:"Mblidh bashk\xEBngjitjet",part3:"do t\xEB riem\xEBrtohen sipas",part4:"cil\xEBsimeve."},name:"Riem\xEBrto bashk\xEBngjitjet e mbledhura"},specialCharacters:{description:{part1:"Karakteret speciale n\xEB emrin e dosjes ose skedarit t\xEB bashk\xEBngjitjes q\xEB do t\xEB z\xEBvend\xEBsohen ose hiqen.",part2:"L\xEBreni bosh p\xEBr t\xEB ruajtur karakteret speciale."},name:"Karaktere speciale"},specialCharactersReplacement:{description:{part1:"Vargu i z\xEBvend\xEBsimit p\xEBr karakteret speciale n\xEB dosje ose n\xEB emrin e skedarit t\xEB bashk\xEBngjitur.",part2:"L\xEBreni bosh p\xEBr t\u2019i hequr karakteret speciale."},name:"Z\xEBvend\xEBsim i karaktereve speciale"},timeoutInSeconds:{description:{part1:"Koha n\xEB sekonda p\xEBr t\xEB gjitha operacionet.",part2:"N\xEBse",part3:"\xEBsht\xEB i vendosur, koha e operacionit \xEBsht\xEB e \xE7aktivizuar."},name:"Kufiri i koh\xEBs n\xEB sekonda"},treatAsAttachmentExtensions:{description:{part1:"Trajtoni skedar\xEBt me k\xEBto zgjerime si bashk\xEBngjitje.",part2:"Si parazgjedhje",part3:"dhe",part4:"skedar\xEBt e lidhur nuk trajtohen si bashk\xEBngjitje dhe nuk zhvendosen me sh\xEBnimin.",part5:"Mund t\xEB shtoni zgjerime t\xEB personalizuara, p.sh.",part6:", p\xEBr t\xEB anashkaluar k\xEBt\xEB sjellje."},name:"Trajto si zgjerime bashk\xEBngjitjesh"}},promptWithPreviewModal:{previewModal:{title:"Parashiko skedarin e bashk\xEBngjitur '{{fullFileName}}'"},title:"Jepni nj\xEB vler\xEB p\xEBr tokenin e k\xEBrkes\xEBs"},regularExpression:"/shprehje e rregullt/"};var Fm={attachmentCollector:{confirm:{part1:"\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C:",part2:"\u0E41\u0E25\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?",part3:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A\u0E44\u0E14\u0E49"},progressBar:{message:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A..."}},buttons:{copy:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01",move:"\u0E22\u0E49\u0E32\u0E22",previewAttachmentFile:"\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",skip:"\u0E02\u0E49\u0E32\u0E21"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E16\u0E39\u0E01\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15"},heading:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E21\u0E35\u0E1B\u0E31\u0E0D\u0E2B\u0E32\u0E2D\u0E37\u0E48\u0E19 \u0E46"},commands:{collectAttachmentsCurrentFolder:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",collectAttachmentsCurrentNote:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",collectAttachmentsEntireVault:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E04\u0E25\u0E31\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"},menuItems:{collectAttachmentsInFolder:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},notice:{collectingAttachments:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01 \u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E43\u0E19\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25",generatedAttachmentFileNameIsInvalid:{part1:`\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19 '{{path}}' \u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
+{{validationMessage}}
+\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A`,part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"},notePathIsIgnored:"\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E02\u0E49\u0E32\u0E21"},obsidianDevUtils:{buttons:{cancel:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",ok:"\u0E15\u0E01\u0E25\u0E07"},dataview:{itemsPerPage:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32:",jumpToPage:"\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E2B\u0E19\u0E49\u0E32:"},notices:{attachmentIsStillUsed:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A {{attachmentPath}} \u0E22\u0E31\u0E07\u0E04\u0E07\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E42\u0E19\u0E49\u0E15\u0E2D\u0E37\u0E48\u0E19 \u0E46 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E25\u0E1A",unhandledError:"\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D",displayText:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"},none:{description:"\u0E40\u0E01\u0E47\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E14\u0E34\u0E21\u0E44\u0E27\u0E49",displayText:"\u0E44\u0E21\u0E48\u0E21\u0E35"},onlyPastedImages:{description:"\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D \u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C PNG \u0E08\u0E32\u0E01\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07 \u0E42\u0E14\u0E22\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E27\u0E32\u0E07\u0E20\u0E32\u0E1E\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D",displayText:"\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",displayText:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"},copy:{description:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E43\u0E2B\u0E21\u0E48",displayText:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01"},move:{description:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E43\u0E2B\u0E21\u0E48",displayText:"\u0E22\u0E49\u0E32\u0E22"},prompt:{description:"\u0E43\u0E2B\u0E49\u0E1C\u0E39\u0E49\u0E43\u0E0A\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",displayText:"\u0E16\u0E32\u0E21"},skip:{description:"\u0E02\u0E49\u0E32\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E41\u0E25\u0E30\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E44\u0E1B",displayText:"\u0E02\u0E49\u0E32\u0E21"}},defaultImageSizeDimension:{height:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07",width:"\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07"},emptyAttachmentFolderBehavior:{delete:{description:"\u0E08\u0E30\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32",displayText:"\u0E25\u0E1A"},deleteWithEmptyParents:{description:"\u0E08\u0E30\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32\u0E41\u0E25\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E48\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",displayText:"\u0E25\u0E1A\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E48\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07"},keep:{description:"\u0E08\u0E30\u0E40\u0E01\u0E47\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32\u0E44\u0E27\u0E49",displayText:"\u0E40\u0E01\u0E47\u0E1A\u0E44\u0E27\u0E49"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E16\u0E39\u0E01\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E19\u0E15\u0E4C\u0E44\u0E27\u0E49 \u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07\u0E08\u0E32\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E43\u0E2B\u0E21\u0E48\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0
+// \u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E43\u0E19\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)`,deprecated:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0 \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E01\u0E32\u0E23\u0E25\u0E07\u0E17\u0E30\u0E40\u0E1A\u0E35\u0E22\u0E19\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E14\u0E49\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E1B \u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E42\u0E17\u0E40\u0E04\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13 \u0E14\u0E39\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E17\u0E35\u0E48",part2:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part3:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0",part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E40\u0E25\u0E34\u0E01\u0E43\u0E0A\u0E49\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E43\u0E0A\u0E49",part3:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E17\u0E19 \u0E14\u0E39\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E17\u0E35\u0E48",part4:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part5:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"},markdownUrlFormat:{deprecated:{part1:"\u0E04\u0E38\u0E13\u0E2D\u0E32\u0E08\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A",part2:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A \u0E01\u0E23\u0E38\u0E13\u0E32\u0E14\u0E39",part3:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part4:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",part5:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E19\u0E35\u0E49\u0E08\u0E30\u0E44\u0E21\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E2D\u0E35\u0E01"}},specialCharacters:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.16.0",part2:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E02\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E1B \u0E41\u0E25\u0E30\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E08\u0E36\u0E07\u0E16\u0E39\u0E01\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E15\u0E32\u0E21\u0E04\u0E48\u0E32\u0E43\u0E2B\u0E21\u0E48"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E1E\u0E34\u0E01\u0E40\u0E0B\u0E25\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E2D\u0E23\u0E4C\u0E40\u0E0B\u0E47\u0E19\u0E15\u0E4C",invalidCustomTokensCode:"\u0E42\u0E04\u0E49\u0E14\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",invalidRegularExpression:"\u0E19\u0E34\u0E1E\u0E08\u0E19\u0E4C\u0E1B\u0E01\u0E15\u0E34\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 {{regExp}}",specialCharactersMustNotContainSlash:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0E01\u0E32\u0E23\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"},version:{part1:"\u0E44\u0E1F\u0E25\u0E4C\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13 ",part2:"\u0E21\u0E35\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19",part3:"\u0E0B\u0E36\u0E48\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E01\u0E27\u0E48\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",part4:"\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E2D\u0E32\u0E08\u0E44\u0E21\u0E48\u0E17\u0E33\u0E07\u0E32\u0E19\u0E15\u0E32\u0E21\u0E17\u0E35\u0E48\u0E04\u0E32\u0E14\u0E44\u0E27\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E1B\u0E47\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14 \u0E2B\u0E23\u0E37\u0E2D\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E27\u0E48\u0E32\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E41\u0E19\u0E1A\u0E44\u0E1F\u0E25\u0E4C:"},name:"\u0E42\u0E2B\u0E21\u0E14\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15:"},name:"\u0E42\u0E2B\u0E21\u0E14\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15"},collectedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21"},customTokens:{description:{part1:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49",part2:"\u0E14\u0E39",part3:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part4:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",part5:"\u26A0\uFE0F \u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E04\u0E49\u0E14 JavaScript \u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49 \u0E16\u0E49\u0E32\u0E40\u0E02\u0E35\u0E22\u0E19\u0E1C\u0E34\u0E14 \u0E2D\u0E32\u0E08\u0E17\u0E33\u0E43\u0E2B\u0E49\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22 \u0E43\u0E0A\u0E49\u0E14\u0E49\u0E27\u0E22\u0E04\u0E27\u0E32\u0E21\u0E23\u0E30\u0E21\u0E31\u0E14\u0E23\u0E30\u0E27\u0E31\u0E07"},name:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07"},defaultImageSize:{description:{part1:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",part2:"\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E1E\u0E34\u0E01\u0E40\u0E0B\u0E25\u0E44\u0E14\u0E49",part3:"\u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E32\u0E21\u0E40\u0E1B\u0E2D\u0E23\u0E4C\u0E40\u0E0B\u0E47\u0E19\u0E15\u0E4C\u0E02\u0E2D\u0E07\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E15\u0E47\u0E21",part4:"\u0E1B\u0E25\u0E48\u0E2D\u0E22\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E15\u0E49\u0E19\u0E09\u0E1A\u0E31\u0E1A"},name:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},duplicateNameSeparator:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E27\u0E32\u0E07/\u0E25\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E2B\u0E21\u0E37\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48 \u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E19\u0E35\u0E49\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",part2:"\u0E40\u0E0A\u0E48\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E25\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C",part3:", \u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E47\u0E19 ",part4:"\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E19 \u0E44\u0E1B\u0E08\u0E19\u0E01\u0E27\u0E48\u0E32\u0E08\u0E30\u0E1E\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49"},name:"\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E0B\u0E49\u0E33"},emptyAttachmentFolderBehavior:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32:"},name:"\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32"},excludePaths:{description:{part1:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49",part2:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part3:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part4:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E42\u0E19\u0E49\u0E15\u0E43\u0E14\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19"},name:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E01\u0E43\u0E0A\u0E49\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07",part2:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part3:"",part4:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part5:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part6:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E14\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19"},name:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E08\u0E32\u0E01\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},generatedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19"},includePaths:{description:{part1:"\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49",part2:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part3:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part4:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49 \u0E42\u0E19\u0E49\u0E15\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E23\u0E27\u0E21"},name:"\u0E23\u0E27\u0E21\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"},jpegQuality:{description:"\u0E04\u0E38\u0E13\u0E20\u0E32\u0E1E\u0E22\u0E34\u0E48\u0E07\u0E15\u0E48\u0E33 \u0E2D\u0E31\u0E15\u0E23\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E01\u0E32\u0E23\u0E1A\u0E35\u0E1A\u0E2D\u0E31\u0E14\u0E08\u0E30\u0E22\u0E34\u0E48\u0E07\u0E2A\u0E39\u0E07",name:"\u0E04\u0E38\u0E13\u0E20\u0E32\u0E1E JPEG"},locationForNewAttachments:{description:{part1:"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22",part2:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E17\u0E18\u0E4C",part3:"\u0E14\u0E39",part4:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49",part5:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22\u0E08\u0E38\u0E14 \u0E40\u0E0A\u0E48\u0E19",part6:"\u0E44\u0E21\u0E48\u0E41\u0E19\u0E30\u0E19\u0E33 \u0E40\u0E1E\u0E23\u0E32\u0E30 Obsidian \u0E08\u0E30\u0E44\u0E21\u0E48\u0E15\u0E34\u0E14\u0E15\u0E32\u0E21 \u0E04\u0E38\u0E13\u0E2D\u0E32\u0E08\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E0A\u0E49",part7:"\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23"},name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E2B\u0E21\u0E48"},markdownUrlFormat:{description:{part1:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E02\u0E2D\u0E07 URL \u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E17\u0E23\u0E01\u0E25\u0E07\u0E43\u0E19 Markdown",part2:"\u0E14\u0E39",part3:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49",part4:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A URL \u0E02\u0E2D\u0E07 Markdown"},renameAttachmentsToLowerCase:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E31\u0E27\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E40\u0E25\u0E47\u0E01",renamedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D"},resetToSampleCustomTokens:{message:"\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E17\u0E40\u0E04\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07? \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22",title:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E17\u0E40\u0E04\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},shouldConvertPastedImagesToJpeg:{description:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E27\u0E48\u0E32\u0E08\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E40\u0E1B\u0E47\u0E19 JPEG \u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48 \u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49\u0E01\u0E31\u0E1A PNG \u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E08\u0E32\u0E01\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07 \u0E40\u0E2B\u0E21\u0E32\u0E30\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E20\u0E32\u0E1E\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D",name:"\u0E41\u0E1B\u0E25\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E40\u0E1B\u0E47\u0E19 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E25\u0E1A \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E37\u0E2D\u0E2D\u0E22\u0E39\u0E48\u0E08\u0E30\u0E16\u0E39\u0E01\u0E25\u0E1A\u0E14\u0E49\u0E27\u0E22",name:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E17\u0E34\u0E49\u0E07"},shouldRenameAttachmentFiles:{description:{part1:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E22\u0E49\u0E32\u0E22 \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E15\u0E32\u0E21",part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32"},name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},shouldRenameAttachmentFolders:{description:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E27\u0E48\u0E32\u0E08\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E22\u0E49\u0E32\u0E22\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48",name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},shouldRenameCollectedAttachments:{description:{part1:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E30\u0E21\u0E27\u0E25\u0E1C\u0E25\u0E1C\u0E48\u0E32\u0E19\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07",part2:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part3:"\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E15\u0E32\u0E21",part4:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32"},name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E21\u0E32"},specialCharacters:{description:{part1:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E08\u0E30\u0E16\u0E39\u0E01\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E2D\u0E32\u0E2D\u0E2D\u0E01",part2:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E01\u0E47\u0E1A\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},name:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},specialCharactersReplacement:{description:{part1:"\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},name:"\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E41\u0E17\u0E19\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},timeoutInSeconds:{description:{part1:"\u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14 (\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35) \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E17\u0E38\u0E01\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",part2:"\u0E2B\u0E32\u0E01",part3:"\u0E16\u0E39\u0E01\u0E01\u0E33\u0E2B\u0E19\u0E14 \u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19"},name:"\u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35"},treatAsAttachmentExtensions:{description:{part1:"\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E15\u0E32\u0E21\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",part3:"\u0E41\u0E25\u0E30",part4:"\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E08\u0E30\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E41\u0E25\u0E30\u0E08\u0E30\u0E44\u0E21\u0E48\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1B\u0E01\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15",part5:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E40\u0E2D\u0E07 \u0E40\u0E0A\u0E48\u0E19",part6:", \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21\u0E19\u0E35\u0E49"},name:"\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"}},promptWithPreviewModal:{previewModal:{title:"\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A '{{fullFileName}}'"},title:"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E43\u0E2A\u0E48\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E23\u0E49\u0E2D\u0E07\u0E02\u0E2D"},regularExpression:"/\u0E19\u0E34\u0E1E\u0E08\u0E19\u0E4C\u0E1B\u0E01\u0E15\u0E34/"};var zm={attachmentCollector:{confirm:{part1:"Klas\xF6rdeki t\xFCm notlar i\xE7in ekleri toplamak istiyor musunuz:",part2:"ve t\xFCm alt klas\xF6rlerinde?",part3:"Bu i\u015Flem geri al\u0131namaz."},progressBar:{message:"Ekler toplan\u0131yor {{iterationStr}} - '{{noteFilePath}}'.",title:"Ekler toplan\u0131yor..."}},buttons:{copy:"Kopyala",move:"Ta\u015F\u0131",previewAttachmentFile:"Ek dosyas\u0131n\u0131 \xF6nizle",skip:"Ge\xE7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Ek",part2:"birden fazla not taraf\u0131ndan referans al\u0131n\u0131yor."},heading:"Birden fazla not taraf\u0131ndan kullan\u0131lan ek toplama",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Di\u011Fer sorunlu ekler i\xE7in ayn\u0131 eylemi kullan\u0131lmal\u0131"},commands:{collectAttachmentsCurrentFolder:"Mevcut klas\xF6rdeki ekleri topla",collectAttachmentsCurrentNote:"Mevcut nottaki ekleri topla",collectAttachmentsEntireVault:"T\xFCm kasadaki ekleri topla"},menuItems:{collectAttachmentsInFolder:"Klas\xF6rdeki ekleri topla"},notice:{collectingAttachments:"'{{noteFilePath}}' i\xE7in ekler toplan\u0131yor",collectingAttachmentsCancelled:"Ek toplama i\u015Flemi iptal edildi. Ayr\u0131nt\u0131lar i\xE7in konsola bak\u0131n.",generatedAttachmentFileNameIsInvalid:{part1:`Olu\u015Fturulan ek dosya ad\u0131 '{{path}}' ge\xE7ersiz.
+{{validationMessage}}
+Ayarlar\u0131n\u0131z\u0131`,part2:"kontrol edin."},notePathIsIgnored:"Not yolu yok say\u0131ld\u0131"},obsidianDevUtils:{buttons:{cancel:"\u0130ptal",ok:"Tamam"},dataview:{itemsPerPage:"Sayfa ba\u015F\u0131na \xF6\u011Fe:",jumpToPage:"Sayfaya git:"},notices:{attachmentIsStillUsed:"Ek {{attachmentPath}} hala di\u011Fer notlar taraf\u0131ndan kullan\u0131l\u0131yor. Silinmeyecek.",unhandledError:"\u0130\u015Flenmemi\u015F bir hata olu\u015Ftu. L\xFCtfen detaylar i\xE7in konsolu kontrol edin."}},pluginSettings:{attachmentRenameMode:{all:{description:"T\xFCm dosyalar\u0131n ad\u0131 de\u011Fi\u015Ftirilecek.",displayText:"T\xFCm\xFC"},none:{description:"Dosya isimleri korunacak.",displayText:"Hi\xE7biri"},onlyPastedImages:{description:"Yaln\u0131zca yap\u0131\u015Ft\u0131r\u0131lan PNG g\xF6r\xFCnt\xFClerinin isimleri de\u011Fi\u015Ftirilecek. Genellikle ekran g\xF6r\xFCnt\xFCs\xFC yap\u0131\u015Ft\u0131rmak i\xE7in kullan\u0131l\u0131r.",displayText:"Yaln\u0131zca yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFCler"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"Ek toplama i\u015Flemini iptal et.",displayText:"\u0130ptal"},copy:{description:"Eki yeni konuma kopyala.",displayText:"Kopyala"},move:{description:"Eki yeni konuma ta\u015F\u0131.",displayText:"Ta\u015F\u0131"},prompt:{description:"Kullan\u0131c\u0131dan i\u015Flem se\xE7mesini iste.",displayText:"\u0130ste"},skip:{description:"Eki atla ve sonraki ekleme ge\xE7.",displayText:"Atla"}},defaultImageSizeDimension:{height:"Y\xFCkseklik",width:"Geni\u015Flik"},emptyAttachmentFolderBehavior:{delete:{description:"Bo\u015F eki klas\xF6r\xFCn\xFC silecek.",displayText:"Sil"},deleteWithEmptyParents:{description:"Bo\u015F eki klas\xF6r\xFC ve bo\u015F \xFCst klas\xF6rlerini silecek.",displayText:"Bo\u015F ebeveynlerle sil"},keep:{description:"Bo\u015F eki klas\xF6r\xFCn\xFC koruyacak.",displayText:"Koru"}}},pluginSettingsManager:{customToken:{codeComment:`// \xD6zel tokenler yorum sat\u0131r\u0131 yap\u0131ld\u0131, 9.0.0 s\xFCr\xFCm\xFCnde de\u011Fi\u015Fen formata g\xFCncellenmesi gerekiyor.
+// Daha fazla bilgi i\xE7in dok\xFCmantasyona bak\u0131n\u0131z.`,deprecated:{part1:"9.0.0 s\xFCr\xFCm\xFCnde \xF6zel token kay\u0131t format\u0131 de\u011Fi\u015Fti. L\xFCtfen tokenlerinizi g\xFCncelleyin. Detaylar i\xE7in",part2:"dok\xFCmantasyona",part3:"bak\u0131n\u0131z."}},legacyRenameAttachmentsToLowerCase:{part1:"9.0.0 s\xFCr\xFCm\xFCnde bu",part2:"ayar kullan\u0131m d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131. Bunun yerine",part3:"format\u0131n\u0131 kullan\u0131n. Detaylar i\xE7in",part4:"dok\xFCmantasyona",part5:"bak\u0131n\u0131z."},markdownUrlFormat:{deprecated:{part1:"Potansiyel olarak hatal\u0131 bir de\u011Fer ayarland\u0131:",part2:"format. L\xFCtfen",part3:"dok\xFCmantasyona",part4:"bak\u0131n\u0131z.",part5:"Bu mesaj tekrar g\xF6sterilmeyecek."}},specialCharacters:{part1:"9.16.0 s\xFCr\xFCm\xFCnde,",part2:"varsay\u0131lan ayar de\u011Fi\u015Ftirildi. Ayar\u0131n\u0131z yeni varsay\u0131lan olarak g\xFCncellendi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Varsay\u0131lan resim boyutu piksel veya y\xFCzde olmal\u0131d\u0131r",invalidCustomTokensCode:"Ge\xE7ersiz \xF6zel token kodu",invalidRegularExpression:"Ge\xE7ersiz d\xFCzenli ifade {{regExp}}",specialCharactersMustNotContainSlash:"\xD6zel karakterler / i\xE7ermemelidir",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\xD6zel karakterler ge\xE7ersiz dosya ad\u0131 veya yol karakterleri i\xE7ermemelidir"},version:{part1:"Ayarlar dosyan\u0131z ",part2:"\u015Fu s\xFCr\xFCme sahip: ",part3:"Bu s\xFCr\xFCm, mevcut eklenti s\xFCr\xFCm\xFCnden daha yenidir.",part4:"Eklenti beklendi\u011Fi gibi \xE7al\u0131\u015Fmayabilir. L\xFCtfen eklentiyi en son s\xFCr\xFCme g\xFCncelleyin veya ayarlar\u0131n do\u011Fru oldu\u011Fundan emin olun."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Dosya eklerken:"},name:"Ek dosya yeniden adland\u0131rma modu"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Toplanan ek birden fazla notta kullan\u0131ld\u0131\u011F\u0131nda:"},name:"Birden fazla notta kullan\u0131lan ek toplama modu"},collectedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Toplanan ek dosya ad\u0131"},customTokens:{description:{part1:"Kullan\u0131lacak \xF6zel tokenlar.",part2:"Bak\u0131n\u0131z",part3:"dok\xFCmantasyon",part4:"daha fazla bilgi i\xE7in.",part5:"\u26A0\uFE0F \xD6zel tokenlar herhangi bir JavaScript kodu olabilir. Hatal\u0131 yaz\u0131l\u0131rsa veri kayb\u0131na yol a\xE7abilir. Kendi sorumlulu\u011Funuzda kullan\u0131n."},name:"\xD6zel tokenlar"},defaultImageSize:{description:{part1:"Varsay\u0131lan resim boyutu.",part2:"Piksel olarak belirtilebilir",part3:"Tam resim boyutunun y\xFCzdesi olarak",part4:"Orijinal resim boyutunu kullanmak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"Varsay\u0131lan resim boyutu"},duplicateNameSeparator:{description:{part1:"Mevcut bir dosya ad\u0131yla ayn\u0131 olan dosya yap\u0131\u015Ft\u0131r\u0131l\u0131r/ta\u015F\u0131n\u0131rsa, bu ay\u0131r\u0131c\u0131 dosya ad\u0131na eklenir.",part2:"\xD6rne\u011Fin, dosya s\xFCr\xFCklendi\u011Finde",part3:"\u015Funa yeniden adland\u0131r\u0131l\u0131r ",part4:", vb., ilk uygun ad bulunana kadar."},name:"Yinelenen ad ay\u0131r\u0131c\u0131"},emptyAttachmentFolderBehavior:{description:{part1:"Ek klas\xF6r\xFC bo\u015F oldu\u011Funda:"},name:"Bo\u015F ek klas\xF6r\xFC davran\u0131\u015F\u0131"},excludePaths:{description:{part1:"A\u015Fa\u011F\u0131daki yollardaki notlar\u0131 hari\xE7 tut.",part2:"Her yolu yeni sat\u0131ra yaz\u0131n.",part3:"Yol dizisi veya",part4:"E\u011Fer ayar bo\u015Fsa, hi\xE7 bir not hari\xE7 tutulmaz."},name:"Hari\xE7 tutulan yollar"},excludePathsFromAttachmentCollecting:{description:{part1:"A\u015Fa\u011F\u0131daki yollardan ekler hari\xE7 tutulur,",part2:"Ekleri topla",part3:"komutu \xE7al\u0131\u015Ft\u0131r\u0131ld\u0131\u011F\u0131nda.",part4:"Her yolu yeni sat\u0131ra yaz\u0131n.",part5:"Yol dizisi veya",part6:"E\u011Fer ayar bo\u015Fsa, hi\xE7 bir yol hari\xE7 tutulmaz."},name:"Ek toplarken hari\xE7 tutulan yollar"},generatedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Olu\u015Fturulan ek dosya ad\u0131"},includePaths:{description:{part1:"A\u015Fa\u011F\u0131daki yollardan notlar dahil edilir.",part2:"Her yolu yeni sat\u0131ra yaz\u0131n.",part3:"Yol dizisi veya",part4:"E\u011Fer ayar bo\u015Fsa, t\xFCm notlar dahil edilir."},name:"Dahil edilen yollar"},jpegQuality:{description:"Kalite ne kadar d\xFC\u015F\xFCkse, s\u0131k\u0131\u015Ft\u0131rma oran\u0131 o kadar y\xFCksek olur.",name:"JPEG Kalitesi"},locationForNewAttachments:{description:{part1:"G\xF6receli yol kullanmak i\xE7in",part2:"ile ba\u015Flay\u0131n.",part3:"Mevcut",part4:"tokenlara bak\u0131n\u0131z",part5:"Nokta ile ba\u015Flayan klas\xF6rler gibi",part6:"Obsidian taraf\u0131ndan takip edilmez, y\xF6netmek i\xE7in eklenti gerekebilir.",part7:"Kullanman\u0131z gerekebilir."},name:"Yeni ekler i\xE7in konum"},markdownUrlFormat:{description:{part1:"Markdown i\xE7ine eklenecek URL format\u0131.",part2:"Mevcut",part3:"tokenlara bak\u0131n\u0131z",part4:"Varsay\u0131lan format i\xE7in bo\u015F b\u0131rak\u0131n."},name:"Markdown URL format\u0131"},renameAttachmentsToLowerCase:"Eklerin dosya adlar\u0131n\u0131 k\xFC\xE7\xFCk harfe \xE7evir",renamedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Yeniden adland\u0131r\u0131lan ek dosya ad\u0131"},resetToSampleCustomTokens:{message:"\xD6zel tokenlar\u0131 \xF6rnek tokenlara s\u0131f\u0131rlamak istedi\u011Finize emin misiniz? De\u011Fi\u015Fiklikleriniz kaybolacak.",title:"\xD6rnek tokenlara s\u0131f\u0131rla"},shouldConvertPastedImagesToJpeg:{description:"Yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFClerin JPEG'e d\xF6n\xFC\u015Ft\xFCr\xFCl\xFCp d\xF6n\xFC\u015Ft\xFCr\xFClmeyece\u011Fi. Sadece PNG i\xE7eri\u011Fi direkt olarak pano\u2019dan yap\u0131\u015Ft\u0131r\u0131ld\u0131\u011F\u0131nda ge\xE7erlidir. Genellikle ekran g\xF6r\xFCnt\xFCleri i\xE7in.",name:"Yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFCleri JPEG'e d\xF6n\xFC\u015Ft\xFCr"},shouldDeleteOrphanAttachments:{description:"Etkinle\u015Ftirilirse, not silindi\u011Finde yetim ekler de silinir.",name:"Yetim ekleri sil"},shouldRenameAttachmentFiles:{description:{part1:"Etkinle\u015Ftirilirse, bir not yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda veya ta\u015F\u0131nd\u0131\u011F\u0131nda ekleri",part2:"ayar\u0131na g\xF6re yeniden adland\u0131r\u0131lacakt\u0131r."},name:"Ek dosyalar\u0131n\u0131 yeniden adland\u0131r"},shouldRenameAttachmentFolders:{description:"Bir not yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda veya ta\u015F\u0131nd\u0131\u011F\u0131nda ek klas\xF6rleri yeniden adland\u0131r\u0131ls\u0131n m\u0131?",name:"Ek klas\xF6rlerini yeniden adland\u0131r"},shouldRenameCollectedAttachments:{description:{part1:"Aktifse,",part2:"Ekleri topla",part3:"komutlar\u0131 ile i\u015Flenen ekler",part4:"ayar\u0131na g\xF6re yeniden adland\u0131r\u0131l\u0131r."},name:"Toplanan ek dosyalar\u0131n\u0131 yeniden adland\u0131r"},specialCharacters:{description:{part1:"Ek klas\xF6r\xFC ve dosya ad\u0131ndaki \xF6zel karakterler de\u011Fi\u015Ftirilir veya kald\u0131r\u0131l\u0131r.",part2:"Korumak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"\xD6zel karakterler"},specialCharactersReplacement:{description:{part1:"Ek klas\xF6r\xFC ve dosya ad\u0131ndaki \xF6zel karakterler i\xE7in de\u011Fi\u015Ftirme dizisi.",part2:"\xD6zel karakterleri kald\u0131rmak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"\xD6zel karakterler i\xE7in de\u011Fi\u015Ftirme"},timeoutInSeconds:{description:{part1:"T\xFCm i\u015Flemler i\xE7in zaman a\u015F\u0131m\u0131 s\xFCresi (saniye).",part2:"E\u011Fer",part3:"ayarlan\u0131rsa, zaman a\u015F\u0131m\u0131 devre d\u0131\u015F\u0131 b\u0131rak\u0131l\u0131r."},name:"Zaman a\u015F\u0131m\u0131 (saniye)"},treatAsAttachmentExtensions:{description:{part1:"Bu uzant\u0131lara sahip dosyalar ek olarak kabul edilir.",part2:"Varsay\u0131lan olarak",part3:"ve",part4:"ba\u011Fl\u0131 dosyalar ek olarak kabul edilmez ve not ile ta\u015F\u0131nmaz.",part5:"\xD6zel uzant\u0131lar ekleyebilirsiniz, \xF6rn.",part6:", bu davran\u0131\u015F\u0131 de\u011Fi\u015Ftirmek i\xE7in."},name:"Ek uzant\u0131lar\u0131 olarak i\u015Fle"}},promptWithPreviewModal:{previewModal:{title:"Ek dosyas\u0131n\u0131 \xF6nizle '{{fullFileName}}'"},title:"\u0130stem token\u0131 i\xE7in bir de\u011Fer girin"},regularExpression:"/d\xFCzenli ifade/"};var Im={attachmentCollector:{confirm:{part1:"\u0427\u0438 \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438 \u0437\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0434\u043B\u044F \u0432\u0441\u0456\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043F\u0430\u043F\u0446\u0456:",part2:"\u0442\u0430 \u0432\u0441\u0456\u0445 \u0457\u0457 \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0430\u0445?",part3:"\u0426\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E \u043D\u0435 \u043C\u043E\u0436\u043D\u0430 \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438."},progressBar:{message:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C..."}},buttons:{copy:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438",move:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438",previewAttachmentFile:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443",skip:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0412\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part2:"\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438."},heading:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u044F\u043A\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0443 \u0441\u0430\u043C\u0443 \u0434\u0456\u044E \u0434\u043B\u044F \u0456\u043D\u0448\u0438\u0445 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u043D\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},commands:{collectAttachmentsCurrentFolder:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043F\u043E\u0442\u043E\u0447\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456",collectAttachmentsCurrentNote:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043F\u043E\u0442\u043E\u0447\u043D\u0456\u0439 \u043D\u043E\u0442\u0430\u0442\u0446\u0456",collectAttachmentsEntireVault:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u0443\u0441\u044C\u043E\u043C\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0456"},menuItems:{collectAttachmentsInFolder:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043F\u0430\u043F\u0446\u0456"},notice:{collectingAttachments:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0441\u043A\u0430\u0441\u043E\u0432\u0430\u043D\u043E. \u0414\u0438\u0432\u0456\u0442\u044C\u0441\u044F \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0434\u0435\u0442\u0430\u043B\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0417\u0433\u0435\u043D\u0435\u0440\u043E\u0432\u0430\u043D\u0430 \u043D\u0430\u0437\u0432\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F '{{path}}' \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430.
+{{validationMessage}}
+\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0456`,part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F."},notePathIsIgnored:"\u0428\u043B\u044F\u0445 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F"},obsidianDevUtils:{buttons:{cancel:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443:",jumpToPage:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443:"},notices:{attachmentIsStillUsed:"\u0412\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F {{attachmentPath}} \u0432\u0441\u0435 \u0449\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u0438\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438. \u0412\u043E\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E.",unhandledError:"\u0421\u0442\u0430\u043B\u0430\u0441\u044F \u043D\u0435\u043E\u0431\u0440\u043E\u0431\u043B\u0435\u043D\u0430 \u043F\u043E\u043C\u0438\u043B\u043A\u0430. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043D\u044F \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0432\u0441\u0456 \u0444\u0430\u0439\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F.",displayText:"\u0412\u0441\u0456"},none:{description:"\u0457\u0445\u043D\u0456 \u043D\u0430\u0437\u0432\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C\u0441\u044F.",displayText:"\u0416\u043E\u0434\u0435\u043D"},onlyPastedImages:{description:"\u0442\u0456\u043B\u044C\u043A\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F. \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u043A\u043E\u043B\u0438 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 PNG \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0454\u0442\u044C\u0441\u044F \u0431\u0435\u0437\u043F\u043E\u0441\u0435\u0440\u0435\u0434\u043D\u044C\u043E \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443. \u0417\u0430\u0437\u0432\u0438\u0447\u0430\u0439, \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0456\u043D\u0448\u043E\u0442\u0456\u0432.",displayText:"\u0422\u0456\u043B\u044C\u043A\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u0431\u0456\u0440 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438"},copy:{description:"\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043D\u043E\u0432\u0435 \u043C\u0456\u0441\u0446\u0435.",displayText:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438"},move:{description:"\u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043D\u043E\u0432\u0435 \u043C\u0456\u0441\u0446\u0435.",displayText:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438"},prompt:{description:"\u0437\u0430\u043F\u0438\u0442\u0430\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043F\u0440\u043E \u0432\u0438\u0431\u0456\u0440 \u0434\u0456\u0457.",displayText:"\u0417\u0430\u043F\u0438\u0442\u0430\u0442\u0438"},skip:{description:"\u043F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0442\u0430 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u043E\u0433\u043E.",displayText:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438"}},defaultImageSizeDimension:{height:"\u0412\u0438\u0441\u043E\u0442\u0430",width:"\u0428\u0438\u0440\u0438\u043D\u0430"},emptyAttachmentFolderBehavior:{delete:{description:"\u0432\u0438\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438"},deleteWithEmptyParents:{description:"\u0432\u0438\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0456 \u043F\u043E\u0440\u043E\u0436\u043D\u0456 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0456 \u043F\u0430\u043F\u043A\u0438.",displayText:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0437 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C\u0438 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u043C\u0438"},keep:{description:"\u0437\u0431\u0435\u0440\u0435\u0436\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0431\u0443\u043B\u0438 \u0437\u0430\u043A\u043E\u043C\u0435\u043D\u0442\u043E\u0432\u0430\u043D\u0456, \u043E\u0441\u043A\u0456\u043B\u044C\u043A\u0438 \u0457\u0445 \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u043E\u043D\u043E\u0432\u0438\u0442\u0438 \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0443, \u0432\u0432\u0435\u0434\u0435\u043D\u043E\u0433\u043E \u0443 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430.
+// \u0414\u0438\u0432. \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E.`,deprecated:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 \u0437\u043C\u0456\u043D\u0438\u0432\u0441\u044F \u0444\u043E\u0440\u043C\u0430\u0442 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0456\u0432. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043E\u043D\u043E\u0432\u0456\u0442\u044C \u0441\u0432\u043E\u0457 \u0442\u043E\u043A\u0435\u043D\u0438. \u0414\u043E\u043A\u043B\u0430\u0434\u043D\u0456\u0448\u0435 \u0443",part2:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u0457",part3:""}},legacyRenameAttachmentsToLowerCase:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 \u0446\u044F",part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u0430. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435",part3:"\u0444\u043E\u0440\u043C\u0430\u0442 \u0437\u0430\u043C\u0456\u0441\u0442\u044C \u043D\u0435\u0457. \u0414\u0438\u0432. \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"",part5:""},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0435 \u043F\u043E\u0442\u0435\u043D\u0446\u0456\u0439\u043D\u043E \u043D\u0435\u043A\u043E\u0440\u0435\u043A\u0442\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u043B\u044F",part2:"\u0444\u043E\u0440\u043C\u0430\u0442\u0443. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0434\u0438\u0432\u0456\u0442\u044C\u0441\u044F",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"\u0414\u043B\u044F \u0431\u0456\u043B\u044C\u0448 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457",part5:"\u0426\u0435 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044F."}},specialCharacters:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.16.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430",part2:"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u0431\u0443\u043B\u043E \u0437\u043C\u0456\u043D\u0435\u043D\u043E. \u0412\u0430\u0448\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u043E \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0443."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u043C\u0430\u0454 \u0431\u0443\u0442\u0438 \u0432 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 \u0430\u0431\u043E \u0432\u0456\u0434\u0441\u043E\u0442\u043A\u0430\u0445",invalidCustomTokensCode:"\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u043A\u043E\u0434 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0456\u0432",invalidRegularExpression:"\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u043D\u0435 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u043C\u0456\u0441\u0442\u0438\u0442\u0438 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0456\u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u043D\u0435 \u043F\u043E\u0432\u0438\u043D\u043D\u0430 \u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443."},version:{part1:"\u0412\u0430\u0448 \u0444\u0430\u0439\u043B \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C ",part2:"\u043C\u0430\u0454 \u0432\u0435\u0440\u0441\u0456\u044E",part3:"\u044F\u043A\u0430 \u043D\u043E\u0432\u0456\u0448\u0430 \u0437\u0430 \u043F\u043E\u0442\u043E\u0447\u043D\u0443 \u0432\u0435\u0440\u0441\u0456\u044E \u043F\u043B\u0430\u0433\u0456\u043D\u0430",part4:"\u041F\u043B\u0430\u0433\u0456\u043D \u043C\u043E\u0436\u0435 \u043F\u0440\u0430\u0446\u044E\u0432\u0430\u0442\u0438 \u043D\u0435\u043A\u043E\u0440\u0435\u043A\u0442\u043D\u043E. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043E\u043D\u043E\u0432\u0456\u0442\u044C \u043F\u043B\u0430\u0433\u0456\u043D \u0434\u043E \u043E\u0441\u0442\u0430\u043D\u043D\u044C\u043E\u0457 \u0432\u0435\u0440\u0441\u0456\u0457 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456\u0441\u0442\u044C \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u0438 \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0456\u0432:"},name:"\u0420\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u042F\u043A\u0449\u043E \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438:"},name:"\u0420\u0435\u0436\u0438\u043C \u0437\u0431\u043E\u0440\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438"},collectedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u041D\u0430\u0437\u0432\u0430 \u0437\u0456\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},customTokens:{description:{part1:"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F.",part2:"\u0414\u0438\u0432\u0456\u0442\u044C\u0441\u044F",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"\u0414\u043B\u044F \u0431\u0456\u043B\u044C\u0448 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457",part5:"\u26A0\uFE0F \u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u043C\u043E\u0436\u0443\u0442\u044C \u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0434\u043E\u0432\u0456\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u0434 JavaScript. \u041F\u0440\u0438 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C\u0443 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u0456 \u043C\u043E\u0436\u043B\u0438\u0432\u0456 \u0432\u0442\u0440\u0430\u0442\u0438 \u0434\u0430\u043D\u0438\u0445. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u043D\u0430 \u0441\u0432\u0456\u0439 \u0440\u0438\u0437\u0438\u043A."},name:"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438"},defaultImageSize:{description:{part1:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",part2:"\u041C\u043E\u0436\u043D\u0430 \u0432\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0430\u0431\u043E \u0432\u0456\u0434\u0441\u043E\u0442\u043A\u0430\u0445 \u0432\u0456\u0434 \u043F\u043E\u0432\u043D\u043E\u0433\u043E \u0440\u043E\u0437\u043C\u0456\u0440\u0443 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",part4:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C, \u0449\u043E\u0431 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043E\u0440\u0438\u0433\u0456\u043D\u0430\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F."},name:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C"},duplicateNameSeparator:{description:{part1:"\u041A\u043E\u043B\u0438 \u0432\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0454\u0442\u0435/\u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0454\u0442\u0435 \u0444\u0430\u0439\u043B \u0456\u0437 \u0442\u0430\u043A\u0438\u043C \u0441\u0430\u043C\u0438\u043C \u0456\u043C\u2019\u044F\u043C \u044F\u043A \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0444\u0430\u0439\u043B, \u0431\u0443\u0434\u0435 \u0434\u043E\u0434\u0430\u043D\u0438\u0439 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A.",part2:"\u041D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0443",part3:"\u0432\u0456\u043D \u0431\u0443\u0434\u0435 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0439 \u043D\u0430 ",part4:"\u0456 \u0442\u0430\u043A \u0434\u0430\u043B\u0456, \u0434\u043E\u043A\u0438 \u043D\u0435 \u0431\u0443\u0434\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u0456\u043C\u2019\u044F."},name:"\u0420\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A \u0434\u043B\u044F \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442\u0456\u0432 \u0456\u043C\u0435\u043D"},emptyAttachmentFolderBehavior:{description:{part1:"\u041A\u043E\u043B\u0438 \u043F\u0430\u043F\u043A\u0430 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044F:"},name:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u044C\u043E\u0457 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},excludePaths:{description:{part1:"\u0406\u0433\u043D\u043E\u0440\u0443\u0439\u0442\u0435 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u043C\u0438 \u0448\u043B\u044F\u0445\u0430\u043C\u0438.",part2:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part3:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0436\u043E\u0434\u0435\u043D \u0444\u0430\u0439\u043B \u043D\u0435 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F."},name:"\u0406\u0433\u043D\u043E\u0440\u043E\u0432\u0430\u043D\u0456 \u0448\u043B\u044F\u0445\u0438"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0406\u0433\u043D\u043E\u0440\u0443\u0439\u0442\u0435 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u0445 \u0448\u043B\u044F\u0445\u0456\u0432 \u043F\u0456\u0434 \u0447\u0430\u0441 \u0432\u0438\u043A\u043E\u043D\u0430\u043D\u043D\u044F \u043A\u043E\u043C\u0430\u043D\u0434\u0438",part2:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part3:".",part4:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part5:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part6:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0436\u043E\u0434\u0435\u043D \u0448\u043B\u044F\u0445 \u043D\u0435 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F."},name:"\u0406\u0433\u043D\u043E\u0440\u043E\u0432\u0430\u043D\u0456 \u0448\u043B\u044F\u0445\u0438 \u043F\u0440\u0438 \u0437\u0431\u043E\u0440\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},generatedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u0417\u0433\u0435\u043D\u0435\u0440\u043E\u0432\u0430\u043D\u0430 \u043D\u0430\u0437\u0432\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},includePaths:{description:{part1:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0430\u043A\u0438\u0445 \u0448\u043B\u044F\u0445\u0456\u0432.",part2:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part3:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0432\u043A\u043B\u044E\u0447\u0430\u044E\u0442\u044C\u0441\u044F \u0432\u0441\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438."},name:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0456 \u0448\u043B\u044F\u0445\u0438"},jpegQuality:{description:"\u0427\u0438\u043C \u043C\u0435\u043D\u0448\u0430 \u044F\u043A\u0456\u0441\u0442\u044C, \u0442\u0438\u043C \u0431\u0456\u043B\u044C\u0448\u0430 \u043A\u043E\u043C\u043F\u0440\u0435\u0441\u0456\u044F.",name:"\u042F\u043A\u0456\u0441\u0442\u044C JPEG"},locationForNewAttachments:{description:{part1:"\u041F\u043E\u0447\u043D\u0456\u0442\u044C \u0437",part2:"\u0449\u043E\u0431 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u043D\u043E\u0441\u043D\u0438\u0439 \u0448\u043B\u044F\u0445.",part3:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part4:"\u0442\u043E\u043A\u0435\u043D\u0438",part5:"\u041F\u0430\u043F\u043A\u0438 \u0437 \u043A\u0440\u0430\u043F\u043A\u043E\u044E, \u044F\u043A-\u043E\u0442",part6:"\u043D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E\u0442\u044C\u0441\u044F, \u0431\u043E Obsidian \u0457\u0445 \u043D\u0435 \u0432\u0456\u0434\u0441\u043B\u0456\u0434\u043A\u043E\u0432\u0443\u0454. \u041C\u043E\u0436\u043B\u0438\u0432\u043E, \u0442\u0440\u0435\u0431\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438",part7:"\u043F\u043B\u0430\u0433\u0456\u043D \u0434\u043B\u044F \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F."},name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u043D\u043E\u0432\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},markdownUrlFormat:{description:{part1:"\u0424\u043E\u0440\u043C\u0430\u0442 URL, \u0449\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u0438\u043C\u0435\u0442\u044C\u0441\u044F \u0443 Markdown.",part2:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part3:"\u0442\u043E\u043A\u0435\u043D\u0438",part4:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0444\u043E\u0440\u043C\u0430\u0442\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C."},name:"\u0424\u043E\u0440\u043C\u0430\u0442 URL Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0437 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u043B\u0456\u0442\u0435\u0440",renamedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u041D\u0430\u0437\u0432\u0430 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},resetToSampleCustomTokens:{message:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0441\u043A\u0438\u043D\u0443\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0434\u043E \u043F\u0440\u0438\u043A\u043B\u0430\u0434\u0443? \u0412\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u0431\u0443\u0434\u0435 \u0432\u0442\u0440\u0430\u0447\u0435\u043D\u043E.",title:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0434\u043E \u043F\u0440\u0438\u043A\u043B\u0430\u0434\u0443"},shouldConvertPastedImagesToJpeg:{description:"\u041F\u0435\u0440\u0435\u0442\u0432\u043E\u0440\u044E\u0432\u0430\u0442\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0443 JPEG. \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435, \u043A\u043E\u043B\u0438 PNG \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043E \u0431\u0435\u0437\u043F\u043E\u0441\u0435\u0440\u0435\u0434\u043D\u044C\u043E \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443. \u0417\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0456\u043D\u0448\u043E\u0442\u0456\u0432.",name:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0443 JPEG"},shouldDeleteOrphanAttachments:{description:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u043F\u0440\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0457\u0457 \u043E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0442\u0430\u043A\u043E\u0436 \u0432\u0438\u0434\u0430\u043B\u044F\u044E\u0442\u044C\u0441\u044F.",name:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 \u043E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},shouldRenameAttachmentFiles:{description:{part1:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u0456 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0457\u0457 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0431\u0443\u0434\u0443\u0442\u044C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0456 \u0437\u0433\u0456\u0434\u043D\u043E \u0437",part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u043C."},name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},shouldRenameAttachmentFolders:{description:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u0456 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438.",name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},shouldRenameCollectedAttachments:{description:{part1:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u043E\u0431\u0440\u043E\u0431\u043B\u0435\u043D\u0456 \u0447\u0435\u0440\u0435\u0437",part2:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part3:"\u0431\u0443\u0434\u0443\u0442\u044C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0456 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u043E \u0434\u043E",part4:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C."},name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0437\u0456\u0431\u0440\u0430\u043D\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u0443 \u043D\u0430\u0437\u0432\u0456 \u043F\u0430\u043F\u043A\u0438 \u0442\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u044F\u043A\u0456 \u0442\u0440\u0435\u0431\u0430 \u0437\u0430\u043C\u0456\u043D\u0438\u0442\u0438 \u0430\u0431\u043E \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438.",part2:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."},name:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438"},specialCharactersReplacement:{description:{part1:"\u0420\u044F\u0434\u043E\u043A \u0437\u0430\u043C\u0456\u043D\u0438 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u0443 \u043D\u0430\u0437\u0432\u0456 \u043F\u0430\u043F\u043A\u0438 \u0447\u0438 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F.",part2:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."},name:"\u0417\u0430\u043C\u0456\u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C-\u0430\u0443\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u0443\u0441\u0456\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439.",part2:"\u042F\u043A\u0449\u043E",part3:"\u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E, \u0442\u0430\u0439\u043C-\u0430\u0443\u0442 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439 \u0432\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E."},name:"\u0422\u0430\u0439\u043C-\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u041E\u0431\u0440\u043E\u0431\u043B\u044F\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0437 \u0442\u0430\u043A\u0438\u043C\u0438 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F\u043C\u0438 \u044F\u043A \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F.",part2:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",part3:"\u0442\u0430",part4:"\u0437\u0432\u2019\u044F\u0437\u0430\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u043D\u0435 \u0432\u0432\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F\u043C\u0438 \u0456 \u043D\u0435 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0443\u044E\u0442\u044C\u0441\u044F \u0440\u0430\u0437\u043E\u043C \u0437 \u043D\u043E\u0442\u0430\u0442\u043A\u043E\u044E.",part5:"\u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u043D\u0456 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F, \u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434,",part6:", \u0449\u043E\u0431 \u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u0446\u044E \u043F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0443."},name:"\u041E\u0431\u0440\u043E\u0431\u043B\u044F\u0442\u0438 \u044F\u043A \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"}},promptWithPreviewModal:{previewModal:{title:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 '{{fullFileName}}'"},title:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u0438\u0442\u0443"},regularExpression:"/\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u0438\u0439 \u0432\u0438\u0440\u0430\u0437/"};var Nm={attachmentCollector:{confirm:{part1:"Papkadagi barcha eslatmalar uchun qo'shimchalarni yig'moqchimisiz:",part2:"va uning barcha quyi papkalari?",part3:"Bu amalni bekor qilib bo'lmaydi."},progressBar:{message:"Qo'shimchalarni yig'layapman {{iterationStr}} - '{{noteFilePath}}'.",title:"Qo'shimchalarni yig'layapman..."}},buttons:{copy:"Nusxalash",move:"Ko'chirish",previewAttachmentFile:"Qo'shimcha faylni oldindan ko'rish",skip:"O'tkazib yuborish"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Qo'shimcha",part2:"bir nechta eslatmalar tomonidan havola qilingan."},heading:"Bir nechta eslatmalar tomonidan ishlatiladigan qo'shimchani yig'moqdaman",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Boshqa muammoli qo'shimchalar uchun bir xil harakatni ishlatish kerak"},commands:{collectAttachmentsCurrentFolder:"Joriy papkadagi qo'shimchalarni yig'lash",collectAttachmentsCurrentNote:"Joriy eslatmadagi qo'shimchalarni yig'lash",collectAttachmentsEntireVault:"Butun ombordagi qo'shimchalarni yig'lash"},menuItems:{collectAttachmentsInFolder:"Papkadagi qo'shimchalarni yig'lash"},notice:{collectingAttachments:"'{{noteFilePath}}' uchun qo'shimchalarni yig'layapman",collectingAttachmentsCancelled:"Qo'shimchalarni yig'lash bekor qilindi. Tafsilotlar uchun konsolni ko'ring.",generatedAttachmentFileNameIsInvalid:{part1:`Yaratilgan qo'shimcha fayl nomi '{{path}}' noto'g'ri.
+{{validationMessage}}
+Sozlamangizni tekshiring`,part2:""},notePathIsIgnored:"Eslatma yo'li e'tiborga olinmaydi"},obsidianDevUtils:{buttons:{cancel:"Bekor qilish",ok:"OK"},dataview:{itemsPerPage:"Sahifaga elementlar:",jumpToPage:"Sahifaga o'tish:"},notices:{attachmentIsStillUsed:"Qo'shimcha {{attachmentPath}} hali ham boshqa eslatmalar tomonidan ishlatilmoqda. U o'chirilmaydi.",unhandledError:"Qayta ishlanmagan xatolik yuz berdi. Iltimos, qo'shimcha ma'lumot uchun konsolni tekshiring."}},pluginSettings:{attachmentRenameMode:{all:{description:"Barcha fayllar qayta nomlanadi.",displayText:"Barchasi"},none:{description:"Ularning nomlari saqlanadi.",displayText:"Hech biri"},onlyPastedImages:{description:"Faqat yopishtirilgan rasmlar qayta nomlanadi. Faqqt PNG rasm kontenti bevosita buferdan yopishtirilganida amal qiladi. Odatda skrinshotlar uchun.",displayText:"Faqat yopishtirilgan rasmlar"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"Qo'shimchalarni yig'lashni bekor qilish.",displayText:"Bekor qilish"},copy:{description:"Qo'shimchani yangi joyga nusxalash.",displayText:"Nusxalash"},move:{description:"Qo'shimchani yangi joyga ko'chirish.",displayText:"Ko'chirish"},prompt:{description:"Foydalanuvchidan amal tanlashni so'rash.",displayText:"So'rash"},skip:{description:"Qo'shimchani o'tkazib yuborish va keyingisiga o'tish.",displayText:"O'tkazib yuborish"}},defaultImageSizeDimension:{height:"Balandlik",width:"Kenglik"},emptyAttachmentFolderBehavior:{delete:{description:"Bo'sh qo'shimcha papkasini o'chiradi.",displayText:"O'chirish"},deleteWithEmptyParents:{description:"Bo'sh qo'shimcha papkasini va uning bo'sh ota-onalarini o'chiradi.",displayText:"Bo'sh ota-onalar bilan o'chirish"},keep:{description:"Bo'sh qo'shimcha papkasini saqlaydi.",displayText:"Saqlash"}}},pluginSettingsManager:{customToken:{codeComment:`// Maxsus tokenlar komment qilindi, chunki ular 9.0.0 versiyasidagi yangi format bo'yicha yangilanishi kerak.
+// Qo'shimcha ma'lumot uchun hujjatlarga murojaat qiling.`,deprecated:{part1:"9.0.0 versiyasida maxsus tokenlar ro'yxatga olish formati o'zgardi. Iltimos, tokenlaringizni yangilang. Batafsil ma'lumot uchun",part2:"hujjatga murojaat qiling",part3:""}},legacyRenameAttachmentsToLowerCase:{part1:"9.0.0 versiyasida bu",part2:"sozlama eskirgan. Buning o'rniga",part3:"formatidan foydalaning. Batafsil uchun",part4:"hujjatlarga qarang",part5:""},markdownUrlFormat:{deprecated:{part1:"Potentsial noto'g'ri qiymat o'rnatilgan",part2:"format uchun. Iltimos, qarang",part3:"hujjatlar",part4:"batafsil ma'lumot uchun.",part5:"Ushbu xabar yana ko'rsatilmaydi."}},specialCharacters:{part1:"9.16.0 versiyada",part2:"sozlamaning standart qiymati o'zgardi. Sizning sozlamangiz yangi standart qiymatga yangilandi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standart rasm o\u2018lchami piksel yoki foizda bo\u2018lishi kerak",invalidCustomTokensCode:"Noto'g'ri maxsus token kodi",invalidRegularExpression:"Noto'g'ri tartibiy ifoda {{regExp}}",specialCharactersMustNotContainSlash:"Maxsus belgilar / ni o'z ichiga olmang",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Maxsus belgi o'rnini bosuvchi fayl nomi yoki yo'l belgilari bo'lmasligi kerak."},version:{part1:"Sozlamalar faylingiz",part2:"versiyasi mavjud",part3:"va u mavjud plagin versiyasidan yangi.",part4:"Plagin kutilganidek ishlamasligi mumkin. Iltimos, plagin so'nggi versiyasiga yangilang yoki sozlamalarni tekshiring."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Fayllar qo'shilganda:"},name:"Qo'shimchalarni qayta nomlash rejimi"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Yig'ilgan qo'shimcha bir nechta eslatmalarda ishlatilganda:"},name:"Bir nechta eslatmalar tomonidan foydalanilgan qo'shimchani yig'ish rejimi"},collectedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Yig'ilgan qo'shimcha fayl nomi"},customTokens:{description:{part1:"Foydalaniladigan maxsus tokenlar.",part2:"Qo'shimcha ma'lumot uchun qarang",part3:"hujjatlar",part4:"",part5:"\u26A0\uFE0F Maxsus tokenlar istalgan JavaScript kodi bo'lishi mumkin. Noto'g'ri yozilganda ma'lumot yo'qolishi mumkin. O'z xataringizga foydalaning."},name:"Maxsus tokenlar"},defaultImageSize:{description:{part1:"Standart rasm o\u2018lchami.",part2:"Pikselda ko\u2018rsatilishi mumkin",part3:"Rasm to\u2018liq o\u2018lchamining foizi sifatida",part4:"Asl o\u2018lchamdan foydalanish uchun bo\u2018sh qoldiring."},name:"Standart rasm o\u2018lchami"},duplicateNameSeparator:{description:{part1:"Mavjud fayl nomi bilan bir xil bo'lgan faylni joylashtirganingizda/yurgizganingizda, ushbu ajratgich fayl nomiga qo'shiladi.",part2:"Masalan, faylni olib tashlayotganingizda:",part3:", u quyidagicha qayta nomlanadi: ",part4:"va boshqalar, birinchi mavjud nom aniqlanguncha."},name:"Nusxa nom ajratgichi"},emptyAttachmentFolderBehavior:{description:{part1:"Qo'shimchalar papkasi bo'sh bo'lganda:"},name:"Bo'sh qo'shimcha papkasining xatti-harakati"},excludePaths:{description:{part1:"Quyidagi yo'llardan eslatmalarni chiqarib tashlang.",part2:"Har bir yo'lni yangi qatorda kiriting.",part3:"Yo'l satridan yoki",part4:"Agar sozlama bo'sh bo'lsa, hech narsa chiqarib tashlanmaydi."},name:"Chiqarib tashlanadigan yo'llar"},excludePathsFromAttachmentCollecting:{description:{part1:"Quyidagi yo'llardan qo'shimchalarni chiqarib tashlang, bu buyruq bajarilganda:",part2:"Qo'shimchalarni yig'ish",part3:"",part4:"Har bir yo'lni yangi qatorda yozing.",part5:"Yo'l satridan yoki",part6:"Sozlama bo'sh bo'lsa, hech qanday yo'l chiqarilmaydi."},name:"Qo'shimcha yig'ishda chiqarib tashlangan yo'llar"},generatedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Yaratilgan qo'shimcha fayl nomi"},includePaths:{description:{part1:"Quyidagi yo'llardagi eslatmalarni qo'shing.",part2:"Har bir yo'lni yangi qatorda yozing.",part3:"Yo'l satridan yoki",part4:"Sozlama bo'sh bo'lsa, barcha eslatmalar qo'shiladi."},name:"Qo'shiladigan yo'llar"},jpegQuality:{description:"Sifat qanchalik past bo'lsa, siqish darajasi shunchalik yuqori bo'ladi.",name:"JPEG sifati"},locationForNewAttachments:{description:{part1:"Nisbiy yo'lni ishlatish uchun bilan boshlang",part2:".",part3:"Mavjud",part4:"tokenlarni ko'ring",part5:". nuqta bilan boshlangan papkalar, masalan",part6:", tavsiya etilmaydi, chunki Obsidian ularni kuzatmaydi. Ularni boshqarish uchun",part7:"kengaytmadan foydalanishingiz kerak bo'lishi mumkin."},name:"Yangi qo'shimchalar joylashuvi"},markdownUrlFormat:{description:{part1:"Markdown-ga qo'shiladigan URL formati.",part2:"Mavjud",part3:"tokenlarni ko'ring.",part4:"Standart formatni ishlatish uchun bo'sh qoldiring."},name:"Markdown URL formati"},renameAttachmentsToLowerCase:"Qo'shimchilarning nomlarini kichik harflarga o'zgartirish",renamedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Qayta nomlangan qo'shimcha fayl nomi"},resetToSampleCustomTokens:{message:"Maxsus tokenlarni namuna tokenlarga qaytarishni xohlaysizmi? O'zgartirishlaringiz yo'qoladi.",title:"Namuna tokenlarga qaytarish"},shouldConvertPastedImagesToJpeg:{description:"Yopishtirilgan rasmlarni JPEG formatiga aylantirish-aylantirilmasligini belgilaydi. Bu faqat PNG rasmlar bo'lsa va to'g'ridan-to'g'ri panodan yopishtirilganda ishlatiladi. Odatda, skrinshotlar uchun.",name:"Yopishtirilgan rasmlarni JPEG-ga o'zgartirish"},shouldDeleteOrphanAttachments:{description:"Faollashtirilganda, nota o'chirilganda uning osmonga ketgan qo'shimchalari ham o'chiriladi.",name:"Osmonga ketgan qo'shimchalarni o'chirish"},shouldRenameAttachmentFiles:{description:{part1:"Faollashtirilganda, nota nomi o'zgartirilganda yoki ko'chirilganda, qo'shimchalar",part2:"sozlash bo'yicha qayta nomlanadi."},name:"Qo'shimcha fayllarni qayta nomlash"},shouldRenameAttachmentFolders:{description:"Nota nomi o'zgartirilganda yoki ko'chirilganda qo'shimcha papkalarni qayta nomlash kerakligini belgilaydi.",name:"Qo'shimcha papkalarni qayta nomlash"},shouldRenameCollectedAttachments:{description:{part1:"Faollashtirilganda, qo'llanilgan qo'shimchalar",part2:"Qo'shimchalarni yig'ish",part3:"buyruqlari orqali qayta nomlanadi",part4:"belgilanishiga muvofiq."},name:"Yig'ilgan qo'shimchalarni qayta nomlash"},specialCharacters:{description:{part1:"Qo'shimcha papkasi va fayl nomidagi maxsus belgilar almashtirilishi yoki olib tashlanishi kerak.",part2:"Maxsus belgilarni saqlash uchun bo'sh qoldiring."},name:"Maxsus belgilar"},specialCharactersReplacement:{description:{part1:"Qo'shimcha papka va fayl nomidagi maxsus belgilarni almashtirish uchun qatori.",part2:"Maxsus belgilarni olib tashlash uchun bo'sh qoldiring."},name:"Maxsus belgilarni almashtirish"},timeoutInSeconds:{description:{part1:"Barcha operatsiyalar uchun vaqt tugashi (soniya).",part2:"Agar",part3:"belgilangan bo'lsa, bajarilish vaqti cheklovlari o'chiriladi."},name:"Vaqt tugashi (soniya)"},treatAsAttachmentExtensions:{description:{part1:"Ushbu kengaytmaga ega fayllar qo'shimcha sifatida ko'rib chiqiladi.",part2:"Standart bo'yicha",part3:"va",part4:"bog'langan fayllar qo'shimcha sifatida ko'rilmaydi va notalar bilan ko'chirilmaydi.",part5:"Maxsus kengaytmalarni qo'shishingiz mumkin, masalan,",part6:"bu xatti-harakatni o'zgartirish uchun."},name:"Qo'shimcha kengaytmalari sifatida hisoblash"}},promptWithPreviewModal:{previewModal:{title:"Qo'shimcha faylni oldindan ko'rish '{{fullFileName}}'"},title:"So'rov tokeni uchun qiymat kiriting"},regularExpression:"/muntazam ifoda/"};var Mm={attachmentCollector:{confirm:{part1:"B\u1EA1n c\xF3 mu\u1ED1n thu th\u1EADp c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m cho t\u1EA5t c\u1EA3 ghi ch\xFA trong th\u01B0 m\u1EE5c:",part2:"v\xE0 t\u1EA5t c\u1EA3 c\xE1c th\u01B0 m\u1EE5c con c\u1EE7a n\xF3?",part3:"Thao t\xE1c n\xE0y kh\xF4ng th\u1EC3 ho\xE0n t\xE1c."},progressBar:{message:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m {{iterationStr}} - '{{noteFilePath}}'.",title:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m..."}},buttons:{copy:"Sao ch\xE9p",move:"Di chuy\u1EC3n",previewAttachmentFile:"Xem tr\u01B0\u1EDBc t\u1EC7p \u0111\xEDnh k\xE8m",skip:"B\u1ECF qua"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"T\u1EC7p \u0111\xEDnh k\xE8m",part2:"\u0111\u01B0\u1EE3c tham chi\u1EBFu b\u1EDFi nhi\u1EC1u ghi ch\xFA."},heading:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA",shouldUseSameActionForOtherProblematicAttachmentsToggle:"N\xEAn s\u1EED d\u1EE5ng c\xF9ng m\u1ED9t h\xE0nh \u0111\u1ED9ng cho c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m c\xF3 v\u1EA5n \u0111\u1EC1 kh\xE1c"},commands:{collectAttachmentsCurrentFolder:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong th\u01B0 m\u1EE5c hi\u1EC7n t\u1EA1i",collectAttachmentsCurrentNote:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong ghi ch\xFA hi\u1EC7n t\u1EA1i",collectAttachmentsEntireVault:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong to\xE0n b\u1ED9 kho"},menuItems:{collectAttachmentsInFolder:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong th\u01B0 m\u1EE5c"},notice:{collectingAttachments:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m cho '{{noteFilePath}}'",collectingAttachmentsCancelled:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\xE3 b\u1ECB h\u1EE7y. Xem console \u0111\u1EC3 bi\u1EBFt chi ti\u1EBFt.",generatedAttachmentFileNameIsInvalid:{part1:`T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c t\u1EA1o '{{path}}' kh\xF4ng h\u1EE3p l\u1EC7.
+{{validationMessage}}
+Ki\u1EC3m tra`,part2:"c\xE0i \u0111\u1EB7t c\u1EE7a b\u1EA1n."},notePathIsIgnored:"\u0110\u01B0\u1EDDng d\u1EABn ghi ch\xFA b\u1ECB b\u1ECF qua"},obsidianDevUtils:{buttons:{cancel:"H\u1EE7y",ok:"\u0110\u1ED3ng \xFD"},dataview:{itemsPerPage:"M\u1EE5c tr\xEAn m\u1ED7i trang:",jumpToPage:"Chuy\u1EC3n \u0111\u1EBFn trang:"},notices:{attachmentIsStillUsed:"T\u1EC7p \u0111\xEDnh k\xE8m {{attachmentPath}} v\u1EABn \u0111ang \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi c\xE1c ghi ch\xFA kh\xE1c. N\xF3 s\u1EBD kh\xF4ng b\u1ECB x\xF3a.",unhandledError:"\u0110\xE3 x\u1EA3y ra l\u1ED7i kh\xF4ng x\u1EED l\xFD \u0111\u01B0\u1EE3c. Vui l\xF2ng ki\u1EC3m tra console \u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin."}},pluginSettings:{attachmentRenameMode:{all:{description:"T\u1EA5t c\u1EA3 c\xE1c t\u1EC7p \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn.",displayText:"T\u1EA5t c\u1EA3"},none:{description:"T\xEAn c\u1EE7a ch\xFAng \u0111\u01B0\u1EE3c b\u1EA3o t\u1ED3n.",displayText:"Kh\xF4ng"},onlyPastedImages:{description:"Ch\u1EC9 c\xE1c h\xECnh \u1EA3nh \u0111\u01B0\u1EE3c d\xE1n m\u1EDBi \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn. Ch\u1EC9 \xE1p d\u1EE5ng khi n\u1ED9i dung h\xECnh \u1EA3nh PNG \u0111\u01B0\u1EE3c d\xE1n tr\u1EF1c ti\u1EBFp t\u1EEB clipboard. Th\xF4ng th\u01B0\u1EDDng d\xF9ng \u0111\u1EC3 d\xE1n \u1EA3nh ch\u1EE5p m\xE0n h\xECnh.",displayText:"Ch\u1EC9 h\xECnh \u1EA3nh \u0111\u01B0\u1EE3c d\xE1n"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"H\u1EE7y vi\u1EC7c thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m.",displayText:"H\u1EE7y"},copy:{description:"Sao ch\xE9p t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u1EBFn v\u1ECB tr\xED m\u1EDBi.",displayText:"Sao ch\xE9p"},move:{description:"Di chuy\u1EC3n t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u1EBFn v\u1ECB tr\xED m\u1EDBi.",displayText:"Di chuy\u1EC3n"},prompt:{description:"Nh\u1EAFc ng\u01B0\u1EDDi d\xF9ng ch\u1ECDn h\xE0nh \u0111\u1ED9ng.",displayText:"Nh\u1EAFc"},skip:{description:"B\u1ECF qua t\u1EC7p \u0111\xEDnh k\xE8m v\xE0 ti\u1EBFp t\u1EE5c \u0111\u1EBFn c\xE1i ti\u1EBFp theo.",displayText:"B\u1ECF qua"}},defaultImageSizeDimension:{height:"\u0421hi\u1EC1u cao",width:"\u0421hi\u1EC1u r\u1ED9ng"},emptyAttachmentFolderBehavior:{delete:{description:"S\u1EBD x\xF3a th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng.",displayText:"X\xF3a"},deleteWithEmptyParents:{description:"S\u1EBD x\xF3a th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng v\xE0 c\xE1c th\u01B0 m\u1EE5c cha tr\u1ED1ng c\u1EE7a n\xF3.",displayText:"X\xF3a v\u1EDBi th\u01B0 m\u1EE5c cha r\u1ED7ng"},keep:{description:"S\u1EBD gi\u1EEF nguy\xEAn th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng.",displayText:"Gi\u1EEF l\u1EA1i"}}},pluginSettingsManager:{customToken:{codeComment:`// C\xE1c token t\xF9y ch\u1EC9nh b\u1ECB ch\xFA th\xEDch v\xEC c\u1EA7n c\u1EADp nh\u1EADt theo \u0111\u1ECBnh d\u1EA1ng m\u1EDBi \u0111\u01B0\u1EE3c gi\u1EDBi thi\u1EC7u trong phi\xEAn b\u1EA3n plugin 9.0.0.
+// Vui l\xF2ng tham kh\u1EA3o t\xE0i li\u1EC7u \u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin.`,deprecated:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.0.0, \u0111\u1ECBnh d\u1EA1ng \u0111\u0103ng k\xFD token t\xF9y ch\u1EC9nh \u0111\xE3 thay \u0111\u1ED5i. Vui l\xF2ng c\u1EADp nh\u1EADt c\xE1c token c\u1EE7a b\u1EA1n t\u01B0\u01A1ng \u1EE9ng. Tham kh\u1EA3o",part2:"t\xE0i li\u1EC7u",part3:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin"}},legacyRenameAttachmentsToLowerCase:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.0.0, ",part2:"thi\u1EBFt l\u1EADp n\xE0y \u0111\xE3 b\u1ECB ng\u1EEBng h\u1ED7 tr\u1EE3. H\xE3y d\xF9ng ",part3:"\u0111\u1ECBnh d\u1EA1ng thay th\u1EBF. Xem ",part4:"t\xE0i li\u1EC7u ",part5:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin"},markdownUrlFormat:{deprecated:{part1:"B\u1EA1n \u0111\xE3 \u0111\u1EB7t m\u1ED9t gi\xE1 tr\u1ECB c\xF3 th\u1EC3 kh\xF4ng ch\xEDnh x\xE1c cho",part2:"\u0111\u1ECBnh d\u1EA1ng. Vui l\xF2ng tham kh\u1EA3o",part3:"t\xE0i li\u1EC7u",part4:"cho th\xF4ng tin th\xEAm",part5:"Tin nh\u1EAFn n\xE0y s\u1EBD kh\xF4ng c\xF2n \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB."}},specialCharacters:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.16.0,",part2:"gi\xE1 tr\u1ECB c\xE0i \u0111\u1EB7t m\u1EB7c \u0111\u1ECBnh \u0111\xE3 \u0111\u01B0\u1EE3c thay \u0111\u1ED5i. Gi\xE1 tr\u1ECB c\u1EE7a b\u1EA1n \u0111\xE3 \u0111\u01B0\u1EE3c c\u1EADp nh\u1EADt theo gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh m\u1EDBi."},validation:{defaultImageSizeMustBePercentageOrPixels:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh ph\u1EA3i \u0111\u01B0\u1EE3c t\xEDnh b\u1EB1ng pixel ho\u1EB7c ph\u1EA7n tr\u0103m",invalidCustomTokensCode:"M\xE3 token t\xF9y ch\u1EC9nh kh\xF4ng h\u1EE3p l\u1EC7",invalidRegularExpression:"Bi\u1EC3u th\u1EE9c ch\xEDnh quy kh\xF4ng h\u1EE3p l\u1EC7 {{regExp}}",specialCharactersMustNotContainSlash:"K\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t kh\xF4ng \u0111\u01B0\u1EE3c ch\u1EE9a d\u1EA5u /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Chu\u1ED7i thay th\u1EBF k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t kh\xF4ng \u0111\u01B0\u1EE3c ch\u1EE9a k\xFD t\u1EF1 t\xEAn t\u1EC7p ho\u1EB7c \u0111\u01B0\u1EDDng d\u1EABn kh\xF4ng h\u1EE3p l\u1EC7."},version:{part1:"T\u1EC7p c\xE0i \u0111\u1EB7t c\u1EE7a b\u1EA1n ",part2:"c\xF3 phi\xEAn b\u1EA3n",part3:"m\u1EDBi h\u01A1n phi\xEAn b\u1EA3n plugin hi\u1EC7n t\u1EA1i",part4:"Plugin c\xF3 th\u1EC3 kh\xF4ng ho\u1EA1t \u0111\u1ED9ng nh\u01B0 mong \u0111\u1EE3i. Vui l\xF2ng c\u1EADp nh\u1EADt plugin l\xEAn phi\xEAn b\u1EA3n m\u1EDBi nh\u1EA5t ho\u1EB7c \u0111\u1EA3m b\u1EA3o c\xE1c c\xE0i \u0111\u1EB7t l\xE0 \u0111\xFAng."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Khi \u0111\xEDnh k\xE8m t\u1EC7p:"},name:"Ch\u1EBF \u0111\u1ED9 \u0111\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Khi t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c thu th\u1EADp \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA:"},name:"Ch\u1EBF \u0111\u1ED9 thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA"},collectedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c thu th\u1EADp"},customTokens:{description:{part1:"C\xE1c token t\xF9y ch\u1EC9nh \u0111\u1EC3 s\u1EED d\u1EE5ng.",part2:"Xem",part3:"t\xE0i li\u1EC7u",part4:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin.",part5:"\u26A0\uFE0F Token t\xF9y ch\u1EC9nh c\xF3 th\u1EC3 ch\u1EE9a m\xE3 JavaScript t\xF9y \xFD. N\u1EBFu vi\u1EBFt sai, c\xF3 th\u1EC3 g\xE2y m\u1EA5t d\u1EEF li\u1EC7u. S\u1EED d\u1EE5ng c\u1EA9n th\u1EADn."},name:"Token t\xF9y ch\u1EC9nh"},defaultImageSize:{description:{part1:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh.",part2:"C\xF3 th\u1EC3 \u0111\u01B0\u1EE3c ch\u1EC9 \u0111\u1ECBnh b\u1EB1ng pixel",part3:"ho\u1EB7c ph\u1EA7n tr\u0103m k\xEDch th\u01B0\u1EDBc \u0111\u1EA7y \u0111\u1EE7 c\u1EE7a h\xECnh \u1EA3nh",part4:"B\u1ECF tr\u1ED1ng \u0111\u1EC3 s\u1EED d\u1EE5ng k\xEDch th\u01B0\u1EDBc g\u1ED1c c\u1EE7a h\xECnh \u1EA3nh."},name:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh"},duplicateNameSeparator:{description:{part1:"Khi b\u1EA1n d\xE1n/k\xE9o m\u1ED9t t\u1EC7p c\xF3 c\xF9ng t\xEAn v\u1EDBi t\u1EC7p \u0111\xE3 t\u1ED3n t\u1EA1i, b\u1ED9 ph\xE2n c\xE1ch n\xE0y s\u1EBD \u0111\u01B0\u1EE3c th\xEAm v\xE0o t\xEAn t\u1EC7p.",part2:"V\xED d\u1EE5, khi b\u1EA1n k\xE9o t\u1EC7p",part3:", n\xF3 s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn th\xE0nh ",part4:", v.v., s\u1EED d\u1EE5ng t\xEAn \u0111\u1EA7u ti\xEAn c\xF3 s\u1EB5n."},name:"B\u1ED9 ph\xE2n c\xE1ch t\xEAn tr\xF9ng"},emptyAttachmentFolderBehavior:{description:{part1:"Khi th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1EDF n\xEAn tr\u1ED1ng:"},name:"H\xE0nh vi th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng"},excludePaths:{description:{part1:"Lo\u1EA1i tr\u1EEB ghi ch\xFA kh\u1ECFi c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau.",part2:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part3:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part4:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, kh\xF4ng ghi ch\xFA n\xE0o b\u1ECB lo\u1EA1i tr\u1EEB."},name:"Lo\u1EA1i tr\u1EEB \u0111\u01B0\u1EDDng d\u1EABn"},excludePathsFromAttachmentCollecting:{description:{part1:"Lo\u1EA1i tr\u1EEB t\u1EC7p \u0111\xEDnh k\xE8m kh\u1ECFi c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau khi",part2:"l\u1EC7nh Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m",part3:"\u0111\u01B0\u1EE3c th\u1EF1c thi.",part4:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part5:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part6:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, kh\xF4ng \u0111\u01B0\u1EDDng d\u1EABn n\xE0o b\u1ECB lo\u1EA1i tr\u1EEB."},name:"Lo\u1EA1i tr\u1EEB \u0111\u01B0\u1EDDng d\u1EABn khi thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m"},generatedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c t\u1EA1o"},includePaths:{description:{part1:"Bao g\u1ED3m c\xE1c ghi ch\xFA t\u1EEB c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau.",part2:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part3:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part4:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, t\u1EA5t c\u1EA3 ghi ch\xFA \u0111\u01B0\u1EE3c bao g\u1ED3m."},name:"Bao g\u1ED3m \u0111\u01B0\u1EDDng d\u1EABn"},jpegQuality:{description:"Ch\u1EA5t l\u01B0\u1EE3ng c\xE0ng th\u1EA5p, t\u1EF7 l\u1EC7 n\xE9n c\xE0ng cao.",name:"Ch\u1EA5t l\u01B0\u1EE3ng JPEG"},locationForNewAttachments:{description:{part1:"B\u1EAFt \u0111\u1EA7u v\u1EDBi",part2:"\u0111\u1EC3 s\u1EED d\u1EE5ng \u0111\u01B0\u1EDDng d\u1EABn t\u01B0\u01A1ng \u0111\u1ED1i.",part3:"Xem c\xE1c",part4:"token c\xF3 s\u1EB5n",part5:"C\xE1c th\u01B0 m\u1EE5c c\xF3 d\u1EA5u ch\u1EA5m nh\u01B0",part6:"kh\xF4ng \u0111\u01B0\u1EE3c khuy\u1EBFn ngh\u1ECB v\xEC Obsidian kh\xF4ng theo d\xF5i ch\xFAng. B\u1EA1n c\xF3 th\u1EC3 c\u1EA7n s\u1EED d\u1EE5ng",part7:"plugin \u0111\u1EC3 qu\u1EA3n l\xFD ch\xFAng."},name:"V\u1ECB tr\xED t\u1EC7p \u0111\xEDnh k\xE8m m\u1EDBi"},markdownUrlFormat:{description:{part1:"\u0110\u1ECBnh d\u1EA1ng URL \u0111\u01B0\u1EE3c ch\xE8n v\xE0o Markdown.",part2:"Xem c\xE1c",part3:"token c\xF3 s\u1EB5n",part4:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 s\u1EED d\u1EE5ng \u0111\u1ECBnh d\u1EA1ng m\u1EB7c \u0111\u1ECBnh."},name:"\u0110\u1ECBnh d\u1EA1ng URL Markdown"},renameAttachmentsToLowerCase:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m th\xE0nh ch\u1EEF th\u01B0\u1EDDng",renamedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn"},resetToSampleCustomTokens:{message:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n \u0111\u1EB7t l\u1EA1i token t\xF9y ch\u1EC9nh v\u1EC1 token m\u1EABu? M\u1ECDi thay \u0111\u1ED5i s\u1EBD b\u1ECB m\u1EA5t.",title:"\u0110\u1EB7t l\u1EA1i token m\u1EABu"},shouldConvertPastedImagesToJpeg:{description:"C\xF3 n\xEAn chuy\u1EC3n \u0111\u1ED5i h\xECnh \u1EA3nh d\xE1n sang \u0111\u1ECBnh d\u1EA1ng JPEG kh\xF4ng. Ch\u1EC9 \xE1p d\u1EE5ng khi n\u1ED9i dung \u1EA3nh PNG \u0111\u01B0\u1EE3c d\xE1n tr\u1EF1c ti\u1EBFp t\u1EEB clipboard. Th\u01B0\u1EDDng d\xF9ng cho \u1EA3nh ch\u1EE5p m\xE0n h\xECnh.",name:"Chuy\u1EC3n h\xECnh \u1EA3nh d\xE1n sang JPEG"},shouldDeleteOrphanAttachments:{description:"N\u1EBFu b\u1EADt, khi x\xF3a ghi ch\xFA, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m m\u1ED3 c\xF4i c\u0169ng s\u1EBD b\u1ECB x\xF3a.",name:"X\xF3a t\u1EC7p \u0111\xEDnh k\xE8m m\u1ED3 c\xF4i"},shouldRenameAttachmentFiles:{description:{part1:"N\u1EBFu b\u1EADt, khi ghi ch\xFA \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn ho\u1EB7c di chuy\u1EC3n, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn theo",part2:"c\xE0i \u0111\u1EB7t."},name:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m"},shouldRenameAttachmentFolders:{description:"C\xF3 \u0111\u1ED5i t\xEAn c\xE1c th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m khi ghi ch\xFA \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn ho\u1EB7c di chuy\u1EC3n kh\xF4ng.",name:"\u0110\u1ED5i t\xEAn th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m"},shouldRenameCollectedAttachments:{description:{part1:"N\u1EBFu b\u1EADt, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c x\u1EED l\xFD qua l\u1EC7nh",part2:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m",part3:"s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn theo",part4:"c\xE0i \u0111\u1EB7t."},name:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\xE3 thu th\u1EADp"},specialCharacters:{description:{part1:"C\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t trong t\xEAn th\u01B0 m\u1EE5c v\xE0 t\u1EC7p \u0111\xEDnh k\xE8m s\u1EBD \u0111\u01B0\u1EE3c thay th\u1EBF ho\u1EB7c lo\u1EA1i b\u1ECF.",part2:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 gi\u1EEF nguy\xEAn c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t."},name:"K\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t"},specialCharactersReplacement:{description:{part1:"Chu\u1ED7i thay th\u1EBF cho c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t trong t\xEAn th\u01B0 m\u1EE5c v\xE0 t\u1EC7p \u0111\xEDnh k\xE8m.",part2:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 lo\u1EA1i b\u1ECF c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t."},name:"Thay th\u1EBF k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t"},timeoutInSeconds:{description:{part1:"Th\u1EDDi gian ch\u1EDD t\xEDnh b\u1EB1ng gi\xE2y cho t\u1EA5t c\u1EA3 c\xE1c thao t\xE1c.",part2:"N\u1EBFu",part3:"\u0111\u01B0\u1EE3c \u0111\u1EB7t, th\u1EDDi gian ch\u1EDD thao t\xE1c s\u1EBD b\u1ECB v\xF4 hi\u1EC7u h\xF3a."},name:"Th\u1EDDi gian ch\u1EDD (gi\xE2y)"},treatAsAttachmentExtensions:{description:{part1:"Xem c\xE1c t\u1EC7p c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng n\xE0y l\xE0 t\u1EC7p \u0111\xEDnh k\xE8m.",part2:"Theo m\u1EB7c \u0111\u1ECBnh",part3:"v\xE0",part4:"c\xE1c t\u1EC7p li\xEAn k\u1EBFt kh\xF4ng \u0111\u01B0\u1EE3c xem l\xE0 t\u1EC7p \u0111\xEDnh k\xE8m v\xE0 kh\xF4ng \u0111\u01B0\u1EE3c di chuy\u1EC3n c\xF9ng ghi ch\xFA.",part5:"B\u1EA1n c\xF3 th\u1EC3 th\xEAm c\xE1c ph\u1EA7n m\u1EDF r\u1ED9ng t\xF9y ch\u1EC9nh, v\xED d\u1EE5,",part6:", \u0111\u1EC3 ghi \u0111\xE8 h\xE0nh vi n\xE0y."},name:"X\u1EED l\xFD nh\u01B0 ph\u1EA7n m\u1EDF r\u1ED9ng t\u1EC7p \u0111\xEDnh k\xE8m"}},promptWithPreviewModal:{previewModal:{title:"Xem tr\u01B0\u1EDBc t\u1EC7p \u0111\xEDnh k\xE8m '{{fullFileName}}'"},title:"Cung c\u1EA5p gi\xE1 tr\u1ECB cho token nh\u1EAFc nh\u1EDF"},regularExpression:"/bi\u1EC3u th\u1EE9c ch\xEDnh quy/"};var Rm={attachmentCollector:{confirm:{part1:"\u60A8\u662F\u5426\u8981\u70BA\u8CC7\u6599\u593E\u4E2D\u7684\u6240\u6709\u7B46\u8A18\u6536\u96C6\u9644\u4EF6\uFF1A",part2:"\u4EE5\u53CA\u5176\u6240\u6709\u5B50\u8CC7\u6599\u593E\uFF1F",part3:"\u6B64\u64CD\u4F5C\u7121\u6CD5\u5FA9\u539F\u3002"},progressBar:{message:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6 {{iterationStr}} - '{{noteFilePath}}'.",title:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6..."}},buttons:{copy:"\u8907\u88FD",move:"\u79FB\u52D5",previewAttachmentFile:"\u9810\u89BD\u9644\u4EF6\u6A94\u6848",skip:"\u8DF3\u904E"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u9644\u4EF6",part2:"\u88AB\u591A\u500B\u7B46\u8A18\u5F15\u7528\u3002"},heading:"\u6B63\u5728\u6536\u96C6\u88AB\u591A\u500B\u7B46\u8A18\u4F7F\u7528\u7684\u9644\u4EF6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u61C9\u8A72\u5C0D\u5176\u4ED6\u6709\u554F\u984C\u7684\u9644\u4EF6\u4F7F\u7528\u76F8\u540C\u64CD\u4F5C"},commands:{collectAttachmentsCurrentFolder:"\u6536\u96C6\u7576\u524D\u8CC7\u6599\u593E\u4E2D\u7684\u9644\u4EF6",collectAttachmentsCurrentNote:"\u6536\u96C6\u7576\u524D\u7B46\u8A18\u4E2D\u7684\u9644\u4EF6",collectAttachmentsEntireVault:"\u6536\u96C6\u6574\u500B\u5EAB\u4E2D\u7684\u9644\u4EF6"},menuItems:{collectAttachmentsInFolder:"\u6536\u96C6\u8CC7\u6599\u593E\u4E2D\u7684\u9644\u4EF6"},notice:{collectingAttachments:"\u6B63\u5728\u70BA '{{noteFilePath}}' \u6536\u96C6\u9644\u4EF6",collectingAttachmentsCancelled:"\u9644\u4EF6\u6536\u96C6\u5DF2\u53D6\u6D88\u3002\u8A73\u60C5\u8ACB\u67E5\u770B\u63A7\u5236\u53F0\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31 '{{path}}' \u7121\u6548\u3002
+{{validationMessage}}
+\u8ACB\u6AA2\u67E5\u60A8\u7684`,part2:"\u8A2D\u5B9A\u3002"},notePathIsIgnored:"\u7B46\u8A18\u8DEF\u5F91\u5DF2\u88AB\u5FFD\u7565"},obsidianDevUtils:{buttons:{cancel:"\u53D6\u6D88",ok:"\u78BA\u5B9A"},dataview:{itemsPerPage:"\u6BCF\u9801\u9805\u76EE\uFF1A",jumpToPage:"\u8DF3\u8F49\u5230\u9801\u9762\uFF1A"},notices:{attachmentIsStillUsed:"\u9644\u4EF6 {{attachmentPath}} \u4ECD\u88AB\u5176\u4ED6\u7B46\u8A18\u4F7F\u7528\u3002\u4E0D\u6703\u88AB\u522A\u9664\u3002",unhandledError:"\u767C\u751F\u672A\u8655\u7406\u7684\u932F\u8AA4\u3002\u8ACB\u67E5\u770B\u63A7\u5236\u53F0\u4EE5\u7372\u53D6\u66F4\u591A\u4FE1\u606F\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u6240\u6709\u6A94\u6848\u90FD\u6703\u91CD\u65B0\u547D\u540D\u3002",displayText:"\u5168\u90E8"},none:{description:"\u4FDD\u7559\u5176\u540D\u7A31\u3002",displayText:"\u7121"},onlyPastedImages:{description:"\u50C5\u91CD\u65B0\u547D\u540D\u8CBC\u4E0A\u7684\u5716\u7247\u3002\u50C5\u9069\u7528\u65BC\u76F4\u63A5\u5F9E\u526A\u8CBC\u7C3F\u8CBC\u4E0A PNG \u5716\u7247\u5167\u5BB9\u6642\u3002\u901A\u5E38\u7528\u65BC\u8CBC\u4E0A\u622A\u5716\u3002",displayText:"\u50C5\u8CBC\u4E0A\u7684\u5716\u7247"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u53D6\u6D88\u9644\u4EF6\u6536\u96C6\u3002",displayText:"\u53D6\u6D88"},copy:{description:"\u5C07\u9644\u4EF6\u8907\u88FD\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u8907\u88FD"},move:{description:"\u5C07\u9644\u4EF6\u79FB\u52D5\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u79FB\u52D5"},prompt:{description:"\u63D0\u793A\u7528\u6236\u9078\u64C7\u64CD\u4F5C\u3002",displayText:"\u63D0\u793A"},skip:{description:"\u8DF3\u904E\u6B64\u9644\u4EF6\u4E26\u7E7C\u7E8C\u4E0B\u4E00\u500B\u3002",displayText:"\u8DF3\u904E"}},defaultImageSizeDimension:{height:"\u9AD8\u5EA6",width:"\u5BEC\u5EA6"},emptyAttachmentFolderBehavior:{delete:{description:"\u5C07\u522A\u9664\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u522A\u9664"},deleteWithEmptyParents:{description:"\u5C07\u9023\u540C\u7A7A\u7684\u7236\u8CC7\u6599\u593E\u4E00\u8D77\u522A\u9664\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u9023\u540C\u7A7A\u7684\u7236\u8CC7\u6599\u593E\u4E00\u8D77\u522A\u9664"},keep:{description:"\u5C07\u4FDD\u7559\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u4FDD\u7559"}}},pluginSettingsManager:{customToken:{codeComment:`// \u81EA\u8A02\u4EE4\u724C\u56E0\u9700\u66F4\u65B0\u70BA\u63D2\u4EF6 9.0.0 \u7248\u672C\u6240\u5F15\u5165\u7684\u65B0\u683C\u5F0F\u800C\u88AB\u8A3B\u89E3\u3002
+// \u8A73\u60C5\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u4EF6\u3002`,deprecated:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u81EA\u8A02\u4EE4\u724C\u7684\u8A3B\u518A\u683C\u5F0F\u5DF2\u8B8A\u66F4\u3002\u8ACB\u66F4\u65B0\u60A8\u7684\u4EE4\u724C\u3002\u53C3\u898B",part2:"\u5B98\u65B9\u6587\u4EF6",part3:"\u4EE5\u7372\u5F97\u66F4\u591A\u8CC7\u8A0A"}},legacyRenameAttachmentsToLowerCase:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u6B64",part2:"\u8A2D\u5B9A\u5DF2\u88AB\u6DD8\u6C70\u3002\u8ACB\u6539\u7528",part3:"\u683C\u5F0F\u3002\u53C3\u898B",part4:"\u5B98\u65B9\u6587\u4EF6",part5:"\u7372\u53D6\u66F4\u591A\u8CC7\u8A0A"},markdownUrlFormat:{deprecated:{part1:"\u60A8\u70BA\u4EE5\u4E0B\u9805\u76EE\u8A2D\u5B9A\u4E86\u53EF\u80FD\u4E0D\u6B63\u78BA\u7684\u503C",part2:"\u683C\u5F0F\u3002\u8ACB\u53C3\u8003",part3:"\u5B98\u65B9\u6587\u4EF6",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F",part5:"\u6B64\u8A0A\u606F\u5C07\u4E0D\u518D\u986F\u793A\u3002"}},specialCharacters:{part1:"\u5728\u63D2\u4EF6 9.16.0 \u7248\u672C\u4E2D\uFF0C",part2:"\u9810\u8A2D\u8A2D\u5B9A\u503C\u5DF2\u66F4\u6539\u3002\u60A8\u7684\u8A2D\u5B9A\u5DF2\u66F4\u65B0\u70BA\u65B0\u9810\u8A2D\u503C\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F\u5FC5\u9808\u662F\u50CF\u7D20\u6216\u767E\u5206\u6BD4",invalidCustomTokensCode:"\u7121\u6548\u7684\u81EA\u8A02\u4EE4\u724C\u4EE3\u78BC",invalidRegularExpression:"\u7121\u6548\u7684\u6B63\u5247\u8868\u9054\u5F0F {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u5B57\u5143\u4E0D\u5F97\u5305\u542B /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u5B57\u5143\u7684\u66FF\u63DB\u4E0D\u5F97\u5305\u542B\u7121\u6548\u7684\u6A94\u540D\u6216\u8DEF\u5F91\u5B57\u5143\u3002"},version:{part1:"\u60A8\u7684\u8A2D\u5B9A\u6A94\u6848",part2:"\u7248\u672C\u70BA",part3:"\u9AD8\u65BC\u76EE\u524D\u63D2\u4EF6\u7248\u672C",part4:"\u63D2\u4EF6\u53EF\u80FD\u7121\u6CD5\u6B63\u5E38\u904B\u4F5C\u3002\u8ACB\u66F4\u65B0\u63D2\u4EF6\u81F3\u6700\u65B0\u7248\u672C\uFF0C\u6216\u78BA\u8A8D\u8A2D\u5B9A\u662F\u5426\u6B63\u78BA\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u9644\u52A0\u6A94\u6848\u6642\uFF1A"},name:"\u9644\u4EF6\u91CD\u65B0\u547D\u540D\u6A21\u5F0F"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u7576\u6536\u96C6\u7684\u9644\u4EF6\u88AB\u591A\u500B\u7B46\u8A18\u4F7F\u7528\u6642\uFF1A"},name:"\u591A\u7B46\u8A18\u5171\u7528\u9644\u4EF6\u6536\u96C6\u6A21\u5F0F"},collectedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u6536\u96C6\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},customTokens:{description:{part1:"\u81EA\u8A02\u4EE4\u724C\u7528\u65BC\u3002",part2:"\u8A73\u898B",part3:"\u5B98\u65B9\u6587\u4EF6",part4:"\u4EE5\u7372\u53D6\u66F4\u591A\u8CC7\u8A0A\u3002",part5:"\u26A0\uFE0F \u81EA\u8A02\u4EE4\u724C\u53EF\u5305\u542B\u4EFB\u610F JavaScript \u4EE3\u78BC\uFF0C\u82E5\u64B0\u5BEB\u4E0D\u7576\u53EF\u80FD\u5C0E\u81F4\u8CC7\u6599\u907A\u5931\uFF0C\u8ACB\u81EA\u884C\u659F\u914C\u4F7F\u7528\u3002"},name:"\u81EA\u8A02\u4EE4\u724C"},defaultImageSize:{description:{part1:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F\u3002",part2:"\u53EF\u4EE5\u6307\u5B9A\u70BA\u50CF\u7D20",part3:"\u6216\u662F\u5716\u7247\u5B8C\u6574\u5927\u5C0F\u7684\u767E\u5206\u6BD4",part4:"\u7559\u7A7A\u4EE5\u4F7F\u7528\u539F\u59CB\u5716\u7247\u5927\u5C0F\u3002"},name:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F"},duplicateNameSeparator:{description:{part1:"\u7576\u60A8\u8CBC\u4E0A\u6216\u62D6\u66F3\u4E00\u500B\u8207\u5DF2\u6709\u6A94\u6848\u540C\u540D\u7684\u6A94\u6848\u6642\uFF0C\u6B64\u5206\u9694\u7B26\u6703\u52A0\u5728\u6A94\u540D\u5F8C\u3002",part2:"\u4F8B\u5982\uFF0C\u7576\u62D6\u66F3\u6A94\u6848",part3:"\u6642\uFF0C\u6703\u88AB\u91CD\u65B0\u547D\u540D\u70BA",part4:"\u4F9D\u6B64\u985E\u63A8\u76F4\u5230\u627E\u5230\u53EF\u7528\u540D\u7A31\u3002"},name:"\u91CD\u8907\u540D\u7A31\u5206\u9694\u7B26"},emptyAttachmentFolderBehavior:{description:{part1:"\u7576\u9644\u4EF6\u8CC7\u6599\u593E\u8B8A\u7A7A\u6642\uFF1A"},name:"\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u884C\u70BA"},excludePaths:{description:{part1:"\u6392\u9664\u4E0B\u5217\u8DEF\u5F91\u5167\u7684\u7B46\u8A18\u3002",part2:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part3:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part4:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u5247\u4E0D\u6392\u9664\u4EFB\u4F55\u7B46\u8A18\u3002"},name:"\u6392\u9664\u8DEF\u5F91"},excludePathsFromAttachmentCollecting:{description:{part1:"\u57F7\u884C",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u6307\u4EE4\u6642\u6392\u9664\u4E0B\u5217\u8DEF\u5F91\u4E2D\u7684\u9644\u4EF6\u3002",part4:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part5:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part6:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u6536\u96C6\u9644\u4EF6\u6642\u4E0D\u6392\u9664\u4EFB\u4F55\u8DEF\u5F91\u3002"},name:"\u6536\u96C6\u9644\u4EF6\u6392\u9664\u8DEF\u5F91"},generatedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u7522\u751F\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},includePaths:{description:{part1:"\u5305\u542B\u4E0B\u5217\u8DEF\u5F91\u4E2D\u7684\u7B46\u8A18\u3002",part2:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part3:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part4:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u5247\u5305\u542B\u6240\u6709\u7B46\u8A18\u3002"},name:"\u5305\u542B\u8DEF\u5F91"},jpegQuality:{description:"\u54C1\u8CEA\u8D8A\u4F4E\uFF0C\u58D3\u7E2E\u6BD4\u8D8A\u9AD8\u3002",name:"JPEG \u54C1\u8CEA"},locationForNewAttachments:{description:{part1:"\u4EE5",part2:"\u958B\u982D\u4F7F\u7528\u76F8\u5C0D\u8DEF\u5F91\u3002",part3:"\u53C3\u898B\u53EF\u7528",part4:"\u4EE4\u724C",part5:"\u985E\u4F3C\u4EE5\u9EDE\u958B\u982D\u7684\u8CC7\u6599\u593E",part6:"\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u56E0 Obsidian \u7121\u6CD5\u8FFD\u8E64\u3002\u60A8\u53EF\u80FD\u9700\u8981\u4F7F\u7528",part7:"\u63D2\u4EF6\u7BA1\u7406\u3002"},name:"\u65B0\u9644\u4EF6\u4F4D\u7F6E"},markdownUrlFormat:{description:{part1:"\u5C07\u63D2\u5165 Markdown \u7684 URL \u683C\u5F0F\u3002",part2:"\u53C3\u898B\u53EF\u7528",part3:"\u4EE4\u724C",part4:"\u7559\u7A7A\u4F7F\u7528\u9810\u8A2D\u683C\u5F0F\u3002"},name:"Markdown URL \u683C\u5F0F"},renameAttachmentsToLowerCase:"\u5C07\u9644\u4EF6\u540D\u7A31\u6539\u6210\u5C0F\u5BEB",renamedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u91CD\u65B0\u547D\u540D\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},resetToSampleCustomTokens:{message:"\u60A8\u78BA\u5B9A\u8981\u91CD\u8A2D\u81EA\u8A02\u4EE4\u724C\u70BA\u7BC4\u4F8B\u4EE4\u724C\u55CE\uFF1F\u60A8\u7684\u66F4\u6539\u5C07\u6703\u907A\u5931\u3002",title:"\u91CD\u8A2D\u70BA\u7BC4\u4F8B\u4EE4\u724C"},shouldConvertPastedImagesToJpeg:{description:"\u662F\u5426\u8F49\u63DB\u8CBC\u4E0A\u7684\u5716\u7247\u70BA JPEG\u3002\u50C5\u5728 PNG \u5716\u7247\u5167\u5BB9\u76F4\u63A5\u5F9E\u526A\u8CBC\u7C3F\u8CBC\u4E0A\u6642\u9069\u7528\u3002\u901A\u5E38\u7528\u65BC\u8CBC\u4E0A\u622A\u5716\u3002",name:"\u662F\u5426\u8F49\u63DB\u8CBC\u4E0A\u7684\u5716\u7247\u70BA JPEG"},shouldDeleteOrphanAttachments:{description:"\u555F\u7528\u6642\uFF0C\u522A\u9664\u7B46\u8A18\u6642\u5C07\u540C\u6642\u522A\u9664\u5176\u5B64\u7ACB\u9644\u4EF6\u3002",name:"\u522A\u9664\u5B64\u7ACB\u9644\u4EF6"},shouldRenameAttachmentFiles:{description:{part1:"\u5982\u679C\u555F\u7528\uFF0C\u7576\u7B46\u8A18\u88AB\u91CD\u65B0\u547D\u540D\u6216\u79FB\u52D5\u6642\uFF0C\u5176\u9644\u4EF6\u5C07\u6839\u64DA",part2:"\u8A2D\u5B9A\u9032\u884C\u91CD\u65B0\u547D\u540D\u3002"},name:"\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u6A94\u6848"},shouldRenameAttachmentFolders:{description:"\u7B46\u8A18\u88AB\u91CD\u65B0\u547D\u540D\u6216\u79FB\u52D5\u6642\uFF0C\u662F\u5426\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u8CC7\u6599\u593E\u3002",name:"\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u8CC7\u6599\u593E"},shouldRenameCollectedAttachments:{description:{part1:"\u555F\u7528\u6642\uFF0C\u901A\u904E",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u6307\u4EE4\u8655\u7406\u7684\u9644\u4EF6\u5C07\u6839\u64DA",part4:"\u8A2D\u5B9A\u91CD\u65B0\u547D\u540D\u3002"},name:"\u91CD\u65B0\u547D\u540D\u6536\u96C6\u7684\u9644\u4EF6"},specialCharacters:{description:{part1:"\u9644\u4EF6\u8CC7\u6599\u593E\u548C\u6A94\u6848\u540D\u7A31\u4E2D\u7684\u7279\u6B8A\u5B57\u5143\u5C07\u88AB\u66FF\u63DB\u6216\u79FB\u9664\u3002",part2:"\u7559\u7A7A\u4EE5\u4FDD\u7559\u7279\u6B8A\u5B57\u5143\u3002"},name:"\u7279\u6B8A\u5B57\u5143"},specialCharactersReplacement:{description:{part1:"\u9644\u4EF6\u8CC7\u6599\u593E\u548C\u6A94\u6848\u540D\u7A31\u7279\u6B8A\u5B57\u5143\u7684\u66FF\u63DB\u5B57\u4E32\u3002",part2:"\u7559\u7A7A\u4EE5\u522A\u9664\u7279\u6B8A\u5B57\u5143\u3002"},name:"\u7279\u6B8A\u5B57\u5143\u66FF\u63DB"},timeoutInSeconds:{description:{part1:"\u6240\u6709\u64CD\u4F5C\u7684\u903E\u6642\u79D2\u6578\u3002",part2:"\u82E5\u8A2D\u5B9A\uFF0C\u5C07\u505C\u7528\u64CD\u4F5C\u903E\u6642\u3002",part3:""},name:"\u903E\u6642\u79D2\u6578"},treatAsAttachmentExtensions:{description:{part1:"\u5C07\u5177\u6709\u9019\u4E9B\u64F4\u5C55\u540D\u7684\u6A94\u6848\u8996\u70BA\u9644\u4EF6\u3002",part2:"\u9810\u8A2D\u60C5\u6CC1\u4E0B",part3:"\u8207",part4:"\u9023\u7D50\u7684\u6A94\u6848\u4E0D\u8996\u70BA\u9644\u4EF6\uFF0C\u4E14\u4E0D\u6703\u8207\u7B46\u8A18\u4E00\u8D77\u79FB\u52D5\u3002",part5:"\u60A8\u53EF\u4EE5\u6DFB\u52A0\u81EA\u8A02\u64F4\u5C55\u540D\uFF0C\u4F8B\u5982",part6:"\u4F86\u8986\u5BEB\u6B64\u884C\u70BA\u3002"},name:"\u8996\u70BA\u9644\u4EF6\u64F4\u5C55\u540D"}},promptWithPreviewModal:{previewModal:{title:"\u9810\u89BD\u9644\u4EF6\u6A94\u6848 '{{fullFileName}}'"},title:"\u63D0\u4F9B\u63D0\u793A\u4EE4\u724C\u7684\u503C"},regularExpression:"/\u6B63\u5247\u8868\u9054\u5F0F/"};var jm={attachmentCollector:{confirm:{part1:"\u662F\u5426\u8981\u4E3A\u6587\u4EF6\u5939\u4E2D\u7684\u6240\u6709\u7B14\u8BB0\u6536\u96C6\u9644\u4EF6\uFF1A",part2:"\u4EE5\u53CA\u5176\u6240\u6709\u5B50\u6587\u4EF6\u5939\uFF1F",part3:"\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"},progressBar:{message:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6 {{iterationStr}} - '{{noteFilePath}}'\u3002",title:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6..."}},buttons:{copy:"\u590D\u5236",move:"\u79FB\u52A8",previewAttachmentFile:"\u9884\u89C8\u9644\u4EF6\u6587\u4EF6",skip:"\u8DF3\u8FC7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u9644\u4EF6",part2:"\u88AB\u591A\u4E2A\u7B14\u8BB0\u5F15\u7528\u3002"},heading:"\u6B63\u5728\u6536\u96C6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u7684\u9644\u4EF6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u662F\u5426\u5BF9\u5176\u4ED6\u6709\u95EE\u9898\u7684\u9644\u4EF6\u4F7F\u7528\u76F8\u540C\u64CD\u4F5C"},commands:{collectAttachmentsCurrentFolder:"\u6536\u96C6\u5F53\u524D\u6587\u4EF6\u5939\u4E2D\u7684\u9644\u4EF6",collectAttachmentsCurrentNote:"\u6536\u96C6\u5F53\u524D\u7B14\u8BB0\u4E2D\u7684\u9644\u4EF6",collectAttachmentsEntireVault:"\u6536\u96C6\u6574\u4E2A\u5E93\u4E2D\u7684\u9644\u4EF6"},menuItems:{collectAttachmentsInFolder:"\u6536\u96C6\u6587\u4EF6\u5939\u4E2D\u7684\u9644\u4EF6"},notice:{collectingAttachments:"\u6B63\u5728\u4E3A '{{noteFilePath}}' \u6536\u96C6\u9644\u4EF6",collectingAttachmentsCancelled:"\u9644\u4EF6\u6536\u96C6\u5DF2\u53D6\u6D88\u3002\u8BE6\u60C5\u8BF7\u67E5\u770B\u63A7\u5236\u53F0\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u7684\u9644\u4EF6\u6587\u4EF6\u540D '{{path}}' \u65E0\u6548\u3002
+{{validationMessage}}
+\u8BF7\u68C0\u67E5`,part2:"\u8BBE\u7F6E\u3002"},notePathIsIgnored:"\u7B14\u8BB0\u8DEF\u5F84\u5DF2\u88AB\u5FFD\u7565"},obsidianDevUtils:{buttons:{cancel:"\u53D6\u6D88",ok:"\u786E\u5B9A"},dataview:{itemsPerPage:"\u6BCF\u9875\u9879\u6570:",jumpToPage:"\u8DF3\u8F6C\u81F3\u9875\u6570:"},notices:{attachmentIsStillUsed:"\u9644\u4EF6 {{attachmentPath}} \u4ECD\u7136\u88AB\u5176\u4ED6\u7B14\u8BB0\u4F7F\u7528\u3002\u5B83\u4E0D\u4F1A\u88AB\u5220\u9664\u3002",unhandledError:"\u672A\u5904\u7406\u7684\u9519\u8BEF\u53D1\u751F\u3002\u8BF7\u68C0\u67E5\u63A7\u5236\u53F0\u4EE5\u83B7\u53D6\u66F4\u591A\u4FE1\u606F\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u6240\u6709\u6587\u4EF6\u90FD\u4F1A\u88AB\u91CD\u547D\u540D\u3002",displayText:"\u5168\u90E8"},none:{description:"\u6587\u4EF6\u540D\u4FDD\u6301\u4E0D\u53D8\u3002",displayText:"\u65E0"},onlyPastedImages:{description:"\u4EC5\u5BF9\u7C98\u8D34\u7684\u56FE\u7247\u8FDB\u884C\u91CD\u547D\u540D\u3002\u4EC5\u5F53 PNG \u56FE\u50CF\u5185\u5BB9\u76F4\u63A5\u4ECE\u526A\u8D34\u677F\u7C98\u8D34\u65F6\u9002\u7528\u3002\u901A\u5E38\u7528\u4E8E\u7C98\u8D34\u5C4F\u5E55\u622A\u56FE\u3002",displayText:"\u4EC5\u7C98\u8D34\u7684\u56FE\u7247"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u53D6\u6D88\u9644\u4EF6\u6536\u96C6\u3002",displayText:"\u53D6\u6D88"},copy:{description:"\u5C06\u9644\u4EF6\u590D\u5236\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u590D\u5236"},move:{description:"\u5C06\u9644\u4EF6\u79FB\u52A8\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u79FB\u52A8"},prompt:{description:"\u63D0\u793A\u7528\u6237\u9009\u62E9\u64CD\u4F5C\u3002",displayText:"\u63D0\u793A"},skip:{description:"\u8DF3\u8FC7\u9644\u4EF6\u5E76\u7EE7\u7EED\u4E0B\u4E00\u4E2A\u3002",displayText:"\u8DF3\u8FC7"}},defaultImageSizeDimension:{height:"\u9AD8\u5EA6",width:"\u5BBD\u5EA6"},emptyAttachmentFolderBehavior:{delete:{description:"\u5C06\u5220\u9664\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u3002",displayText:"\u5220\u9664"},deleteWithEmptyParents:{description:"\u5C06\u5220\u9664\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u53CA\u5176\u7A7A\u7684\u7236\u6587\u4EF6\u5939\u3002",displayText:"\u5220\u9664\u5E76\u5220\u9664\u7A7A\u7236\u6587\u4EF6\u5939"},keep:{description:"\u5C06\u4FDD\u7559\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u3002",displayText:"\u4FDD\u7559"}}},pluginSettingsManager:{customToken:{codeComment:`// \u81EA\u5B9A\u4E49\u4EE4\u724C\u5DF2\u88AB\u6CE8\u91CA\u6389\uFF0C\u56E0\u4E3A\u5B83\u4EEC\u9700\u8981\u66F4\u65B0\u4E3A\u63D2\u4EF6 9.0.0 \u7248\u672C\u5F15\u5165\u7684\u65B0\u683C\u5F0F\u3002
+// \u66F4\u591A\u4FE1\u606F\u8BF7\u53C2\u8003\u6587\u6863 (https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\u3002`,deprecated:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u81EA\u5B9A\u4E49\u4EE4\u724C\u6CE8\u518C\u683C\u5F0F\u5DF2\u66F4\u6539\u3002\u8BF7\u76F8\u5E94\u66F4\u65B0\u4F60\u7684\u4EE4\u724C\u3002\u53C2\u8003",part2:"\u6587\u6863",part3:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F"}},legacyRenameAttachmentsToLowerCase:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C",part2:"\u8BBE\u7F6E\u5DF2\u5F03\u7528\u3002\u8BF7\u4F7F\u7528",part3:"\u683C\u5F0F\u4EE3\u66FF\u3002\u53C2\u89C1",part4:"\u6587\u6863",part5:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F"},markdownUrlFormat:{deprecated:{part1:"\u4F60\u53EF\u80FD\u4E3A",part2:"\u683C\u5F0F\u8BBE\u7F6E\u4E86\u9519\u8BEF\u7684\u503C\u3002\u8BF7\u53C2\u8003",part3:"\u6587\u6863",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F",part5:"\u6B64\u6D88\u606F\u4E0D\u4F1A\u518D\u6B21\u663E\u793A\u3002"}},specialCharacters:{part1:"\u5728\u63D2\u4EF6\u7248\u672C 9.16.0 \u4E2D\uFF0C",part2:"\u9ED8\u8BA4\u8BBE\u7F6E\u503C\u5DF2\u66F4\u6539\u3002\u60A8\u7684\u8BBE\u7F6E\u503C\u5DF2\u66F4\u65B0\u4E3A\u65B0\u7684\u9ED8\u8BA4\u503C\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F\u5FC5\u987B\u4E3A\u50CF\u7D20\u6216\u767E\u5206\u6BD4",invalidCustomTokensCode:"\u65E0\u6548\u7684\u81EA\u5B9A\u4E49\u4EE4\u724C\u4EE3\u7801",invalidRegularExpression:"\u65E0\u6548\u7684\u6B63\u5219\u8868\u8FBE\u5F0F {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u5B57\u7B26\u4E0D\u80FD\u5305\u542B /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u5B57\u7B26\u66FF\u6362\u4E0D\u80FD\u5305\u542B\u65E0\u6548\u7684\u6587\u4EF6\u540D\u8DEF\u5F84\u5B57\u7B26\u3002"},version:{part1:"\u60A8\u7684\u8BBE\u7F6E\u6587\u4EF6 ",part2:"\u7248\u672C\u4E3A",part3:"\uFF0C\u6BD4\u5F53\u524D\u63D2\u4EF6\u7248\u672C\u66F4\u65B0",part4:"\u63D2\u4EF6\u53EF\u80FD\u65E0\u6CD5\u6B63\u5E38\u5DE5\u4F5C\u3002\u8BF7\u5C06\u63D2\u4EF6\u66F4\u65B0\u5230\u6700\u65B0\u7248\u672C\u6216\u786E\u4FDD\u8BBE\u7F6E\u6B63\u786E\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u5F53\u9644\u52A0\u6587\u4EF6\u65F6\uFF1A"},name:"\u9644\u4EF6\u91CD\u547D\u540D\u6A21\u5F0F"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u5F53\u6536\u96C6\u7684\u9644\u4EF6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u65F6\uFF1A"},name:"\u6536\u96C6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u7684\u9644\u4EF6\u6A21\u5F0F"},collectedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u6536\u96C6\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},customTokens:{description:{part1:"\u8981\u4F7F\u7528\u7684\u81EA\u5B9A\u4E49\u4EE4\u724C\u3002",part2:"\u53C2\u89C1",part3:"\u6587\u6863",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F\u3002",part5:"\u26A0\uFE0F \u81EA\u5B9A\u4E49\u4EE4\u724C\u53EF\u4EE5\u662F\u4EFB\u610F JavaScript \u4EE3\u7801\u3002\u5982\u679C\u7F16\u5199\u4E0D\u5F53\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\u3002\u98CE\u9669\u81EA\u62C5\u3002"},name:"\u81EA\u5B9A\u4E49\u4EE4\u724C"},defaultImageSize:{description:{part1:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F\u3002",part2:"\u53EF\u4EE5\u7528\u50CF\u7D20\u6307\u5B9A",part3:"\u6216\u8005\u662F\u56FE\u50CF\u5B8C\u6574\u5C3A\u5BF8\u7684\u767E\u5206\u6BD4",part4:"\u4FDD\u7559\u4E3A\u7A7A\u4EE5\u4F7F\u7528\u539F\u59CB\u56FE\u50CF\u5927\u5C0F\u3002"},name:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F"},duplicateNameSeparator:{description:{part1:"\u5F53\u4F60\u7C98\u8D34/\u62D6\u62FD\u4E00\u4E2A\u4E0E\u73B0\u6709\u6587\u4EF6\u540C\u540D\u7684\u6587\u4EF6\u65F6\uFF0C\u6B64\u5206\u9694\u7B26\u4F1A\u6DFB\u52A0\u5230\u6587\u4EF6\u540D\u4E2D\u3002",part2:"\u4F8B\u5982\uFF0C\u5F53\u4F60\u62D6\u62FD\u6587\u4EF6",part3:"\u65F6\uFF0C\u5B83\u4F1A\u88AB\u91CD\u547D\u540D\u4E3A",part4:"\uFF0C\u4F9D\u6B64\u7C7B\u63A8\uFF0C\u76F4\u5230\u83B7\u5F97\u7B2C\u4E00\u4E2A\u53EF\u7528\u540D\u79F0\u3002"},name:"\u91CD\u590D\u6587\u4EF6\u540D\u5206\u9694\u7B26"},emptyAttachmentFolderBehavior:{description:{part1:"\u5F53\u9644\u4EF6\u6587\u4EF6\u5939\u53D8\u4E3A\u7A7A\u65F6\uFF1A"},name:"\u7A7A\u9644\u4EF6\u6587\u4EF6\u5939\u5904\u7406"},excludePaths:{description:{part1:"\u6392\u9664\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u7B14\u8BB0\u3002",part2:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part3:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part4:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u4E0D\u6392\u9664\u4EFB\u4F55\u7B14\u8BB0\u3002"},name:"\u6392\u9664\u8DEF\u5F84"},excludePathsFromAttachmentCollecting:{description:{part1:"\u5F53\u6267\u884C",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u547D\u4EE4\u65F6\uFF0C\u6392\u9664\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u9644\u4EF6\u3002",part4:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part5:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part6:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u4E0D\u4F1A\u6392\u9664\u4EFB\u4F55\u8DEF\u5F84\u3002"},name:"\u4ECE\u9644\u4EF6\u6536\u96C6\u4E2D\u6392\u9664\u8DEF\u5F84"},generatedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u751F\u6210\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},includePaths:{description:{part1:"\u5305\u542B\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u7B14\u8BB0\u3002",part2:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part3:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part4:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u5305\u542B\u6240\u6709\u7B14\u8BB0\u3002"},name:"\u5305\u542B\u8DEF\u5F84"},jpegQuality:{description:"\u8D28\u91CF\u8D8A\u4F4E\uFF0C\u538B\u7F29\u7387\u8D8A\u9AD8\u3002",name:"JPEG \u8D28\u91CF"},locationForNewAttachments:{description:{part1:"\u4EE5",part2:"\u5F00\u5934\u4F7F\u7528\u76F8\u5BF9\u8DEF\u5F84\u3002",part3:"\u67E5\u770B\u53EF\u7528",part4:"\u4EE4\u724C",part5:"\u50CF",part6:"\u8FD9\u6837\u7684\u70B9\u6587\u4EF6\u5939\u4E0D\u63A8\u8350\u4F7F\u7528\uFF0C\u56E0\u4E3A Obsidian \u4E0D\u4F1A\u8DDF\u8E2A\u5B83\u4EEC\u3002\u4F60\u53EF\u80FD\u9700\u8981\u4F7F\u7528",part7:"\u63D2\u4EF6\u6765\u7BA1\u7406\u5B83\u4EEC\u3002"},name:"\u65B0\u9644\u4EF6\u4F4D\u7F6E"},markdownUrlFormat:{description:{part1:"\u63D2\u5165\u5230 Markdown \u4E2D\u7684 URL \u683C\u5F0F\u3002",part2:"\u67E5\u770B\u53EF\u7528",part3:"\u4EE4\u724C",part4:"\u7559\u7A7A\u4EE5\u4F7F\u7528\u9ED8\u8BA4\u683C\u5F0F\u3002"},name:"Markdown URL \u683C\u5F0F"},renameAttachmentsToLowerCase:"\u5C06\u9644\u4EF6\u91CD\u547D\u540D\u4E3A\u5C0F\u5199",renamedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u91CD\u547D\u540D\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},resetToSampleCustomTokens:{message:"\u786E\u5B9A\u8981\u5C06\u81EA\u5B9A\u4E49\u4EE4\u724C\u91CD\u7F6E\u4E3A\u793A\u4F8B\u81EA\u5B9A\u4E49\u4EE4\u724C\u5417\uFF1F\u4F60\u7684\u66F4\u6539\u5C06\u4F1A\u4E22\u5931\u3002",title:"\u91CD\u7F6E\u4E3A\u793A\u4F8B\u81EA\u5B9A\u4E49\u4EE4\u724C"},shouldConvertPastedImagesToJpeg:{description:"\u662F\u5426\u5C06\u7C98\u8D34\u7684\u56FE\u7247\u8F6C\u6362\u4E3A JPEG\u3002\u4EC5\u5F53 PNG \u56FE\u50CF\u5185\u5BB9\u76F4\u63A5\u4ECE\u526A\u8D34\u677F\u7C98\u8D34\u65F6\u9002\u7528\u3002\u901A\u5E38\u7528\u4E8E\u7C98\u8D34\u5C4F\u5E55\u622A\u56FE\u3002",name:"\u662F\u5426\u5C06\u7C98\u8D34\u7684\u56FE\u7247\u8F6C\u6362\u4E3A JPEG"},shouldDeleteOrphanAttachments:{description:"\u5982\u679C\u542F\u7528\uFF0C\u5F53\u7B14\u8BB0\u88AB\u5220\u9664\u65F6\uFF0C\u5176\u5B64\u7ACB\u7684\u9644\u4EF6\u4E5F\u4F1A\u88AB\u5220\u9664\u3002",name:"\u662F\u5426\u5220\u9664\u5B64\u7ACB\u9644\u4EF6"},shouldRenameAttachmentFiles:{description:{part1:"\u5982\u679C\u542F\u7528\uFF0C\u5F53\u7B14\u8BB0\u88AB\u91CD\u547D\u540D\u6216\u79FB\u52A8\u65F6\uFF0C\u5176\u9644\u4EF6\u5C06\u6839\u636E",part2:"\u8BBE\u7F6E\u8FDB\u884C\u91CD\u547D\u540D\u3002"},name:"\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6"},shouldRenameAttachmentFolders:{description:"\u5F53\u7B14\u8BB0\u88AB\u91CD\u547D\u540D\u6216\u79FB\u52A8\u65F6\uFF0C\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6\u5939\u3002",name:"\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6\u5939"},shouldRenameCollectedAttachments:{description:{part1:"\u5982\u679C\u542F\u7528\uFF0C\u901A\u8FC7",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u547D\u4EE4\u5904\u7406\u7684\u9644\u4EF6\u5C06\u6839\u636E",part4:"\u8BBE\u7F6E\u91CD\u547D\u540D\u3002"},name:"\u662F\u5426\u91CD\u547D\u540D\u6536\u96C6\u7684\u9644\u4EF6"},specialCharacters:{description:{part1:"\u8981\u66FF\u6362\u6216\u5220\u9664\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u548C\u6587\u4EF6\u540D\u4E2D\u7684\u7279\u6B8A\u5B57\u7B26\u3002",part2:"\u7559\u7A7A\u4EE5\u4FDD\u7559\u7279\u6B8A\u5B57\u7B26\u3002"},name:"\u7279\u6B8A\u5B57\u7B26"},specialCharactersReplacement:{description:{part1:"\u9644\u4EF6\u6587\u4EF6\u5939\u548C\u6587\u4EF6\u540D\u4E2D\u7528\u4E8E\u66FF\u6362\u7279\u6B8A\u5B57\u7B26\u7684\u5B57\u7B26\u4E32\u3002",part2:"\u7559\u7A7A\u4EE5\u5220\u9664\u7279\u6B8A\u5B57\u7B26\u3002"},name:"\u7279\u6B8A\u5B57\u7B26\u66FF\u6362"},timeoutInSeconds:{description:{part1:"\u6240\u6709\u64CD\u4F5C\u7684\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09\u3002",part2:"\u5982\u679C",part3:"\u5DF2\u8BBE\u7F6E\uFF0C\u5219\u7981\u7528\u64CD\u4F5C\u6267\u884C\u8D85\u65F6\u3002"},name:"\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09"},treatAsAttachmentExtensions:{description:{part1:"\u5C06\u8FD9\u4E9B\u6269\u5C55\u540D\u7684\u6587\u4EF6\u89C6\u4E3A\u9644\u4EF6\u3002",part2:"\u9ED8\u8BA4\u60C5\u51B5\u4E0B",part3:"\u548C",part4:"\u94FE\u63A5\u6587\u4EF6\u4E0D\u4F1A\u88AB\u89C6\u4E3A\u9644\u4EF6\uFF0C\u4E5F\u4E0D\u4F1A\u968F\u7B14\u8BB0\u79FB\u52A8\u3002",part5:"\u4F60\u53EF\u4EE5\u6DFB\u52A0\u81EA\u5B9A\u4E49\u6269\u5C55\u540D\uFF0C\u4F8B\u5982",part6:"\uFF0C\u4EE5\u8986\u76D6\u6B64\u884C\u4E3A\u3002"},name:"\u89C6\u4E3A\u9644\u4EF6\u7684\u6269\u5C55\u540D"}},promptWithPreviewModal:{previewModal:{title:"\u9884\u89C8\u9644\u4EF6\u6587\u4EF6 '{{fullFileName}}'"},title:"\u4E3A\u63D0\u793A\u4EE4\u724C\u63D0\u4F9B\u4E00\u4E2A\u503C"},regularExpression:"/\u6B63\u5219\u8868\u8FBE\u5F0F/"};var tA={am:Qu,ar:Xu,be:Zu,ca:em,cs:tm,da:nm,de:am,en:om,"en-GB":rm,es:sm,fa:lm,fr:cm,ga:pm,he:dm,hu:um,id:mm,it:hm,ja:gm,kh:fm,ko:km,lv:ym,ms:vm,ne:bm,nl:Am,no:wm,pl:xm,pt:Tm,"pt-BR":Cm,ro:Sm,ru:Pm,sq:Em,th:Fm,tr:zm,uk:Im,uz:Nm,vi:Mm,zh:jm,"zh-TW":Rm},Lm=tA;var aA={avif:"image/avif",bmp:"image/bmp",gif:"image/gif",jpeg:"image/jpeg",jpg:"image/jpeg",png:"image/png",svg:"image/svg+xml",webp:"image/webp"};async function Om(t,e,n){let a=aA[e.toLowerCase()];if(!a||!t.settings.defaultImageSize)return null;let r=new Blob([n],{type:a}),o=await vo(r),s=new Image;await new Promise(u=>{s.addEventListener("load",()=>{u()}),s.src=o});let l,c,p="px",d="%";if(t.settings.defaultImageSize.endsWith(p)){let u=Number(mt(t.settings.defaultImageSize,p));t.settings.defaultImageSizeDimension==="width"?(l=u,c=Math.trunc(l/s.width*s.height)):(c=u,l=Math.trunc(c/s.height*s.width))}else{let u=Number(mt(t.settings.defaultImageSize,d)),h=100;l=Math.trunc(s.width/h*u),c=Math.trunc(s.height/h*u)}return`${String(l)}x${String(c)}`}i(Om,"getImageSize");var Ig=require("obsidian");var Dm=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var vl=class extends _n{static{i(this,"AlertModal")}options;constructor(e,n){super(e,n,I.AlertModal);let a={app:e.app,cssClass:"",message:e.message,okButtonText:lr(r=>r.obsidianDevUtils.buttons.ok),title:""};this.options={...a,...e}}onClose(){super.onClose(),this.resolve()}onOpen(){super.onOpen(),this.titleEl.setText(this.options.title),this.contentEl.createEl("p",{text:this.options.message});let e=new Dm.ButtonComponent(this.contentEl);e.setButtonText(this.options.okButtonText),e.setCta(),e.onClick(this.close.bind(this)),e.setClass(I.OkButton)}};async function Gn(t){await Yr(e=>new vl(t,e))}i(Gn,"alert");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var qt=class{static{i(this,"Transformer")}getTransformer(e){if(e===this.id)return this;throw new Error(`Transformer with id ${e} not found`)}transformObjectRecursively(e){return this.transformValueRecursively(e,"")}getTransformerId(e,n){return this.canTransform(e,n)?this.id:null}transformValueRecursively(e,n){let a=this.getTransformerId(e,n);if(a){let s=this.transformValue(e,n);return s===void 0?void 0:{__transformerId:a,transformedValue:s}}if(e===null)return null;if(typeof e!="object")return e;if(Array.isArray(e))return e.map((s,l)=>this.transformValueRecursively(s,String(l)));let r=e;if(r.__transformerId)return this.getTransformer(r.__transformerId).restoreValue(r.transformedValue,n);let o={};for(let s of xn(e)){let l=e[s],c=this.transformValueRecursively(l,s);o[s]=c}return o}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var at=class extends qt{static{i(this,"TypedTransformer")}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var oi=class extends at{static{i(this,"DateTransformer")}get id(){return"date"}canTransform(e){return e instanceof Date}restoreValue(e){return new Date(e)}transformValue(e){return e.toISOString()}};var Bm=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var si=class extends at{static{i(this,"DurationTransformer")}get id(){return"duration"}canTransform(e){let n=e??{};return!!n.asHours&&!!n.asMinutes&&!!n.asSeconds&&!!n.asMilliseconds}restoreValue(e){return Bm.moment.duration(e)}transformValue(e){return e.toISOString()}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var li=class extends qt{static{i(this,"GroupTransformer")}constructor(e){super(),this.transformers=e}get id(){return"group"}canTransform(e,n){return this.getFirstTransformerThatCanTransform(e,n)!==null}getTransformer(e){return this.transformers.find(n=>n.id===e)??Qt(`No transformer with id ${e} found`)}transformValue(e,n){let a=this.getFirstTransformerThatCanTransform(e,n);if(a===null)throw new Error("No transformer can transform the value");return a.transformValue(e,n)}getTransformerId(e,n){let a=this.getFirstTransformerThatCanTransform(e,n);return a===null?null:a.id}restoreValue(){throw new Error("GroupTransformer does not support restoring values")}getFirstTransformerThatCanTransform(e,n){return this.transformers.find(a=>a.canTransform(e,n))??null}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ci=class extends at{static{i(this,"MapTransformer")}get id(){return"map"}canTransform(e){return e instanceof Map}restoreValue(e){return new Map(e)}transformValue(e){return Array.from(e.entries())}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var pi=class extends at{static{i(this,"SetTransformer")}get id(){return"set"}canTransform(e){return e instanceof Set}restoreValue(e){return new Set(e)}transformValue(e){return Array.from(e)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var rA="_",di=class extends qt{static{i(this,"SkipPrivatePropertyTransformer")}get id(){return"skip-private-property"}canTransform(e,n){return n.startsWith(rA)}transformValue(){}restoreValue(){throw new Error("SkipPrivatePropertyTransformer does not support restoring values")}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Pa=class{static{i(this,"TwoWayMap")}keyValueMap=new Map;valueKeyMap=new Map;constructor(e=[]){for(let[n,a]of e)this.set(n,a)}clear(){this.keyValueMap.clear(),this.valueKeyMap.clear()}deleteKey(e){let n=this.getValue(e);n!==void 0&&this.valueKeyMap.delete(n),this.keyValueMap.delete(e)}deleteValue(e){let n=this.getKey(e);n!==void 0&&this.keyValueMap.delete(n),this.valueKeyMap.delete(e)}entries(){return this.keyValueMap.entries()}getKey(e){return this.valueKeyMap.get(e)}getValue(e){return this.keyValueMap.get(e)}hasKey(e){return this.keyValueMap.has(e)}hasValue(e){return this.valueKeyMap.has(e)}keys(){return this.keyValueMap.keys()}set(e,n){this.deleteKey(e),this.deleteValue(n),this.keyValueMap.set(e,n),this.valueKeyMap.set(n,e)}values(){return this.valueKeyMap.keys()}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ui=class extends at{static{i(this,"TwoWayMapTransformer")}get id(){return"two-way-map"}canTransform(e){return e instanceof Pa}restoreValue(e){return new Pa(e)}transformValue(e){return Array.from(e.entries())}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var iA=new li([new di,new oi,new si,new ci,new pi,new ui]),mi=class extends dt{static{i(this,"PluginSettingsManagerBase")}constructor(e){super(),this.plugin=e,this.app=e.app,this.defaultSettings=this.createDefaultSettings(),this.currentSettingsWrapper=this.createDefaultSettingsWrapper(),this.lastSavedSettingsWrapper=this.createDefaultSettingsWrapper(),this.propertyNames=xn(this.currentSettingsWrapper.settings),this.registerValidators(),this.registerLegacySettingsConverters()}app;defaultSettings;get settingsWrapper(){return this.currentSettingsWrapper}currentSettingsWrapper;lastSavedSettingsWrapper;legacySettingsConverters=[];propertyNames;validators=new Map;async editAndSave(e,n){await this.edit(e),await this.saveToFile(n)}async ensureSafe(e){let n=await this.validate(e);for(let a of this.propertyNames)n[a]&&(e[a]=this.defaultSettings[a])}async getSafeCopy(e){let n=await this.cloneSettings(e);return await this.ensureSafe(n),n}async loadFromFile(e){let n=await this.plugin.loadData();this.lastSavedSettingsWrapper=this.createDefaultSettingsWrapper(),this.currentSettingsWrapper=this.createDefaultSettingsWrapper();try{if(n==null)return;if(typeof n!="object"){console.error(`Invalid settings from data.json. Expected Object, got: ${typeof n}`);return}let a=n,r=await this.rawRecordToSettings(a),o=await this.validate(r);for(let l of this.propertyNames)this.setPropertyImpl(l,r[l],o[l]);this.lastSavedSettingsWrapper=await this.cloneSettingsWrapper(this.currentSettingsWrapper);let s=await this.settingsToRawRecord(this.currentSettingsWrapper.settings);Ye(s,n)||await this.saveToFileImpl()}finally{await this.triggerAsync("loadSettings",this.currentSettingsWrapper,e)}}on(e,n,a){return super.on(e,n,a)}async revalidate(){return await this.edit(st),this.currentSettingsWrapper.validationMessages}async saveToFile(e){Ye(this.lastSavedSettingsWrapper.settings,this.currentSettingsWrapper.settings)||(await this.saveToFileImpl(),await this.triggerAsync("saveSettings",this.currentSettingsWrapper,this.lastSavedSettingsWrapper,e),this.lastSavedSettingsWrapper=await this.cloneSettingsWrapper(this.currentSettingsWrapper))}async setProperty(e,n){return await this.edit(a=>{a[e]=n}),this.currentSettingsWrapper.validationMessages[e]}async validate(e){let n={};for(let[a,r]of this.validators.entries()){let o=await r(e[a],e);o&&(n[a]=o)}return n}getTransformer(){return iA}async onLoadRecord(e){for(let n of this.legacySettingsConverters)n(e);await Promise.resolve()}async onSavingRecord(e){await pt()}registerLegacySettingsConverter(e,n){let a=this;this.legacySettingsConverters.push(r);function r(o){let s=new Set(Object.keys(new e)),l=new Set(a.propertyNames),c=o;n(c);for(let p of Object.keys(c))l.has(p)||s.has(p)&&delete o[p]}i(r,"legacySettingsConverter")}registerLegacySettingsConverters(){}registerValidator(e,n){this.validators.set(e,n)}registerValidators(){}async cloneSettings(e){let n=await this.settingsToRawRecord(e),a=JSON.stringify(n),r=JSON.parse(a);return await this.rawRecordToSettings(r)}async cloneSettingsWrapper(e){return{safeSettings:await this.cloneSettings(e.safeSettings),settings:await this.cloneSettings(e.settings),validationMessages:{...e.validationMessages}}}createDefaultSettingsWrapper(){return{safeSettings:this.createDefaultSettings(),settings:this.createDefaultSettings(),validationMessages:{}}}async edit(e){try{await e(this.currentSettingsWrapper.settings)}finally{let n=await this.validate(this.currentSettingsWrapper.settings);for(let a of this.propertyNames){let r=n[a]??"";this.currentSettingsWrapper.validationMessages[a]=r,this.currentSettingsWrapper.safeSettings[a]=r?this.defaultSettings[a]:this.currentSettingsWrapper.settings[a]}}}isValidPropertyName(e){return typeof e!="string"?!1:this.propertyNames.includes(e)}async rawRecordToSettings(e){e=this.getTransformer().transformObjectRecursively(e),await this.onLoadRecord(e);let n=this.createDefaultSettings();for(let[a,r]of Object.entries(e)){if(!this.isValidPropertyName(a)){X("PluginSettingsManagerBase:rawRecordToSettings")(`Unknown property: ${a}`);continue}typeof r!=typeof this.defaultSettings[a]&&X("PluginSettingsManagerBase:rawRecordToSettings")("Possible invalid value type. It might lead to an unexpected behavior of the plugin. There is also a chance it is a false-negative warning, as we are unable to determine the exact type of the value in runtime.",{defaultValue:this.defaultSettings[a],propertyName:a,value:r}),n[a]=r}return n}async saveToFileImpl(){await this.plugin.saveData(await this.settingsToRawRecord(this.currentSettingsWrapper.settings))}setPropertyImpl(e,n,a){this.currentSettingsWrapper.settings[e]=n,this.currentSettingsWrapper.validationMessages[e]=a??"",this.currentSettingsWrapper.safeSettings[e]=a?this.defaultSettings[e]:n}async settingsToRawRecord(e){let n={};for(let a of this.propertyNames)n[a]=e[a];return await this.onSavingRecord(n),this.getTransformer().transformObjectRecursively(n)}};var ja=Pt(Eg(),1);var tC=2e3,Bl=class{static{i(this,"LegacySettings")}autoRenameFiles=!1;autoRenameFolder=!0;convertImagesOnDragAndDrop=!1;convertImagesToJpeg=!1;dateTimeFormat="";deleteOrphanAttachments=!1;generatedAttachmentFilename="";keepEmptyAttachmentFolders=!1;pastedFileName="file-${date:YYYYMMDDHHmmssSSS}";pastedImageFileName="";renameAttachmentsOnDragAndDrop=!1;renameCollectedFiles=!1;renameOnlyImages=!1;renamePastedFilesWithKnownNames=!1;replaceWhitespace=!1;shouldDuplicateCollectedAttachments=!1;shouldKeepEmptyAttachmentFolders=!1;shouldRenameAttachments=!0;shouldRenameAttachmentsToLowerCase=!1;toLowerCase=!1;warningVersion="";whitespaceReplacement=""},Ul=class{constructor(e,n){this.legacySettings=e;this.plugin=n;this.app=n.app}static{i(this,"LegacySettingsConverter")}app;convert(){this.convertWarningVersion(),!this.handleNewVersion()&&(this.convertDateTimeFormat(),this.convertReplaceWhitespace(),this.convertAutoRenameFiles(),this.convertAutoRenameFolder(),this.convertShouldRenameAttachments(),this.convertDeleteOrphanAttachments(),this.convertKeepEmptyAttachmentFolders(),this.convertRenameCollectedFiles(),this.convertToLowerCase(),this.convertCustomTokensStr(),this.convertConvertImagesToJpeg(),this.convertWhitespaceReplacement(),this.convertShouldKeepEmptyAttachmentFolders(),this.convertLegacyTokens(),this.convertCollectAttachmentUsedByMultipleNotesMode(),this.convertMarkdownUrlFormat(),this.convertSpecialCharacters(),this.legacySettings.version=this.plugin.manifest.version)}convertAutoRenameFiles(){this.legacySettings.autoRenameFiles!==void 0&&(this.legacySettings.shouldRenameAttachmentFiles=this.legacySettings.autoRenameFiles)}convertAutoRenameFolder(){this.legacySettings.autoRenameFolder!==void 0&&(this.legacySettings.shouldRenameAttachmentFolder=this.legacySettings.autoRenameFolder)}convertCollectAttachmentUsedByMultipleNotesMode(){this.legacySettings.collectAttachmentUsedByMultipleNotesMode===void 0&&this.legacySettings.shouldDuplicateCollectedAttachments!==void 0&&(this.legacySettings.collectAttachmentUsedByMultipleNotesMode=this.legacySettings.shouldDuplicateCollectedAttachments?"Copy":"Skip")}convertConvertImagesToJpeg(){this.legacySettings.convertImagesToJpeg!==void 0&&(this.legacySettings.shouldConvertPastedImagesToJpeg=this.legacySettings.convertImagesToJpeg)}convertCustomTokensStr(){this.legacySettings.customTokensStr&&this.legacySettings.version&&(0,ja.compare)(this.legacySettings.version,"9.0.0")<0&&(this.legacySettings.customTokensStr=`${g(e=>e.pluginSettingsManager.customToken.codeComment)}
+
+${nC(this.legacySettings.customTokensStr)}
+`,Z(async()=>{await this.plugin.waitForLifecycleEvent("layoutReady"),await Gn({app:this.app,message:createFragment(e=>{e.appendText(g(n=>n.pluginSettingsManager.customToken.deprecated.part1)),e.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:g(n=>n.pluginSettingsManager.customToken.deprecated.part2)}),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.customToken.deprecated.part3))})})}))}convertDateTimeFormat(){let e=this.legacySettings.dateTimeFormat??"YYYYMMDDHHmmssSSS";this.legacySettings.attachmentFolderPath=Fg(this.legacySettings.attachmentFolderPath??"",e),this.legacySettings.generatedAttachmentFileName=Fg(this.legacySettings.generatedAttachmentFileName??this.legacySettings.generatedAttachmentFilename??this.legacySettings.pastedFileName??this.legacySettings.pastedImageFileName??"file-${date}",e)}convertDeleteOrphanAttachments(){this.legacySettings.deleteOrphanAttachments!==void 0&&(this.legacySettings.shouldDeleteOrphanAttachments=this.legacySettings.deleteOrphanAttachments)}convertKeepEmptyAttachmentFolders(){this.legacySettings.keepEmptyAttachmentFolders!==void 0&&(this.legacySettings.shouldKeepEmptyAttachmentFolders=this.legacySettings.keepEmptyAttachmentFolders)}convertLegacyTokens(){this.legacySettings.attachmentFolderPath=this.replaceLegacyTokens(this.legacySettings.attachmentFolderPath),this.legacySettings.generatedAttachmentFileName=this.replaceLegacyTokens(this.legacySettings.generatedAttachmentFileName),this.legacySettings.markdownUrlFormat=this.replaceLegacyTokens(this.legacySettings.markdownUrlFormat),this.legacySettings.customTokensStr=this.replaceLegacyTokens(this.legacySettings.customTokensStr??"")}convertMarkdownUrlFormat(){this.legacySettings.version&&(0,ja.compare)(this.legacySettings.version,"9.2.0")<0&&(this.legacySettings.markdownUrlFormat==="${generatedAttachmentFilePath}"||this.legacySettings.markdownUrlFormat==="${noteFilePath}")&&Z(async()=>{await this.plugin.waitForLifecycleEvent("layoutReady"),await Gn({app:this.app,message:createFragment(e=>{e.appendText(g(n=>n.pluginSettingsManager.markdownUrlFormat.deprecated.part1)),L(e,g(n=>n.pluginSettingsTab.markdownUrlFormat.name)),e.appendText(g(n=>n.pluginSettingsManager.markdownUrlFormat.deprecated.part2)),e.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#markdown-url-format",text:g(n=>n.pluginSettingsManager.markdownUrlFormat.deprecated.part3)}),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.markdownUrlFormat.deprecated.part4)),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.markdownUrlFormat.deprecated.part5))})})})}convertRenameCollectedFiles(){this.legacySettings.renameCollectedFiles!==void 0&&(this.legacySettings.shouldRenameCollectedAttachments=this.legacySettings.renameCollectedFiles)}convertReplaceWhitespace(){this.legacySettings.replaceWhitespace!==void 0&&(this.legacySettings.whitespaceReplacement=this.legacySettings.replaceWhitespace?"-":"")}convertShouldKeepEmptyAttachmentFolders(){this.legacySettings.shouldKeepEmptyAttachmentFolders!==void 0&&(this.legacySettings.emptyAttachmentFolderBehavior=this.legacySettings.shouldKeepEmptyAttachmentFolders?nt.Keep:nt.DeleteWithEmptyParents)}convertShouldRenameAttachments(){this.legacySettings.shouldRenameAttachments!==void 0&&(this.legacySettings.shouldRenameAttachmentFolder=this.legacySettings.shouldRenameAttachments)}convertSpecialCharacters(){this.legacySettings.version&&(0,ja.compare)(this.legacySettings.version,"9.16.0")<0&&this.legacySettings.specialCharacters==="#^[]|*\\<>:?"&&(this.legacySettings.specialCharacters="#^[]|*\\<>:?/",Z(async()=>{await this.plugin.waitForLifecycleEvent("layoutReady"),await Gn({app:this.app,message:createFragment(e=>{e.appendText(g(n=>n.pluginSettingsManager.specialCharacters.part1)),L(e,g(n=>n.pluginSettingsTab.specialCharacters.name)),e.appendText(g(n=>n.pluginSettingsManager.specialCharacters.part2))})})}))}convertToLowerCase(){(this.legacySettings.toLowerCase||this.legacySettings.shouldRenameAttachmentsToLowerCase)&&Z(async()=>{await this.plugin.waitForLifecycleEvent("layoutReady"),await Gn({app:this.app,message:createFragment(e=>{e.appendText(g(n=>n.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part1)),e.appendText(" "),L(e,g(n=>n.pluginSettingsTab.renameAttachmentsToLowerCase)),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part2)),e.appendText(" "),L(e,"lower"),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part3)),e.appendText(" "),e.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(n=>n.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part4)}),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part5))})})})}convertWarningVersion(){this.legacySettings.warningVersion!==void 0&&(this.legacySettings.version=this.legacySettings.warningVersion)}convertWhitespaceReplacement(){this.legacySettings.whitespaceReplacement&&(this.legacySettings.specialCharacters=`${this.legacySettings.specialCharacters??""} `,this.legacySettings.specialCharactersReplacement=this.legacySettings.whitespaceReplacement)}handleNewVersion(){return this.legacySettings.version&&(0,ja.compare)(this.legacySettings.version,this.plugin.manifest.version)>0?window.sessionStorage.getItem("custom-attachment-location-version-mismatch-alert-shown")==="true"?!1:(window.sessionStorage.setItem("custom-attachment-location-version-mismatch-alert-shown","true"),Z(async()=>{await this.plugin.waitForLifecycleEvent("layoutReady"),await Gn({app:this.app,message:createFragment(e=>{e.appendText(g(n=>n.pluginSettingsManager.version.part1)),e.appendText(" "),L(e,`${this.plugin.manifest.dir??""}/data.json`),e.appendText(" "),e.appendText(g(n=>n.pluginSettingsManager.version.part2)),e.appendText(" "),L(e,this.legacySettings.version??""),e.appendText(", "),e.appendText(g(n=>n.pluginSettingsManager.version.part3)),e.appendText(" "),L(e,this.plugin.manifest.version),e.appendText(". "),e.appendText(g(n=>n.pluginSettingsManager.version.part4))})})}),!0):!1}replaceLegacyTokens(e){if(e===void 0)return"";let n={fileCreationDate:"noteFileCreationDate",fileModificationDate:"noteFileModificationDate",fileName:"noteFileName",filePath:"noteFilePath",folderName:"noteFolderName",folderPath:"noteFolderPath",originalCopiedFileExtension:"originalAttachmentFileExtension",originalCopiedFileName:"originalAttachmentFileName",randomDigit:"random:D",randomDigitOrLetter:"random:DL",randomLetter:"random:L",uuid:"random:uuid"};for(let[a,r]of Object.entries(n))e=ie(e,new RegExp(`\\\${${a}(?<Suffix>[:}])`,"i"),`\${${r}$<Suffix>`),e=ie(e,`substitutions.${a}`,`substitutions.${r}`);return e}},Si=class extends mi{static{i(this,"PluginSettingsManager")}shouldDebounceCustomTokensValidation=!1;customTokensValidatorDebounced=(0,Ig.debounce)(this.customTokensValidatorImpl.bind(this),tC);lastCustomTokenValidatorResult=void 0;createDefaultSettings(){return new ri}registerLegacySettingsConverters(){this.registerLegacySettingsConverter(Bl,e=>{new Ul(e,this.plugin).convert()})}registerValidators(){this.registerValidator("attachmentFolderPath",async e=>await un({areTokensAllowed:!0,path:e,plugin:this.plugin})),this.registerValidator("generatedAttachmentFileName",async e=>await un({areTokensAllowed:!0,path:e,plugin:this.plugin})),this.registerValidator("specialCharactersReplacement",e=>{if(Xr().exec(e))return g(n=>n.pluginSettingsManager.validation.specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters)}),this.registerValidator("defaultImageSize",e=>{if(!/^(?:\d+(?:px|%))?$/g.exec(e))return g(a=>a.pluginSettingsManager.validation.defaultImageSizeMustBePercentageOrPixels)}),this.registerValidator("duplicateNameSeparator",async e=>await Ta({areSingleDotsAllowed:!1,fileName:`foo${e}1`,isEmptyAllowed:!1,plugin:this.plugin,tokenValidationMode:"Error"})),this.registerValidator("includePaths",e=>zg(e)),this.registerValidator("excludePaths",e=>zg(e)),this.registerValidator("customTokensStr",e=>this.customTokensValidator(e))}customTokensValidator(e){return this.shouldDebounceCustomTokensValidation?this.customTokensValidatorDebounced(e):this.customTokensValidatorImpl(e),this.lastCustomTokenValidatorResult??void 0}customTokensValidatorImpl(e){let n=ul(e);this.lastCustomTokenValidatorResult=n===null?g(a=>a.pluginSettingsManager.validation.invalidCustomTokensCode):void 0}};function Fg(t,e){return t.replaceAll("${date}",`\${date:${e}}`)}i(Fg,"addDateTimeFormat");function nC(t){return t.replaceAll(/^/gm,"// ")}i(nC,"commentOut");function zg(t){for(let e of t)if(e.startsWith("/")&&e.endsWith("/")){let n=e.slice(1,-1);if(!Ec(n))return g(a=>a.pluginSettingsManager.validation.invalidRegularExpression,{regExp:e})}}i(zg,"pathsValidator");var no=require("obsidian");var gn=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();function Pi(t){let e=t.parentElement;if(!e)throw new Error("Element must be attached to the DOM");if(e.classList.contains(I.SettingComponentWrapper))return e;let n=Array.from(e.children),a=createDiv();Y(a,I.SettingComponentWrapper);for(let r of n)a.appendChild(r);return e.appendChild(a),a}i(Pi,"ensureWrapped");var Ng=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Vl=class{static{i(this,"AbstractTextComponentWrapper")}constructor(e){this.abstractTextComponent=e}empty(){this.abstractTextComponent.setValue("")}isEmpty(){return this.abstractTextComponent.getValue()===""}setPlaceholderValue(e){return this.abstractTextComponent.setPlaceholder(e),this}};function Mg(t){return aC(t)?t:t instanceof Ng.AbstractTextComponent?new Vl(t):null}i(Mg,"getTextBasedComponentValue");function aC(t){let e=t;return typeof e.setPlaceholderValue=="function"&&typeof e.isEmpty=="function"}i(aC,"isTextBasedComponent");var Fe=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ei=class{static{i(this,"OverlayValidatorComponent")}constructor(e){this.el=e;let n=Pi(e);this._validatorEl=n.createEl("input",{attr:{tabindex:-1}}),Y(this._validatorEl,I.OverlayValidator),this._validatorEl.addEventListener("focus",()=>{this.el.focus()}),this._validatorEl.isActiveElement=this.isElementOrDescendantActive.bind(this);let a=this.el.querySelector("[tabindex]");a||(this.el.getAttr("tabindex")===null&&(this.el.tabIndex=-1),a=this.el),this.el.addEventListener("focusin",()=>{this.forceBlurValidatorEl()}),this.el.addEventListener("click",()=>{a.focus()}),this.el.addEventListener("focusout",()=>{window.setTimeout(()=>{this.isElementOrDescendantActive()||this.forceBlurValidatorEl()},0)})}get validatorEl(){return this._validatorEl}_validatorEl;forceBlurValidatorEl(){this._validatorEl.dispatchEvent(new Event("blur"))}isElementOrDescendantActive(){return this.el.contains(document.activeElement)}},Gt=class{static{i(this,"ValidatorElementWrapper")}constructor(e){this.validatorEl=e}};function Rg(t){return rC(t)?t:t instanceof Fe.ColorComponent?new Gt(t.colorPickerEl):t instanceof Fe.DropdownComponent?new Gt(t.selectEl):t instanceof Fe.ProgressBarComponent?new Ei(t.progressBar):t instanceof Fe.SearchComponent?new Gt(t.inputEl):t instanceof Fe.SliderComponent?new Gt(t.sliderEl):t instanceof Fe.TextAreaComponent?new Gt(t.inputEl):t instanceof Fe.TextComponent?new Gt(t.inputEl):t instanceof Fe.ToggleComponent?new Ei(t.toggleEl):null}i(Rg,"getValidatorComponent");function rC(t){return!!t.validatorEl}i(rC,"isValidatorComponent");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var _l="PluginSettingsTab",Fi=class extends gn.PluginSettingTab{static{i(this,"PluginSettingsTabBase")}constructor(e){super(e.app,e),this.plugin=e,Y(this.containerEl,I.PluginSettingsTab),this.saveSettingsDebounced=(0,gn.debounce)(Me(()=>this.plugin.settingsManager.saveToFile(_l)),this.saveSettingsDebounceTimeoutInMilliseconds),this.asyncEventsComponent=new qr,this.asyncEvents=new dt}get isOpen(){return this._isOpen}get saveSettingsDebounceTimeoutInMilliseconds(){return 2e3}_isOpen=!1;asyncEvents;asyncEventsComponent;saveSettingsDebounced;get pluginSettings(){return this.plugin.settingsManager.settingsWrapper.settings}bind(e,n,a){let o={...{componentToPluginSettingsValueConverter:i(P=>P,"componentToPluginSettingsValueConverter"),onChanged:st,pluginSettingsToComponentValueConverter:i(P=>P,"pluginSettingsToComponentValueConverter"),shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!0,shouldShowValidationMessage:!0},...a},s=Rg(e)?.validatorEl,l=Mg(e),c=this.pluginSettings[n],p=this.plugin.settingsManager.defaultSettings[n],d=o.pluginSettingsToComponentValueConverter(p);l?.setPlaceholderValue(d);let u,h=null,m=null;if(s){let P=Pi(s);h=P.createDiv(),Y(h,I.Tooltip,I.TooltipValidator),m=h.createSpan();let R=h.createDiv();Y(R,I.TooltipArrow),h.hide(),P.appendChild(h)}this.asyncEventsComponent.registerAsyncEvent(this.on("validationMessageChanged",(P,R)=>{n===P&&(u=R,A())}));let y=!1,w=!1;l&&o.shouldShowPlaceholderForDefaultValues&&Ye(c,p)?l.empty():e.setValue(o.pluginSettingsToComponentValueConverter(c));let b=!1,A=(0,gn.debounce)(()=>{requestAnimationFrame(()=>{T()})},100);return e.onChange(async P=>{if(b){b=!1;return}y=!1;let R=this.pluginSettings[n],x,q=!0;if(w=!!l?.isEmpty()&&o.shouldResetSettingWhenComponentIsEmpty,w)x=p;else{let K=o.componentToPluginSettingsValueConverter(P);ju(K)?(u=K.validationMessage,q=!1):x=K}q&&(u=await this.plugin.settingsManager.setProperty(n,x),l&&o.shouldShowPlaceholderForDefaultValues&&!l.isEmpty()&&Ye(x,p)&&(y=!0)),A(),q&&await o.onChanged(x,R),this.saveSettingsDebounced()}),s?.addEventListener("focus",()=>{A()}),s?.addEventListener("blur",()=>{A()}),s?.addEventListener("click",()=>{requestAnimationFrame(()=>{A()})}),u=this.plugin.settingsManager.settingsWrapper.validationMessages[n]??"",A(),e;function T(){s?.isActiveElement()||(y?(y=!1,l?.isEmpty()||(b=!0,l?.empty())):w&&(w=!1,l?.isEmpty()&&(b=!0,e.setValue(d)))),s&&(u===""&&(s.setCustomValidity(""),s.checkValidity(),u=s.validationMessage),s.setCustomValidity(u),o.shouldShowValidationMessage?(m&&(m.textContent=u),h?.toggle(!!u)):u&&(0,gn.setTooltip)(s,u))}i(T,"updateValidatorEl")}display(){this.containerEl.empty(),this._isOpen=!0,this.asyncEventsComponent.load(),this.asyncEventsComponent.registerAsyncEvent(this.plugin.settingsManager.on("loadSettings",this.onLoadSettings.bind(this))),this.asyncEventsComponent.registerAsyncEvent(this.plugin.settingsManager.on("saveSettings",this.onSaveSettings.bind(this)))}hide(){super.hide(),this.saveSettingsDebounced.cancel(),this._isOpen=!1,this.asyncEventsComponent.unload(),this.asyncEventsComponent.load(),Z(()=>this.hideAsync())}async hideAsync(){await this.plugin.settingsManager.saveToFile(_l)}show(){this.app.setting.openTab(this)}async onLoadSettings(e,n){this.display(),await pt()}async revalidate(){let e=await this.plugin.settingsManager.revalidate();await this.updateValidations(e)}on(e,n,a){return this.asyncEvents.on(e,n,a)}async onSaveSettings(e,n,a){if(a===_l){await this.updateValidations(e.validationMessages);return}this.display()}async updateValidations(e){for(let[n,a]of Object.entries(e))await this.asyncEvents.triggerAsync("validationMessageChanged",n,a)}};var Yg=require("obsidian");var jg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var zi=class extends jg.ValueComponent{static{i(this,"CheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(e){super(),Y(e,I.CheckboxComponent),this.inputEl=e.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.checked}onChange(e){return this.changeCallback=e,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(e){return super.setDisabled(e),this.inputEl.disabled=e,this}setValue(e){return this.inputEl.checked=e,this}};var Ni=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ii=class extends Ni.ValueComponent{static{i(this,"CodeHighlighterComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}codeEl;placeholder="";preEl;tabSize;textAreaComponent;constructor(e){super(),Y(e,I.CodeHighlighterComponent);let n=e.createDiv();Y(n,I.SettingComponentWrapper),this.textAreaComponent=new Ni.TextAreaComponent(n),this.preEl=n.createEl("pre",{attr:{tabIndex:"-1"}}),this.codeEl=this.preEl.createEl("code",{attr:{tabIndex:"-1"}}),this.inputEl.addEventListener("input",Me(this.updateHighlightedCode.bind(this))),this.inputEl.addEventListener("scroll",this.handleScroll.bind(this)),this.inputEl.addEventListener("keydown",this.handleKeyDown.bind(this));let a=2;this.tabSize=a}empty(){this.setValue("")}getValue(){return this.textAreaComponent.getValue()}isEmpty(){return this.textAreaComponent.getValue()===""}onChange(e){return this.textAreaComponent.onChange(()=>e(this.getValue())),this}setDisabled(e){return super.setDisabled(e),this.textAreaComponent.setDisabled(e),this}setLanguage(e){let n="language-";for(let a of[this.preEl,this.codeEl]){for(let r of Array.from(a.classList))r.startsWith(n)&&a.classList.remove(r);a.classList.add(`${n}${e}`)}return this}setPlaceholder(e){return this.placeholder=e,Z(this.updateHighlightedCode.bind(this)),this}setPlaceholderValue(e){return this.setPlaceholder(e),this}setTabSize(e){return this.tabSize=e,this}setValue(e){return this.textAreaComponent.setValue(e),Z(this.updateHighlightedCode.bind(this)),this}handleKeyDown(e){if(e.key!=="Tab")return;if(e.preventDefault(),e.ctrlKey||e.metaKey){let d=Array.from(document.querySelectorAll(':is(a, button, input, select, textarea, [tabindex]):not([tabindex="-1"]):not(:disabled):not([type="hidden"])')),u=d.indexOf(this.inputEl),h=e.shiftKey?-1:1;d[(u+h+d.length)%d.length]?.focus();return}let n=this.getValue(),a=this.inputEl.selectionStart,r=this.inputEl.selectionEnd,o=n.slice(0,a),s=n.slice(r),l=" ".repeat(this.tabSize),c=o;e.shiftKey?o.endsWith(l)&&(c=o.slice(0,-this.tabSize)):c=o+l;let p=`${c}${s}`;this.setValue(p),this.inputEl.selectionStart=c.length,this.inputEl.selectionEnd=c.length}handleScroll(){this.preEl.scrollTop=this.inputEl.scrollTop,this.preEl.scrollLeft=this.inputEl.scrollLeft}async updateHighlightedCode(){this.codeEl.textContent=this.inputEl.value||this.placeholder,(await tr()).highlightElement(this.codeEl),this.preEl.toggleClass(I.IsPlaceholder,this.isEmpty()),requestAnimationFrame(()=>{let n=Math.max(0,this.inputEl.scrollHeight-this.preEl.scrollHeight);this.preEl.setCssProps({"--bottom-gap":zu(n)}),this.handleScroll()})}};var Dg=require("obsidian");var Mi=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ge=class extends Mi.ValueComponent{static{i(this,"TypedTextComponent")}inputEl;get validatorEl(){return this.inputEl}textComponent;constructor(e,n,a){super(),this.textComponent=new Mi.TextComponent(e),this.inputEl=this.textComponent.inputEl,this.inputEl.type=n,Y(e,a)}getValue(){return this.valueFromString(this.textComponent.getValue())}onChange(e){return this.textComponent.onChange(()=>e(this.getValue())),this}onChanged(){this.textComponent.onChanged()}setDisabled(e){return super.setDisabled(e),this.textComponent.setDisabled(e),this}setValue(e){return this.textComponent.setValue(this.valueToString(e)),this}valueToString(e){return String(e)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ue=class extends ge{static{i(this,"TypedRangeTextComponent")}setMax(e){return this.inputEl.max=this.valueToString(e),this}setMin(e){return this.inputEl.min=this.valueToString(e),this}setStep(e){return this.inputEl.step=String(e),this}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Lg=_e(Dg.moment),Og="YYYY-MM-DD",Ri=class extends Ue{static{i(this,"DateComponent")}constructor(e){super(e,"date",I.DateComponent)}valueFromString(e){return Lg(e,Og).toDate()}valueToString(e){return Lg(e).format(Og)}};var Vg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Bg=_e(Vg.moment),Ug="YYYY-MM-DDTHH:mm",ji=class extends Ue{static{i(this,"DateTimeComponent")}constructor(e){super(e,"datetime-local",I.DateTimeComponent)}valueFromString(e){return Bg(e,Ug).toDate()}valueToString(e){return Bg(e).format(Ug)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Li=class extends ge{static{i(this,"EmailComponent")}constructor(e){super(e,"email",I.EmailComponent)}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Oi=class extends ge{static{i(this,"FileComponent")}constructor(e){super(e,"file",I.FileComponent)}getValue(){return this.inputEl.files?.[0]??null}valueFromString(){return this.getValue()}valueToString(e){return e?.name??""}};var qg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var _g=_e(qg.moment),$g="YYYY-MM",Di=class extends Ue{static{i(this,"MonthComponent")}constructor(e){super(e,"month",I.MonthComponent)}valueFromString(e){let n=_g(e,$g);if(!n.isValid())throw new Error("Invalid month");return{month:n.month()+1,year:n.year()}}valueToString(e){return _g().year(e.year).month(e.month-1).format($g)}};var Bi=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Jn=class extends Bi.ValueComponent{static{i(this,"MultipleDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;constructor(e){super(),this.dropdownComponent=new Bi.DropdownComponent(e),this.dropdownComponent.selectEl.multiple=!0,Y(e,I.MultipleDropdownComponent)}addOption(e,n){return this.dropdownComponent.addOption(e,n),this}addOptions(e){return this.dropdownComponent.addOptions(e),this}getValue(){return Array.from(this.dropdownComponent.selectEl.selectedOptions).map(e=>e.value)}onChange(e){return this.dropdownComponent.onChange(()=>e(this.getValue())),this}setDisabled(e){return super.setDisabled(e),this.dropdownComponent.setDisabled(e),this}setValue(e){for(let n of Array.from(this.dropdownComponent.selectEl.options))n.selected=e.includes(n.value);return this}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ui=class extends ge{static{i(this,"MultipleEmailComponent")}constructor(e){super(e,"email",I.MultipleEmailComponent),this.inputEl.multiple=!0}valueFromString(e){return e.split(",").map(n=>n.trim())}valueToString(e){return e.join(", ")}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Vi=class extends ge{static{i(this,"MultipleFileComponent")}constructor(e){super(e,"file",I.MultipleFileComponent),this.inputEl.multiple=!0}getValue(){return Array.from(this.inputEl.files??[])}valueFromString(){return this.getValue()}valueToString(e){return e[0]?.name??""}};var $i=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var _i=class extends $i.ValueComponent{static{i(this,"MultipleTextComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}textAreaComponent;constructor(e){super(),this.textAreaComponent=new $i.TextAreaComponent(e),Y(e,I.MultipleTextComponent)}empty(){this.textAreaComponent.setValue("")}getValue(){return this.textAreaComponent.getValue().split(`
+`)}isEmpty(){return this.textAreaComponent.getValue()===""}onChange(e){return this.textAreaComponent.onChange(()=>e(this.getValue())),this}setDisabled(e){return super.setDisabled(e),this.textAreaComponent.setDisabled(e),this}setPlaceholder(e){return this.textAreaComponent.setPlaceholder(e),this}setPlaceholderValue(e){return this.setPlaceholder(this.valueToString(e)),this}setValue(e){return this.textAreaComponent.setValue(this.valueToString(e)),this}valueToString(e){return e.join(`
+`)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var qi=class extends Ue{static{i(this,"NumberComponent")}constructor(e){super(e,"number",I.NumberComponent)}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholder(e){return this.textComponent.setPlaceholder(e),this}setPlaceholderValue(e){return this.textComponent.setPlaceholder(this.valueToString(e)),this}valueFromString(e){return parseInt(e,10)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Gi=class extends ge{static{i(this,"PasswordComponent")}constructor(e){super(e,"password",I.PasswordComponent)}setPlaceholder(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Wi=class extends ge{static{i(this,"TelephoneComponent")}constructor(e){super(e,"tel",I.TelephoneComponent)}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};var $l=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ji=class extends Ue{static{i(this,"TimeComponent")}constructor(e){super(e,"time",I.TimeComponent)}valueFromString(e){return $l.moment.duration(e)}valueToString(e){let n;return e.milliseconds()>0?n="HH:mm:ss.SSS":e.seconds()>0?n="HH:mm:ss":n="HH:mm",$l.moment.utc(e.asMilliseconds()).format(n)}};var Gg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Hi=class extends Gg.ValueComponent{static{i(this,"TriStateCheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(e){super(),Y(e,I.TriStateCheckboxComponent),this.inputEl=e.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.indeterminate?null:this.inputEl.checked}onChange(e){return this.changeCallback=e,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(e){return super.setDisabled(e),this.inputEl.disabled=e,this}setValue(e){return this.inputEl.indeterminate=e===null,this.inputEl.checked=e??!1,this}};var Yi=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Ki=class extends Yi.ValueComponent{static{i(this,"TypedDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;values=[];constructor(e){super(),this.dropdownComponent=new Yi.DropdownComponent(e),Y(e,I.TypedDropdownComponent)}addOption(e,n){let a=this.values.indexOf(e);return a===-1&&(this.values.push(e),a=this.values.length-1),this.dropdownComponent.addOption(String(a),n),this}addOptions(e){for(let[n,a]of e.entries())this.addOption(n,a);return this}getValue(){return this.values[this.dropdownComponent.selectEl.selectedIndex]??null}onChange(e){return this.dropdownComponent.onChange(()=>e(this.getValue())),this}setDisabled(e){return super.setDisabled(e),this.dropdownComponent.setDisabled(e),this}setValue(e){let n=e===null?-1:this.values.indexOf(e);return this.dropdownComponent.selectEl.selectedIndex=n,this}};var Wg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Qi=class extends Wg.ValueComponent{static{i(this,"TypedMultipleDropdownComponent")}get selectEl(){return this.multipleDropdownComponent.selectEl}get validatorEl(){return this.selectEl}multipleDropdownComponent;values=[];constructor(e){super(),this.multipleDropdownComponent=new Jn(e),Y(e,I.TypedMultipleDropdownComponent)}addOption(e,n){let a=this.values.indexOf(e);return a===-1&&(this.values.push(e),a=this.values.length-1),this.multipleDropdownComponent.addOption(String(a),n),this}addOptions(e){for(let[n,a]of e.entries())this.addOption(n,a);return this}getValue(){return this.multipleDropdownComponent.getValue().map(n=>parseInt(n,10)).map(n=>this.values[n]).filter(n=>n!==void 0)}onChange(e){return this.multipleDropdownComponent.onChange(()=>e(this.getValue())),this}setDisabled(e){return super.setDisabled(e),this.multipleDropdownComponent.setDisabled(e),this}setValue(e){let n=e.map(a=>this.values.indexOf(a)).filter(a=>a!==-1);return this.multipleDropdownComponent.setValue(n.map(a=>String(a))),this}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Xi=class extends ge{static{i(this,"UrlComponent")}constructor(e){super(e,"url",I.UrlComponent)}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};var Kg=require("obsidian");i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var Jg=_e(Kg.moment),Hg="YYYY-[W]WW",Zi=class extends Ue{static{i(this,"WeekComponent")}constructor(e){super(e,"week",I.WeekComponent)}valueFromString(e){let n=Jg(e,Hg);if(!n.isValid())throw new Error("Invalid week");return{weekNumber:n.isoWeek(),year:n.year()}}valueToString(e){return Jg().year(e.year).isoWeek(e.weekNumber).format(Hg)}};i((function(){if(globalThis.process)return;let e={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=e}),"initEsm")();var ee=class extends Yg.Setting{static{i(this,"SettingEx")}addCheckbox(e){return this.addComponent(zi,e)}addCodeHighlighter(e){return this.addComponent(Ii,e)}addComponent(e,n){let a=new e(this.controlEl);return this.components.push(a),n(a),this}addDate(e){return this.addComponent(Ri,e)}addDateTime(e){return this.addComponent(ji,e)}addEmail(e){return this.addComponent(Li,e)}addFile(e){return this.addComponent(Oi,e)}addMonth(e){return this.addComponent(Di,e)}addMultipleDropdown(e){return this.addComponent(Jn,e)}addMultipleEmail(e){return this.addComponent(Ui,e)}addMultipleFile(e){return this.addComponent(Vi,e)}addMultipleText(e){return this.addComponent(_i,e)}addNumber(e){return this.addComponent(qi,e)}addPassword(e){return this.addComponent(Gi,e)}addTelephone(e){return this.addComponent(Wi,e)}addTime(e){return this.addComponent(Ji,e)}addTriStateCheckbox(e){return this.addComponent(Hi,e)}addTypedDropdown(e){return this.addComponent(Ki,e)}addTypedMultipleDropdown(e){return this.addComponent(Qi,e)}addUrl(e){return this.addComponent(Xi,e)}addWeek(e){return this.addComponent(Zi,e)}};var Qg=require("obsidian");var Wt="custom-attachment-location-tokenized-string",eo=class extends Qg.Component{static{i(this,"PrismComponent")}onload(){super.onload(),Z(this.initPrism.bind(this))}async initPrism(){let e=await tr();e.languages[Wt]={expression:{greedy:!0,inside:{prefix:{alias:"regex",pattern:/\${/},token:{alias:"number",pattern:/^[a-zA-Z0-9_,]+/},formatDelimiter:{alias:"regex",pattern:/:/},format:{alias:"string",pattern:/[a-zA-Z0-9_,-]+/},suffix:{alias:"regex",pattern:/}/}},pattern:/\${.+?}/},important:{pattern:/^\./},operator:{alias:"entity",pattern:/\//}},this.register(()=>{delete e.languages[Wt]})}};var ef="\u2423",to=class extends Fi{static{i(this,"PluginSettingsTab")}display(){super.display(),this.containerEl.empty();let e={componentToPluginSettingsValueConverter(r){return(0,no.normalizePath)(r.trimEnd())},pluginSettingsToComponentValueConverter(r){return r.trimEnd()},shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!1};new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.locationForNewAttachments.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part1)),r.appendText(" "),L(r,"."),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part2)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part3)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part4)}),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part5)),r.appendText(" "),L(r,".attachments"),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part6)),r.appendText(" "),r.createEl("a",{href:"https://github.com/polyipseity/obsidian-show-hidden-files/",text:"Show Hidden Files"}),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part7))})).addCodeHighlighter(r=>{r.setLanguage(Wt),r.inputEl.addClass("tokenized-string-setting-control"),this.bind(r,"attachmentFolderPath",e)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.generatedAttachmentFileName.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.generatedAttachmentFileName.description.part1)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.generatedAttachmentFileName.description.part2)}),r.appendText(".")})).addCodeHighlighter(r=>{r.setLanguage(Wt),r.inputEl.addClass("tokenized-string-setting-control"),this.bind(r,"generatedAttachmentFileName",e)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.markdownUrlFormat.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part2)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part3)}),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part4))})).addCodeHighlighter(r=>{r.setLanguage(Wt),r.inputEl.addClass("tokenized-string-setting-control"),this.bind(r,"markdownUrlFormat",e)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.attachmentRenameMode.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.attachmentRenameMode.description.part1)),r.createEl("br"),L(r,g(o=>o.pluginSettings.attachmentRenameMode.none.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.attachmentRenameMode.none.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.attachmentRenameMode.all.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.attachmentRenameMode.all.description))})).addDropdown(r=>{r.addOptions({None:g(o=>o.pluginSettings.attachmentRenameMode.none.displayText),"Only pasted images":g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText),All:g(o=>o.pluginSettings.attachmentRenameMode.all.displayText)}),this.bind(r,"attachmentRenameMode")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.shouldRenameAttachmentFolders.name)).setDesc(g(r=>r.pluginSettingsTab.shouldRenameAttachmentFolders.description)).addToggle(r=>{this.bind(r,"shouldRenameAttachmentFolder")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.shouldRenameAttachmentFiles.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.shouldRenameAttachmentFiles.description.part1)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.renamedAttachmentFileName.name)),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.shouldRenameAttachmentFiles.description.part2))})).addToggle(r=>{this.bind(r,"shouldRenameAttachmentFiles")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.renamedAttachmentFileName.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part1)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part2)}),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part3)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.generatedAttachmentFileName.name)),r.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part4))})).addCodeHighlighter(r=>{r.setLanguage(Wt),r.inputEl.addClass("tokenized-string-setting-control"),this.bind(r,"renamedAttachmentFileName",e)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.specialCharacters.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.specialCharacters.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.specialCharacters.description.part2))})).addText(r=>{this.bind(r,"specialCharacters",{componentToPluginSettingsValueConverter:Zg,pluginSettingsToComponentValueConverter:ql,shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1}),Xg(r)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.specialCharactersReplacement.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.specialCharactersReplacement.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.specialCharactersReplacement.description.part2))})).addText(r=>{this.bind(r,"specialCharactersReplacement",{shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1})}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.shouldConvertPastedImagesToJpeg.name)).setDesc(g(r=>r.pluginSettingsTab.shouldConvertPastedImagesToJpeg.description)).addToggle(r=>{this.bind(r,"shouldConvertPastedImagesToJpeg")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.jpegQuality.name)).setDesc(g(r=>r.pluginSettingsTab.jpegQuality.description)).addDropdown(r=>{r.addOptions(oC()),this.bind(r,"jpegQuality",{componentToPluginSettingsValueConverter:i(o=>Number(o),"componentToPluginSettingsValueConverter"),pluginSettingsToComponentValueConverter:i(o=>o.toString(),"pluginSettingsToComponentValueConverter")})}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.shouldRenameCollectedAttachments.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part1)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part2)),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part3)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.collectedAttachmentFileName.name)),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part4))})).addToggle(r=>{this.bind(r,"shouldRenameCollectedAttachments")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.collectedAttachmentFileName.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part1)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part2)}),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part3)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.generatedAttachmentFileName.name)),r.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part4))})).addCodeHighlighter(r=>{r.setLanguage(Wt),r.inputEl.addClass("tokenized-string-setting-control"),this.bind(r,"collectedAttachmentFileName",e)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.description.part1)),r.createEl("br"),L(r,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.description))})).addDropdown(r=>{r.addOptions({Skip:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText),Move:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText),Copy:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText),Cancel:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText),Prompt:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)}),this.bind(r,"collectAttachmentUsedByMultipleNotesMode")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.duplicateNameSeparator.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part2)),r.appendText(" "),L(r,"existingFile.pdf"),r.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part3)),r.appendText(" "),L(r,"existingFile 1.pdf"),r.appendText(", "),L(r,"existingFile 2.pdf"),r.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part4))})).addText(r=>{this.bind(r,"duplicateNameSeparator",{componentToPluginSettingsValueConverter:Zg,pluginSettingsToComponentValueConverter:ql}),Xg(r)}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.emptyAttachmentFolderBehavior.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.emptyAttachmentFolderBehavior.description.part1)),r.createEl("br"),L(r,g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.keep.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.keep.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.delete.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.delete.description)),r.createEl("br"),L(r,g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.deleteWithEmptyParents.displayText)),r.appendText(" - "),r.appendText(g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.deleteWithEmptyParents.description))})).addDropdown(r=>{r.addOptions({[nt.Keep]:g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.keep.displayText),[nt.Delete]:g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.delete.displayText),[nt.DeleteWithEmptyParents]:g(o=>o.pluginSettings.emptyAttachmentFolderBehavior.deleteWithEmptyParents.displayText)}),this.bind(r,"emptyAttachmentFolderBehavior")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.shouldDeleteOrphanAttachments.name)).setDesc(g(r=>r.pluginSettingsTab.shouldDeleteOrphanAttachments.description)).addToggle(r=>{this.bind(r,"shouldDeleteOrphanAttachments")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.includePaths.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part2)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part3)),r.appendText(" "),L(r,g(o=>o.regularExpression)),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part4))})).addMultipleText(r=>{this.bind(r,"includePaths")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.excludePaths.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part2)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part3)),r.appendText(" "),L(r,g(o=>o.regularExpression)),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part4))})).addMultipleText(r=>{this.bind(r,"excludePaths")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.excludePathsFromAttachmentCollecting.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part1)),r.appendText(" "),L(r,g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part2)),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part3)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part4)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part5)),r.appendText(" "),L(r,g(o=>o.regularExpression)),r.appendText("."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part6))})).addMultipleText(r=>{this.bind(r,"excludePathsFromAttachmentCollecting")});let a=(0,no.debounce)(r=>{Z(async()=>{Se.registerCustomTokens(r),await this.revalidate()})},2e3);new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.customTokens.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part2)),r.appendText(" "),r.createEl("a",{href:"https://github.com/RainCat1998/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:g(o=>o.pluginSettingsTab.customTokens.description.part3)}),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part4)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part5))})).addCodeHighlighter(r=>{r.setLanguage("javascript"),r.inputEl.addClass("custom-tokens-setting-control"),this.bind(r,"customTokensStr",{onChanged:i(o=>{a(o)},"onChanged")})}),this.plugin.settingsManager.shouldDebounceCustomTokensValidation=!0,new ee(this.containerEl).addButton(r=>{r.setButtonText(g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.title)),r.setWarning(),r.onClick(Me(async()=>{this.plugin.settings.customTokensStr!==gl&&(this.plugin.settings.customTokensStr!==""&&!await Qr({app:this.plugin.app,cancelButtonText:g(o=>o.obsidianDevUtils.buttons.cancel),message:g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.message),okButtonText:g(o=>o.obsidianDevUtils.buttons.ok),title:g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.title)})||(await this.plugin.settingsManager.editAndSave(o=>{o.customTokensStr=gl}),this.display()))}))}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.treatAsAttachmentExtensions.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part2)),r.appendText(" "),L(r,".md"),r.appendText(", "),L(r,".canvas"),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part3)),r.appendText(" "),L(r,".base"),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part4)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part5)),r.appendText(" "),L(r,".foo.md"),r.appendText(", "),L(r,".bar.canvas"),r.appendText(", "),L(r,".baz.base"),r.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part6))})).addMultipleText(r=>{this.bind(r,"treatAsAttachmentExtensions")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.timeoutInSeconds.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part2)),r.appendText(" "),L(r,"0"),r.appendText(" "),r.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part3))})).addNumber(r=>{r.setMin(0),this.bind(r,"timeoutInSeconds")}),new ee(this.containerEl).setName(g(r=>r.pluginSettingsTab.defaultImageSize.name)).setDesc(createFragment(r=>{r.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part1)),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part2)),r.appendText(" ("),L(r,"300px"),r.appendText(") "),r.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part3)),r.appendText(" ("),L(r,"50%"),r.appendText(")."),r.createEl("br"),r.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part4))})).addText(r=>{this.bind(r,"defaultImageSize")}).addDropdown(r=>{r.selectEl.addClass("default-image-size-dimension-setting-control"),r.addOptions({width:g(o=>o.pluginSettings.defaultImageSizeDimension.width),height:g(o=>o.pluginSettings.defaultImageSizeDimension.height)}),this.bind(r,"defaultImageSizeDimension")})}hide(){super.hide(),this.plugin.settingsManager.shouldDebounceCustomTokensValidation=!1}};function oC(){let e={};for(let n=1;n<=10;n++){let a=(n/10).toFixed(1);e[a]=a}return e}i(oC,"generateJpegQualityOptions");function Xg(t){t.inputEl.addEventListener("input",()=>{let e=t.inputEl.selectionStart??0,n=t.inputEl.selectionEnd??0;t.inputEl.value=ql(t.inputEl.value),t.inputEl.setSelectionRange(e,n)})}i(Xg,"handleWhitespace");function Zg(t){return t.replaceAll(ef," ")}i(Zg,"restoreSpaceCharacter");function ql(t){return t.replaceAll(" ",ef)}i(ql,"showSpaceCharacter");var tf=_e(He.moment),sC=/Pasted image (?<Timestamp>\d{14})/,lC="YYYYMMDDHHmmss",cC=10,Gl="__IMPORT_FILES__",ro=class extends Jr{static{i(this,"Plugin")}arrayBufferFileStatMap=new WeakMap;currentAttachmentFolderPath=null;getAvailablePathForAttachmentsOriginal=null;imageAttachmentSizeMap=new Map;isMarkdownViewPatched=!1;lastOpenFilePath=null;pathMarkdownUrlMap=new Map;replaceSpecialCharacters(e){return this.settings.specialCharacters&&(e=e.replace(this.settings.specialCharactersRegExp,this.settings.specialCharactersReplacement)),e}createSettingsManager(){return new Si(this)}createSettingsTab(){return new to(this)}createTranslationsMap(){return Lm}async onLayoutReady(){await super.onLayoutReady(),Se.registerCustomTokens(this.settings.customTokensStr),await this.settingsManager.loadFromFile(!1),At(this,this.app.vault,{getAvailablePath:i(()=>this.getAvailablePath.bind(this),"getAvailablePath"),getAvailablePathForAttachments:i(e=>{let n=this;return Object.assign(a,{extended:this.getAvailablePathForAttachments.bind(this)});function a(r,o,s){return e.call(n.app.vault,r,o,s)}},"getAvailablePathForAttachments"),getConfig:i(e=>n=>this.getConfig(e,n),"getConfig")}),ao.webUtils&&At(this,ao.webUtils,{getPathForFile:i(e=>n=>this.getPathForFile(n,e),"getPathForFile")}),At(this,this.app.fileManager,{generateMarkdownLink:i(e=>(n,a,r,o)=>this.generateMarkdownLink(e,n,a,r,o),"generateMarkdownLink")}),At(this,Ao(this.app.shareReceiver),{importFiles:i(e=>n=>this.importFiles(e,n),"importFiles")}),this.registerPopupDocumentDomEvent("change",this.handleInputFileChange.bind(this),{capture:!0}),await this.handleActiveLeafChange(this.app.workspace.getLeavesOfType(Zt.Markdown)[0]??null),this.isMarkdownViewPatched||this.registerEvent(this.app.workspace.on("active-leaf-change",Me(this.handleActiveLeafChange.bind(this))))}async onloadImpl(){await super.onloadImpl(),Eu(this,()=>({emptyAttachmentFolderBehavior:this.settings.emptyAttachmentFolderBehavior,isNote:i(n=>mn(this,n),"isNote"),isPathIgnored:i(n=>this.settings.isPathIgnored(n),"isPathIgnored"),shouldHandleDeletions:this.settings.shouldDeleteOrphanAttachments,shouldHandleRenames:!0,shouldRenameAttachmentFiles:this.settings.shouldRenameAttachmentFiles,shouldRenameAttachmentFolder:this.settings.shouldRenameAttachmentFolder,shouldUpdateFileNameAliases:!0})),this.addCommand({checkCallback:i(e=>Ku(this,e),"checkCallback"),id:"collect-attachments-current-note",name:g(e=>e.commands.collectAttachmentsCurrentNote)}),this.addCommand({checkCallback:i(e=>Hu(this,e),"checkCallback"),id:"collect-attachments-current-folder",name:g(e=>e.commands.collectAttachmentsCurrentFolder)}),this.addCommand({callback:i(()=>{Yu(this)},"callback"),id:"collect-attachments-entire-vault",name:g(e=>e.commands.collectAttachmentsEntireVault)}),this.registerEvent(this.app.workspace.on("file-menu",this.handleFileMenu.bind(this))),At(this,this.app,{saveAttachment:i(()=>(e,n,a)=>this.saveAttachment(e,n,a),"saveAttachment")}),this.addChild(new eo),this.registerEvent(this.app.workspace.on("file-open",Me(this.handleFileOpen.bind(this)))),this.registerEvent(this.app.vault.on("rename",Me(this.handleRename.bind(this)))),this.registerEvent(this.app.workspace.on("receive-text-menu",this.handleReceiveTextMenu.bind(this))),this.registerEvent(this.app.workspace.on("receive-files-menu",this.handleReceiveFilesMenu.bind(this)))}async fileArrayBuffer(e,n){let a=await e.call(n);if(this.app.vault.adapter instanceof He.FileSystemAdapter){let r=ao.webUtils.getPathForFile(n);if(await this.setFileStat(a,r))return a}return this.arrayBufferFileStatMap.set(a,{ctime:0,mtime:n.lastModified,size:n.size}),a}generateMarkdownLink(e,n,a,r,o){if(o===void 0){let c=this.imageAttachmentSizeMap.get(n.path);c&&(this.imageAttachmentSizeMap.delete(n.path),o=c)}let s=e.call(this.app.fileManager,n,a,r,o);if(!this.settings.markdownUrlFormat)return s;let l=this.pathMarkdownUrlMap.get(n.path);return l?(Ks(s)&&(s=Js({app:this.app,linkStyle:Gs.Markdown,originalLink:s,sourcePathOrFile:a,targetPathOrFile:n})),Hs(s)?s.replace(/\]\(<.+?>\)/,`](<${l}>)`):s.replace(/\]\(.+?\)/,`](${wa(l)})`)):s}getAvailablePath(e,n){let a=0;for(;;){let r=Xe(a===0?e:`${e}${this.settings.duplicateNameSeparator}${String(a)}`,n);if(!en(this.app,r,!0))return r;a++}}async getAvailablePathForAttachments(e){let{attachmentFileExtension:n,notePathOrFile:a,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:o}=e,{attachmentFileBaseName:s,attachmentFileContent:l,attachmentFileStat:c,shouldSkipGeneratedAttachmentFileName:p}=e;if(s===kt){l??=new ArrayBuffer(0);let y=Math.trunc(Date.now());c??={ctime:y,mtime:y,size:0}}let d=ce(this.app,a),u=a?ae(this.app,a):void 0,h=e.oldNotePathOrFile?ae(this.app,e.oldNotePathOrFile):void 0;if(s.startsWith(Gl)&&(s=wn(s,Gl),p=!0),d&&this.settings.isPathIgnored(d.path)&&this.getAvailablePathForAttachmentsOriginal)return this.getAvailablePathForAttachmentsOriginal(s,n,d);let m;if(!u||!mn(this,u))m=await So({app:this.app,attachmentFileBaseName:s,attachmentFileExtension:n,notePathOrFile:a,shouldSkipDuplicateCheck:r??!1,shouldSkipMissingAttachmentFolderCreation:o??!0});else{let y=Xe(s,n),w=await Sa(this,e.context,u,y,h,l,c),b;if(p)b=y;else{let A=await this.getCursorLine(u,e.oldAttachmentPathOrFile),T=await this.getSequenceNumber(u,e.oldAttachmentPathOrFile),P=await $n(this,new Se({actionContext:e.context,attachmentFileContent:l,attachmentFileStat:c,cursorLine:A,noteFilePath:u,oldNoteFilePath:h,originalAttachmentFileName:y,plugin:this,sequenceNumber:T}));b=Xe(P,n)}let v=le(w,b);if(r)m=v;else{let A=oe(v),T=se(v,n?`.${n}`:"");m=this.app.vault.getAvailablePath(le(A,T),n)}}if(!o){let y=$e(m);await this.app.vault.exists(y)||(await Or(this.app,y),this.settings.emptyAttachmentFolderBehavior===nt.Keep&&await this.app.vault.create(le(y,".gitkeep"),""))}return m}getConfig(e,n){return n!=="attachmentFolderPath"||this.currentAttachmentFolderPath===null?e.call(this.app.vault,n):this.currentAttachmentFolderPath}async getCursorLine(e,n){let a=ce(this.app,n);if(!a)return 0;let r=await Rt(this.app,e);if(!r)return 0;for(let o of tt(r)){if(!qe(o))continue;let s=bt(this.app,o,e);if(s&&s===a)return o.position.start.line}return 0}getPathForFile(e,n){let a=e;return a.path?a.path:n(e)}async getSequenceNumber(e,n){let a=ce(this.app,n);if(!a)return 0;let r=await Rt(this.app,e);if(!r)return 0;let o=1;for(let s of tt(r)){let l=bt(this.app,s,e);if(l){if(l===a)return o;o++}}return 0}async handleActiveLeafChange(e){if(this.isMarkdownViewPatched||!e||e.view.getViewType()!==Zt.Markdown)return;await e.loadIfDeferred();let n=e.view,a=this;At(this,Ao(n.editMode.clipboardManager),{insertFiles:i(r=>i(function(s){return a.insertFiles(r,this,s)},"insertFilesPatched"),"insertFiles")}),this.isMarkdownViewPatched=!0}handleFileMenu(e,n){n instanceof He.TFolder&&e.addItem(a=>{a.setTitle(g(r=>r.menuItems.collectAttachmentsInFolder)).setIcon("download").onClick(()=>ii(this,n,this.abortSignal))})}async handleFileOpen(e){if(e===null||this.settings.isPathIgnored(e.path)){this.currentAttachmentFolderPath=null,this.lastOpenFilePath=null;return}e.path!==this.lastOpenFilePath&&(this.lastOpenFilePath=e.path,this.currentAttachmentFolderPath=await Sa(this,"OpenFile",e.path,kt))}handleInputFileChange(e){if(!(e.target instanceof HTMLInputElement)||e.target.type!=="file")return;let n=this;for(let a of e.target.files??[])At(this,a,{arrayBuffer:i(r=>i(function(){return n.fileArrayBuffer(r,this)},"arrayBufferPatched"),"arrayBuffer")})}handleReceiveFilesMenu(e,n){this.handleReceiveMenuItemClick(e,a=>n.map(o=>this.app.fileManager.generateMarkdownLink(o,a.path)).join(`
+`))}handleReceiveMenuItemClick(e,n){let a=this.app,r=e.items.find(s=>s instanceof He.MenuItem&&!!s.iconEl.querySelector(".lucide-file"));r&&(r.callback=o);function o(){let s=a.workspace.getActiveViewOfType(He.MarkdownView);if(!s?.file)return;let l=n(s.file);s.editor.replaceSelection(l)}i(o,"callback")}handleReceiveTextMenu(e,n){this.handleReceiveMenuItemClick(e,()=>n)}async handleRename(){await this.handleFileOpen(this.app.workspace.getActiveFile())}async importFiles(e,n){for(let a of n){let r=window.Capacitor.convertFileSrc(a.uri),s=await(await fetch(r)).arrayBuffer(),l=new Se({actionContext:"ImportFiles",attachmentFileContent:s,noteFilePath:this.app.workspace.getActiveFile()?.path??"",originalAttachmentFileName:a.name,plugin:this}),c=await $n(this,l),p=be(a.name).slice(1);a.name=Gl+Xe(c,p)}return e.call(this.app.shareReceiver,n)}async insertFiles(e,n,a){for(let r of a){let o=await r.data;await this.setFileStat(o,r.filepath)}return e.call(n,a)}async saveAttachment(e,n,a){let r=this.app.workspace.getActiveFile();if(!r||this.settings.isPathIgnored(r.path))return await this.saveAttachmentCore(e,n,a);let o=!1,s=sC.exec(e);if(s){let p=s.groups?.Timestamp;if(p){let d=tf(p,lC);d.isValid()&&tf().diff(d,"seconds")<cC&&(o=!0)}}o&&n==="png"&&this.settings.shouldConvertPastedImagesToJpeg&&(n="jpg",a=await Pc(new Blob([a],{type:"image/png"}),this.settings.jpegQuality));let l=!1;switch(this.settings.attachmentRenameMode){case"All":l=!0;break;case"None":break;case"Only pasted images":l=o;break;default:throw new Error("Invalid attachment rename mode")}l&&(e=await $n(this,new Se({actionContext:"SaveAttachment",attachmentFileContent:a,attachmentFileStat:this.arrayBufferFileStatMap.get(a),noteFilePath:r.path,originalAttachmentFileName:Xe(e,n),plugin:this})));let c=await this.saveAttachmentCore(e,n,a);if(this.settings.markdownUrlFormat){let p=await new Se({actionContext:"SaveAttachment",attachmentFileContent:a,attachmentFileStat:this.arrayBufferFileStatMap.get(a),generatedAttachmentFileName:c.name,generatedAttachmentFilePath:c.path,noteFilePath:r.path,originalAttachmentFileName:Xe(e,n),plugin:this}).fillTemplate(this.settings.markdownUrlFormat);this.pathMarkdownUrlMap.set(c.path,p)}else this.pathMarkdownUrlMap.delete(c.path);return c}async saveAttachmentCore(e,n,a){let r=this.app.workspace.getActiveFile(),o=this.arrayBufferFileStatMap.get(a),s=await this.getAvailablePathForAttachments({attachmentFileBaseName:e,attachmentFileContent:a,attachmentFileExtension:n,attachmentFileStat:o,context:"SaveAttachment",notePathOrFile:r,oldAttachmentPathOrFile:Xe(e,n),shouldSkipDuplicateCheck:!1,shouldSkipGeneratedAttachmentFileName:!0,shouldSkipMissingAttachmentFolderCreation:!1}),l=await Om(this,n,a);return l!==null&&this.imageAttachmentSizeMap.set(s,l),await this.app.vault.createBinary(s,a,Nc({ctime:o?.ctime?Math.trunc(o.ctime):void 0,mtime:o?.mtime?Math.trunc(o.mtime):void 0}))}async setFileStat(e,n){if(!n)return!1;if(this.app.vault.adapter instanceof He.FileSystemAdapter){let a=await this.app.vault.adapter.fsPromises.stat(n);return this.arrayBufferFileStatMap.set(e,{ctime:a.ctimeMs,mtime:a.mtimeMs,size:a.size}),!0}if(this.app.vault.adapter instanceof He.CapacitorAdapter){let a=await this.app.vault.adapter.fs.stat(n);return this.arrayBufferFileStatMap.set(e,{ctime:a.ctime??0,mtime:a.mtime??0,size:e.byteLength}),!0}return!1}};var pC=ro;
+
+/* nosourcemap */
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-custom-attachment-location/manifest.json b/.obsidian/plugins/obsidian-custom-attachment-location/manifest.json
new file mode 100644
index 0000000..7cd523f
--- /dev/null
+++ b/.obsidian/plugins/obsidian-custom-attachment-location/manifest.json
@@ -0,0 +1,11 @@
+{
+ "id": "obsidian-custom-attachment-location",
+ "name": "Custom Attachment Location",
+ "version": "9.18.0",
+ "minAppVersion": "1.10.6",
+ "description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
+ "author": "RainCat1998",
+ "authorUrl": "https://github.com/RainCat1998/",
+ "isDesktopOnly": false,
+ "fundingUrl": "https://www.buymeacoffee.com/mnaoumov"
+}
diff --git a/.obsidian/plugins/obsidian-custom-attachment-location/styles.css b/.obsidian/plugins/obsidian-custom-attachment-location/styles.css
new file mode 100644
index 0000000..7e40a63
--- /dev/null
+++ b/.obsidian/plugins/obsidian-custom-attachment-location/styles.css
@@ -0,0 +1 @@
+.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.tokenized-string-setting-control{height:6em}.obsidian-custom-attachment-location.obsidian-dev-utils.multiple-text-component textarea{height:6em;width:20em}.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.custom-tokens-setting-control{height:18em;width:36em}.obsidian-custom-attachment-location.prompt-modal .cancel-button{margin-right:10px}.obsidian-custom-attachment-location.preview-modal .preview-container{overflow:auto}.obsidian-custom-attachment-location.preview-modal .preview-container.image-embed img,.obsidian-custom-attachment-location.preview-modal .preview-container.video-embed video{max-width:100%;max-height:100%;object-fit:contain}.obsidian-custom-attachment-location .highlighted-token{color:var(--text-accent)}.obsidian-custom-attachment-location .default-image-size-dimension-setting-control{margin-left:5px}
diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json
new file mode 100644
index 0000000..adb17a3
--- /dev/null
+++ b/.obsidian/plugins/obsidian-git/data.json
@@ -0,0 +1,62 @@
+{
+ "commitMessage": "vault backup: {{date}}",
+ "autoCommitMessage": "vault backup: {{date}}",
+ "commitMessageScript": "",
+ "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
+ "autoSaveInterval": 1,
+ "autoPushInterval": 0,
+ "autoPullInterval": 0,
+ "autoPullOnBoot": true,
+ "autoCommitOnlyStaged": false,
+ "disablePush": false,
+ "pullBeforePush": true,
+ "disablePopups": false,
+ "showErrorNotices": true,
+ "disablePopupsForNoChanges": false,
+ "listChangedFilesInMessageBody": false,
+ "showStatusBar": true,
+ "updateSubmodules": false,
+ "syncMethod": "merge",
+ "customMessageOnAutoBackup": false,
+ "autoBackupAfterFileChange": true,
+ "treeStructure": false,
+ "refreshSourceControl": true,
+ "basePath": "",
+ "differentIntervalCommitAndPush": false,
+ "changedFilesInStatusBar": false,
+ "showedMobileNotice": true,
+ "refreshSourceControlTimer": 7000,
+ "showBranchStatusBar": true,
+ "setLastSaveToLastCommit": false,
+ "submoduleRecurseCheckout": false,
+ "gitDir": "",
+ "showFileMenu": true,
+ "authorInHistoryView": "hide",
+ "dateInHistoryView": false,
+ "diffStyle": "split",
+ "lineAuthor": {
+ "show": false,
+ "followMovement": "inactive",
+ "authorDisplay": "initials",
+ "showCommitHash": false,
+ "dateTimeFormatOptions": "date",
+ "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
+ "dateTimeTimezone": "viewer-local",
+ "coloringMaxAge": "1y",
+ "colorNew": {
+ "r": 255,
+ "g": 150,
+ "b": 150
+ },
+ "colorOld": {
+ "r": 120,
+ "g": 160,
+ "b": 255
+ },
+ "textColorCss": "var(--text-muted)",
+ "ignoreWhitespace": false,
+ "gutterSpacingFallbackLength": 5,
+ "lastShownAuthorDisplay": "initials",
+ "lastShownDateTimeFormatOptions": "date"
+ }
+}
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-git/main.js b/.obsidian/plugins/obsidian-git/main.js
new file mode 100644
index 0000000..a66d505
--- /dev/null
+++ b/.obsidian/plugins/obsidian-git/main.js
@@ -0,0 +1,426 @@
+/*
+THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
+if you want to view the source visit the plugins github repository (https://github.com/denolehov/obsidian-git)
+*/
+
+var X5=Object.create;var wl=Object.defineProperty;var K5=Object.getOwnPropertyDescriptor;var Z5=Object.getOwnPropertyNames;var J5=Object.getPrototypeOf,Q5=Object.prototype.hasOwnProperty;var by=t=>{throw TypeError(t)};var eI=(t,e,r)=>e in t?wl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;var tI=(t,e)=>()=>(t&&(e=t(t=0)),e);var M=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),rI=(t,e)=>{for(var r in e)wl(t,r,{get:e[r],enumerable:!0})},_y=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Z5(e))!Q5.call(t,i)&&i!==r&&wl(t,i,{get:()=>e[i],enumerable:!(n=K5(e,i))||n.enumerable});return t};var Ot=(t,e,r)=>(r=t!=null?X5(J5(t)):{},_y(e||!t||!t.__esModule?wl(r,"default",{value:t,enumerable:!0}):r,t)),nI=t=>_y(wl({},"__esModule",{value:!0}),t);var vt=(t,e,r)=>eI(t,typeof e!="symbol"?e+"":e,r),wp=(t,e,r)=>e.has(t)||by("Cannot "+r);var ue=(t,e,r)=>(wp(t,e,"read from private field"),r?r.call(t):e.get(t)),yt=(t,e,r)=>e.has(t)?by("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),It=(t,e,r,n)=>(wp(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),di=(t,e,r)=>(wp(t,e,"access private method"),r);var Ey=M(Iu=>{"use strict";m();Iu.byteLength=aI;Iu.toByteArray=oI;Iu.fromByteArray=uI;var Mn=[],qr=[],iI=typeof Uint8Array!="undefined"?Uint8Array:Array,bp="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ra=0,xy=bp.length;Ra<xy;++Ra)Mn[Ra]=bp[Ra],qr[bp.charCodeAt(Ra)]=Ra;var Ra,xy;qr[45]=62;qr[95]=63;function Sy(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function aI(t){var e=Sy(t),r=e[0],n=e[1];return(r+n)*3/4-n}function sI(t,e,r){return(e+r)*3/4-r}function oI(t){var e,r=Sy(t),n=r[0],i=r[1],a=new iI(sI(t,n,i)),s=0,o=i>0?n-4:n,l;for(l=0;l<o;l+=4)e=qr[t.charCodeAt(l)]<<18|qr[t.charCodeAt(l+1)]<<12|qr[t.charCodeAt(l+2)]<<6|qr[t.charCodeAt(l+3)],a[s++]=e>>16&255,a[s++]=e>>8&255,a[s++]=e&255;return i===2&&(e=qr[t.charCodeAt(l)]<<2|qr[t.charCodeAt(l+1)]>>4,a[s++]=e&255),i===1&&(e=qr[t.charCodeAt(l)]<<10|qr[t.charCodeAt(l+1)]<<4|qr[t.charCodeAt(l+2)]>>2,a[s++]=e>>8&255,a[s++]=e&255),a}function lI(t){return Mn[t>>18&63]+Mn[t>>12&63]+Mn[t>>6&63]+Mn[t&63]}function cI(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(lI(n));return i.join("")}function uI(t){for(var e,r=t.length,n=r%3,i=[],a=16383,s=0,o=r-n;s<o;s+=a)i.push(cI(t,s,s+a>o?o:s+a));return n===1?(e=t[r-1],i.push(Mn[e>>2]+Mn[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(Mn[e>>10]+Mn[e>>4&63]+Mn[e<<2&63]+"=")),i.join("")}});var Ay=M(_p=>{m();_p.read=function(t,e,r,n,i){var a,s,o=i*8-n-1,l=(1<<o)-1,c=l>>1,u=-7,f=r?i-1:0,d=r?-1:1,h=t[e+f];for(f+=d,a=h&(1<<-u)-1,h>>=-u,u+=o;u>0;a=a*256+t[e+f],f+=d,u-=8);for(s=a&(1<<-u)-1,a>>=-u,u+=n;u>0;s=s*256+t[e+f],f+=d,u-=8);if(a===0)a=1-c;else{if(a===l)return s?NaN:(h?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-c}return(h?-1:1)*s*Math.pow(2,a-n)};_p.write=function(t,e,r,n,i,a){var s,o,l,c=a*8-i-1,u=(1<<c)-1,f=u>>1,d=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:a-1,p=n?1:-1,g=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(o=isNaN(e)?1:0,s=u):(s=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-s))<1&&(s--,l*=2),s+f>=1?e+=d/l:e+=d*Math.pow(2,1-f),e*l>=2&&(s++,l/=2),s+f>=u?(o=0,s=u):s+f>=1?(o=(e*l-1)*Math.pow(2,i),s=s+f):(o=e*Math.pow(2,f-1)*Math.pow(2,i),s=0));i>=8;t[r+h]=o&255,h+=p,o/=256,i-=8);for(s=s<<i|o,c+=i;c>0;t[r+h]=s&255,h+=p,s/=256,c-=8);t[r+h-p]|=g*128}});var Rp=M(Ls=>{"use strict";m();var xp=Ey(),$s=Ay(),ky=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ls.Buffer=O;Ls.SlowBuffer=gI;Ls.INSPECT_MAX_BYTES=50;var Fu=2147483647;Ls.kMaxLength=Fu;O.TYPED_ARRAY_SUPPORT=fI();!O.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function fI(){try{let t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(t){return!1}}Object.defineProperty(O.prototype,"parent",{enumerable:!0,get:function(){if(O.isBuffer(this))return this.buffer}});Object.defineProperty(O.prototype,"offset",{enumerable:!0,get:function(){if(O.isBuffer(this))return this.byteOffset}});function hi(t){if(t>Fu)throw new RangeError('The value "'+t+'" is invalid for option "size"');let e=new Uint8Array(t);return Object.setPrototypeOf(e,O.prototype),e}function O(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return kp(t)}return Ry(t,e,r)}O.poolSize=8192;function Ry(t,e,r){if(typeof t=="string")return hI(t,e);if(ArrayBuffer.isView(t))return pI(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(On(t,ArrayBuffer)||t&&On(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(On(t,SharedArrayBuffer)||t&&On(t.buffer,SharedArrayBuffer)))return Ep(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return O.from(n,e,r);let i=mI(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return O.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}O.from=function(t,e,r){return Ry(t,e,r)};Object.setPrototypeOf(O.prototype,Uint8Array.prototype);Object.setPrototypeOf(O,Uint8Array);function My(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function dI(t,e,r){return My(t),t<=0?hi(t):e!==void 0?typeof r=="string"?hi(t).fill(e,r):hi(t).fill(e):hi(t)}O.alloc=function(t,e,r){return dI(t,e,r)};function kp(t){return My(t),hi(t<0?0:Tp(t)|0)}O.allocUnsafe=function(t){return kp(t)};O.allocUnsafeSlow=function(t){return kp(t)};function hI(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!O.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let r=Oy(t,e)|0,n=hi(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Sp(t){let e=t.length<0?0:Tp(t.length)|0,r=hi(e);for(let n=0;n<e;n+=1)r[n]=t[n]&255;return r}function pI(t){if(On(t,Uint8Array)){let e=new Uint8Array(t);return Ep(e.buffer,e.byteOffset,e.byteLength)}return Sp(t)}function Ep(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,O.prototype),n}function mI(t){if(O.isBuffer(t)){let e=Tp(t.length)|0,r=hi(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Pp(t.length)?hi(0):Sp(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Sp(t.data)}function Tp(t){if(t>=Fu)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Fu.toString(16)+" bytes");return t|0}function gI(t){return+t!=t&&(t=0),O.alloc(+t)}O.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==O.prototype};O.compare=function(e,r){if(On(e,Uint8Array)&&(e=O.from(e,e.offset,e.byteLength)),On(r,Uint8Array)&&(r=O.from(r,r.offset,r.byteLength)),!O.isBuffer(e)||!O.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;let n=e.length,i=r.length;for(let a=0,s=Math.min(n,i);a<s;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};O.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};O.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return O.alloc(0);let n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;let i=O.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){let s=e[n];if(On(s,Uint8Array))a+s.length>i.length?(O.isBuffer(s)||(s=O.from(s)),s.copy(i,a)):Uint8Array.prototype.set.call(i,s,a);else if(O.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function Oy(t,e){if(O.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||On(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);let r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Ap(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Hy(t).length;default:if(i)return n?-1:Ap(t).length;e=(""+e).toLowerCase(),i=!0}}O.byteLength=Oy;function vI(t,e,r){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return TI(this,e,r);case"utf8":case"utf-8":return Fy(this,e,r);case"ascii":return AI(this,e,r);case"latin1":case"binary":return kI(this,e,r);case"base64":return SI(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return CI(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}O.prototype._isBuffer=!0;function Ma(t,e,r){let n=t[e];t[e]=t[r],t[r]=n}O.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let r=0;r<e;r+=2)Ma(this,r,r+1);return this};O.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let r=0;r<e;r+=4)Ma(this,r,r+3),Ma(this,r+1,r+2);return this};O.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let r=0;r<e;r+=8)Ma(this,r,r+7),Ma(this,r+1,r+6),Ma(this,r+2,r+5),Ma(this,r+3,r+4);return this};O.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?Fy(this,0,e):vI.apply(this,arguments)};O.prototype.toLocaleString=O.prototype.toString;O.prototype.equals=function(e){if(!O.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:O.compare(this,e)===0};O.prototype.inspect=function(){let e="",r=Ls.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ky&&(O.prototype[ky]=O.prototype.inspect);O.prototype.compare=function(e,r,n,i,a){if(On(e,Uint8Array)&&(e=O.from(e,e.offset,e.byteLength)),!O.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;let s=a-i,o=n-r,l=Math.min(s,o),c=this.slice(i,a),u=e.slice(r,n);for(let f=0;f<l;++f)if(c[f]!==u[f]){s=c[f],o=u[f];break}return s<o?-1:o<s?1:0};function Iy(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Pp(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=O.from(e,n)),O.isBuffer(e))return e.length===0?-1:Ty(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Ty(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Ty(t,e,r,n,i){let a=1,s=t.length,o=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,s/=2,o/=2,r/=2}function l(u,f){return a===1?u[f]:u.readUInt16BE(f*a)}let c;if(i){let u=-1;for(c=r;c<s;c++)if(l(t,c)===l(e,u===-1?0:c-u)){if(u===-1&&(u=c),c-u+1===o)return u*a}else u!==-1&&(c-=c-u),u=-1}else for(r+o>s&&(r=s-o),c=r;c>=0;c--){let u=!0;for(let f=0;f<o;f++)if(l(t,c+f)!==l(e,f)){u=!1;break}if(u)return c}return-1}O.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};O.prototype.indexOf=function(e,r,n){return Iy(this,e,r,n,!0)};O.prototype.lastIndexOf=function(e,r,n){return Iy(this,e,r,n,!1)};function yI(t,e,r,n){r=Number(r)||0;let i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;let a=e.length;n>a/2&&(n=a/2);let s;for(s=0;s<n;++s){let o=parseInt(e.substr(s*2,2),16);if(Pp(o))return s;t[r+s]=o}return s}function wI(t,e,r,n){return $u(Ap(e,t.length-r),t,r,n)}function bI(t,e,r,n){return $u(OI(e),t,r,n)}function _I(t,e,r,n){return $u(Hy(e),t,r,n)}function xI(t,e,r,n){return $u(II(e,t.length-r),t,r,n)}O.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return yI(this,e,r,n);case"utf8":case"utf-8":return wI(this,e,r,n);case"ascii":case"latin1":case"binary":return bI(this,e,r,n);case"base64":return _I(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xI(this,e,r,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};O.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function SI(t,e,r){return e===0&&r===t.length?xp.fromByteArray(t):xp.fromByteArray(t.slice(e,r))}function Fy(t,e,r){r=Math.min(t.length,r);let n=[],i=e;for(;i<r;){let a=t[i],s=null,o=a>239?4:a>223?3:a>191?2:1;if(i+o<=r){let l,c,u,f;switch(o){case 1:a<128&&(s=a);break;case 2:l=t[i+1],(l&192)===128&&(f=(a&31)<<6|l&63,f>127&&(s=f));break;case 3:l=t[i+1],c=t[i+2],(l&192)===128&&(c&192)===128&&(f=(a&15)<<12|(l&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(s=f));break;case 4:l=t[i+1],c=t[i+2],u=t[i+3],(l&192)===128&&(c&192)===128&&(u&192)===128&&(f=(a&15)<<18|(l&63)<<12|(c&63)<<6|u&63,f>65535&&f<1114112&&(s=f))}}s===null?(s=65533,o=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=o}return EI(n)}var Cy=4096;function EI(t){let e=t.length;if(e<=Cy)return String.fromCharCode.apply(String,t);let r="",n=0;for(;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Cy));return r}function AI(t,e,r){let n="";r=Math.min(t.length,r);for(let i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function kI(t,e,r){let n="";r=Math.min(t.length,r);for(let i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function TI(t,e,r){let n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);let i="";for(let a=e;a<r;++a)i+=FI[t[a]];return i}function CI(t,e,r){let n=t.slice(e,r),i="";for(let a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}O.prototype.slice=function(e,r){let n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);let i=this.subarray(e,r);return Object.setPrototypeOf(i,O.prototype),i};function bt(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}O.prototype.readUintLE=O.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||bt(e,r,this.length);let i=this[e],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[e+s]*a;return i};O.prototype.readUintBE=O.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||bt(e,r,this.length);let i=this[e+--r],a=1;for(;r>0&&(a*=256);)i+=this[e+--r]*a;return i};O.prototype.readUint8=O.prototype.readUInt8=function(e,r){return e=e>>>0,r||bt(e,1,this.length),this[e]};O.prototype.readUint16LE=O.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||bt(e,2,this.length),this[e]|this[e+1]<<8};O.prototype.readUint16BE=O.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||bt(e,2,this.length),this[e]<<8|this[e+1]};O.prototype.readUint32LE=O.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};O.prototype.readUint32BE=O.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};O.prototype.readBigUInt64LE=Ui(function(e){e=e>>>0,Ds(e,"offset");let r=this[e],n=this[e+7];(r===void 0||n===void 0)&&bl(e,this.length-8);let i=r+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,a=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(a)<<BigInt(32))});O.prototype.readBigUInt64BE=Ui(function(e){e=e>>>0,Ds(e,"offset");let r=this[e],n=this[e+7];(r===void 0||n===void 0)&&bl(e,this.length-8);let i=r*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],a=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(a)});O.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||bt(e,r,this.length);let i=this[e],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[e+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};O.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||bt(e,r,this.length);let i=r,a=1,s=this[e+--i];for(;i>0&&(a*=256);)s+=this[e+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*r)),s};O.prototype.readInt8=function(e,r){return e=e>>>0,r||bt(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};O.prototype.readInt16LE=function(e,r){e=e>>>0,r||bt(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};O.prototype.readInt16BE=function(e,r){e=e>>>0,r||bt(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};O.prototype.readInt32LE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};O.prototype.readInt32BE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};O.prototype.readBigInt64LE=Ui(function(e){e=e>>>0,Ds(e,"offset");let r=this[e],n=this[e+7];(r===void 0||n===void 0)&&bl(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(r+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});O.prototype.readBigInt64BE=Ui(function(e){e=e>>>0,Ds(e,"offset");let r=this[e],n=this[e+7];(r===void 0||n===void 0)&&bl(e,this.length-8);let i=(r<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});O.prototype.readFloatLE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),$s.read(this,e,!0,23,4)};O.prototype.readFloatBE=function(e,r){return e=e>>>0,r||bt(e,4,this.length),$s.read(this,e,!1,23,4)};O.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||bt(e,8,this.length),$s.read(this,e,!0,52,8)};O.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||bt(e,8,this.length),$s.read(this,e,!1,52,8)};function cr(t,e,r,n,i,a){if(!O.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}O.prototype.writeUintLE=O.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;cr(this,e,r,n,o,0)}let a=1,s=0;for(this[r]=e&255;++s<n&&(a*=256);)this[r+s]=e/a&255;return r+n};O.prototype.writeUintBE=O.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;cr(this,e,r,n,o,0)}let a=n-1,s=1;for(this[r+a]=e&255;--a>=0&&(s*=256);)this[r+a]=e/s&255;return r+n};O.prototype.writeUint8=O.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,1,255,0),this[r]=e&255,r+1};O.prototype.writeUint16LE=O.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};O.prototype.writeUint16BE=O.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};O.prototype.writeUint32LE=O.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};O.prototype.writeUint32BE=O.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function $y(t,e,r,n,i){By(e,n,i,t,r,7);let a=Number(e&BigInt(4294967295));t[r++]=a,a=a>>8,t[r++]=a,a=a>>8,t[r++]=a,a=a>>8,t[r++]=a;let s=Number(e>>BigInt(32)&BigInt(4294967295));return t[r++]=s,s=s>>8,t[r++]=s,s=s>>8,t[r++]=s,s=s>>8,t[r++]=s,r}function Dy(t,e,r,n,i){By(e,n,i,t,r,7);let a=Number(e&BigInt(4294967295));t[r+7]=a,a=a>>8,t[r+6]=a,a=a>>8,t[r+5]=a,a=a>>8,t[r+4]=a;let s=Number(e>>BigInt(32)&BigInt(4294967295));return t[r+3]=s,s=s>>8,t[r+2]=s,s=s>>8,t[r+1]=s,s=s>>8,t[r]=s,r+8}O.prototype.writeBigUInt64LE=Ui(function(e,r=0){return $y(this,e,r,BigInt(0),BigInt("0xffffffffffffffff"))});O.prototype.writeBigUInt64BE=Ui(function(e,r=0){return Dy(this,e,r,BigInt(0),BigInt("0xffffffffffffffff"))});O.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){let l=Math.pow(2,8*n-1);cr(this,e,r,n,l-1,-l)}let a=0,s=1,o=0;for(this[r]=e&255;++a<n&&(s*=256);)e<0&&o===0&&this[r+a-1]!==0&&(o=1),this[r+a]=(e/s>>0)-o&255;return r+n};O.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){let l=Math.pow(2,8*n-1);cr(this,e,r,n,l-1,-l)}let a=n-1,s=1,o=0;for(this[r+a]=e&255;--a>=0&&(s*=256);)e<0&&o===0&&this[r+a+1]!==0&&(o=1),this[r+a]=(e/s>>0)-o&255;return r+n};O.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};O.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};O.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};O.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};O.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||cr(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};O.prototype.writeBigInt64LE=Ui(function(e,r=0){return $y(this,e,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});O.prototype.writeBigInt64BE=Ui(function(e,r=0){return Dy(this,e,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Ly(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function jy(t,e,r,n,i){return e=+e,r=r>>>0,i||Ly(t,e,r,4,34028234663852886e22,-34028234663852886e22),$s.write(t,e,r,n,23,4),r+4}O.prototype.writeFloatLE=function(e,r,n){return jy(this,e,r,!0,n)};O.prototype.writeFloatBE=function(e,r,n){return jy(this,e,r,!1,n)};function Ny(t,e,r,n,i){return e=+e,r=r>>>0,i||Ly(t,e,r,8,17976931348623157e292,-17976931348623157e292),$s.write(t,e,r,n,52,8),r+8}O.prototype.writeDoubleLE=function(e,r,n){return Ny(this,e,r,!0,n)};O.prototype.writeDoubleBE=function(e,r,n){return Ny(this,e,r,!1,n)};O.prototype.copy=function(e,r,n,i){if(!O.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);let a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};O.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!O.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let s=e.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(e=s)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{let s=O.isBuffer(e)?e:O.from(e,i),o=s.length;if(o===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=s[a%o]}return this};var Fs={};function Cp(t,e,r){Fs[t]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${t}]`,this.stack,delete this.name}get code(){return t}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${t}]: ${this.message}`}}}Cp("ERR_BUFFER_OUT_OF_BOUNDS",function(t){return t?`${t} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);Cp("ERR_INVALID_ARG_TYPE",function(t,e){return`The "${t}" argument must be of type number. Received type ${typeof e}`},TypeError);Cp("ERR_OUT_OF_RANGE",function(t,e,r){let n=`The value of "${t}" is out of range.`,i=r;return Number.isInteger(r)&&Math.abs(r)>2**32?i=Py(String(r)):typeof r=="bigint"&&(i=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(i=Py(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function Py(t){let e="",r=t.length,n=t[0]==="-"?1:0;for(;r>=n+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function PI(t,e,r){Ds(e,"offset"),(t[e]===void 0||t[e+r]===void 0)&&bl(e,t.length-(r+1))}function By(t,e,r,n,i,a){if(t>r||t<e){let s=typeof e=="bigint"?"n":"",o;throw a>3?e===0||e===BigInt(0)?o=`>= 0${s} and < 2${s} ** ${(a+1)*8}${s}`:o=`>= -(2${s} ** ${(a+1)*8-1}${s}) and < 2 ** ${(a+1)*8-1}${s}`:o=`>= ${e}${s} and <= ${r}${s}`,new Fs.ERR_OUT_OF_RANGE("value",o,t)}PI(n,i,a)}function Ds(t,e){if(typeof t!="number")throw new Fs.ERR_INVALID_ARG_TYPE(e,"number",t)}function bl(t,e,r){throw Math.floor(t)!==t?(Ds(t,r),new Fs.ERR_OUT_OF_RANGE(r||"offset","an integer",t)):e<0?new Fs.ERR_BUFFER_OUT_OF_BOUNDS:new Fs.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${e}`,t)}var RI=/[^+/0-9A-Za-z-_]/g;function MI(t){if(t=t.split("=")[0],t=t.trim().replace(RI,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Ap(t,e){e=e||1/0;let r,n=t.length,i=null,a=[];for(let s=0;s<n;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function OI(t){let e=[];for(let r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function II(t,e){let r,n,i,a=[];for(let s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function Hy(t){return xp.toByteArray(MI(t))}function $u(t,e,r,n){let i;for(i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function On(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Pp(t){return t!==t}var FI=function(){let t="0123456789abcdef",e=new Array(256);for(let r=0;r<16;++r){let n=r*16;for(let i=0;i<16;++i)e[n+i]=t[r]+t[i]}return e}();function Ui(t){return typeof BigInt=="undefined"?$I:t}function $I(){throw new Error("BigInt not supported")}});var Uy,Mp,Buffer,m=tI(()=>{Uy=require("obsidian");Uy.Platform.isMobileApp?Mp=Rp().Buffer:Mp=global.Buffer;Buffer=Mp});var zy=M((UV,Gy)=>{"use strict";m();var Cr=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=="undefined"||typeof process.domain=="undefined")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||Cr.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||Cr.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||Cr.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=Cr.DEFAULT_MAX_PENDING};Cr.DEFAULT_TIMEOUT=0;Cr.DEFAULT_MAX_OCCUPATION_TIME=0;Cr.DEFAULT_MAX_EXECUTION_TIME=0;Cr.DEFAULT_MAX_PENDING=1e3;Cr.prototype.acquire=function(t,e,r,n){if(Array.isArray(t))return this._acquireBatch(t,e,r,n);if(typeof e!="function")throw new Error("You must pass a function to execute");var i=null,a=null,s=null;typeof r!="function"&&(n=r,r=null,s=new this.Promise(function(b,E){i=b,a=E})),n=n||{};var o=!1,l=null,c=null,u=null,f=this,d=function(b,E,S){c&&(clearTimeout(c),c=null),u&&(clearTimeout(u),u=null),b&&(f.queues[t]&&f.queues[t].length===0&&delete f.queues[t],f.domainReentrant&&delete f.domains[t]),o||(s?E?a(E):i(S):typeof r=="function"&&r(E,S),o=!0),b&&f.queues[t]&&f.queues[t].length>0&&f.queues[t].shift()()},h=function(b){if(o)return d(b);l&&(clearTimeout(l),l=null),f.domainReentrant&&b&&(f.domains[t]=process.domain);var E=n.maxExecutionTime||f.maxExecutionTime;if(E&&(u=setTimeout(function(){f.queues[t]&&d(b,new Error("Maximum execution time is exceeded "+t))},E)),e.length===1){var S=!1;try{e(function(A,k){S||(S=!0,d(b,A,k))})}catch(A){S||(S=!0,d(b,A))}}else f._promiseTry(function(){return e()}).then(function(A){d(b,void 0,A)},function(A){d(b,A)})};f.domainReentrant&&process.domain&&(h=process.domain.bind(h));var p=n.maxPending||f.maxPending;if(!f.queues[t])f.queues[t]=[],h(!0);else if(f.domainReentrant&&process.domain&&process.domain===f.domains[t])h(!1);else if(f.queues[t].length>=p)d(!1,new Error("Too many pending tasks in queue "+t));else{var g=function(){h(!0)};n.skipQueue?f.queues[t].unshift(g):f.queues[t].push(g);var v=n.timeout||f.timeout;v&&(l=setTimeout(function(){l=null,d(!1,new Error("async-lock timed out in queue "+t))},v))}var y=n.maxOccupationTime||f.maxOccupationTime;if(y&&(c=setTimeout(function(){f.queues[t]&&d(!1,new Error("Maximum occupation time is exceeded in queue "+t))},y)),s)return s};Cr.prototype._acquireBatch=function(t,e,r,n){typeof r!="function"&&(n=r,r=null);var i=this,a=function(o,l){return function(c){i.acquire(o,l,c,n)}},s=t.reduceRight(function(o,l){return a(l,o)},e);if(typeof r=="function")s(r);else return new this.Promise(function(o,l){s.length===1?s(function(c,u){c?l(c):o(u)}):o(s())})};Cr.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0};Cr.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(e){return this.Promise.reject(e)}};Gy.exports=Cr});var qy=M((zV,Vy)=>{"use strict";m();Vy.exports=zy()});var Wy=M((qV,Op)=>{m();typeof Object.create=="function"?Op.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Op.exports=function(e,r){if(r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}}});var Lu=M((Ip,Xy)=>{m();var Du=Rp(),In=Du.Buffer;function Yy(t,e){for(var r in t)e[r]=t[r]}In.from&&In.alloc&&In.allocUnsafe&&In.allocUnsafeSlow?Xy.exports=Du:(Yy(Du,Ip),Ip.Buffer=Oa);function Oa(t,e,r){return In(t,e,r)}Oa.prototype=Object.create(In.prototype);Yy(In,Oa);Oa.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return In(t,e,r)};Oa.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var n=In(t);return e!==void 0?typeof r=="string"?n.fill(e,r):n.fill(e):n.fill(0),n};Oa.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return In(t)};Oa.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Du.SlowBuffer(t)}});var ju=M((XV,Ky)=>{m();var DI={}.toString;Ky.exports=Array.isArray||function(t){return DI.call(t)=="[object Array]"}});var ur=M((ZV,Zy)=>{"use strict";m();Zy.exports=TypeError});var Nu=M((QV,Jy)=>{"use strict";m();Jy.exports=Object});var Fp=M((tq,Qy)=>{"use strict";m();Qy.exports=Error});var tw=M((nq,ew)=>{"use strict";m();ew.exports=EvalError});var nw=M((aq,rw)=>{"use strict";m();rw.exports=RangeError});var aw=M((oq,iw)=>{"use strict";m();iw.exports=ReferenceError});var Bu=M((cq,sw)=>{"use strict";m();sw.exports=SyntaxError});var lw=M((fq,ow)=>{"use strict";m();ow.exports=URIError});var uw=M((hq,cw)=>{"use strict";m();cw.exports=Math.abs});var dw=M((mq,fw)=>{"use strict";m();fw.exports=Math.floor});var pw=M((vq,hw)=>{"use strict";m();hw.exports=Math.max});var gw=M((wq,mw)=>{"use strict";m();mw.exports=Math.min});var yw=M((_q,vw)=>{"use strict";m();vw.exports=Math.pow});var bw=M((Sq,ww)=>{"use strict";m();ww.exports=Math.round});var xw=M((Aq,_w)=>{"use strict";m();_w.exports=Number.isNaN||function(e){return e!==e}});var Ew=M((Tq,Sw)=>{"use strict";m();var LI=xw();Sw.exports=function(e){return LI(e)||e===0?e:e<0?-1:1}});var kw=M((Pq,Aw)=>{"use strict";m();Aw.exports=Object.getOwnPropertyDescriptor});var Gi=M((Mq,Tw)=>{"use strict";m();var Hu=kw();if(Hu)try{Hu([],"length")}catch(t){Hu=null}Tw.exports=Hu});var _l=M((Iq,Cw)=>{"use strict";m();var Uu=Object.defineProperty||!1;if(Uu)try{Uu({},"a",{value:1})}catch(t){Uu=!1}Cw.exports=Uu});var xl=M(($q,Pw)=>{"use strict";m();Pw.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;e[r]=i;for(var a in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==r||!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,r);if(o.value!==i||o.enumerable!==!0)return!1}return!0}});var Gu=M((Lq,Mw)=>{"use strict";m();var Rw=typeof Symbol!="undefined"&&Symbol,jI=xl();Mw.exports=function(){return typeof Rw!="function"||typeof Symbol!="function"||typeof Rw("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:jI()}});var $p=M((Nq,Ow)=>{"use strict";m();Ow.exports=typeof Reflect!="undefined"&&Reflect.getPrototypeOf||null});var Dp=M((Hq,Iw)=>{"use strict";m();var NI=Nu();Iw.exports=NI.getPrototypeOf||null});var Dw=M((Gq,$w)=>{"use strict";m();var BI="Function.prototype.bind called on incompatible ",HI=Object.prototype.toString,UI=Math.max,GI="[object Function]",Fw=function(e,r){for(var n=[],i=0;i<e.length;i+=1)n[i]=e[i];for(var a=0;a<r.length;a+=1)n[a+e.length]=r[a];return n},zI=function(e,r){for(var n=[],i=r||0,a=0;i<e.length;i+=1,a+=1)n[a]=e[i];return n},VI=function(t,e){for(var r="",n=0;n<t.length;n+=1)r+=t[n],n+1<t.length&&(r+=e);return r};$w.exports=function(e){var r=this;if(typeof r!="function"||HI.apply(r)!==GI)throw new TypeError(BI+r);for(var n=zI(arguments,1),i,a=function(){if(this instanceof i){var u=r.apply(this,Fw(n,arguments));return Object(u)===u?u:this}return r.apply(e,Fw(n,arguments))},s=UI(0,r.length-n.length),o=[],l=0;l<s;l++)o[l]="$"+l;if(i=Function("binder","return function ("+VI(o,",")+"){ return binder.apply(this,arguments); }")(a),r.prototype){var c=function(){};c.prototype=r.prototype,i.prototype=new c,c.prototype=null}return i}});var js=M((Vq,Lw)=>{"use strict";m();var qI=Dw();Lw.exports=Function.prototype.bind||qI});var zu=M((Wq,jw)=>{"use strict";m();jw.exports=Function.prototype.call});var Vu=M((Xq,Nw)=>{"use strict";m();Nw.exports=Function.prototype.apply});var Hw=M((Zq,Bw)=>{"use strict";m();Bw.exports=typeof Reflect!="undefined"&&Reflect&&Reflect.apply});var Lp=M((Qq,Uw)=>{"use strict";m();var WI=js(),YI=Vu(),XI=zu(),KI=Hw();Uw.exports=KI||WI.call(XI,YI)});var qu=M((tW,Gw)=>{"use strict";m();var ZI=js(),JI=ur(),QI=zu(),e6=Lp();Gw.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new JI("a function is required");return e6(ZI,QI,e)}});var Xw=M((nW,Yw)=>{"use strict";m();var t6=qu(),zw=Gi(),qw;try{qw=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var jp=!!qw&&zw&&zw(Object.prototype,"__proto__"),Ww=Object,Vw=Ww.getPrototypeOf;Yw.exports=jp&&typeof jp.get=="function"?t6([jp.get]):typeof Vw=="function"?function(e){return Vw(e==null?e:Ww(e))}:!1});var Wu=M((aW,Qw)=>{"use strict";m();var Kw=$p(),Zw=Dp(),Jw=Xw();Qw.exports=Kw?function(e){return Kw(e)}:Zw?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Zw(e)}:Jw?function(e){return Jw(e)}:null});var Yu=M((oW,eb)=>{"use strict";m();var r6=Function.prototype.call,n6=Object.prototype.hasOwnProperty,i6=js();eb.exports=i6.call(r6,n6)});var Fn=M((cW,sb)=>{"use strict";m();var be,a6=Nu(),s6=Fp(),o6=tw(),l6=nw(),c6=aw(),Us=Bu(),Hs=ur(),u6=lw(),f6=uw(),d6=dw(),h6=pw(),p6=gw(),m6=yw(),g6=bw(),v6=Ew(),ib=Function,Np=function(t){try{return ib('"use strict"; return ('+t+").constructor;")()}catch(e){}},Sl=Gi(),y6=_l(),Bp=function(){throw new Hs},w6=Sl?function(){try{return arguments.callee,Bp}catch(t){try{return Sl(arguments,"callee").get}catch(e){return Bp}}}():Bp,Ns=Gu()(),_t=Wu(),b6=Dp(),_6=$p(),ab=Vu(),El=zu(),Bs={},x6=typeof Uint8Array=="undefined"||!_t?be:_t(Uint8Array),Ia={__proto__:null,"%AggregateError%":typeof AggregateError=="undefined"?be:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?be:ArrayBuffer,"%ArrayIteratorPrototype%":Ns&&_t?_t([][Symbol.iterator]()):be,"%AsyncFromSyncIteratorPrototype%":be,"%AsyncFunction%":Bs,"%AsyncGenerator%":Bs,"%AsyncGeneratorFunction%":Bs,"%AsyncIteratorPrototype%":Bs,"%Atomics%":typeof Atomics=="undefined"?be:Atomics,"%BigInt%":typeof BigInt=="undefined"?be:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?be:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?be:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?be:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":s6,"%eval%":eval,"%EvalError%":o6,"%Float16Array%":typeof Float16Array=="undefined"?be:Float16Array,"%Float32Array%":typeof Float32Array=="undefined"?be:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?be:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?be:FinalizationRegistry,"%Function%":ib,"%GeneratorFunction%":Bs,"%Int8Array%":typeof Int8Array=="undefined"?be:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?be:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?be:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ns&&_t?_t(_t([][Symbol.iterator]())):be,"%JSON%":typeof JSON=="object"?JSON:be,"%Map%":typeof Map=="undefined"?be:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!Ns||!_t?be:_t(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":a6,"%Object.getOwnPropertyDescriptor%":Sl,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?be:Promise,"%Proxy%":typeof Proxy=="undefined"?be:Proxy,"%RangeError%":l6,"%ReferenceError%":c6,"%Reflect%":typeof Reflect=="undefined"?be:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?be:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!Ns||!_t?be:_t(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?be:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ns&&_t?_t(""[Symbol.iterator]()):be,"%Symbol%":Ns?Symbol:be,"%SyntaxError%":Us,"%ThrowTypeError%":w6,"%TypedArray%":x6,"%TypeError%":Hs,"%Uint8Array%":typeof Uint8Array=="undefined"?be:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?be:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?be:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?be:Uint32Array,"%URIError%":u6,"%WeakMap%":typeof WeakMap=="undefined"?be:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?be:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?be:WeakSet,"%Function.prototype.call%":El,"%Function.prototype.apply%":ab,"%Object.defineProperty%":y6,"%Object.getPrototypeOf%":b6,"%Math.abs%":f6,"%Math.floor%":d6,"%Math.max%":h6,"%Math.min%":p6,"%Math.pow%":m6,"%Math.round%":g6,"%Math.sign%":v6,"%Reflect.getPrototypeOf%":_6};if(_t)try{null.error}catch(t){tb=_t(_t(t)),Ia["%Error.prototype%"]=tb}var tb,S6=function t(e){var r;if(e==="%AsyncFunction%")r=Np("async function () {}");else if(e==="%GeneratorFunction%")r=Np("function* () {}");else if(e==="%AsyncGeneratorFunction%")r=Np("async function* () {}");else if(e==="%AsyncGenerator%"){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var i=t("%AsyncGenerator%");i&&_t&&(r=_t(i.prototype))}return Ia[e]=r,r},rb={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Al=js(),Xu=Yu(),E6=Al.call(El,Array.prototype.concat),A6=Al.call(ab,Array.prototype.splice),nb=Al.call(El,String.prototype.replace),Ku=Al.call(El,String.prototype.slice),k6=Al.call(El,RegExp.prototype.exec),T6=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,C6=/\\(\\)?/g,P6=function(e){var r=Ku(e,0,1),n=Ku(e,-1);if(r==="%"&&n!=="%")throw new Us("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new Us("invalid intrinsic syntax, expected opening `%`");var i=[];return nb(e,T6,function(a,s,o,l){i[i.length]=o?nb(l,C6,"$1"):s||a}),i},R6=function(e,r){var n=e,i;if(Xu(rb,n)&&(i=rb[n],n="%"+i[0]+"%"),Xu(Ia,n)){var a=Ia[n];if(a===Bs&&(a=S6(n)),typeof a=="undefined"&&!r)throw new Hs("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:a}}throw new Us("intrinsic "+e+" does not exist!")};sb.exports=function(e,r){if(typeof e!="string"||e.length===0)throw new Hs("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Hs('"allowMissing" argument must be a boolean');if(k6(/^%?[^%]*%?$/,e)===null)throw new Us("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=P6(e),i=n.length>0?n[0]:"",a=R6("%"+i+"%",r),s=a.name,o=a.value,l=!1,c=a.alias;c&&(i=c[0],A6(n,E6([0,1],c)));for(var u=1,f=!0;u<n.length;u+=1){var d=n[u],h=Ku(d,0,1),p=Ku(d,-1);if((h==='"'||h==="'"||h==="`"||p==='"'||p==="'"||p==="`")&&h!==p)throw new Us("property names with quotes must have matching quotes");if((d==="constructor"||!f)&&(l=!0),i+="."+d,s="%"+i+"%",Xu(Ia,s))o=Ia[s];else if(o!=null){if(!(d in o)){if(!r)throw new Hs("base intrinsic for "+e+" exists, but the property is not available.");return}if(Sl&&u+1>=n.length){var g=Sl(o,d);f=!!g,f&&"get"in g&&!("originalValue"in g.get)?o=g.get:o=o[d]}else f=Xu(o,d),o=o[d];f&&!l&&(Ia[s]=o)}}return o}});var xt=M((fW,cb)=>{"use strict";m();var ob=Fn(),lb=qu(),M6=lb([ob("%String.prototype.indexOf%")]);cb.exports=function(e,r){var n=ob(e,!!r);return typeof n=="function"&&M6(e,".prototype.")>-1?lb([n]):n}});var hb=M((hW,db)=>{"use strict";m();var fb=Function.prototype.toString,Gs=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,Up,Zu;if(typeof Gs=="function"&&typeof Object.defineProperty=="function")try{Up=Object.defineProperty({},"length",{get:function(){throw Zu}}),Zu={},Gs(function(){throw 42},null,Up)}catch(t){t!==Zu&&(Gs=null)}else Gs=null;var O6=/^\s*class\b/,Gp=function(e){try{var r=fb.call(e);return O6.test(r)}catch(n){return!1}},Hp=function(e){try{return Gp(e)?!1:(fb.call(e),!0)}catch(r){return!1}},Ju=Object.prototype.toString,I6="[object Object]",F6="[object Function]",$6="[object GeneratorFunction]",D6="[object HTMLAllCollection]",L6="[object HTML document.all class]",j6="[object HTMLCollection]",N6=typeof Symbol=="function"&&!!Symbol.toStringTag,B6=!(0 in[,]),zp=function(){return!1};typeof document=="object"&&(ub=document.all,Ju.call(ub)===Ju.call(document.all)&&(zp=function(e){if((B6||!e)&&(typeof e=="undefined"||typeof e=="object"))try{var r=Ju.call(e);return(r===D6||r===L6||r===j6||r===I6)&&e("")==null}catch(n){}return!1}));var ub;db.exports=Gs?function(e){if(zp(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{Gs(e,null,Up)}catch(r){if(r!==Zu)return!1}return!Gp(e)&&Hp(e)}:function(e){if(zp(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(N6)return Hp(e);if(Gp(e))return!1;var r=Ju.call(e);return r!==F6&&r!==$6&&!/^\[object HTML/.test(r)?!1:Hp(e)}});var gb=M((mW,mb)=>{"use strict";m();var H6=hb(),U6=Object.prototype.toString,pb=Object.prototype.hasOwnProperty,G6=function(e,r,n){for(var i=0,a=e.length;i<a;i++)pb.call(e,i)&&(n==null?r(e[i],i,e):r.call(n,e[i],i,e))},z6=function(e,r,n){for(var i=0,a=e.length;i<a;i++)n==null?r(e.charAt(i),i,e):r.call(n,e.charAt(i),i,e)},V6=function(e,r,n){for(var i in e)pb.call(e,i)&&(n==null?r(e[i],i,e):r.call(n,e[i],i,e))};function q6(t){return U6.call(t)==="[object Array]"}mb.exports=function(e,r,n){if(!H6(r))throw new TypeError("iterator must be a function");var i;arguments.length>=3&&(i=n),q6(e)?G6(e,r,i):typeof e=="string"?z6(e,r,i):V6(e,r,i)}});var yb=M((vW,vb)=>{"use strict";m();vb.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]});var bb=M((wW,wb)=>{"use strict";m();var Vp=yb(),W6=typeof globalThis=="undefined"?global:globalThis;wb.exports=function(){for(var e=[],r=0;r<Vp.length;r++)typeof W6[Vp[r]]=="function"&&(e[e.length]=Vp[r]);return e}});var Qu=M((_W,Sb)=>{"use strict";m();var _b=_l(),Y6=Bu(),zs=ur(),xb=Gi();Sb.exports=function(e,r,n){if(!e||typeof e!="object"&&typeof e!="function")throw new zs("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new zs("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new zs("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new zs("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new zs("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new zs("`loose`, if provided, must be a boolean");var i=arguments.length>3?arguments[3]:null,a=arguments.length>4?arguments[4]:null,s=arguments.length>5?arguments[5]:null,o=arguments.length>6?arguments[6]:!1,l=!!xb&&xb(e,r);if(_b)_b(e,r,{configurable:s===null&&l?l.configurable:!s,enumerable:i===null&&l?l.enumerable:!i,value:n,writable:a===null&&l?l.writable:!a});else if(o||!i&&!a&&!s)e[r]=n;else throw new Y6("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var ef=M((SW,Ab)=>{"use strict";m();var qp=_l(),Eb=function(){return!!qp};Eb.hasArrayLengthDefineBug=function(){if(!qp)return null;try{return qp([],"length",{value:1}).length!==1}catch(e){return!0}};Ab.exports=Eb});var Rb=M((AW,Pb)=>{"use strict";m();var X6=Fn(),kb=Qu(),K6=ef()(),Tb=Gi(),Cb=ur(),Z6=X6("%Math.floor%");Pb.exports=function(e,r){if(typeof e!="function")throw new Cb("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||Z6(r)!==r)throw new Cb("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],i=!0,a=!0;if("length"in e&&Tb){var s=Tb(e,"length");s&&!s.configurable&&(i=!1),s&&!s.writable&&(a=!1)}return(i||a||!n)&&(K6?kb(e,"length",r,!0,!0):kb(e,"length",r)),e}});var Ob=M((TW,Mb)=>{"use strict";m();var J6=js(),Q6=Vu(),eF=Lp();Mb.exports=function(){return eF(J6,Q6,arguments)}});var Fa=M((PW,tf)=>{"use strict";m();var tF=Rb(),Ib=_l(),rF=qu(),Fb=Ob();tf.exports=function(e){var r=rF(arguments),n=e.length-(arguments.length-1);return tF(r,1+(n>0?n:0),!0)};Ib?Ib(tf.exports,"apply",{value:Fb}):tf.exports.apply=Fb});var zi=M((MW,$b)=>{"use strict";m();var nF=xl();$b.exports=function(){return nF()&&!!Symbol.toStringTag}});var Kp=M((IW,Nb)=>{"use strict";m();var af=gb(),iF=bb(),Db=Fa(),Yp=xt(),nf=Gi(),rf=Wu(),aF=Yp("Object.prototype.toString"),jb=zi()(),Lb=typeof globalThis=="undefined"?global:globalThis,Wp=iF(),Xp=Yp("String.prototype.slice"),sF=Yp("Array.prototype.indexOf",!0)||function(e,r){for(var n=0;n<e.length;n+=1)if(e[n]===r)return n;return-1},sf={__proto__:null};jb&&nf&&rf?af(Wp,function(t){var e=new Lb[t];if(Symbol.toStringTag in e&&rf){var r=rf(e),n=nf(r,Symbol.toStringTag);if(!n&&r){var i=rf(r);n=nf(i,Symbol.toStringTag)}sf["$"+t]=Db(n.get)}}):af(Wp,function(t){var e=new Lb[t],r=e.slice||e.set;r&&(sf["$"+t]=Db(r))});var oF=function(e){var r=!1;return af(sf,function(n,i){if(!r)try{"$"+n(e)===i&&(r=Xp(i,1))}catch(a){}}),r},lF=function(e){var r=!1;return af(sf,function(n,i){if(!r)try{n(e),r=Xp(i,1)}catch(a){}}),r};Nb.exports=function(e){if(!e||typeof e!="object")return!1;if(!jb){var r=Xp(aF(e),8,-1);return sF(Wp,r)>-1?r:r!=="Object"?!1:lF(e)}return nf?oF(e):null}});var Hb=M(($W,Bb)=>{"use strict";m();var cF=Kp();Bb.exports=function(e){return!!cF(e)}});var Gb=M((LW,Ub)=>{"use strict";m();var uF=ur(),fF=xt(),dF=fF("TypedArray.prototype.buffer",!0),hF=Hb();Ub.exports=dF||function(e){if(!hF(e))throw new uF("Not a Typed Array");return e.buffer}});var qb=M((NW,Vb)=>{"use strict";m();var $n=Lu().Buffer,pF=ju(),mF=Gb(),gF=ArrayBuffer.isView||function(e){try{return mF(e),!0}catch(r){return!1}},vF=typeof Uint8Array!="undefined",zb=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined",yF=zb&&($n.prototype instanceof Uint8Array||$n.TYPED_ARRAY_SUPPORT);Vb.exports=function(e,r){if(e instanceof $n)return e;if(typeof e=="string")return $n.from(e,r);if(zb&&gF(e)){if(e.byteLength===0)return $n.alloc(0);if(yF){var n=$n.from(e.buffer,e.byteOffset,e.byteLength);if(n.byteLength===e.byteLength)return n}var i=e instanceof Uint8Array?e:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),a=$n.from(i);if(a.length===e.byteLength)return a}if(vF&&e instanceof Uint8Array)return $n.from(e);var s=pF(e);if(s)for(var o=0;o<e.length;o+=1){var l=e[o];if(typeof l!="number"||l<0||l>255||~~l!==l)throw new RangeError("Array items must be numbers in the range 0-255.")}if(s||$n.isBuffer(e)&&e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e))return $n.from(e);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')}});var Yb=M((HW,Wb)=>{"use strict";m();var wF=Lu().Buffer,bF=qb();function of(t,e){this._block=wF.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}of.prototype.update=function(t,e){t=bF(t,e||"utf8");for(var r=this._block,n=this._blockSize,i=t.length,a=this._len,s=0;s<i;){for(var o=a%n,l=Math.min(i-s,n-o),c=0;c<l;c++)r[o+c]=t[s+c];a+=l,s+=l,a%n===0&&this._update(r)}return this._len+=i,this};of.prototype.digest=function(t){var e=this._len%this._blockSize;this._block[e]=128,this._block.fill(0,e+1),e>=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=this._len*8;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(r&4294967295)>>>0,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var a=this._hash();return t?a.toString(t):a};of.prototype._update=function(){throw new Error("_update must be implemented by subclass")};Wb.exports=of});var Zb=M((GW,Kb)=>{"use strict";m();var _F=Wy(),Xb=Yb(),xF=Lu().Buffer,SF=[1518500249,1859775393,-1894007588,-899497514],EF=new Array(80);function kl(){this.init(),this._w=EF,Xb.call(this,64,56)}_F(kl,Xb);kl.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function AF(t){return t<<1|t>>>31}function kF(t){return t<<5|t>>>27}function TF(t){return t<<30|t>>>2}function CF(t,e,r,n){return t===0?e&r|~e&n:t===2?e&r|e&n|r&n:e^r^n}kl.prototype._update=function(t){for(var e=this._w,r=this._a|0,n=this._b|0,i=this._c|0,a=this._d|0,s=this._e|0,o=0;o<16;++o)e[o]=t.readInt32BE(o*4);for(;o<80;++o)e[o]=AF(e[o-3]^e[o-8]^e[o-14]^e[o-16]);for(var l=0;l<80;++l){var c=~~(l/20),u=kF(r)+CF(c,n,i,a)+s+e[l]+SF[c]|0;s=a,a=i,i=TF(n),n=r,r=u}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=a+this._d|0,this._e=s+this._e|0};kl.prototype._hash=function(){var t=xF.allocUnsafe(20);return t.writeInt32BE(this._a|0,0),t.writeInt32BE(this._b|0,4),t.writeInt32BE(this._c|0,8),t.writeInt32BE(this._d|0,12),t.writeInt32BE(this._e|0,16),t};Kb.exports=kl});var e2=M((VW,Qb)=>{"use strict";m();function Dn(t){if(typeof t!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}function Jb(t,e){for(var r="",n=0,i=-1,a=0,s,o=0;o<=t.length;++o){if(o<t.length)s=t.charCodeAt(o);else{if(s===47)break;s=47}if(s===47){if(!(i===o-1||a===1))if(i!==o-1&&a===2){if(r.length<2||n!==2||r.charCodeAt(r.length-1)!==46||r.charCodeAt(r.length-2)!==46){if(r.length>2){var l=r.lastIndexOf("/");if(l!==r.length-1){l===-1?(r="",n=0):(r=r.slice(0,l),n=r.length-1-r.lastIndexOf("/")),i=o,a=0;continue}}else if(r.length===2||r.length===1){r="",n=0,i=o,a=0;continue}}e&&(r.length>0?r+="/..":r="..",n=2)}else r.length>0?r+="/"+t.slice(i+1,o):r=t.slice(i+1,o),n=o-i-1;i=o,a=0}else s===46&&a!==-1?++a:a=-1}return r}function PF(t,e){var r=e.dir||e.root,n=e.base||(e.name||"")+(e.ext||"");return r?r===e.root?r+n:r+t+n:n}var Vs={resolve:function(){for(var e="",r=!1,n,i=arguments.length-1;i>=-1&&!r;i--){var a;i>=0?a=arguments[i]:(n===void 0&&(n=process.cwd()),a=n),Dn(a),a.length!==0&&(e=a+"/"+e,r=a.charCodeAt(0)===47)}return e=Jb(e,!r),r?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(Dn(e),e.length===0)return".";var r=e.charCodeAt(0)===47,n=e.charCodeAt(e.length-1)===47;return e=Jb(e,!r),e.length===0&&!r&&(e="."),e.length>0&&n&&(e+="/"),r?"/"+e:e},isAbsolute:function(e){return Dn(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,r=0;r<arguments.length;++r){var n=arguments[r];Dn(n),n.length>0&&(e===void 0?e=n:e+="/"+n)}return e===void 0?".":Vs.normalize(e)},relative:function(e,r){if(Dn(e),Dn(r),e===r||(e=Vs.resolve(e),r=Vs.resolve(r),e===r))return"";for(var n=1;n<e.length&&e.charCodeAt(n)===47;++n);for(var i=e.length,a=i-n,s=1;s<r.length&&r.charCodeAt(s)===47;++s);for(var o=r.length,l=o-s,c=a<l?a:l,u=-1,f=0;f<=c;++f){if(f===c){if(l>c){if(r.charCodeAt(s+f)===47)return r.slice(s+f+1);if(f===0)return r.slice(s+f)}else a>c&&(e.charCodeAt(n+f)===47?u=f:f===0&&(u=0));break}var d=e.charCodeAt(n+f),h=r.charCodeAt(s+f);if(d!==h)break;d===47&&(u=f)}var p="";for(f=n+u+1;f<=i;++f)(f===i||e.charCodeAt(f)===47)&&(p.length===0?p+="..":p+="/..");return p.length>0?p+r.slice(s+u):(s+=u,r.charCodeAt(s)===47&&++s,r.slice(s))},_makeLong:function(e){return e},dirname:function(e){if(Dn(e),e.length===0)return".";for(var r=e.charCodeAt(0),n=r===47,i=-1,a=!0,s=e.length-1;s>=1;--s)if(r=e.charCodeAt(s),r===47){if(!a){i=s;break}}else a=!1;return i===-1?n?"/":".":n&&i===1?"//":e.slice(0,i)},basename:function(e,r){if(r!==void 0&&typeof r!="string")throw new TypeError('"ext" argument must be a string');Dn(e);var n=0,i=-1,a=!0,s;if(r!==void 0&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var o=r.length-1,l=-1;for(s=e.length-1;s>=0;--s){var c=e.charCodeAt(s);if(c===47){if(!a){n=s+1;break}}else l===-1&&(a=!1,l=s+1),o>=0&&(c===r.charCodeAt(o)?--o===-1&&(i=s):(o=-1,i=l))}return n===i?i=l:i===-1&&(i=e.length),e.slice(n,i)}else{for(s=e.length-1;s>=0;--s)if(e.charCodeAt(s)===47){if(!a){n=s+1;break}}else i===-1&&(a=!1,i=s+1);return i===-1?"":e.slice(n,i)}},extname:function(e){Dn(e);for(var r=-1,n=0,i=-1,a=!0,s=0,o=e.length-1;o>=0;--o){var l=e.charCodeAt(o);if(l===47){if(!a){n=o+1;break}continue}i===-1&&(a=!1,i=o+1),l===46?r===-1?r=o:s!==1&&(s=1):r!==-1&&(s=-1)}return r===-1||i===-1||s===0||s===1&&r===i-1&&r===n+1?"":e.slice(r,i)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return PF("/",e)},parse:function(e){Dn(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return r;var n=e.charCodeAt(0),i=n===47,a;i?(r.root="/",a=1):a=0;for(var s=-1,o=0,l=-1,c=!0,u=e.length-1,f=0;u>=a;--u){if(n=e.charCodeAt(u),n===47){if(!c){o=u+1;break}continue}l===-1&&(c=!1,l=u+1),n===46?s===-1?s=u:f!==1&&(f=1):s!==-1&&(f=-1)}return s===-1||l===-1||f===0||f===1&&s===l-1&&s===o+1?l!==-1&&(o===0&&i?r.base=r.name=e.slice(1,l):r.base=r.name=e.slice(o,l)):(o===0&&i?(r.name=e.slice(1,s),r.base=e.slice(1,l)):(r.name=e.slice(o,s),r.base=e.slice(o,l)),r.ext=e.slice(s,l)),o>0?r.dir=e.slice(0,o-1):i&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};Vs.posix=Vs;Qb.exports=Vs});var r2=M(Zp=>{m();var t2;(function(t){typeof DO_NOT_EXPORT_CRC=="undefined"?typeof Zp=="object"?t(Zp):typeof define=="function"&&define.amd?define(function(){var e={};return t(e),e}):t(t2={}):t(t2={})})(function(t){t.version="1.2.2";function e(){for(var w=0,x=new Array(256),_=0;_!=256;++_)w=_,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,x[_]=w;return typeof Int32Array!="undefined"?new Int32Array(x):x}var r=e();function n(w){var x=0,_=0,T=0,C=typeof Int32Array!="undefined"?new Int32Array(4096):new Array(4096);for(T=0;T!=256;++T)C[T]=w[T];for(T=0;T!=256;++T)for(_=w[T],x=256+T;x<4096;x+=256)_=C[x]=_>>>8^w[_&255];var I=[];for(T=1;T!=16;++T)I[T-1]=typeof Int32Array!="undefined"?C.subarray(T*256,T*256+256):C.slice(T*256,T*256+256);return I}var i=n(r),a=i[0],s=i[1],o=i[2],l=i[3],c=i[4],u=i[5],f=i[6],d=i[7],h=i[8],p=i[9],g=i[10],v=i[11],y=i[12],b=i[13],E=i[14];function S(w,x){for(var _=x^-1,T=0,C=w.length;T<C;)_=_>>>8^r[(_^w.charCodeAt(T++))&255];return~_}function A(w,x){for(var _=x^-1,T=w.length-15,C=0;C<T;)_=E[w[C++]^_&255]^b[w[C++]^_>>8&255]^y[w[C++]^_>>16&255]^v[w[C++]^_>>>24]^g[w[C++]]^p[w[C++]]^h[w[C++]]^d[w[C++]]^f[w[C++]]^u[w[C++]]^c[w[C++]]^l[w[C++]]^o[w[C++]]^s[w[C++]]^a[w[C++]]^r[w[C++]];for(T+=15;C<T;)_=_>>>8^r[(_^w[C++])&255];return~_}function k(w,x){for(var _=x^-1,T=0,C=w.length,I=0,L=0;T<C;)I=w.charCodeAt(T++),I<128?_=_>>>8^r[(_^I)&255]:I<2048?(_=_>>>8^r[(_^(192|I>>6&31))&255],_=_>>>8^r[(_^(128|I&63))&255]):I>=55296&&I<57344?(I=(I&1023)+64,L=w.charCodeAt(T++)&1023,_=_>>>8^r[(_^(240|I>>8&7))&255],_=_>>>8^r[(_^(128|I>>2&63))&255],_=_>>>8^r[(_^(128|L>>6&15|(I&3)<<4))&255],_=_>>>8^r[(_^(128|L&63))&255]):(_=_>>>8^r[(_^(224|I>>12&15))&255],_=_>>>8^r[(_^(128|I>>6&63))&255],_=_>>>8^r[(_^(128|I&63))&255]);return~_}t.table=r,t.bstr=S,t.buf=A,t.str=k})});var pi=M(Qt=>{"use strict";m();var RF=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function MF(t,e){return Object.prototype.hasOwnProperty.call(t,e)}Qt.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)MF(r,n)&&(t[n]=r[n])}}return t};Qt.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var OF={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var a=0;a<n;a++)t[i+a]=e[r+a]},flattenChunks:function(t){var e,r,n,i,a,s;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(s=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)a=t[e],s.set(a,i),i+=a.length;return s}},IF={arraySet:function(t,e,r,n,i){for(var a=0;a<n;a++)t[i+a]=e[r+a]},flattenChunks:function(t){return[].concat.apply([],t)}};Qt.setTyped=function(t){t?(Qt.Buf8=Uint8Array,Qt.Buf16=Uint16Array,Qt.Buf32=Int32Array,Qt.assign(Qt,OF)):(Qt.Buf8=Array,Qt.Buf16=Array,Qt.Buf32=Array,Qt.assign(Qt,IF))};Qt.setTyped(RF)});var A2=M(Ys=>{"use strict";m();var FF=pi(),$F=4,n2=0,i2=1,DF=2;function Ws(t){for(var e=t.length;--e>=0;)t[e]=0}var LF=0,u2=1,jF=2,NF=3,BF=258,im=29,Ol=256,Cl=Ol+1+im,qs=30,am=19,f2=2*Cl+1,$a=15,Jp=16,HF=7,sm=256,d2=16,h2=17,p2=18,rm=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],lf=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],UF=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],m2=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],GF=512,mi=new Array((Cl+2)*2);Ws(mi);var Tl=new Array(qs*2);Ws(Tl);var Pl=new Array(GF);Ws(Pl);var Rl=new Array(BF-NF+1);Ws(Rl);var om=new Array(im);Ws(om);var cf=new Array(qs);Ws(cf);function Qp(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var g2,v2,y2;function em(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function w2(t){return t<256?Pl[t]:Pl[256+(t>>>7)]}function Ml(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function fr(t,e,r){t.bi_valid>Jp-r?(t.bi_buf|=e<<t.bi_valid&65535,Ml(t,t.bi_buf),t.bi_buf=e>>Jp-t.bi_valid,t.bi_valid+=r-Jp):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function Ln(t,e,r){fr(t,r[e*2],r[e*2+1])}function b2(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function zF(t){t.bi_valid===16?(Ml(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function VF(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,a=e.stat_desc.has_stree,s=e.stat_desc.extra_bits,o=e.stat_desc.extra_base,l=e.stat_desc.max_length,c,u,f,d,h,p,g=0;for(d=0;d<=$a;d++)t.bl_count[d]=0;for(r[t.heap[t.heap_max]*2+1]=0,c=t.heap_max+1;c<f2;c++)u=t.heap[c],d=r[r[u*2+1]*2+1]+1,d>l&&(d=l,g++),r[u*2+1]=d,!(u>n)&&(t.bl_count[d]++,h=0,u>=o&&(h=s[u-o]),p=r[u*2],t.opt_len+=p*(d+h),a&&(t.static_len+=p*(i[u*2+1]+h)));if(g!==0){do{for(d=l-1;t.bl_count[d]===0;)d--;t.bl_count[d]--,t.bl_count[d+1]+=2,t.bl_count[l]--,g-=2}while(g>0);for(d=l;d!==0;d--)for(u=t.bl_count[d];u!==0;)f=t.heap[--c],!(f>n)&&(r[f*2+1]!==d&&(t.opt_len+=(d-r[f*2+1])*r[f*2],r[f*2+1]=d),u--)}}function _2(t,e,r){var n=new Array($a+1),i=0,a,s;for(a=1;a<=$a;a++)n[a]=i=i+r[a-1]<<1;for(s=0;s<=e;s++){var o=t[s*2+1];o!==0&&(t[s*2]=b2(n[o]++,o))}}function qF(){var t,e,r,n,i,a=new Array($a+1);for(r=0,n=0;n<im-1;n++)for(om[n]=r,t=0;t<1<<rm[n];t++)Rl[r++]=n;for(Rl[r-1]=n,i=0,n=0;n<16;n++)for(cf[n]=i,t=0;t<1<<lf[n];t++)Pl[i++]=n;for(i>>=7;n<qs;n++)for(cf[n]=i<<7,t=0;t<1<<lf[n]-7;t++)Pl[256+i++]=n;for(e=0;e<=$a;e++)a[e]=0;for(t=0;t<=143;)mi[t*2+1]=8,t++,a[8]++;for(;t<=255;)mi[t*2+1]=9,t++,a[9]++;for(;t<=279;)mi[t*2+1]=7,t++,a[7]++;for(;t<=287;)mi[t*2+1]=8,t++,a[8]++;for(_2(mi,Cl+1,a),t=0;t<qs;t++)Tl[t*2+1]=5,Tl[t*2]=b2(t,5);g2=new Qp(mi,rm,Ol+1,Cl,$a),v2=new Qp(Tl,lf,0,qs,$a),y2=new Qp(new Array(0),UF,0,am,HF)}function x2(t){var e;for(e=0;e<Cl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<qs;e++)t.dyn_dtree[e*2]=0;for(e=0;e<am;e++)t.bl_tree[e*2]=0;t.dyn_ltree[sm*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function S2(t){t.bi_valid>8?Ml(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function WF(t,e,r,n){S2(t),n&&(Ml(t,r),Ml(t,~r)),FF.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function a2(t,e,r,n){var i=e*2,a=r*2;return t[i]<t[a]||t[i]===t[a]&&n[e]<=n[r]}function tm(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&a2(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!a2(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function s2(t,e,r){var n,i,a=0,s,o;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+a*2]<<8|t.pending_buf[t.d_buf+a*2+1],i=t.pending_buf[t.l_buf+a],a++,n===0?Ln(t,i,e):(s=Rl[i],Ln(t,s+Ol+1,e),o=rm[s],o!==0&&(i-=om[s],fr(t,i,o)),n--,s=w2(n),Ln(t,s,r),o=lf[s],o!==0&&(n-=cf[s],fr(t,n,o)));while(a<t.last_lit);Ln(t,sm,e)}function nm(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,a=e.stat_desc.elems,s,o,l=-1,c;for(t.heap_len=0,t.heap_max=f2,s=0;s<a;s++)r[s*2]!==0?(t.heap[++t.heap_len]=l=s,t.depth[s]=0):r[s*2+1]=0;for(;t.heap_len<2;)c=t.heap[++t.heap_len]=l<2?++l:0,r[c*2]=1,t.depth[c]=0,t.opt_len--,i&&(t.static_len-=n[c*2+1]);for(e.max_code=l,s=t.heap_len>>1;s>=1;s--)tm(t,r,s);c=a;do s=t.heap[1],t.heap[1]=t.heap[t.heap_len--],tm(t,r,1),o=t.heap[1],t.heap[--t.heap_max]=s,t.heap[--t.heap_max]=o,r[c*2]=r[s*2]+r[o*2],t.depth[c]=(t.depth[s]>=t.depth[o]?t.depth[s]:t.depth[o])+1,r[s*2+1]=r[o*2+1]=c,t.heap[1]=c++,tm(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],VF(t,e),_2(r,l,t.bl_count)}function o2(t,e,r){var n,i=-1,a,s=e[0*2+1],o=0,l=7,c=4;for(s===0&&(l=138,c=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)a=s,s=e[(n+1)*2+1],!(++o<l&&a===s)&&(o<c?t.bl_tree[a*2]+=o:a!==0?(a!==i&&t.bl_tree[a*2]++,t.bl_tree[d2*2]++):o<=10?t.bl_tree[h2*2]++:t.bl_tree[p2*2]++,o=0,i=a,s===0?(l=138,c=3):a===s?(l=6,c=3):(l=7,c=4))}function l2(t,e,r){var n,i=-1,a,s=e[0*2+1],o=0,l=7,c=4;for(s===0&&(l=138,c=3),n=0;n<=r;n++)if(a=s,s=e[(n+1)*2+1],!(++o<l&&a===s)){if(o<c)do Ln(t,a,t.bl_tree);while(--o!==0);else a!==0?(a!==i&&(Ln(t,a,t.bl_tree),o--),Ln(t,d2,t.bl_tree),fr(t,o-3,2)):o<=10?(Ln(t,h2,t.bl_tree),fr(t,o-3,3)):(Ln(t,p2,t.bl_tree),fr(t,o-11,7));o=0,i=a,s===0?(l=138,c=3):a===s?(l=6,c=3):(l=7,c=4)}}function YF(t){var e;for(o2(t,t.dyn_ltree,t.l_desc.max_code),o2(t,t.dyn_dtree,t.d_desc.max_code),nm(t,t.bl_desc),e=am-1;e>=3&&t.bl_tree[m2[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function XF(t,e,r,n){var i;for(fr(t,e-257,5),fr(t,r-1,5),fr(t,n-4,4),i=0;i<n;i++)fr(t,t.bl_tree[m2[i]*2+1],3);l2(t,t.dyn_ltree,e-1),l2(t,t.dyn_dtree,r-1)}function KF(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return n2;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return i2;for(r=32;r<Ol;r++)if(t.dyn_ltree[r*2]!==0)return i2;return n2}var c2=!1;function ZF(t){c2||(qF(),c2=!0),t.l_desc=new em(t.dyn_ltree,g2),t.d_desc=new em(t.dyn_dtree,v2),t.bl_desc=new em(t.bl_tree,y2),t.bi_buf=0,t.bi_valid=0,x2(t)}function E2(t,e,r,n){fr(t,(LF<<1)+(n?1:0),3),WF(t,e,r,!0)}function JF(t){fr(t,u2<<1,3),Ln(t,sm,mi),zF(t)}function QF(t,e,r,n){var i,a,s=0;t.level>0?(t.strm.data_type===DF&&(t.strm.data_type=KF(t)),nm(t,t.l_desc),nm(t,t.d_desc),s=YF(t),i=t.opt_len+3+7>>>3,a=t.static_len+3+7>>>3,a<=i&&(i=a)):i=a=r+5,r+4<=i&&e!==-1?E2(t,e,r,n):t.strategy===$F||a===i?(fr(t,(u2<<1)+(n?1:0),3),s2(t,mi,Tl)):(fr(t,(jF<<1)+(n?1:0),3),XF(t,t.l_desc.max_code+1,t.d_desc.max_code+1,s+1),s2(t,t.dyn_ltree,t.dyn_dtree)),x2(t),n&&S2(t)}function e$(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(Rl[r]+Ol+1)*2]++,t.dyn_dtree[w2(e)*2]++),t.last_lit===t.lit_bufsize-1}Ys._tr_init=ZF;Ys._tr_stored_block=E2;Ys._tr_flush_block=QF;Ys._tr_tally=e$;Ys._tr_align=JF});var lm=M((QW,k2)=>{"use strict";m();function t$(t,e,r,n){for(var i=t&65535|0,a=t>>>16&65535|0,s=0;r!==0;){s=r>2e3?2e3:r,r-=s;do i=i+e[n++]|0,a=a+i|0;while(--s);i%=65521,a%=65521}return i|a<<16|0}k2.exports=t$});var cm=M((tY,T2)=>{"use strict";m();function r$(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var n$=r$();function i$(t,e,r,n){var i=n$,a=n+r;t^=-1;for(var s=n;s<a;s++)t=t>>>8^i[(t^e[s])&255];return t^-1}T2.exports=i$});var uf=M((nY,C2)=>{"use strict";m();C2.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var L2=M(Bn=>{"use strict";m();var er=pi(),Wr=A2(),O2=lm(),Vi=cm(),a$=uf(),Na=0,s$=1,o$=3,Ki=4,P2=5,Nn=0,R2=1,Yr=-2,l$=-3,um=-5,c$=-1,u$=1,ff=2,f$=3,d$=4,h$=0,p$=2,mf=8,m$=9,g$=15,v$=8,y$=29,w$=256,dm=w$+1+y$,b$=30,_$=19,x$=2*dm+1,S$=15,Ee=3,Yi=258,dn=Yi+Ee+1,E$=32,gf=42,hm=69,df=73,hf=91,pf=103,Da=113,Fl=666,wt=1,$l=2,La=3,Zs=4,A$=3;function Xi(t,e){return t.msg=a$[e],e}function M2(t){return(t<<1)-(t>4?9:0)}function Wi(t){for(var e=t.length;--e>=0;)t[e]=0}function qi(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(er.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function Ft(t,e){Wr._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,qi(t.strm)}function Re(t,e){t.pending_buf[t.pending++]=e}function Il(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function k$(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,er.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=O2(t.adler,e,i,r):t.state.wrap===2&&(t.adler=Vi(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function I2(t,e){var r=t.max_chain_length,n=t.strstart,i,a,s=t.prev_length,o=t.nice_match,l=t.strstart>t.w_size-dn?t.strstart-(t.w_size-dn):0,c=t.window,u=t.w_mask,f=t.prev,d=t.strstart+Yi,h=c[n+s-1],p=c[n+s];t.prev_length>=t.good_match&&(r>>=2),o>t.lookahead&&(o=t.lookahead);do if(i=e,!(c[i+s]!==p||c[i+s-1]!==h||c[i]!==c[n]||c[++i]!==c[n+1])){n+=2,i++;do;while(c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&n<d);if(a=Yi-(d-n),n=d-Yi,a>s){if(t.match_start=e,s=a,a>=o)break;h=c[n+s-1],p=c[n+s]}}while((e=f[e&u])>l&&--r!==0);return s<=t.lookahead?s:t.lookahead}function ja(t){var e=t.w_size,r,n,i,a,s;do{if(a=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-dn)){er.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);a+=e}if(t.strm.avail_in===0)break;if(n=k$(t.strm,t.window,t.strstart+t.lookahead,a),t.lookahead+=n,t.lookahead+t.insert>=Ee)for(s=t.strstart-t.insert,t.ins_h=t.window[s],t.ins_h=(t.ins_h<<t.hash_shift^t.window[s+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[s+Ee-1])&t.hash_mask,t.prev[s&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=s,s++,t.insert--,!(t.lookahead+t.insert<Ee)););}while(t.lookahead<dn&&t.strm.avail_in!==0)}function T$(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(ja(t),t.lookahead===0&&e===Na)return wt;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,Ft(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-dn&&(Ft(t,!1),t.strm.avail_out===0))return wt}return t.insert=0,e===Ki?(Ft(t,!0),t.strm.avail_out===0?La:Zs):(t.strstart>t.block_start&&(Ft(t,!1),t.strm.avail_out===0),wt)}function fm(t,e){for(var r,n;;){if(t.lookahead<dn){if(ja(t),t.lookahead<dn&&e===Na)return wt;if(t.lookahead===0)break}if(r=0,t.lookahead>=Ee&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ee-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-dn&&(t.match_length=I2(t,r)),t.match_length>=Ee)if(n=Wr._tr_tally(t,t.strstart-t.match_start,t.match_length-Ee),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=Ee){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ee-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!==0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=Wr._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(Ft(t,!1),t.strm.avail_out===0))return wt}return t.insert=t.strstart<Ee-1?t.strstart:Ee-1,e===Ki?(Ft(t,!0),t.strm.avail_out===0?La:Zs):t.last_lit&&(Ft(t,!1),t.strm.avail_out===0)?wt:$l}function Xs(t,e){for(var r,n,i;;){if(t.lookahead<dn){if(ja(t),t.lookahead<dn&&e===Na)return wt;if(t.lookahead===0)break}if(r=0,t.lookahead>=Ee&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ee-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=Ee-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-dn&&(t.match_length=I2(t,r),t.match_length<=5&&(t.strategy===u$||t.match_length===Ee&&t.strstart-t.match_start>4096)&&(t.match_length=Ee-1)),t.prev_length>=Ee&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-Ee,n=Wr._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-Ee),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ee-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!==0);if(t.match_available=0,t.match_length=Ee-1,t.strstart++,n&&(Ft(t,!1),t.strm.avail_out===0))return wt}else if(t.match_available){if(n=Wr._tr_tally(t,0,t.window[t.strstart-1]),n&&Ft(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return wt}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=Wr._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<Ee-1?t.strstart:Ee-1,e===Ki?(Ft(t,!0),t.strm.avail_out===0?La:Zs):t.last_lit&&(Ft(t,!1),t.strm.avail_out===0)?wt:$l}function C$(t,e){for(var r,n,i,a,s=t.window;;){if(t.lookahead<=Yi){if(ja(t),t.lookahead<=Yi&&e===Na)return wt;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=Ee&&t.strstart>0&&(i=t.strstart-1,n=s[i],n===s[++i]&&n===s[++i]&&n===s[++i])){a=t.strstart+Yi;do;while(n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&i<a);t.match_length=Yi-(a-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=Ee?(r=Wr._tr_tally(t,1,t.match_length-Ee),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=Wr._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(Ft(t,!1),t.strm.avail_out===0))return wt}return t.insert=0,e===Ki?(Ft(t,!0),t.strm.avail_out===0?La:Zs):t.last_lit&&(Ft(t,!1),t.strm.avail_out===0)?wt:$l}function P$(t,e){for(var r;;){if(t.lookahead===0&&(ja(t),t.lookahead===0)){if(e===Na)return wt;break}if(t.match_length=0,r=Wr._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(Ft(t,!1),t.strm.avail_out===0))return wt}return t.insert=0,e===Ki?(Ft(t,!0),t.strm.avail_out===0?La:Zs):t.last_lit&&(Ft(t,!1),t.strm.avail_out===0)?wt:$l}function jn(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var Ks;Ks=[new jn(0,0,0,0,T$),new jn(4,4,8,4,fm),new jn(4,5,16,8,fm),new jn(4,6,32,32,fm),new jn(4,4,16,16,Xs),new jn(8,16,32,32,Xs),new jn(8,16,128,128,Xs),new jn(8,32,128,256,Xs),new jn(32,128,258,1024,Xs),new jn(32,258,258,4096,Xs)];function R$(t){t.window_size=2*t.w_size,Wi(t.head),t.max_lazy_match=Ks[t.level].max_lazy,t.good_match=Ks[t.level].good_length,t.nice_match=Ks[t.level].nice_length,t.max_chain_length=Ks[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=Ee-1,t.match_available=0,t.ins_h=0}function M$(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=mf,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new er.Buf16(x$*2),this.dyn_dtree=new er.Buf16((2*b$+1)*2),this.bl_tree=new er.Buf16((2*_$+1)*2),Wi(this.dyn_ltree),Wi(this.dyn_dtree),Wi(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new er.Buf16(S$+1),this.heap=new er.Buf16(2*dm+1),Wi(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new er.Buf16(2*dm+1),Wi(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function F2(t){var e;return!t||!t.state?Xi(t,Yr):(t.total_in=t.total_out=0,t.data_type=p$,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?gf:Da,t.adler=e.wrap===2?0:1,e.last_flush=Na,Wr._tr_init(e),Nn)}function $2(t){var e=F2(t);return e===Nn&&R$(t.state),e}function O$(t,e){return!t||!t.state||t.state.wrap!==2?Yr:(t.state.gzhead=e,Nn)}function D2(t,e,r,n,i,a){if(!t)return Yr;var s=1;if(e===c$&&(e=6),n<0?(s=0,n=-n):n>15&&(s=2,n-=16),i<1||i>m$||r!==mf||n<8||n>15||e<0||e>9||a<0||a>d$)return Xi(t,Yr);n===8&&(n=9);var o=new M$;return t.state=o,o.strm=t,o.wrap=s,o.gzhead=null,o.w_bits=n,o.w_size=1<<o.w_bits,o.w_mask=o.w_size-1,o.hash_bits=i+7,o.hash_size=1<<o.hash_bits,o.hash_mask=o.hash_size-1,o.hash_shift=~~((o.hash_bits+Ee-1)/Ee),o.window=new er.Buf8(o.w_size*2),o.head=new er.Buf16(o.hash_size),o.prev=new er.Buf16(o.w_size),o.lit_bufsize=1<<i+6,o.pending_buf_size=o.lit_bufsize*4,o.pending_buf=new er.Buf8(o.pending_buf_size),o.d_buf=1*o.lit_bufsize,o.l_buf=3*o.lit_bufsize,o.level=e,o.strategy=a,o.method=r,$2(t)}function I$(t,e){return D2(t,e,mf,g$,v$,h$)}function F$(t,e){var r,n,i,a;if(!t||!t.state||e>P2||e<0)return t?Xi(t,Yr):Yr;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Fl&&e!==Ki)return Xi(t,t.avail_out===0?um:Yr);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===gf)if(n.wrap===2)t.adler=0,Re(n,31),Re(n,139),Re(n,8),n.gzhead?(Re(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),Re(n,n.gzhead.time&255),Re(n,n.gzhead.time>>8&255),Re(n,n.gzhead.time>>16&255),Re(n,n.gzhead.time>>24&255),Re(n,n.level===9?2:n.strategy>=ff||n.level<2?4:0),Re(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(Re(n,n.gzhead.extra.length&255),Re(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=Vi(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=hm):(Re(n,0),Re(n,0),Re(n,0),Re(n,0),Re(n,0),Re(n,n.level===9?2:n.strategy>=ff||n.level<2?4:0),Re(n,A$),n.status=Da);else{var s=mf+(n.w_bits-8<<4)<<8,o=-1;n.strategy>=ff||n.level<2?o=0:n.level<6?o=1:n.level===6?o=2:o=3,s|=o<<6,n.strstart!==0&&(s|=E$),s+=31-s%31,n.status=Da,Il(n,s),n.strstart!==0&&(Il(n,t.adler>>>16),Il(n,t.adler&65535)),t.adler=1}if(n.status===hm)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),qi(t),i=n.pending,n.pending===n.pending_buf_size));)Re(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=df)}else n.status=df;if(n.status===df)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),qi(t),i=n.pending,n.pending===n.pending_buf_size)){a=1;break}n.gzindex<n.gzhead.name.length?a=n.gzhead.name.charCodeAt(n.gzindex++)&255:a=0,Re(n,a)}while(a!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),a===0&&(n.gzindex=0,n.status=hf)}else n.status=hf;if(n.status===hf)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),qi(t),i=n.pending,n.pending===n.pending_buf_size)){a=1;break}n.gzindex<n.gzhead.comment.length?a=n.gzhead.comment.charCodeAt(n.gzindex++)&255:a=0,Re(n,a)}while(a!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Vi(t.adler,n.pending_buf,n.pending-i,i)),a===0&&(n.status=pf)}else n.status=pf;if(n.status===pf&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&qi(t),n.pending+2<=n.pending_buf_size&&(Re(n,t.adler&255),Re(n,t.adler>>8&255),t.adler=0,n.status=Da)):n.status=Da),n.pending!==0){if(qi(t),t.avail_out===0)return n.last_flush=-1,Nn}else if(t.avail_in===0&&M2(e)<=M2(r)&&e!==Ki)return Xi(t,um);if(n.status===Fl&&t.avail_in!==0)return Xi(t,um);if(t.avail_in!==0||n.lookahead!==0||e!==Na&&n.status!==Fl){var l=n.strategy===ff?P$(n,e):n.strategy===f$?C$(n,e):Ks[n.level].func(n,e);if((l===La||l===Zs)&&(n.status=Fl),l===wt||l===La)return t.avail_out===0&&(n.last_flush=-1),Nn;if(l===$l&&(e===s$?Wr._tr_align(n):e!==P2&&(Wr._tr_stored_block(n,0,0,!1),e===o$&&(Wi(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),qi(t),t.avail_out===0))return n.last_flush=-1,Nn}return e!==Ki?Nn:n.wrap<=0?R2:(n.wrap===2?(Re(n,t.adler&255),Re(n,t.adler>>8&255),Re(n,t.adler>>16&255),Re(n,t.adler>>24&255),Re(n,t.total_in&255),Re(n,t.total_in>>8&255),Re(n,t.total_in>>16&255),Re(n,t.total_in>>24&255)):(Il(n,t.adler>>>16),Il(n,t.adler&65535)),qi(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?Nn:R2)}function $$(t){var e;return!t||!t.state?Yr:(e=t.state.status,e!==gf&&e!==hm&&e!==df&&e!==hf&&e!==pf&&e!==Da&&e!==Fl?Xi(t,Yr):(t.state=null,e===Da?Xi(t,l$):Nn))}function D$(t,e){var r=e.length,n,i,a,s,o,l,c,u;if(!t||!t.state||(n=t.state,s=n.wrap,s===2||s===1&&n.status!==gf||n.lookahead))return Yr;for(s===1&&(t.adler=O2(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(s===0&&(Wi(n.head),n.strstart=0,n.block_start=0,n.insert=0),u=new er.Buf8(n.w_size),er.arraySet(u,e,r-n.w_size,n.w_size,0),e=u,r=n.w_size),o=t.avail_in,l=t.next_in,c=t.input,t.avail_in=r,t.next_in=0,t.input=e,ja(n);n.lookahead>=Ee;){i=n.strstart,a=n.lookahead-(Ee-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+Ee-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--a);n.strstart=i,n.lookahead=Ee-1,ja(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=Ee-1,n.match_available=0,t.next_in=l,t.input=c,t.avail_in=o,n.wrap=s,Nn}Bn.deflateInit=I$;Bn.deflateInit2=D2;Bn.deflateReset=$2;Bn.deflateResetKeep=F2;Bn.deflateSetHeader=O$;Bn.deflate=F$;Bn.deflateEnd=$$;Bn.deflateSetDictionary=D$;Bn.deflateInfo="pako deflate (from Nodeca project)"});var pm=M(Js=>{"use strict";m();var vf=pi(),j2=!0,N2=!0;try{String.fromCharCode.apply(null,[0])}catch(t){j2=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(t){N2=!1}var Dl=new vf.Buf8(256);for(gi=0;gi<256;gi++)Dl[gi]=gi>=252?6:gi>=248?5:gi>=240?4:gi>=224?3:gi>=192?2:1;var gi;Dl[254]=Dl[254]=1;Js.string2buf=function(t){var e,r,n,i,a,s=t.length,o=0;for(i=0;i<s;i++)r=t.charCodeAt(i),(r&64512)===55296&&i+1<s&&(n=t.charCodeAt(i+1),(n&64512)===56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),o+=r<128?1:r<2048?2:r<65536?3:4;for(e=new vf.Buf8(o),a=0,i=0;a<o;i++)r=t.charCodeAt(i),(r&64512)===55296&&i+1<s&&(n=t.charCodeAt(i+1),(n&64512)===56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[a++]=r:r<2048?(e[a++]=192|r>>>6,e[a++]=128|r&63):r<65536?(e[a++]=224|r>>>12,e[a++]=128|r>>>6&63,e[a++]=128|r&63):(e[a++]=240|r>>>18,e[a++]=128|r>>>12&63,e[a++]=128|r>>>6&63,e[a++]=128|r&63);return e};function B2(t,e){if(e<65534&&(t.subarray&&N2||!t.subarray&&j2))return String.fromCharCode.apply(null,vf.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Js.buf2binstring=function(t){return B2(t,t.length)};Js.binstring2buf=function(t){for(var e=new vf.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Js.buf2string=function(t,e){var r,n,i,a,s=e||t.length,o=new Array(s*2);for(n=0,r=0;r<s;){if(i=t[r++],i<128){o[n++]=i;continue}if(a=Dl[i],a>4){o[n++]=65533,r+=a-1;continue}for(i&=a===2?31:a===3?15:7;a>1&&r<s;)i=i<<6|t[r++]&63,a--;if(a>1){o[n++]=65533;continue}i<65536?o[n++]=i:(i-=65536,o[n++]=55296|i>>10&1023,o[n++]=56320|i&1023)}return B2(o,n)};Js.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)===128;)r--;return r<0||r===0?e:r+Dl[t[r]]>e?r:e}});var mm=M((cY,H2)=>{"use strict";m();function L$(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}H2.exports=L$});var V2=M(Nl=>{"use strict";m();var Ll=L2(),jl=pi(),vm=pm(),ym=uf(),j$=mm(),z2=Object.prototype.toString,N$=0,gm=4,Qs=0,U2=1,G2=2,B$=-1,H$=0,U$=8;function Ba(t){if(!(this instanceof Ba))return new Ba(t);this.options=jl.assign({level:B$,method:U$,chunkSize:16384,windowBits:15,memLevel:8,strategy:H$,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new j$,this.strm.avail_out=0;var r=Ll.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Qs)throw new Error(ym[r]);if(e.header&&Ll.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=vm.string2buf(e.dictionary):z2.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Ll.deflateSetDictionary(this.strm,n),r!==Qs)throw new Error(ym[r]);this._dict_set=!0}}Ba.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,a;if(this.ended)return!1;a=e===~~e?e:e===!0?gm:N$,typeof t=="string"?r.input=vm.string2buf(t):z2.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new jl.Buf8(n),r.next_out=0,r.avail_out=n),i=Ll.deflate(r,a),i!==U2&&i!==Qs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(a===gm||a===G2))&&(this.options.to==="string"?this.onData(vm.buf2binstring(jl.shrinkBuf(r.output,r.next_out))):this.onData(jl.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==U2);return a===gm?(i=Ll.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Qs):(a===G2&&(this.onEnd(Qs),r.avail_out=0),!0)};Ba.prototype.onData=function(t){this.chunks.push(t)};Ba.prototype.onEnd=function(t){t===Qs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=jl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function wm(t,e){var r=new Ba(e);if(r.push(t,!0),r.err)throw r.msg||ym[r.err];return r.result}function G$(t,e){return e=e||{},e.raw=!0,wm(t,e)}function z$(t,e){return e=e||{},e.gzip=!0,wm(t,e)}Nl.Deflate=Ba;Nl.deflate=wm;Nl.deflateRaw=G$;Nl.gzip=z$});var W2=M((hY,q2)=>{"use strict";m();var yf=30,V$=12;q2.exports=function(e,r){var n,i,a,s,o,l,c,u,f,d,h,p,g,v,y,b,E,S,A,k,w,x,_,T,C;n=e.state,i=e.next_in,T=e.input,a=i+(e.avail_in-5),s=e.next_out,C=e.output,o=s-(r-e.avail_out),l=s+(e.avail_out-257),c=n.dmax,u=n.wsize,f=n.whave,d=n.wnext,h=n.window,p=n.hold,g=n.bits,v=n.lencode,y=n.distcode,b=(1<<n.lenbits)-1,E=(1<<n.distbits)-1;e:do{g<15&&(p+=T[i++]<<g,g+=8,p+=T[i++]<<g,g+=8),S=v[p&b];t:for(;;){if(A=S>>>24,p>>>=A,g-=A,A=S>>>16&255,A===0)C[s++]=S&65535;else if(A&16){k=S&65535,A&=15,A&&(g<A&&(p+=T[i++]<<g,g+=8),k+=p&(1<<A)-1,p>>>=A,g-=A),g<15&&(p+=T[i++]<<g,g+=8,p+=T[i++]<<g,g+=8),S=y[p&E];r:for(;;){if(A=S>>>24,p>>>=A,g-=A,A=S>>>16&255,A&16){if(w=S&65535,A&=15,g<A&&(p+=T[i++]<<g,g+=8,g<A&&(p+=T[i++]<<g,g+=8)),w+=p&(1<<A)-1,w>c){e.msg="invalid distance too far back",n.mode=yf;break e}if(p>>>=A,g-=A,A=s-o,w>A){if(A=w-A,A>f&&n.sane){e.msg="invalid distance too far back",n.mode=yf;break e}if(x=0,_=h,d===0){if(x+=u-A,A<k){k-=A;do C[s++]=h[x++];while(--A);x=s-w,_=C}}else if(d<A){if(x+=u+d-A,A-=d,A<k){k-=A;do C[s++]=h[x++];while(--A);if(x=0,d<k){A=d,k-=A;do C[s++]=h[x++];while(--A);x=s-w,_=C}}}else if(x+=d-A,A<k){k-=A;do C[s++]=h[x++];while(--A);x=s-w,_=C}for(;k>2;)C[s++]=_[x++],C[s++]=_[x++],C[s++]=_[x++],k-=3;k&&(C[s++]=_[x++],k>1&&(C[s++]=_[x++]))}else{x=s-w;do C[s++]=C[x++],C[s++]=C[x++],C[s++]=C[x++],k-=3;while(k>2);k&&(C[s++]=C[x++],k>1&&(C[s++]=C[x++]))}}else if(A&64){e.msg="invalid distance code",n.mode=yf;break e}else{S=y[(S&65535)+(p&(1<<A)-1)];continue r}break}}else if(A&64)if(A&32){n.mode=V$;break e}else{e.msg="invalid literal/length code",n.mode=yf;break e}else{S=v[(S&65535)+(p&(1<<A)-1)];continue t}break}}while(i<a&&s<l);k=g>>3,i-=k,g-=k<<3,p&=(1<<g)-1,e.next_in=i,e.next_out=s,e.avail_in=i<a?5+(a-i):5-(i-a),e.avail_out=s<l?257+(l-s):257-(s-l),n.hold=p,n.bits=g}});var e_=M((mY,Q2)=>{"use strict";m();var Y2=pi(),eo=15,X2=852,K2=592,Z2=0,bm=1,J2=2,q$=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],W$=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],Y$=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],X$=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];Q2.exports=function(e,r,n,i,a,s,o,l){var c=l.bits,u=0,f=0,d=0,h=0,p=0,g=0,v=0,y=0,b=0,E=0,S,A,k,w,x,_=null,T=0,C,I=new Y2.Buf16(eo+1),L=new Y2.Buf16(eo+1),$=null,J=0,de,le,ce;for(u=0;u<=eo;u++)I[u]=0;for(f=0;f<i;f++)I[r[n+f]]++;for(p=c,h=eo;h>=1&&I[h]===0;h--);if(p>h&&(p=h),h===0)return a[s++]=1<<24|64<<16|0,a[s++]=1<<24|64<<16|0,l.bits=1,0;for(d=1;d<h&&I[d]===0;d++);for(p<d&&(p=d),y=1,u=1;u<=eo;u++)if(y<<=1,y-=I[u],y<0)return-1;if(y>0&&(e===Z2||h!==1))return-1;for(L[1]=0,u=1;u<eo;u++)L[u+1]=L[u]+I[u];for(f=0;f<i;f++)r[n+f]!==0&&(o[L[r[n+f]]++]=f);if(e===Z2?(_=$=o,C=19):e===bm?(_=q$,T-=257,$=W$,J-=257,C=256):(_=Y$,$=X$,C=-1),E=0,f=0,u=d,x=s,g=p,v=0,k=-1,b=1<<p,w=b-1,e===bm&&b>X2||e===J2&&b>K2)return 1;for(;;){de=u-v,o[f]<C?(le=0,ce=o[f]):o[f]>C?(le=$[J+o[f]],ce=_[T+o[f]]):(le=96,ce=0),S=1<<u-v,A=1<<g,d=A;do A-=S,a[x+(E>>v)+A]=de<<24|le<<16|ce|0;while(A!==0);for(S=1<<u-1;E&S;)S>>=1;if(S!==0?(E&=S-1,E+=S):E=0,f++,--I[u]===0){if(u===h)break;u=r[n+o[f]]}if(u>p&&(E&w)!==k){for(v===0&&(v=p),x+=d,g=u-v,y=1<<g;g+v<h&&(y-=I[g+v],!(y<=0));)g++,y<<=1;if(b+=1<<g,e===bm&&b>X2||e===J2&&b>K2)return 1;k=E&w,a[k]=p<<24|g<<16|x-s|0}}return E!==0&&(a[x+E]=u-v<<24|64<<16|0),l.bits=p,0}});var $_=M(hn=>{"use strict";m();var Pr=pi(),km=lm(),Hn=cm(),K$=W2(),Bl=e_(),Z$=0,k_=1,T_=2,t_=4,J$=5,wf=6,Ha=0,Q$=1,e8=2,Xr=-2,C_=-3,Tm=-4,t8=-5,r_=8,P_=1,n_=2,i_=3,a_=4,s_=5,o_=6,l_=7,c_=8,u_=9,f_=10,xf=11,vi=12,_m=13,d_=14,xm=15,h_=16,p_=17,m_=18,g_=19,bf=20,_f=21,v_=22,y_=23,w_=24,b_=25,__=26,Sm=27,x_=28,S_=29,Ye=30,Cm=31,r8=32,n8=852,i8=592,a8=15,s8=a8;function E_(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function o8(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Pr.Buf16(320),this.work=new Pr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function R_(t){var e;return!t||!t.state?Xr:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=P_,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Pr.Buf32(n8),e.distcode=e.distdyn=new Pr.Buf32(i8),e.sane=1,e.back=-1,Ha)}function M_(t){var e;return!t||!t.state?Xr:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,R_(t))}function O_(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?Xr:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,M_(t))}function I_(t,e){var r,n;return t?(n=new o8,t.state=n,n.window=null,r=O_(t,e),r!==Ha&&(t.state=null),r):Xr}function l8(t){return I_(t,s8)}var A_=!0,Em,Am;function c8(t){if(A_){var e;for(Em=new Pr.Buf32(512),Am=new Pr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Bl(k_,t.lens,0,288,Em,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Bl(T_,t.lens,0,32,Am,0,t.work,{bits:5}),A_=!1}t.lencode=Em,t.lenbits=9,t.distcode=Am,t.distbits=5}function F_(t,e,r,n){var i,a=t.state;return a.window===null&&(a.wsize=1<<a.wbits,a.wnext=0,a.whave=0,a.window=new Pr.Buf8(a.wsize)),n>=a.wsize?(Pr.arraySet(a.window,e,r-a.wsize,a.wsize,0),a.wnext=0,a.whave=a.wsize):(i=a.wsize-a.wnext,i>n&&(i=n),Pr.arraySet(a.window,e,r-n,i,a.wnext),n-=i,n?(Pr.arraySet(a.window,e,r-n,n,0),a.wnext=n,a.whave=a.wsize):(a.wnext+=i,a.wnext===a.wsize&&(a.wnext=0),a.whave<a.wsize&&(a.whave+=i))),0}function u8(t,e){var r,n,i,a,s,o,l,c,u,f,d,h,p,g,v=0,y,b,E,S,A,k,w,x,_=new Pr.Buf8(4),T,C,I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return Xr;r=t.state,r.mode===vi&&(r.mode=_m),s=t.next_out,i=t.output,l=t.avail_out,a=t.next_in,n=t.input,o=t.avail_in,c=r.hold,u=r.bits,f=o,d=l,x=Ha;e:for(;;)switch(r.mode){case P_:if(r.wrap===0){r.mode=_m;break}for(;u<16;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(r.wrap&2&&c===35615){r.check=0,_[0]=c&255,_[1]=c>>>8&255,r.check=Hn(r.check,_,2,0),c=0,u=0,r.mode=n_;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((c&255)<<8)+(c>>8))%31){t.msg="incorrect header check",r.mode=Ye;break}if((c&15)!==r_){t.msg="unknown compression method",r.mode=Ye;break}if(c>>>=4,u-=4,w=(c&15)+8,r.wbits===0)r.wbits=w;else if(w>r.wbits){t.msg="invalid window size",r.mode=Ye;break}r.dmax=1<<w,t.adler=r.check=1,r.mode=c&512?f_:vi,c=0,u=0;break;case n_:for(;u<16;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(r.flags=c,(r.flags&255)!==r_){t.msg="unknown compression method",r.mode=Ye;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Ye;break}r.head&&(r.head.text=c>>8&1),r.flags&512&&(_[0]=c&255,_[1]=c>>>8&255,r.check=Hn(r.check,_,2,0)),c=0,u=0,r.mode=i_;case i_:for(;u<32;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.head&&(r.head.time=c),r.flags&512&&(_[0]=c&255,_[1]=c>>>8&255,_[2]=c>>>16&255,_[3]=c>>>24&255,r.check=Hn(r.check,_,4,0)),c=0,u=0,r.mode=a_;case a_:for(;u<16;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.head&&(r.head.xflags=c&255,r.head.os=c>>8),r.flags&512&&(_[0]=c&255,_[1]=c>>>8&255,r.check=Hn(r.check,_,2,0)),c=0,u=0,r.mode=s_;case s_:if(r.flags&1024){for(;u<16;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.length=c,r.head&&(r.head.extra_len=c),r.flags&512&&(_[0]=c&255,_[1]=c>>>8&255,r.check=Hn(r.check,_,2,0)),c=0,u=0}else r.head&&(r.head.extra=null);r.mode=o_;case o_:if(r.flags&1024&&(h=r.length,h>o&&(h=o),h&&(r.head&&(w=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Pr.arraySet(r.head.extra,n,a,h,w)),r.flags&512&&(r.check=Hn(r.check,n,h,a)),o-=h,a+=h,r.length-=h),r.length))break e;r.length=0,r.mode=l_;case l_:if(r.flags&2048){if(o===0)break e;h=0;do w=n[a+h++],r.head&&w&&r.length<65536&&(r.head.name+=String.fromCharCode(w));while(w&&h<o);if(r.flags&512&&(r.check=Hn(r.check,n,h,a)),o-=h,a+=h,w)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=c_;case c_:if(r.flags&4096){if(o===0)break e;h=0;do w=n[a+h++],r.head&&w&&r.length<65536&&(r.head.comment+=String.fromCharCode(w));while(w&&h<o);if(r.flags&512&&(r.check=Hn(r.check,n,h,a)),o-=h,a+=h,w)break e}else r.head&&(r.head.comment=null);r.mode=u_;case u_:if(r.flags&512){for(;u<16;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(c!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Ye;break}c=0,u=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=vi;break;case f_:for(;u<32;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}t.adler=r.check=E_(c),c=0,u=0,r.mode=xf;case xf:if(r.havedict===0)return t.next_out=s,t.avail_out=l,t.next_in=a,t.avail_in=o,r.hold=c,r.bits=u,e8;t.adler=r.check=1,r.mode=vi;case vi:if(e===J$||e===wf)break e;case _m:if(r.last){c>>>=u&7,u-=u&7,r.mode=Sm;break}for(;u<3;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}switch(r.last=c&1,c>>>=1,u-=1,c&3){case 0:r.mode=d_;break;case 1:if(c8(r),r.mode=bf,e===wf){c>>>=2,u-=2;break e}break;case 2:r.mode=p_;break;case 3:t.msg="invalid block type",r.mode=Ye}c>>>=2,u-=2;break;case d_:for(c>>>=u&7,u-=u&7;u<32;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if((c&65535)!==(c>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Ye;break}if(r.length=c&65535,c=0,u=0,r.mode=xm,e===wf)break e;case xm:r.mode=h_;case h_:if(h=r.length,h){if(h>o&&(h=o),h>l&&(h=l),h===0)break e;Pr.arraySet(i,n,a,h,s),o-=h,a+=h,l-=h,s+=h,r.length-=h;break}r.mode=vi;break;case p_:for(;u<14;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(r.nlen=(c&31)+257,c>>>=5,u-=5,r.ndist=(c&31)+1,c>>>=5,u-=5,r.ncode=(c&15)+4,c>>>=4,u-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Ye;break}r.have=0,r.mode=m_;case m_:for(;r.have<r.ncode;){for(;u<3;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.lens[I[r.have++]]=c&7,c>>>=3,u-=3}for(;r.have<19;)r.lens[I[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,T={bits:r.lenbits},x=Bl(Z$,r.lens,0,19,r.lencode,0,r.work,T),r.lenbits=T.bits,x){t.msg="invalid code lengths set",r.mode=Ye;break}r.have=0,r.mode=g_;case g_:for(;r.have<r.nlen+r.ndist;){for(;v=r.lencode[c&(1<<r.lenbits)-1],y=v>>>24,b=v>>>16&255,E=v&65535,!(y<=u);){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(E<16)c>>>=y,u-=y,r.lens[r.have++]=E;else{if(E===16){for(C=y+2;u<C;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(c>>>=y,u-=y,r.have===0){t.msg="invalid bit length repeat",r.mode=Ye;break}w=r.lens[r.have-1],h=3+(c&3),c>>>=2,u-=2}else if(E===17){for(C=y+3;u<C;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}c>>>=y,u-=y,w=0,h=3+(c&7),c>>>=3,u-=3}else{for(C=y+7;u<C;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}c>>>=y,u-=y,w=0,h=11+(c&127),c>>>=7,u-=7}if(r.have+h>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Ye;break}for(;h--;)r.lens[r.have++]=w}}if(r.mode===Ye)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Ye;break}if(r.lenbits=9,T={bits:r.lenbits},x=Bl(k_,r.lens,0,r.nlen,r.lencode,0,r.work,T),r.lenbits=T.bits,x){t.msg="invalid literal/lengths set",r.mode=Ye;break}if(r.distbits=6,r.distcode=r.distdyn,T={bits:r.distbits},x=Bl(T_,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,T),r.distbits=T.bits,x){t.msg="invalid distances set",r.mode=Ye;break}if(r.mode=bf,e===wf)break e;case bf:r.mode=_f;case _f:if(o>=6&&l>=258){t.next_out=s,t.avail_out=l,t.next_in=a,t.avail_in=o,r.hold=c,r.bits=u,K$(t,d),s=t.next_out,i=t.output,l=t.avail_out,a=t.next_in,n=t.input,o=t.avail_in,c=r.hold,u=r.bits,r.mode===vi&&(r.back=-1);break}for(r.back=0;v=r.lencode[c&(1<<r.lenbits)-1],y=v>>>24,b=v>>>16&255,E=v&65535,!(y<=u);){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(b&&!(b&240)){for(S=y,A=b,k=E;v=r.lencode[k+((c&(1<<S+A)-1)>>S)],y=v>>>24,b=v>>>16&255,E=v&65535,!(S+y<=u);){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}c>>>=S,u-=S,r.back+=S}if(c>>>=y,u-=y,r.back+=y,r.length=E,b===0){r.mode=__;break}if(b&32){r.back=-1,r.mode=vi;break}if(b&64){t.msg="invalid literal/length code",r.mode=Ye;break}r.extra=b&15,r.mode=v_;case v_:if(r.extra){for(C=r.extra;u<C;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.length+=c&(1<<r.extra)-1,c>>>=r.extra,u-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=y_;case y_:for(;v=r.distcode[c&(1<<r.distbits)-1],y=v>>>24,b=v>>>16&255,E=v&65535,!(y<=u);){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(!(b&240)){for(S=y,A=b,k=E;v=r.distcode[k+((c&(1<<S+A)-1)>>S)],y=v>>>24,b=v>>>16&255,E=v&65535,!(S+y<=u);){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}c>>>=S,u-=S,r.back+=S}if(c>>>=y,u-=y,r.back+=y,b&64){t.msg="invalid distance code",r.mode=Ye;break}r.offset=E,r.extra=b&15,r.mode=w_;case w_:if(r.extra){for(C=r.extra;u<C;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}r.offset+=c&(1<<r.extra)-1,c>>>=r.extra,u-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Ye;break}r.mode=b_;case b_:if(l===0)break e;if(h=d-l,r.offset>h){if(h=r.offset-h,h>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Ye;break}h>r.wnext?(h-=r.wnext,p=r.wsize-h):p=r.wnext-h,h>r.length&&(h=r.length),g=r.window}else g=i,p=s-r.offset,h=r.length;h>l&&(h=l),l-=h,r.length-=h;do i[s++]=g[p++];while(--h);r.length===0&&(r.mode=_f);break;case __:if(l===0)break e;i[s++]=r.length,l--,r.mode=_f;break;case Sm:if(r.wrap){for(;u<32;){if(o===0)break e;o--,c|=n[a++]<<u,u+=8}if(d-=l,t.total_out+=d,r.total+=d,d&&(t.adler=r.check=r.flags?Hn(r.check,i,d,s-d):km(r.check,i,d,s-d)),d=l,(r.flags?c:E_(c))!==r.check){t.msg="incorrect data check",r.mode=Ye;break}c=0,u=0}r.mode=x_;case x_:if(r.wrap&&r.flags){for(;u<32;){if(o===0)break e;o--,c+=n[a++]<<u,u+=8}if(c!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Ye;break}c=0,u=0}r.mode=S_;case S_:x=Q$;break e;case Ye:x=C_;break e;case Cm:return Tm;case r8:default:return Xr}return t.next_out=s,t.avail_out=l,t.next_in=a,t.avail_in=o,r.hold=c,r.bits=u,(r.wsize||d!==t.avail_out&&r.mode<Ye&&(r.mode<Sm||e!==t_))&&F_(t,t.output,t.next_out,d-t.avail_out)?(r.mode=Cm,Tm):(f-=t.avail_in,d-=t.avail_out,t.total_in+=f,t.total_out+=d,r.total+=d,r.wrap&&d&&(t.adler=r.check=r.flags?Hn(r.check,i,d,t.next_out-d):km(r.check,i,d,t.next_out-d)),t.data_type=r.bits+(r.last?64:0)+(r.mode===vi?128:0)+(r.mode===bf||r.mode===xm?256:0),(f===0&&d===0||e===t_)&&x===Ha&&(x=t8),x)}function f8(t){if(!t||!t.state)return Xr;var e=t.state;return e.window&&(e.window=null),t.state=null,Ha}function d8(t,e){var r;return!t||!t.state||(r=t.state,!(r.wrap&2))?Xr:(r.head=e,e.done=!1,Ha)}function h8(t,e){var r=e.length,n,i,a;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==xf)?Xr:n.mode===xf&&(i=1,i=km(i,e,r,0),i!==n.check)?C_:(a=F_(t,e,r,r),a?(n.mode=Cm,Tm):(n.havedict=1,Ha))}hn.inflateReset=M_;hn.inflateReset2=O_;hn.inflateResetKeep=R_;hn.inflateInit=l8;hn.inflateInit2=I_;hn.inflate=u8;hn.inflateEnd=f8;hn.inflateGetHeader=d8;hn.inflateSetDictionary=h8;hn.inflateInfo="pako inflate (from Nodeca project)"});var Pm=M((wY,D_)=>{"use strict";m();D_.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var j_=M((_Y,L_)=>{"use strict";m();function p8(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}L_.exports=p8});var B_=M(Ul=>{"use strict";m();var to=$_(),Hl=pi(),Sf=pm(),lt=Pm(),Rm=uf(),m8=mm(),g8=j_(),N_=Object.prototype.toString;function Ua(t){if(!(this instanceof Ua))return new Ua(t);this.options=Hl.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15||(e.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new m8,this.strm.avail_out=0;var r=to.inflateInit2(this.strm,e.windowBits);if(r!==lt.Z_OK)throw new Error(Rm[r]);if(this.header=new g8,to.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Sf.string2buf(e.dictionary):N_.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=to.inflateSetDictionary(this.strm,e.dictionary),r!==lt.Z_OK)))throw new Error(Rm[r])}Ua.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,a,s,o,l,c,u=!1;if(this.ended)return!1;s=e===~~e?e:e===!0?lt.Z_FINISH:lt.Z_NO_FLUSH,typeof t=="string"?r.input=Sf.binstring2buf(t):N_.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Hl.Buf8(n),r.next_out=0,r.avail_out=n),a=to.inflate(r,lt.Z_NO_FLUSH),a===lt.Z_NEED_DICT&&i&&(a=to.inflateSetDictionary(this.strm,i)),a===lt.Z_BUF_ERROR&&u===!0&&(a=lt.Z_OK,u=!1),a!==lt.Z_STREAM_END&&a!==lt.Z_OK)return this.onEnd(a),this.ended=!0,!1;r.next_out&&(r.avail_out===0||a===lt.Z_STREAM_END||r.avail_in===0&&(s===lt.Z_FINISH||s===lt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(o=Sf.utf8border(r.output,r.next_out),l=r.next_out-o,c=Sf.buf2string(r.output,o),r.next_out=l,r.avail_out=n-l,l&&Hl.arraySet(r.output,r.output,o,l,0),this.onData(c)):this.onData(Hl.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(u=!0)}while((r.avail_in>0||r.avail_out===0)&&a!==lt.Z_STREAM_END);return a===lt.Z_STREAM_END&&(s=lt.Z_FINISH),s===lt.Z_FINISH?(a=to.inflateEnd(this.strm),this.onEnd(a),this.ended=!0,a===lt.Z_OK):(s===lt.Z_SYNC_FLUSH&&(this.onEnd(lt.Z_OK),r.avail_out=0),!0)};Ua.prototype.onData=function(t){this.chunks.push(t)};Ua.prototype.onEnd=function(t){t===lt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Hl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Mm(t,e){var r=new Ua(e);if(r.push(t,!0),r.err)throw r.msg||Rm[r.err];return r.result}function v8(t,e){return e=e||{},e.raw=!0,Mm(t,e)}Ul.Inflate=Ua;Ul.inflate=Mm;Ul.inflateRaw=v8;Ul.ungzip=Mm});var G_=M((AY,U_)=>{"use strict";m();var y8=pi().assign,w8=V2(),b8=B_(),_8=Pm(),H_={};y8(H_,w8,b8,_8);U_.exports=H_});var q_=M((TY,V_)=>{"use strict";m();var z_=(t,e)=>function(...r){let n=e.promiseModule;return new n((i,a)=>{e.multiArgs?r.push((...s)=>{e.errorFirst?s[0]?a(s):(s.shift(),i(s)):i(s)}):e.errorFirst?r.push((s,o)=>{s?a(s):i(o)}):r.push(i),t.apply(this,r)})};V_.exports=(t,e)=>{e=Object.assign({exclude:[/.+(Sync|Stream)$/],errorFirst:!0,promiseModule:Promise},e);let r=typeof t;if(!(t!==null&&(r==="object"||r==="function")))throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${t===null?"null":r}\``);let n=a=>{let s=o=>typeof o=="string"?a===o:o.test(a);return e.include?e.include.some(s):!e.exclude.some(s)},i;r==="function"?i=function(...a){return e.excludeMain?t(...a):z_(t,e).apply(this,a)}:i=Object.create(Object.getPrototypeOf(t));for(let a in t){let s=t[a];i[a]=typeof s=="function"&&n(a)?z_(s,e):s}return i}});var tx=M((PY,ex)=>{m();function W_(t){return Array.isArray(t)?t:[t]}var Fm="",Y_=" ",Om="\\",x8=/^\s+$/,S8=/(?:[^\\]|^)\\$/,E8=/^\\!/,A8=/^\\#/,k8=/\r?\n/g,T8=/^\.*\/|^\.+$/,Im="/",Z_="node-ignore";typeof Symbol!="undefined"&&(Z_=Symbol.for("node-ignore"));var X_=Z_,C8=(t,e,r)=>Object.defineProperty(t,e,{value:r}),P8=/([0-z])-([0-z])/g,J_=()=>!1,R8=t=>t.replace(P8,(e,r,n)=>r.charCodeAt(0)<=n.charCodeAt(0)?e:Fm),M8=t=>{let{length:e}=t;return t.slice(0,e-e%2)},O8=[[/^\uFEFF/,()=>Fm],[/((?:\\\\)*?)(\\?\s+)$/,(t,e,r)=>e+(r.indexOf("\\")===0?Y_:Fm)],[/(\\+?)\s/g,(t,e)=>{let{length:r}=e;return e.slice(0,r-r%2)+Y_}],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,r)=>e+6<r.length?"(?:\\/[^\\/]+)*":"\\/.+"],[/(^|[^\\]+)(\\\*)+(?=.+)/g,(t,e,r)=>{let n=r.replace(/\\\*/g,"[^\\/]*");return e+n}],[/\\\\\\(?=[$.|*+(){^])/g,()=>Om],[/\\\\/g,()=>Om],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,r,n,i)=>e===Om?`\\[${r}${M8(n)}${i}`:i==="]"&&n.length%2===0?`[${R8(r)}${n}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(t,e)=>`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`]],K_=Object.create(null),I8=(t,e)=>{let r=K_[t];return r||(r=O8.reduce((n,[i,a])=>n.replace(i,a.bind(t)),t),K_[t]=r),e?new RegExp(r,"i"):new RegExp(r)},Lm=t=>typeof t=="string",F8=t=>t&&Lm(t)&&!x8.test(t)&&!S8.test(t)&&t.indexOf("#")!==0,$8=t=>t.split(k8),$m=class{constructor(e,r,n,i){this.origin=e,this.pattern=r,this.negative=n,this.regex=i}},D8=(t,e)=>{let r=t,n=!1;t.indexOf("!")===0&&(n=!0,t=t.substr(1)),t=t.replace(E8,"!").replace(A8,"#");let i=I8(t,e);return new $m(r,t,n,i)},L8=(t,e)=>{throw new e(t)},yi=(t,e,r)=>Lm(t)?t?yi.isNotRelative(t)?r(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:r("path must not be empty",TypeError):r(`path must be a string, but got \`${e}\``,TypeError),Q_=t=>T8.test(t);yi.isNotRelative=Q_;yi.convert=t=>t;var Dm=class{constructor({ignorecase:e=!0,ignoreCase:r=e,allowRelativePaths:n=!1}={}){C8(this,X_,!0),this._rules=[],this._ignoreCase=r,this._allowRelativePaths=n,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[X_]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(F8(e)){let r=D8(e,this._ignoreCase);this._added=!0,this._rules.push(r)}}add(e){return this._added=!1,W_(Lm(e)?$8(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,r){let n=!1,i=!1;return this._rules.forEach(a=>{let{negative:s}=a;if(i===s&&n!==i||s&&!n&&!i&&!r)return;a.regex.test(e)&&(n=!s,i=s)}),{ignored:n,unignored:i}}_test(e,r,n,i){let a=e&&yi.convert(e);return yi(a,e,this._allowRelativePaths?J_:L8),this._t(a,r,n,i)}_t(e,r,n,i){if(e in r)return r[e];if(i||(i=e.split(Im)),i.pop(),!i.length)return r[e]=this._testOne(e,n);let a=this._t(i.join(Im)+Im,r,n,i);return r[e]=a.ignored?a:this._testOne(e,n)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return W_(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},Ef=t=>new Dm(t),j8=t=>yi(t&&yi.convert(t),t,J_);Ef.isPathValid=j8;Ef.default=Ef;ex.exports=Ef;if(typeof process!="undefined"&&(process.env&&process.env.IGNORE_TEST_WIN32||process.platform==="win32")){let t=r=>/^\\\\\?\\/.test(r)||/["<>|\u0000-\u001F]+/u.test(r)?r:r.replace(/\\/g,"/");yi.convert=t;let e=/^[a-z]:\//i;yi.isNotRelative=r=>e.test(r)||Q_(r)}});var nx=M((MY,rx)=>{"use strict";m();function N8(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Un(t,e,r){return e=e instanceof RegExp?e:new RegExp(N8(e),"g"),t.replace(e,r)}var B8={clean:function(e){if(typeof e!="string")throw new Error("Expected a string, received: "+e);return e=Un(e,"./","/"),e=Un(e,"..","."),e=Un(e," ","-"),e=Un(e,/^[~^:?*\\\-]/g,""),e=Un(e,/[~^:?*\\]/g,"-"),e=Un(e,/[~^:?*\\\-]$/g,""),e=Un(e,"@{","-"),e=Un(e,/\.$/g,""),e=Un(e,/\/$/g,""),e=Un(e,/\.lock$/g,""),e}};rx.exports=B8});var ax=M((IY,ix)=>{m();ix.exports=function(t,e){var r=t,n=e,i=r.length,a=n.length,s=!1,o=null,l=i+1,c=[],u=[],f=[],d="",h=-1,p=0,g=1,v,y,b=function(){i>=a&&(v=r,y=i,r=n,n=v,i=a,a=y,s=!0,l=i+1)},E=function(w,x,_){return{x:w,y:x,k:_}},S=function(w,x){return{elem:w,t:x}},A=function(w,x,_){var T,C,I;for(x>_?T=c[w-1+l]:T=c[w+1+l],I=Math.max(x,_),C=I-w;C<i&&I<a&&r[C]===n[I];)++C,++I;return c[w+l]=u.length,u[u.length]=new E(C,I,T),I},k=function(w){var x,_,T,C,I;for(x=_=1,T=C=0,I=w.length-1;I>=0;--I)for(;T<w[I].x||C<w[I].y;)w[I].y-w[I].x>C-T?(s?f[f.length]=new S(n[C],h):f[f.length]=new S(n[C],g),++_,++C):w[I].y-w[I].x<C-T?(s?f[f.length]=new S(r[T],g):f[f.length]=new S(r[T],h),++x,++T):(f[f.length]=new S(r[T],p),d+=r[T],++x,++_,++T,++C)};return b(),{SES_DELETE:-1,SES_COMMON:0,SES_ADD:1,editdistance:function(){return o},getlcs:function(){return d},getses:function(){return f},compose:function(){var w,x,_,T,C,I,L,$;for(w=a-i,x=i+a+3,_={},L=0;L<x;++L)_[L]=-1,c[L]=-1;T=-1;do{for(++T,$=-T;$<=w-1;++$)_[$+l]=A($,_[$-1+l]+1,_[$+1+l]);for($=w+T;$>=w+1;--$)_[$+l]=A($,_[$-1+l]+1,_[$+1+l]);_[w+l]=A(w,_[w-1+l]+1,_[w+1+l])}while(_[w+l]!==a);for(o=w+2*T,C=c[w+l],I=[];C!==-1;)I[I.length]=new E(u[C].x,u[C].y,null),C=u[C].k;k(I)}}}});var lx=M(($Y,ox)=>{m();var H8=ax();function U8(t,e){var r=new H8(t,e);r.compose();for(var n=r.getses(),i,a,s=t.length-1,o=e.length-1,l=n.length-1;l>=0;--l)n[l].t===r.SES_COMMON?(a?(a.chain={file1index:s,file2index:o,chain:null},a=a.chain):(i={file1index:s,file2index:o,chain:null},a=i),s--,o--):n[l].t===r.SES_DELETE?s--:n[l].t===r.SES_ADD&&o--;var c={file1index:-1,file2index:-1,chain:null};return a?(a.chain=c,i):c}function sx(t,e){for(var r=[],n=t.length,i=e.length,a=U8(t,e);a!==null;a=a.chain){var s=n-a.file1index-1,o=i-a.file2index-1;n=a.file1index,i=a.file2index,(s||o)&&r.push({file1:[n+1,s],file2:[i+1,o]})}return r.reverse(),r}function G8(t,e,r){var n,i=sx(e,t),a=sx(e,r),s=[];function o(L,$){s.push([L.file1[0],$,L.file1[1],L.file2[0],L.file2[1]])}for(n=0;n<i.length;n++)o(i[n],0);for(n=0;n<a.length;n++)o(a[n],2);s.sort(function(L,$){return L[0]-$[0]});var l=[],c=0;function u(L){L>c&&(l.push([1,c,L-c]),c=L)}for(var f=0;f<s.length;f++){for(var d=f,h=s[f],p=h[0],g=p+h[2];f<s.length-1;){var v=s[f+1],y=v[0];if(y>g)break;g=Math.max(g,y+v[2]),f++}if(u(p),d==f)h[4]>0&&l.push([h[1],h[3],h[4]]);else{var b={0:[t.length,-1,e.length,-1],2:[r.length,-1,e.length,-1]};for(n=d;n<=f;n++){h=s[n];var E=h[1],S=b[E],A=h[0],k=A+h[2],w=h[3],x=w+h[4];S[0]=Math.min(w,S[0]),S[1]=Math.max(x,S[1]),S[2]=Math.min(A,S[2]),S[3]=Math.max(k,S[3])}var _=b[0][0]+(p-b[0][2]),T=b[0][1]+(g-b[0][3]),C=b[2][0]+(p-b[2][2]),I=b[2][1]+(g-b[2][3]);l.push([-1,_,T-_,p,g-p,C,I-C])}c=g}return u(e.length),l}function z8(t,e,r){var n=[],i=[t,e,r],a=G8(t,e,r),s=[];function o(){s.length&&n.push({ok:s}),s=[]}function l(h){for(var p=0;p<h.length;p++)s.push(h[p])}function c(h){if(h[2]!=h[6])return!0;for(var p=h[1],g=h[5],v=0;v<h[2];v++)if(t[v+p]!=r[v+g])return!0;return!1}for(var u=0;u<a.length;u++){var f=a[u],d=f[0];d==-1?c(f)?(o(),n.push({conflict:{a:t.slice(f[1],f[1]+f[2]),aIndex:f[1],o:e.slice(f[3],f[3]+f[4]),oIndex:f[3],b:r.slice(f[5],f[5]+f[6]),bIndex:f[5]}})):l(i[0].slice(f[1],f[1]+f[2])):l(i[d].slice(f[1],f[1]+f[2]))}return o(),n}ox.exports=z8});var gg=M(Y=>{"use strict";m();Object.defineProperty(Y,"__esModule",{value:!0});function aa(t){return t&&typeof t=="object"&&"default"in t?t.default:t}var zl=aa(qy()),Mx=aa(Zb()),F=e2(),V8=aa(r2()),cg=aa(G_()),jm=aa(q_()),q8=aa(tx()),zn=aa(nx()),W8=aa(lx()),Ae=class t extends Error{constructor(e){super(e),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(e){let r=new t(e.message);return r.code=e.code,r.data=e.data,r.caller=e.caller,r.stack=e.stack,r}get isIsomorphicGitError(){return!0}},Vl=class t extends Ae{constructor(e){super(`Modifying the index is not possible because you have unmerged files: ${e.toString}. Fix them up in the work tree, and then use 'git add/rm as appropriate to mark resolution and make a commit.`),this.code=this.name=t.code,this.data={filepaths:e}}};Vl.code="UnmergedPathsError";var pe=class t extends Ae{constructor(e){super(`An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${e}`),this.code=this.name=t.code,this.data={message:e}}};pe.code="InternalError";var no=class t extends Ae{constructor(e){super(`The filepath "${e}" contains unsafe character sequences`),this.code=this.name=t.code,this.data={filepath:e}}};no.code="UnsafeFilepathError";var Kr=class{constructor(e){this.buffer=e,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(e){this._start=e}slice(e){let r=this.buffer.slice(this._start,this._start+e);return this._start+=e,r}toString(e,r){let n=this.buffer.toString(e,this._start,this._start+r);return this._start+=r,n}write(e,r,n){let i=this.buffer.write(e,this._start,r,n);return this._start+=r,i}copy(e,r,n){let i=e.copy(this.buffer,this._start,r,n);return this._start+=i,i}readUInt8(){let e=this.buffer.readUInt8(this._start);return this._start+=1,e}writeUInt8(e){let r=this.buffer.writeUInt8(e,this._start);return this._start+=1,r}readUInt16BE(){let e=this.buffer.readUInt16BE(this._start);return this._start+=2,e}writeUInt16BE(e){let r=this.buffer.writeUInt16BE(e,this._start);return this._start+=2,r}readUInt32BE(){let e=this.buffer.readUInt32BE(this._start);return this._start+=4,e}writeUInt32BE(e){let r=this.buffer.writeUInt32BE(e,this._start);return this._start+=4,r}};function Lf(t,e){return-(t<e)||+(t>e)}function Ox(t,e){return Lf(t.path,e.path)}function Ix(t){let e=t>0?t>>12:0;e!==4&&e!==8&&e!==10&&e!==14&&(e=8);let r=t&511;return r&73?r=493:r=420,e!==8&&(r=0),(e<<12)+r}var Gn=2**32;function cx(t,e,r,n){if(t!==void 0&&e!==void 0)return[t,e];r===void 0&&(r=n.valueOf());let i=Math.floor(r/1e3),a=(r-i*1e3)*1e6;return[i,a]}function io(t){let[e,r]=cx(t.ctimeSeconds,t.ctimeNanoseconds,t.ctimeMs,t.ctime),[n,i]=cx(t.mtimeSeconds,t.mtimeNanoseconds,t.mtimeMs,t.mtime);return{ctimeSeconds:e%Gn,ctimeNanoseconds:r%Gn,mtimeSeconds:n%Gn,mtimeNanoseconds:i%Gn,dev:t.dev%Gn,ino:t.ino%Gn,mode:Ix(t.mode%Gn),uid:t.uid%Gn,gid:t.gid%Gn,size:t.size>-1?t.size%Gn:0}}function Y8(t){let e="";for(let r of new Uint8Array(t))r<16&&(e+="0"),e+=r.toString(16);return e}var Nm=null;async function bi(t){return Nm===null&&(Nm=await K8()),Nm?Fx(t):X8(t)}function X8(t){return new Mx().update(t).digest("hex")}async function Fx(t){let e=await crypto.subtle.digest("SHA-1",t);return Y8(e)}async function K8(){try{if(await Fx(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709")return!0}catch(t){}return!1}function Z8(t){return{assumeValid:!!(t&32768),extended:!!(t&16384),stage:(t&12288)>>12,nameLength:t&4095}}function J8(t){let e=t.flags;return e.extended=!1,e.nameLength=Math.min(Buffer.from(t.path).length,4095),(e.assumeValid?32768:0)+(e.extended?16384:0)+((e.stage&3)<<12)+(e.nameLength&4095)}var Zm=class t{constructor(e,r){this._dirty=!1,this._unmergedPaths=r||new Set,this._entries=e||new Map}_addEntry(e){if(e.flags.stage===0)e.stages=[e],this._entries.set(e.path,e),this._unmergedPaths.delete(e.path);else{let r=this._entries.get(e.path);r||(this._entries.set(e.path,e),r=e),r.stages[e.flags.stage]=e,this._unmergedPaths.add(e.path)}}static async from(e){if(Buffer.isBuffer(e))return t.fromBuffer(e);if(e===null)return new t(null);throw new pe("invalid type passed to GitIndex.from")}static async fromBuffer(e){if(e.length===0)throw new pe("Index file is empty (.git/index)");let r=new t,n=new Kr(e),i=n.toString("utf8",4);if(i!=="DIRC")throw new pe(`Invalid dircache magic file number: ${i}`);let a=await bi(e.slice(0,-20)),s=e.slice(-20).toString("hex");if(s!==a)throw new pe(`Invalid checksum in GitIndex buffer: expected ${s} but saw ${a}`);let o=n.readUInt32BE();if(o!==2)throw new pe(`Unsupported dircache version: ${o}`);let l=n.readUInt32BE(),c=0;for(;!n.eof()&&c<l;){let u={};u.ctimeSeconds=n.readUInt32BE(),u.ctimeNanoseconds=n.readUInt32BE(),u.mtimeSeconds=n.readUInt32BE(),u.mtimeNanoseconds=n.readUInt32BE(),u.dev=n.readUInt32BE(),u.ino=n.readUInt32BE(),u.mode=n.readUInt32BE(),u.uid=n.readUInt32BE(),u.gid=n.readUInt32BE(),u.size=n.readUInt32BE(),u.oid=n.slice(20).toString("hex");let f=n.readUInt16BE();u.flags=Z8(f);let d=e.indexOf(0,n.tell()+1)-n.tell();if(d<1)throw new pe(`Got a path length of: ${d}`);if(u.path=n.toString("utf8",d),u.path.includes("..\\")||u.path.includes("../"))throw new no(u.path);let h=8-(n.tell()-12)%8;for(h===0&&(h=8);h--;){let p=n.readUInt8();if(p!==0)throw new pe(`Expected 1-8 null characters but got '${p}' after ${u.path}`);if(n.eof())throw new pe("Unexpected end of file")}u.stages=[],r._addEntry(u),c++}return r}get unmergedPaths(){return[...this._unmergedPaths]}get entries(){return[...this._entries.values()].sort(Ox)}get entriesMap(){return this._entries}get entriesFlat(){return[...this.entries].flatMap(e=>e.stages.length>1?e.stages.filter(r=>r):e)}*[Symbol.iterator](){for(let e of this.entries)yield e}insert({filepath:e,stats:r,oid:n,stage:i=0}){r||(r={ctimeSeconds:0,ctimeNanoseconds:0,mtimeSeconds:0,mtimeNanoseconds:0,dev:0,ino:0,mode:0,uid:0,gid:0,size:0}),r=io(r);let a=Buffer.from(e),s={ctimeSeconds:r.ctimeSeconds,ctimeNanoseconds:r.ctimeNanoseconds,mtimeSeconds:r.mtimeSeconds,mtimeNanoseconds:r.mtimeNanoseconds,dev:r.dev,ino:r.ino,mode:r.mode||33188,uid:r.uid,gid:r.gid,size:r.size,path:e,oid:n,flags:{assumeValid:!1,extended:!1,stage:i,nameLength:a.length<4095?a.length:4095},stages:[]};this._addEntry(s),this._dirty=!0}delete({filepath:e}){if(this._entries.has(e))this._entries.delete(e);else for(let r of this._entries.keys())r.startsWith(e+"/")&&this._entries.delete(r);this._unmergedPaths.has(e)&&this._unmergedPaths.delete(e),this._dirty=!0}clear(){this._entries.clear(),this._dirty=!0}has({filepath:e}){return this._entries.has(e)}render(){return this.entries.map(e=>`${e.mode.toString(8)} ${e.oid} ${e.path}`).join(`
+`)}static async _entryToBuffer(e){let r=Buffer.from(e.path),n=Math.ceil((62+r.length+1)/8)*8,i=Buffer.alloc(n),a=new Kr(i),s=io(e);return a.writeUInt32BE(s.ctimeSeconds),a.writeUInt32BE(s.ctimeNanoseconds),a.writeUInt32BE(s.mtimeSeconds),a.writeUInt32BE(s.mtimeNanoseconds),a.writeUInt32BE(s.dev),a.writeUInt32BE(s.ino),a.writeUInt32BE(s.mode),a.writeUInt32BE(s.uid),a.writeUInt32BE(s.gid),a.writeUInt32BE(s.size),a.write(e.oid,20,"hex"),a.writeUInt16BE(J8(e)),a.write(e.path,r.length,"utf8"),i}async toObject(){let e=Buffer.alloc(12),r=new Kr(e);r.write("DIRC",4,"utf8"),r.writeUInt32BE(2),r.writeUInt32BE(this.entriesFlat.length);let n=[];for(let o of this.entries)if(n.push(t._entryToBuffer(o)),o.stages.length>1)for(let l of o.stages)l&&l!==o&&n.push(t._entryToBuffer(l));n=await Promise.all(n);let i=Buffer.concat(n),a=Buffer.concat([e,i]),s=await bi(a);return Buffer.concat([a,Buffer.from(s,"hex")])}};function Tf(t,e,r=!0,n=!0){let i=io(t),a=io(e);return r&&i.mode!==a.mode||i.mtimeSeconds!==a.mtimeSeconds||i.ctimeSeconds!==a.ctimeSeconds||i.uid!==a.uid||i.gid!==a.gid||n&&i.ino!==a.ino||i.size!==a.size}var Bm=null,Hm=Symbol("IndexCache");function Q8(){return{map:new Map,stats:new Map}}async function e4(t,e,r){let[n,i]=await Promise.all([t.lstat(e),t.read(e)]),a=await Zm.from(i);r.map.set(e,a),r.stats.set(e,n)}async function t4(t,e,r){let n=r.stats.get(e);if(n===void 0)return!0;if(n===null)return!1;let i=await t.lstat(e);return i===null?!1:Tf(n,i)}var ct=class{static async acquire({fs:e,gitdir:r,cache:n,allowUnmerged:i=!0},a){n[Hm]||(n[Hm]=Q8());let s=`${r}/index`;Bm===null&&(Bm=new zl({maxPending:1/0}));let o,l=[];return await Bm.acquire(s,async()=>{let c=n[Hm];await t4(e,s,c)&&await e4(e,s,c);let u=c.map.get(s);if(l=u.unmergedPaths,l.length&&!i)throw new Vl(l);if(o=await a(u),u._dirty){let f=await u.toObject();await e.write(s,f),c.stats.set(s,await e.lstat(s)),u._dirty=!1}}),o}};function Cf(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e>-1&&(t=t.slice(e+1)),t}function ao(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e===-1?".":e===0?"/":t.slice(0,e)}function $x(t){let e=new Map,r=function(i){if(!e.has(i)){let a={type:"tree",fullpath:i,basename:Cf(i),metadata:{},children:[]};e.set(i,a),a.parent=r(ao(i)),a.parent&&a.parent!==a&&a.parent.children.push(a)}return e.get(i)},n=function(i,a){if(!e.has(i)){let s={type:"blob",fullpath:i,basename:Cf(i),metadata:a,parent:r(ao(i)),children:[]};s.parent&&s.parent.children.push(s),e.set(i,s)}return e.get(i)};r(".");for(let i of t)n(i.path,i);return e}function r4(t){switch(t){case 16384:return"tree";case 33188:return"blob";case 33261:return"blob";case 40960:return"blob";case 57344:return"commit"}throw new pe(`Unexpected GitTree entry mode: ${t.toString(8)}`)}var Jm=class{constructor({fs:e,gitdir:r,cache:n}){this.treePromise=ct.acquire({fs:e,gitdir:r,cache:n},async function(a){return $x(a.entries)});let i=this;this.ConstructEntry=class{constructor(s){this._fullpath=s,this._type=!1,this._mode=!1,this._stat=!1,this._oid=!1}async type(){return i.type(this)}async mode(){return i.mode(this)}async stat(){return i.stat(this)}async content(){return i.content(this)}async oid(){return i.oid(this)}}}async readdir(e){let r=e._fullpath,i=(await this.treePromise).get(r);if(!i||i.type==="blob")return null;if(i.type!=="tree")throw new Error(`ENOTDIR: not a directory, scandir '${r}'`);let a=i.children.map(s=>s.fullpath);return a.sort(Lf),a}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let n=(await this.treePromise).get(e._fullpath);if(!n)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let i=n.type==="tree"?{}:io(n.metadata);e._type=n.type==="tree"?"tree":r4(i.mode),e._mode=i.mode,n.type==="tree"?e._stat=void 0:e._stat=i}return e._stat}async content(e){}async oid(e){if(e._oid===!1){let n=(await this.treePromise).get(e._fullpath);e._oid=n.metadata.oid}return e._oid}},jf=Symbol("GitWalkSymbol");function Ya(){let t=Object.create(null);return Object.defineProperty(t,jf,{value:function({fs:e,gitdir:r,cache:n}){return new Jm({fs:e,gitdir:r,cache:n})}}),Object.freeze(t),t}var je=class t extends Ae{constructor(e){super(`Could not find ${e}.`),this.code=this.name=t.code,this.data={what:e}}};je.code="NotFoundError";var tr=class t extends Ae{constructor(e,r,n,i){super(`Object ${e} ${i?`at ${i}`:""}was anticipated to be a ${n} but it is a ${r}.`),this.code=this.name=t.code,this.data={oid:e,actual:r,expected:n,filepath:i}}};tr.code="ObjectTypeError";var Qi=class t extends Ae{constructor(e){super(`Expected a 40-char hex object id but saw "${e}".`),this.code=this.name=t.code,this.data={value:e}}};Qi.code="InvalidOidError";var ql=class t extends Ae{constructor(e){super(`Could not find a fetch refspec for remote "${e}". Make sure the config file has an entry like the following:
+[remote "${e}"]
+ fetch = +refs/heads/*:refs/remotes/origin/*
+`),this.code=this.name=t.code,this.data={remote:e}}};ql.code="NoRefspecError";var Pf=class t{constructor(e){if(this.refs=new Map,this.parsedConfig=[],e){let r=null;this.parsedConfig=e.trim().split(`
+`).map(n=>{if(/^\s*#/.test(n))return{line:n,comment:!0};let i=n.indexOf(" ");if(n.startsWith("^")){let a=n.slice(1);return this.refs.set(r+"^{}",a),{line:n,ref:r,peeled:a}}else{let a=n.slice(0,i);return r=n.slice(i+1),this.refs.set(r,a),{line:n,ref:r,oid:a}}})}return this}static from(e){return new t(e)}delete(e){this.parsedConfig=this.parsedConfig.filter(r=>r.ref!==e),this.refs.delete(e)}toString(){return this.parsedConfig.map(({line:e})=>e).join(`
+`)+`
+`}},Rf=class t{constructor({remotePath:e,localPath:r,force:n,matchPrefix:i}){Object.assign(this,{remotePath:e,localPath:r,force:n,matchPrefix:i})}static from(e){let[r,n,i,a,s]=e.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1),o=r==="+",l=i==="*";if(l!==(s==="*"))throw new pe("Invalid refspec");return new t({remotePath:n,localPath:a,force:o,matchPrefix:l})}translate(e){if(this.matchPrefix){if(e.startsWith(this.remotePath))return this.localPath+e.replace(this.remotePath,"")}else if(e===this.remotePath)return this.localPath;return null}reverseTranslate(e){if(this.matchPrefix){if(e.startsWith(this.localPath))return this.remotePath+e.replace(this.localPath,"")}else if(e===this.localPath)return this.remotePath;return null}},Qm=class t{constructor(e=[]){this.rules=e}static from(e){let r=[];for(let n of e)r.push(Rf.from(n));return new t(r)}add(e){let r=Rf.from(e);this.rules.push(r)}translate(e){let r=[];for(let n of this.rules)for(let i of e){let a=n.translate(i);a&&r.push([i,a])}return r}translateOne(e){let r=null;for(let n of this.rules){let i=n.translate(e);i&&(r=i)}return r}localNamespaces(){return this.rules.filter(e=>e.matchPrefix).map(e=>e.localPath.replace(/\/$/,""))}};function n4(t,e){let r=t.replace(/\^\{\}$/,""),n=e.replace(/\^\{\}$/,""),i=-(r<n)||+(r>n);return i===0?t.endsWith("^{}")?1:-1:i}var i4=t=>{if(typeof t=="number")return t;t=t.toLowerCase();let e=parseInt(t);return t.endsWith("k")&&(e*=1024),t.endsWith("m")&&(e*=1024*1024),t.endsWith("g")&&(e*=1024*1024*1024),e},Gl=t=>{if(typeof t=="boolean")return t;if(t=t.trim().toLowerCase(),t==="true"||t==="yes"||t==="on")return!0;if(t==="false"||t==="no"||t==="off")return!1;throw Error(`Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${t}`)},ux={core:{filemode:Gl,bare:Gl,logallrefupdates:Gl,symlinks:Gl,ignorecase:Gl,bigFileThreshold:i4}},a4=/^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/,s4=/^[A-Za-z0-9-.]+$/,o4=/^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/,l4=/^[A-Za-z][A-Za-z-]*$/,c4=/^(.*?)( *[#;].*)$/,u4=t=>{let e=a4.exec(t);if(e!=null){let[r,n]=e.slice(1);return[r,n]}return null},f4=t=>{let e=o4.exec(t);if(e!=null){let[r,n="true"]=e.slice(1),i=d4(n),a=h4(i);return[r,a]}return null},d4=t=>{let e=c4.exec(t);if(e==null)return t;let[r,n]=e.slice(1);return fx(r)&&fx(n)?`${r}${n}`:r},fx=t=>(t.match(/(?:^|[^\\])"/g)||[]).length%2!==0,h4=t=>t.split("").reduce((e,r,n,i)=>{let a=r==='"'&&i[n-1]!=="\\",s=r==="\\"&&i[n+1]==='"';return a||s?e:e+r},""),dx=t=>t!=null?t.toLowerCase():null,eg=(t,e,r)=>[dx(t),e,dx(r)].filter(n=>n!=null).join("."),hx=t=>{let e=t.split("."),r=e.shift(),n=e.pop(),i=e.length?e.join("."):void 0;return{section:r,subsection:i,name:n,path:eg(r,i,n),sectionPath:eg(r,i,null),isSection:!!r}},p4=(t,e)=>t.reduce((r,n,i)=>e(n)?i:r,-1),tg=class t{constructor(e){let r=null,n=null;this.parsedConfig=e?e.split(`
+`).map(i=>{let a=null,s=null,o=i.trim(),l=u4(o),c=l!=null;if(c)[r,n]=l;else{let f=f4(o);f!=null&&([a,s]=f)}let u=eg(r,n,a);return{line:i,isSection:c,section:r,subsection:n,name:a,value:s,path:u}}):[]}static from(e){return new t(e)}async get(e,r=!1){let n=hx(e).path,i=this.parsedConfig.filter(a=>a.path===n).map(({section:a,name:s,value:o})=>{let l=ux[a]&&ux[a][s];return l?l(o):o});return r?i:i.pop()}async getall(e){return this.get(e,!0)}async getSubsections(e){return this.parsedConfig.filter(r=>r.isSection&&r.section===e).map(r=>r.subsection)}async deleteSection(e,r){this.parsedConfig=this.parsedConfig.filter(n=>!(n.section===e&&n.subsection===r))}async append(e,r){return this.set(e,r,!0)}async set(e,r,n=!1){let{section:i,subsection:a,name:s,path:o,sectionPath:l,isSection:c}=hx(e),u=p4(this.parsedConfig,f=>f.path===o);if(r==null)u!==-1&&this.parsedConfig.splice(u,1);else if(u!==-1){let f=this.parsedConfig[u],d=Object.assign({},f,{name:s,value:r,modified:!0});n?this.parsedConfig.splice(u+1,0,d):this.parsedConfig[u]=d}else{let f=this.parsedConfig.findIndex(h=>h.path===l),d={section:i,subsection:a,name:s,value:r,modified:!0,path:o};if(s4.test(i)&&l4.test(s))if(f>=0)this.parsedConfig.splice(f+1,0,d);else{let h={isSection:c,section:i,subsection:a,modified:!0,path:l};this.parsedConfig.push(h,d)}}}toString(){return this.parsedConfig.map(({line:e,section:r,subsection:n,name:i,value:a,modified:s=!1})=>s?i!=null&&a!=null?typeof a=="string"&&/[#;]/.test(a)?` ${i} = "${a}"`:` ${i} = ${a}`:n!=null?`[${r} "${n}"]`:`[${r}]`:e).join(`
+`)}},nt=class{static async get({fs:e,gitdir:r}){let n=await e.read(`${r}/config`,{encoding:"utf8"});return tg.from(n)}static async save({fs:e,gitdir:r,config:n}){await e.write(`${r}/config`,n.toString(),{encoding:"utf8"})}},Af=t=>[`${t}`,`refs/${t}`,`refs/tags/${t}`,`refs/heads/${t}`,`refs/remotes/${t}`,`refs/remotes/${t}/HEAD`],m4=["config","description","index","shallow","commondir"],Um;async function Zi(t,e){return Um===void 0&&(Um=new zl),Um.acquire(t,e)}var V=class t{static async updateRemoteRefs({fs:e,gitdir:r,remote:n,refs:i,symrefs:a,tags:s,refspecs:o=void 0,prune:l=!1,pruneTags:c=!1}){for(let v of i.values())if(!v.match(/[0-9a-f]{40}/))throw new Qi(v);let u=await nt.get({fs:e,gitdir:r});if(!o){if(o=await u.getall(`remote.${n}.fetch`),o.length===0)throw new ql(n);o.unshift(`+HEAD:refs/remotes/${n}/HEAD`)}let f=Qm.from(o),d=new Map;if(c){let v=await t.listRefs({fs:e,gitdir:r,filepath:"refs/tags"});await t.deleteRefs({fs:e,gitdir:r,refs:v.map(y=>`refs/tags/${y}`)})}if(s){for(let v of i.keys())if(v.startsWith("refs/tags")&&!v.endsWith("^{}")&&!await t.exists({fs:e,gitdir:r,ref:v})){let y=i.get(v);d.set(v,y)}}let h=f.translate([...i.keys()]);for(let[v,y]of h){let b=i.get(v);d.set(y,b)}let p=f.translate([...a.keys()]);for(let[v,y]of p){let b=a.get(v),E=f.translateOne(b);E&&d.set(y,`ref: ${E}`)}let g=[];if(l){for(let v of f.localNamespaces()){let y=(await t.listRefs({fs:e,gitdir:r,filepath:v})).map(b=>`${v}/${b}`);for(let b of y)d.has(b)||g.push(b)}g.length>0&&await t.deleteRefs({fs:e,gitdir:r,refs:g})}for(let[v,y]of d)await Zi(v,async()=>e.write(F.join(r,v),`${y.trim()}
+`,"utf8"));return{pruned:g}}static async writeRef({fs:e,gitdir:r,ref:n,value:i}){if(!i.match(/[0-9a-f]{40}/))throw new Qi(i);await Zi(n,async()=>e.write(F.join(r,n),`${i.trim()}
+`,"utf8"))}static async writeSymbolicRef({fs:e,gitdir:r,ref:n,value:i}){await Zi(n,async()=>e.write(F.join(r,n),`ref: ${i.trim()}
+`,"utf8"))}static async deleteRef({fs:e,gitdir:r,ref:n}){return t.deleteRefs({fs:e,gitdir:r,refs:[n]})}static async deleteRefs({fs:e,gitdir:r,refs:n}){await Promise.all(n.map(o=>e.rm(F.join(r,o))));let i=await Zi("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"})),a=Pf.from(i),s=a.refs.size;for(let o of n)a.refs.has(o)&&a.delete(o);a.refs.size<s&&(i=a.toString(),await Zi("packed-refs",async()=>e.write(`${r}/packed-refs`,i,{encoding:"utf8"})))}static async resolve({fs:e,gitdir:r,ref:n,depth:i=void 0}){if(i!==void 0&&(i--,i===-1))return n;if(n.startsWith("ref: "))return n=n.slice(5),t.resolve({fs:e,gitdir:r,ref:n,depth:i});if(n.length===40&&/[0-9a-f]{40}/.test(n))return n;let a=await t.packedRefs({fs:e,gitdir:r}),s=Af(n).filter(o=>!m4.includes(o));for(let o of s){let l=await Zi(o,async()=>await e.read(`${r}/${o}`,{encoding:"utf8"})||a.get(o));if(l)return t.resolve({fs:e,gitdir:r,ref:l.trim(),depth:i})}throw new je(n)}static async exists({fs:e,gitdir:r,ref:n}){try{return await t.expand({fs:e,gitdir:r,ref:n}),!0}catch(i){return!1}}static async expand({fs:e,gitdir:r,ref:n}){if(n.length===40&&/[0-9a-f]{40}/.test(n))return n;let i=await t.packedRefs({fs:e,gitdir:r}),a=Af(n);for(let s of a)if(await Zi(s,async()=>e.exists(`${r}/${s}`))||i.has(s))return s;throw new je(n)}static async expandAgainstMap({ref:e,map:r}){let n=Af(e);for(let i of n)if(await r.has(i))return i;throw new je(e)}static resolveAgainstMap({ref:e,fullref:r=e,depth:n=void 0,map:i}){if(n!==void 0&&(n--,n===-1))return{fullref:r,oid:e};if(e.startsWith("ref: "))return e=e.slice(5),t.resolveAgainstMap({ref:e,fullref:r,depth:n,map:i});if(e.length===40&&/[0-9a-f]{40}/.test(e))return{fullref:r,oid:e};let a=Af(e);for(let s of a){let o=i.get(s);if(o)return t.resolveAgainstMap({ref:o.trim(),fullref:s,depth:n,map:i})}throw new je(e)}static async packedRefs({fs:e,gitdir:r}){let n=await Zi("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"}));return Pf.from(n).refs}static async listRefs({fs:e,gitdir:r,filepath:n}){let i=t.packedRefs({fs:e,gitdir:r}),a=null;try{a=await e.readdirDeep(`${r}/${n}`),a=a.map(s=>s.replace(`${r}/${n}/`,""))}catch(s){a=[]}for(let s of(await i).keys())s.startsWith(n)&&(s=s.replace(n+"/",""),a.includes(s)||a.push(s));return a.sort(n4),a}static async listBranches({fs:e,gitdir:r,remote:n}){return n?t.listRefs({fs:e,gitdir:r,filepath:`refs/remotes/${n}`}):t.listRefs({fs:e,gitdir:r,filepath:"refs/heads"})}static async listTags({fs:e,gitdir:r}){return(await t.listRefs({fs:e,gitdir:r,filepath:"refs/tags"})).filter(i=>!i.endsWith("^{}"))}};function g4(t,e){return Lf(px(t),px(e))}function px(t){return t.mode==="040000"?t.path+"/":t.path}function Dx(t){switch(t){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new pe(`Unexpected GitTree entry mode: ${t}`)}function v4(t){let e=[],r=0;for(;r<t.length;){let n=t.indexOf(32,r);if(n===-1)throw new pe(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next space character.`);let i=t.indexOf(0,r);if(i===-1)throw new pe(`GitTree: Error parsing buffer at byte location ${r}: Could not find the next null character.`);let a=t.slice(r,n).toString("utf8");a==="40000"&&(a="040000");let s=Dx(a),o=t.slice(n+1,i).toString("utf8");if(o.includes("\\")||o.includes("/"))throw new no(o);let l=t.slice(i+1,i+21).toString("hex");r=i+21,e.push({mode:a,path:o,oid:l,type:s})}return e}function y4(t){if(typeof t=="number"&&(t=t.toString(8)),t.match(/^0?4.*/))return"040000";if(t.match(/^1006.*/))return"100644";if(t.match(/^1007.*/))return"100755";if(t.match(/^120.*/))return"120000";if(t.match(/^160.*/))return"160000";throw new pe(`Could not understand file mode: ${t}`)}function w4(t){return!t.oid&&t.sha&&(t.oid=t.sha),t.mode=y4(t.mode),t.type||(t.type=Dx(t.mode)),t}var hr=class t{constructor(e){if(Buffer.isBuffer(e))this._entries=v4(e);else if(Array.isArray(e))this._entries=e.map(w4);else throw new pe("invalid type passed to GitTree constructor");this._entries.sort(Ox)}static from(e){return new t(e)}render(){return this._entries.map(e=>`${e.mode} ${e.type} ${e.oid} ${e.path}`).join(`
+`)}toObject(){let e=[...this._entries];return e.sort(g4),Buffer.concat(e.map(r=>{let n=Buffer.from(r.mode.replace(/^0/,"")),i=Buffer.from(" "),a=Buffer.from(r.path,"utf8"),s=Buffer.from([0]),o=Buffer.from(r.oid,"hex");return Buffer.concat([n,i,a,s,o])}))}entries(){return this._entries}*[Symbol.iterator](){for(let e of this._entries)yield e}},ea=class{static wrap({type:e,object:r}){return Buffer.concat([Buffer.from(`${e} ${r.byteLength.toString()}\0`),Buffer.from(r)])}static unwrap(e){let r=e.indexOf(32),n=e.indexOf(0),i=e.slice(0,r).toString("utf8"),a=e.slice(r+1,n).toString("utf8"),s=e.length-(n+1);if(parseInt(a)!==s)throw new pe(`Length mismatch: expected ${a} bytes but got ${s} instead.`);return{type:i,object:Buffer.from(e.slice(n+1))}}};async function Lx({fs:t,gitdir:e,oid:r}){let n=`objects/${r.slice(0,2)}/${r.slice(2)}`,i=await t.read(`${e}/${n}`);return i?{object:i,format:"deflated",source:n}:null}function b4(t,e){let r=new Kr(t),n=mx(r);if(n!==e.byteLength)throw new pe(`applyDelta expected source buffer to be ${n} bytes but the provided buffer was ${e.length} bytes`);let i=mx(r),a,s=vx(r,e);if(s.byteLength===i)a=s;else{a=Buffer.alloc(i);let o=new Kr(a);for(o.copy(s);!r.eof();)o.copy(vx(r,e));let l=o.tell();if(i!==l)throw new pe(`applyDelta expected target buffer to be ${i} bytes but the resulting buffer was ${l} bytes`)}return a}function mx(t){let e=0,r=0,n=null;do n=t.readUInt8(),e|=(n&127)<<r,r+=7;while(n&128);return e}function gx(t,e,r){let n=0,i=0;for(;r--;)e&1&&(n|=t.readUInt8()<<i),e>>=1,i+=8;return n}function vx(t,e){let r=t.readUInt8(),n=128,i=15,a=112;if(r&n){let s=gx(t,r&i,4),o=gx(t,(r&a)>>4,3);return o===0&&(o=65536),e.slice(s,s+o)}else return t.slice(r)}function _4(t){let e=[t];return{next(){return Promise.resolve({done:e.length===0,value:e.pop()})},return(){return e=[],{}},[Symbol.asyncIterator](){return this}}}function jx(t){return t[Symbol.asyncIterator]?t[Symbol.asyncIterator]():t[Symbol.iterator]?t[Symbol.iterator]():t.next?t:_4(t)}var Mf=class{constructor(e){if(typeof Buffer=="undefined")throw new Error("Missing Buffer dependency");this.stream=jx(e),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(e){if(!this.eof())return this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e),this.buffer.slice(this.undoCursor,this.cursor)}async skip(e){this.eof()||(this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:e,value:r}=await this.stream.next();return e&&(this._ended=!0,!r)?Buffer.alloc(0):(r&&(r=Buffer.from(r)),r)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(e){this.undoCursor=this.cursor,this.cursor+=e,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(e){if(this._ended)return;let r=[this.buffer];for(;this.cursor+e>x4(r);){let n=await this._next();if(this._ended)break;r.push(n)}this.buffer=Buffer.concat(r)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}};function x4(t){return t.reduce((e,r)=>e+r.length,0)}async function S4(t,e){let r=new Mf(t),n=await r.read(4);if(n=n.toString("utf8"),n!=="PACK")throw new pe(`Invalid PACK header '${n}'`);let i=await r.read(4);if(i=i.readUInt32BE(0),i!==2)throw new pe(`Invalid packfile version: ${i}`);let a=await r.read(4);if(a=a.readUInt32BE(0),!(a<1))for(;!r.eof()&&a--;){let s=r.tell(),{type:o,length:l,ofs:c,reference:u}=await E4(r),f=new cg.Inflate;for(;!f.result;){let d=await r.chunk();if(!d)break;if(f.push(d,!1),f.err)throw new pe(`Pako error: ${f.msg}`);if(f.result){if(f.result.length!==l)throw new pe("Inflated object size is different from that stated in packfile.");await r.undo(),await r.read(d.length-f.strm.avail_in);let h=r.tell();await e({data:f.result,type:o,num:a,offset:s,end:h,reference:u,ofs:c})}}}}async function E4(t){let e=await t.byte(),r=e>>4&7,n=e&15;if(e&128){let s=4;do e=await t.byte(),n|=(e&127)<<s,s+=7;while(e&128)}let i,a;if(r===6){let s=0;i=0;let o=[];do e=await t.byte(),i|=(e&127)<<s,s+=7,o.push(e);while(e&128);a=Buffer.from(o)}return r===7&&(a=await t.read(20)),{type:r,length:n,ofs:i,reference:a}}var Gm=!1;async function Nx(t){return Gm===null&&(Gm=k4()),Gm?A4(t):cg.inflate(t)}async function A4(t){let e=new DecompressionStream("deflate"),r=new Blob([t]).stream().pipeThrough(e);return new Uint8Array(await new Response(r).arrayBuffer())}function k4(){try{if(new DecompressionStream("deflate"))return!0}catch(t){}return!1}function T4(t){let e=[],r=0,n=0;do{r=t.readUInt8();let i=r&127;e.push(i),n=r&128}while(n);return e.reduce((i,a)=>i+1<<7|a,-1)}function C4(t,e){let r=e,n=4,i=null;do i=t.readUInt8(),r|=(i&127)<<n,n+=7;while(i&128);return r}var Wl=class t{constructor(e){Object.assign(this,e),this.offsetCache={}}static async fromIdx({idx:e,getExternalRefDelta:r}){let n=new Kr(e);if(n.slice(4).toString("hex")!=="ff744f63")return;let a=n.readUInt32BE();if(a!==2)throw new pe(`Unable to read version ${a} packfile IDX. (Only version 2 supported)`);if(e.byteLength>2048*1024*1024)throw new pe("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");n.seek(n.tell()+4*255);let s=n.readUInt32BE(),o=[];for(let u=0;u<s;u++){let f=n.slice(20).toString("hex");o[u]=f}n.seek(n.tell()+4*s);let l=new Map;for(let u=0;u<s;u++)l.set(o[u],n.readUInt32BE());let c=n.slice(20).toString("hex");return new t({hashes:o,crcs:{},offsets:l,packfileSha:c,getExternalRefDelta:r})}static async fromPack({pack:e,getExternalRefDelta:r,onProgress:n}){let i={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},a={},s=e.slice(-20).toString("hex"),o=[],l={},c=new Map,u=null,f=null;await S4([e],async({data:v,type:y,reference:b,offset:E,num:S})=>{u===null&&(u=S);let A=Math.floor((u-S)*100/u);A!==f&&n&&await n({phase:"Receiving objects",loaded:u-S,total:u}),f=A,y=i[y],["commit","tree","blob","tag"].includes(y)?a[E]={type:y,offset:E}:y==="ofs-delta"?a[E]={type:y,offset:E}:y==="ref-delta"&&(a[E]={type:y,offset:E})});let d=Object.keys(a).map(Number);for(let[v,y]of d.entries()){let b=v+1===d.length?e.byteLength-20:d[v+1],E=a[y],S=V8.buf(e.slice(y,b))>>>0;E.end=b,E.crc=S}let h=new t({pack:Promise.resolve(e),packfileSha:s,crcs:l,hashes:o,offsets:c,getExternalRefDelta:r});f=null;let p=0,g=[0,0,0,0,0,0,0,0,0,0,0,0];for(let v in a){v=Number(v);let y=Math.floor(p*100/u);y!==f&&n&&await n({phase:"Resolving deltas",loaded:p,total:u}),p++,f=y;let b=a[v];if(!b.oid)try{h.readDepth=0,h.externalReadDepth=0;let{type:E,object:S}=await h.readSlice({start:v});g[h.readDepth]+=1;let A=await bi(ea.wrap({type:E,object:S}));b.oid=A,o.push(A),c.set(A,v),l[A]=b.crc}catch(E){continue}}return o.sort(),h}async toBuffer(){let e=[],r=(c,u)=>{e.push(Buffer.from(c,u))};r("ff744f63","hex"),r("00000002","hex");let n=new Kr(Buffer.alloc(256*4));for(let c=0;c<256;c++){let u=0;for(let f of this.hashes)parseInt(f.slice(0,2),16)<=c&&u++;n.writeUInt32BE(u)}e.push(n.buffer);for(let c of this.hashes)r(c,"hex");let i=new Kr(Buffer.alloc(this.hashes.length*4));for(let c of this.hashes)i.writeUInt32BE(this.crcs[c]);e.push(i.buffer);let a=new Kr(Buffer.alloc(this.hashes.length*4));for(let c of this.hashes)a.writeUInt32BE(this.offsets.get(c));e.push(a.buffer),r(this.packfileSha,"hex");let s=Buffer.concat(e),o=await bi(s),l=Buffer.alloc(20);return l.write(o,"hex"),Buffer.concat([s,l])}async load({pack:e}){this.pack=e}async unload(){this.pack=null}async read({oid:e}){if(!this.offsets.get(e)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(e);throw new pe(`Could not read object ${e} from packfile`)}let r=this.offsets.get(e);return this.readSlice({start:r})}async readSlice({start:e}){if(this.offsetCache[e])return Object.assign({},this.offsetCache[e]);this.readDepth++;let r={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"};if(!this.pack)throw new pe("Tried to read from a GitPackIndex with no packfile loaded into memory");let n=(await this.pack).slice(e),i=new Kr(n),a=i.readUInt8(),s=a&112,o=r[s];if(o===void 0)throw new pe("Unrecognized type: 0b"+s.toString(2));let l=a&15,c=l;a&128&&(c=C4(i,l));let f=null,d=null;if(o==="ofs_delta"){let p=T4(i),g=e-p;({object:f,type:o}=await this.readSlice({start:g}))}if(o==="ref_delta"){let p=i.slice(20).toString("hex");({object:f,type:o}=await this.read({oid:p}))}let h=n.slice(i.tell());if(d=Buffer.from(await Nx(h)),d.byteLength!==c)throw new pe(`Packfile told us object would have length ${c} but it had length ${d.byteLength}`);return f&&(d=Buffer.from(b4(d,f))),this.readDepth>3&&(this.offsetCache[e]={type:o,object:d}),{type:o,format:"content",object:d}}},kf=Symbol("PackfileCache");async function P4({fs:t,filename:e,getExternalRefDelta:r,emitter:n,emitterPrefix:i}){let a=await t.read(e);return Wl.fromIdx({idx:a,getExternalRefDelta:r})}function ug({fs:t,cache:e,filename:r,getExternalRefDelta:n,emitter:i,emitterPrefix:a}){e[kf]||(e[kf]=new Map);let s=e[kf].get(r);return s||(s=P4({fs:t,filename:r,getExternalRefDelta:n,emitter:i,emitterPrefix:a}),e[kf].set(r,s)),s}async function R4({fs:t,cache:e,gitdir:r,oid:n,format:i="content",getExternalRefDelta:a}){let s=await t.readdir(F.join(r,"objects/pack"));s=s.filter(o=>o.endsWith(".idx"));for(let o of s){let l=`${r}/objects/pack/${o}`,c=await ug({fs:t,cache:e,filename:l,getExternalRefDelta:a});if(c.error)throw new pe(c.error);if(c.offsets.has(n)){if(!c.pack){let f=l.replace(/idx$/,"pack");c.pack=t.read(f)}let u=await c.read({oid:n,getExternalRefDelta:a});return u.format="content",u.source=`objects/pack/${o.replace(/idx$/,"pack")}`,u}}return null}async function Ge({fs:t,cache:e,gitdir:r,oid:n,format:i="content"}){let a=u=>Ge({fs:t,cache:e,gitdir:r,oid:u}),s;if(n==="4b825dc642cb6eb9a060e54bf8d69288fbee4904"&&(s={format:"wrapped",object:Buffer.from("tree 0\0")}),s||(s=await Lx({fs:t,gitdir:r,oid:n})),!s){if(s=await R4({fs:t,cache:e,gitdir:r,oid:n,getExternalRefDelta:a}),!s)throw new je(n);return s}if(i==="deflated"||(s.format==="deflated"&&(s.object=Buffer.from(await Nx(s.object)),s.format="wrapped"),i==="wrapped"))return s;let o=await bi(s.object);if(o!==n)throw new pe(`SHA check failed! Expected ${n}, computed ${o}`);let{object:l,type:c}=ea.unwrap(s.object);if(s.type=c,s.object=l,s.format="content",i==="content")return s;throw new pe(`invalid requested format "${i}"`)}var pn=class t extends Ae{constructor(e,r,n=!0){super(`Failed to create ${e} at ${r} because it already exists.${n?` (Hint: use 'force: true' parameter to overwrite existing ${e}.)`:""}`),this.code=this.name=t.code,this.data={noun:e,where:r,canForce:n}}};pn.code="AlreadyExistsError";var Yl=class t extends Ae{constructor(e,r,n){super(`Found multiple ${e} matching "${r}" (${n.join(", ")}). Use a longer abbreviation length to disambiguate them.`),this.code=this.name=t.code,this.data={nouns:e,short:r,matches:n}}};Yl.code="AmbiguousError";var Xl=class t extends Ae{constructor(e){super(`Your local changes to the following files would be overwritten by checkout: ${e.join(", ")}`),this.code=this.name=t.code,this.data={filepaths:e}}};Xl.code="CheckoutConflictError";var Kl=class t extends Ae{constructor(e,r){super(`Failed to checkout "${e}" because commit ${r} is not available locally. Do a git fetch to make the branch available locally.`),this.code=this.name=t.code,this.data={ref:e,oid:r}}};Kl.code="CommitNotFetchedError";var Zl=class t extends Ae{constructor(){super("Empty response from git server."),this.code=this.name=t.code,this.data={}}};Zl.code="EmptyServerResponseError";var Jl=class t extends Ae{constructor(){super("A simple fast-forward merge was not possible."),this.code=this.name=t.code,this.data={}}};Jl.code="FastForwardError";var Ql=class t extends Ae{constructor(e,r){super(`One or more branches were not updated: ${e}`),this.code=this.name=t.code,this.data={prettyDetails:e,result:r}}};Ql.code="GitPushError";var so=class t extends Ae{constructor(e,r,n){super(`HTTP Error: ${e} ${r}`),this.code=this.name=t.code,this.data={statusCode:e,statusMessage:r,response:n}}};so.code="HttpError";var ta=class t extends Ae{constructor(e){let r="invalid filepath";e==="leading-slash"||e==="trailing-slash"?r='"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.':e==="directory"&&(r='"filepath" should not be a directory.'),super(r),this.code=this.name=t.code,this.data={reason:e}}};ta.code="InvalidFilepathError";var mn=class t extends Ae{constructor(e,r){super(`"${e}" would be an invalid git reference. (Hint: a valid alternative would be "${r}".)`),this.code=this.name=t.code,this.data={ref:e,suggestion:r}}};mn.code="InvalidRefNameError";var ec=class t extends Ae{constructor(e){super(`Maximum search depth of ${e} exceeded.`),this.code=this.name=t.code,this.data={depth:e}}};ec.code="MaxDepthError";var oo=class t extends Ae{constructor(){super("Merges with conflicts are not supported yet."),this.code=this.name=t.code,this.data={}}};oo.code="MergeNotSupportedError";var lo=class t extends Ae{constructor(e,r,n,i){super(`Automatic merge failed with one or more merge conflicts in the following files: ${e.toString()}. Fix conflicts then commit the result.`),this.code=this.name=t.code,this.data={filepaths:e,bothModified:r,deleteByUs:n,deleteByTheirs:i}}};lo.code="MergeConflictError";var zt=class t extends Ae{constructor(e){super(`No name was provided for ${e} in the argument or in the .git/config file.`),this.code=this.name=t.code,this.data={role:e}}};zt.code="MissingNameError";var dr=class t extends Ae{constructor(e){super(`The function requires a "${e}" parameter but none was provided.`),this.code=this.name=t.code,this.data={parameter:e}}};dr.code="MissingParameterError";var tc=class t extends Ae{constructor(e){super('There are multiple errors that were thrown by the method. Please refer to the "errors" property to see more'),this.code=this.name=t.code,this.data={errors:e},this.errors=e}};tc.code="MultipleGitError";var Va=class t extends Ae{constructor(e,r){super(`Expected "${e}" but received "${r}".`),this.code=this.name=t.code,this.data={expected:e,actual:r}}};Va.code="ParseError";var co=class t extends Ae{constructor(e){let r="";e==="not-fast-forward"?r=" because it was not a simple fast-forward":e==="tag-exists"&&(r=" because tag already exists"),super(`Push rejected${r}. Use "force: true" to override.`),this.code=this.name=t.code,this.data={reason:e}}};co.code="PushRejectedError";var Ji=class t extends Ae{constructor(e,r){super(`Remote does not support the "${e}" so the "${r}" parameter cannot be used.`),this.code=this.name=t.code,this.data={capability:e,parameter:r}}};Ji.code="RemoteCapabilityError";var rc=class t extends Ae{constructor(e,r){super(`Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${e}`),this.code=this.name=t.code,this.data={preview:e,response:r}}};rc.code="SmartHttpError";var nc=class t extends Ae{constructor(e,r,n){super(`Git remote "${e}" uses an unrecognized transport protocol: "${r}"`),this.code=this.name=t.code,this.data={url:e,transport:r,suggestion:n}}};nc.code="UnknownTransportError";var ic=class t extends Ae{constructor(e){super(`Cannot parse remote URL: "${e}"`),this.code=this.name=t.code,this.data={url:e}}};ic.code="UrlParseError";var uo=class t extends Ae{constructor(){super("The operation was canceled."),this.code=this.name=t.code,this.data={}}};uo.code="UserCanceledError";var ac=class t extends Ae{constructor(e){super(`Could not merge index: Entry for '${e}' is not up to date. Either reset the index entry to HEAD, or stage your unstaged changes.`),this.code=this.name=t.code,this.data={filepath:e}}};ac.code="IndexResetError";var sc=class t extends Ae{constructor(e){super(`"${e}" does not point to any commit. You're maybe working on a repository with no commits yet. `),this.code=this.name=t.code,this.data={ref:e}}};sc.code="NoCommitError";var Bx=Object.freeze({__proto__:null,AlreadyExistsError:pn,AmbiguousError:Yl,CheckoutConflictError:Xl,CommitNotFetchedError:Kl,EmptyServerResponseError:Zl,FastForwardError:Jl,GitPushError:Ql,HttpError:so,InternalError:pe,InvalidFilepathError:ta,InvalidOidError:Qi,InvalidRefNameError:mn,MaxDepthError:ec,MergeNotSupportedError:oo,MergeConflictError:lo,MissingNameError:zt,MissingParameterError:dr,MultipleGitError:tc,NoRefspecError:ql,NotFoundError:je,ObjectTypeError:tr,ParseError:Va,PushRejectedError:co,RemoteCapabilityError:Ji,SmartHttpError:rc,UnknownTransportError:nc,UnsafeFilepathError:no,UrlParseError:ic,UserCanceledError:uo,UnmergedPathsError:Vl,IndexResetError:ac,NoCommitError:sc});function rg({name:t,email:e,timestamp:r,timezoneOffset:n}){return n=M4(n),`${t} <${e}> ${r} ${n}`}function M4(t){let e=O4(I4(t));t=Math.abs(t);let r=Math.floor(t/60);t-=r*60;let n=String(r),i=String(t);return n.length<2&&(n="0"+n),i.length<2&&(i="0"+i),(e===-1?"-":"+")+n+i}function O4(t){return Math.sign(t)||(Object.is(t,-0)?-1:1)}function I4(t){return t===0?t:-t}function wi(t){return t=t.replace(/\r/g,""),t=t.replace(/^\n+/,""),t=t.replace(/\n+$/,"")+`
+`,t}function Of(t){let[,e,r,n,i]=t.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:e,email:r,timestamp:Number(n),timezoneOffset:F4(i)}}function F4(t){let[,e,r,n]=t.match(/(\+|-)(\d\d)(\d\d)/);return n=(e==="+"?1:-1)*(Number(r)*60+Number(n)),$4(n)}function $4(t){return t===0?t:-t}var Mr=class t{constructor(e){if(typeof e=="string")this._tag=e;else if(Buffer.isBuffer(e))this._tag=e.toString("utf8");else if(typeof e=="object")this._tag=t.render(e);else throw new pe("invalid type passed to GitAnnotatedTag constructor")}static from(e){return new t(e)}static render(e){return`object ${e.object}
+type ${e.type}
+tag ${e.tag}
+tagger ${rg(e.tagger)}
+
+${e.message}
+${e.gpgsig?e.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf(`
+
+`))}message(){let e=this.withoutSignature();return e.slice(e.indexOf(`
+
+`)+2)}parse(){return Object.assign(this.headers(),{message:this.message(),gpgsig:this.gpgsig()})}render(){return this._tag}headers(){let e=this.justHeaders().split(`
+`),r=[];for(let i of e)i[0]===" "?r[r.length-1]+=`
+`+i.slice(1):r.push(i);let n={};for(let i of r){let a=i.slice(0,i.indexOf(" ")),s=i.slice(i.indexOf(" ")+1);Array.isArray(n[a])?n[a].push(s):n[a]=s}return n.tagger&&(n.tagger=Of(n.tagger)),n.committer&&(n.committer=Of(n.committer)),n}withoutSignature(){let e=wi(this._tag);return e.indexOf(`
+-----BEGIN PGP SIGNATURE-----`)===-1?e:e.slice(0,e.lastIndexOf(`
+-----BEGIN PGP SIGNATURE-----`))}gpgsig(){if(this._tag.indexOf(`
+-----BEGIN PGP SIGNATURE-----`)===-1)return;let e=this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+27);return wi(e)}payload(){return this.withoutSignature()+`
+`}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(e,r,n){let i=e.payload(),{signature:a}=await r({payload:i,secretKey:n});a=wi(a);let s=i+a;return t.from(s)}};function zm(t){return t.trim().split(`
+`).map(e=>" "+e).join(`
+`)+`
+`}function D4(t){return t.split(`
+`).map(e=>e.replace(/^ /,"")).join(`
+`)}var pr=class t{constructor(e){if(typeof e=="string")this._commit=e;else if(Buffer.isBuffer(e))this._commit=e.toString("utf8");else if(typeof e=="object")this._commit=t.render(e);else throw new pe("invalid type passed to GitCommit constructor")}static fromPayloadSignature({payload:e,signature:r}){let n=t.justHeaders(e),i=t.justMessage(e),a=wi(n+`
+gpgsig`+zm(r)+`
+`+i);return new t(a)}static from(e){return new t(e)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return t.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(e){return wi(e.slice(e.indexOf(`
+
+`)+2))}static justHeaders(e){return e.slice(0,e.indexOf(`
+
+`))}parseHeaders(){let e=t.justHeaders(this._commit).split(`
+`),r=[];for(let i of e)i[0]===" "?r[r.length-1]+=`
+`+i.slice(1):r.push(i);let n={parent:[]};for(let i of r){let a=i.slice(0,i.indexOf(" ")),s=i.slice(i.indexOf(" ")+1);Array.isArray(n[a])?n[a].push(s):n[a]=s}return n.author&&(n.author=Of(n.author)),n.committer&&(n.committer=Of(n.committer)),n}static renderHeaders(e){let r="";if(e.tree?r+=`tree ${e.tree}
+`:r+=`tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
+`,e.parent){if(e.parent.length===void 0)throw new pe("commit 'parent' property should be an array");for(let a of e.parent)r+=`parent ${a}
+`}let n=e.author;r+=`author ${rg(n)}
+`;let i=e.committer||e.author;return r+=`committer ${rg(i)}
+`,e.gpgsig&&(r+="gpgsig"+zm(e.gpgsig)),r}static render(e){return t.renderHeaders(e)+`
+`+wi(e.message)}render(){return this._commit}withoutSignature(){let e=wi(this._commit);if(e.indexOf(`
+gpgsig`)===-1)return e;let r=e.slice(0,e.indexOf(`
+gpgsig`)),n=e.slice(e.indexOf(`-----END PGP SIGNATURE-----
+`)+28);return wi(r+`
+`+n)}isolateSignature(){let e=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return D4(e)}static async sign(e,r,n){let i=e.withoutSignature(),a=t.justMessage(e._commit),{signature:s}=await r({payload:i,secretKey:n});s=wi(s);let l=t.justHeaders(e._commit)+`
+gpgsig`+zm(s)+`
+`+a;return t.from(l)}};async function fo({fs:t,cache:e,gitdir:r,oid:n}){if(n==="4b825dc642cb6eb9a060e54bf8d69288fbee4904")return{tree:hr.from([]),oid:n};let{type:i,object:a}=await Ge({fs:t,cache:e,gitdir:r,oid:n});if(i==="tag")return n=Mr.from(a).parse().object,fo({fs:t,cache:e,gitdir:r,oid:n});if(i==="commit")return n=pr.from(a).parse().tree,fo({fs:t,cache:e,gitdir:r,oid:n});if(i!=="tree")throw new tr(n,i,"tree");return{tree:hr.from(a),oid:n}}var ng=class{constructor({fs:e,gitdir:r,ref:n,cache:i}){this.fs=e,this.cache=i,this.gitdir=r,this.mapPromise=(async()=>{let s=new Map,o;try{o=await V.resolve({fs:e,gitdir:r,ref:n})}catch(c){c instanceof je&&(o="4b825dc642cb6eb9a060e54bf8d69288fbee4904")}let l=await fo({fs:e,cache:this.cache,gitdir:r,oid:o});return l.type="tree",l.mode="40000",s.set(".",l),s})();let a=this;this.ConstructEntry=class{constructor(o){this._fullpath=o,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return a.type(this)}async mode(){return a.mode(this)}async stat(){return a.stat(this)}async content(){return a.content(this)}async oid(){return a.oid(this)}}}async readdir(e){let r=e._fullpath,{fs:n,cache:i,gitdir:a}=this,s=await this.mapPromise,o=s.get(r);if(!o)throw new Error(`No obj for ${r}`);let l=o.oid;if(!l)throw new Error(`No oid for obj ${JSON.stringify(o)}`);if(o.type!=="tree")return null;let{type:c,object:u}=await Ge({fs:n,cache:i,gitdir:a,oid:l});if(c!==o.type)throw new tr(l,c,o.type);let f=hr.from(u);for(let d of f)s.set(F.join(r,d.path),d);return f.entries().map(d=>F.join(r,d.path))}async type(e){if(e._type===!1){let r=await this.mapPromise,{type:n}=r.get(e._fullpath);e._type=n}return e._type}async mode(e){if(e._mode===!1){let r=await this.mapPromise,{mode:n}=r.get(e._fullpath);e._mode=Ix(parseInt(n,8))}return e._mode}async stat(e){}async content(e){if(e._content===!1){let r=await this.mapPromise,{fs:n,cache:i,gitdir:a}=this,o=r.get(e._fullpath).oid,{type:l,object:c}=await Ge({fs:n,cache:i,gitdir:a,oid:o});l!=="blob"?e._content=void 0:e._content=new Uint8Array(c)}return e._content}async oid(e){if(e._oid===!1){let n=(await this.mapPromise).get(e._fullpath);e._oid=n.oid}return e._oid}};function Rr({ref:t="HEAD"}={}){let e=Object.create(null);return Object.defineProperty(e,jf,{value:function({fs:r,gitdir:n,cache:i}){return new ng({fs:r,gitdir:n,ref:t,cache:i})}}),Object.freeze(e),e}var ig=class{constructor({fs:e,dir:r,gitdir:n,cache:i}){this.fs=e,this.cache=i,this.dir=r,this.gitdir=n,this.config=null;let a=this;this.ConstructEntry=class{constructor(o){this._fullpath=o,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return a.type(this)}async mode(){return a.mode(this)}async stat(){return a.stat(this)}async content(){return a.content(this)}async oid(){return a.oid(this)}}}async readdir(e){let r=e._fullpath,{fs:n,dir:i}=this,a=await n.readdir(F.join(i,r));return a===null?null:a.map(s=>F.join(r,s))}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let{fs:r,dir:n}=this,i=await r.lstat(`${n}/${e._fullpath}`);if(!i)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let a=i.isDirectory()?"tree":"blob";a==="blob"&&!i.isFile()&&!i.isSymbolicLink()&&(a="special"),e._type=a,i=io(i),e._mode=i.mode,i.size===-1&&e._actualSize&&(i.size=e._actualSize),e._stat=i}return e._stat}async content(e){if(e._content===!1){let{fs:r,dir:n,gitdir:i}=this;if(await e.type()==="tree")e._content=void 0;else{let s=await(await this._getGitConfig(r,i)).get("core.autocrlf"),o=await r.read(`${n}/${e._fullpath}`,{autocrlf:s});e._actualSize=o.length,e._stat&&e._stat.size===-1&&(e._stat.size=e._actualSize),e._content=new Uint8Array(o)}}return e._content}async oid(e){if(e._oid===!1){let r=this,{fs:n,gitdir:i,cache:a}=this,s;await ct.acquire({fs:n,gitdir:i,cache:a},async function(o){let l=o.entriesMap.get(e._fullpath),c=await e.stat(),f=await(await r._getGitConfig(n,i)).get("core.filemode"),d=typeof process!="undefined"?process.platform!=="win32":!0;if(!l||Tf(c,l,f,d)){let h=await e.content();h===void 0?s=void 0:(s=await bi(ea.wrap({type:"blob",object:h})),l&&s===l.oid&&(!f||c.mode===l.mode)&&Tf(c,l,f,d)&&o.insert({filepath:e._fullpath,stats:c,oid:s}))}else s=l.oid}),e._oid=s}return e._oid}async _getGitConfig(e,r){return this.config?this.config:(this.config=await nt.get({fs:e,gitdir:r}),this.config)}};function yo(){let t=Object.create(null);return Object.defineProperty(t,jf,{value:function({fs:e,dir:r,gitdir:n,cache:i}){return new ig({fs:e,dir:r,gitdir:n,cache:i})}}),Object.freeze(t),t}function L4(t,e){let r=e-t;return Array.from({length:r},(n,i)=>t+i)}var Hx=typeof Array.prototype.flat=="undefined"?t=>t.reduce((e,r)=>e.concat(r),[]):t=>t.flat(),ag=class{constructor(){this.value=null}consider(e){e!=null&&(this.value===null?this.value=e:e<this.value&&(this.value=e))}reset(){this.value=null}};function*j4(t){let e=new ag,r,n=[],i=t.length;for(let a=0;a<i;a++)n[a]=t[a].next().value,n[a]!==void 0&&e.consider(n[a]);if(e.value!==null)for(;;){let a=[];r=e.value,e.reset();for(let s=0;s<i;s++)n[s]!==void 0&&n[s]===r?(a[s]=n[s],n[s]=t[s].next().value):a[s]=null,n[s]!==void 0&&e.consider(n[s]);if(yield a,e.value===null)return}}async function ra({fs:t,cache:e,dir:r,gitdir:n,trees:i,map:a=async(l,c)=>c,reduce:s=async(l,c)=>{let u=Hx(c);return l!==void 0&&u.unshift(l),u},iterate:o=(l,c)=>Promise.all([...c].map(l))}){let l=i.map(h=>h[jf]({fs:t,dir:r,gitdir:n,cache:e})),c=new Array(l.length).fill("."),u=L4(0,l.length),f=async h=>{u.map(v=>{let y=h[v];h[v]=y&&new l[v].ConstructEntry(y)});let g=(await Promise.all(u.map(v=>{let y=h[v];return y?l[v].readdir(y):[]}))).map(v=>(v===null?[]:v)[Symbol.iterator]());return{entries:h,children:j4(g)}},d=async h=>{let{entries:p,children:g}=await f(h),v=p.find(b=>b&&b._fullpath)._fullpath,y=await a(v,p);if(y!==null){let b=await o(d,g);return b=b.filter(E=>E!==void 0),s(y,b)}};return d(c)}async function sg(t,e){let r=await t.readdir(e);r==null?await t.rm(e):r.length?await Promise.all(r.map(n=>{let i=F.join(e,n);return t.lstat(i).then(a=>{if(a)return a.isDirectory()?sg(t,i):t.rm(i)})})).then(()=>t.rmdir(e)):await t.rmdir(e)}function N4(t){return B4(t)&&yx(t.then)&&yx(t.catch)}function B4(t){return t&&typeof t=="object"}function yx(t){return typeof t=="function"}function wx(t){return N4((r=>{try{return r.readFile().catch(n=>n)}catch(n){return n}})(t))}var bx=["readFile","writeFile","mkdir","rmdir","unlink","stat","lstat","readdir","readlink","symlink"];function _x(t,e){if(wx(e))for(let r of bx)t[`_${r}`]=e[r].bind(e);else for(let r of bx)t[`_${r}`]=jm(e[r].bind(e));wx(e)?e.rm?t._rm=e.rm.bind(e):e.rmdir.length>1?t._rm=e.rmdir.bind(e):t._rm=sg.bind(null,t):e.rm?t._rm=jm(e.rm.bind(e)):e.rmdir.length>2?t._rm=jm(e.rmdir.bind(e)):t._rm=sg.bind(null,t)}var Q=class{constructor(e){if(typeof e._original_unwrapped_fs!="undefined")return e;let r=Object.getOwnPropertyDescriptor(e,"promises");r&&r.enumerable?_x(this,e.promises):_x(this,e),this._original_unwrapped_fs=e}async exists(e,r={}){try{return await this._stat(e),!0}catch(n){if(n.code==="ENOENT"||n.code==="ENOTDIR"||(n.code||"").includes("ENS"))return!1;throw console.log('Unhandled error in "FileSystem.exists()" function',n),n}}async read(e,r={}){try{let n=await this._readFile(e,r);if(r.autocrlf==="true")try{n=new TextDecoder("utf8",{fatal:!0}).decode(n),n=n.replace(/\r\n/g,`
+`),n=new TextEncoder().encode(n)}catch(i){}return typeof n!="string"&&(n=Buffer.from(n)),n}catch(n){return null}}async write(e,r,n={}){try{await this._writeFile(e,r,n);return}catch(i){await this.mkdir(ao(e)),await this._writeFile(e,r,n)}}async mkdir(e,r=!1){try{await this._mkdir(e);return}catch(n){if(n===null||n.code==="EEXIST")return;if(r)throw n;if(n.code==="ENOENT"){let i=ao(e);if(i==="."||i==="/"||i===e)throw n;await this.mkdir(i),await this.mkdir(e,!0)}}}async rm(e){try{await this._unlink(e)}catch(r){if(r.code!=="ENOENT")throw r}}async rmdir(e,r){try{r&&r.recursive?await this._rm(e,r):await this._rmdir(e)}catch(n){if(n.code!=="ENOENT")throw n}}async readdir(e){try{let r=await this._readdir(e);return r.sort(Lf),r}catch(r){return r.code==="ENOTDIR"?null:[]}}async readdirDeep(e){let r=await this._readdir(e);return(await Promise.all(r.map(async i=>{let a=e+"/"+i;return(await this._stat(a)).isDirectory()?this.readdirDeep(a):a}))).reduce((i,a)=>i.concat(a),[])}async lstat(e){try{return await this._lstat(e)}catch(r){if(r.code==="ENOENT"||(r.code||"").includes("ENS"))return null;throw r}}async readlink(e,r={encoding:"buffer"}){try{let n=await this._readlink(e,r);return Buffer.isBuffer(n)?n:Buffer.from(n)}catch(n){if(n.code==="ENOENT"||(n.code||"").includes("ENS"))return null;throw n}}async writelink(e,r){return this._symlink(r.toString("utf8"),e)}};function P(t,e){if(e===void 0)throw new dr(t)}async function If(t,e){return!t&&!e?!1:t&&!e||!t&&e?!0:!(await t.type()==="tree"&&await e.type()==="tree"||await t.type()===await e.type()&&await t.mode()===await e.mode()&&await t.oid()===await e.oid())}async function Ux({fs:t,dir:e,gitdir:r=F.join(e,".git"),commit:n="HEAD",cache:i={}}){try{P("fs",t),P("dir",e),P("gitdir",r);let a=new Q(t),s=[Rr({ref:n}),yo(),Ya()],o=[];await ct.acquire({fs:a,gitdir:r,cache:i},async function(c){o=c.unmergedPaths});let l=await ra({fs:a,cache:i,dir:e,gitdir:r,trees:s,map:async function(c,[u,f,d]){let h=!await If(f,d),p=o.includes(c),g=!await If(d,u);if(h||p)return u?{path:c,mode:await u.mode(),oid:await u.oid(),type:await u.type(),content:await u.content()}:void 0;if(g)return!1;throw new ac(c)}});await ct.acquire({fs:a,gitdir:r,cache:i},async function(c){for(let u of l)if(u!==!1){if(!u){await a.rmdir(`${e}/${u.path}`,{recursive:!0}),c.delete({filepath:u.path});continue}if(u.type==="blob"){let f=new TextDecoder().decode(u.content);await a.write(`${e}/${u.path}`,f,{mode:u.mode}),c.insert({filepath:u.path,oid:u.oid,stage:0})}}})}catch(a){throw a.caller="git.abortMerge",a}}var na=class{static async isIgnored({fs:e,dir:r,gitdir:n=F.join(r,".git"),filepath:i}){if(Cf(i)===".git")return!0;if(i===".")return!1;let a="",s=F.join(n,"info","exclude");await e.exists(s)&&(a=await e.read(s,"utf8"));let o=[{gitignore:F.join(r,".gitignore"),filepath:i}],l=i.split("/").filter(Boolean);for(let u=1;u<l.length;u++){let f=l.slice(0,u).join("/"),d=l.slice(u).join("/");o.push({gitignore:F.join(r,f,".gitignore"),filepath:d})}let c=!1;for(let u of o){let f;try{f=await e.read(u.gitignore,"utf8")}catch(p){if(p.code==="NOENT")continue}let d=q8().add(a);d.add(f);let h=ao(u.filepath);if(h!=="."&&d.ignores(h))return!0;c?c=!d.test(u.filepath).unignored:c=d.test(u.filepath).ignored}return c}};async function H4({fs:t,gitdir:e,object:r,format:n,oid:i}){if(n!=="deflated")throw new pe("GitObjectStoreLoose expects objects to write to be in deflated format");let a=`objects/${i.slice(0,2)}/${i.slice(2)}`,s=`${e}/${a}`;await t.exists(s)||await t.write(s,r)}var Vm=null;async function Gx(t){return Vm===null&&(Vm=G4()),Vm?U4(t):cg.deflate(t)}async function U4(t){let e=new CompressionStream("deflate"),r=new Blob([t]).stream().pipeThrough(e);return new Uint8Array(await new Response(r).arrayBuffer())}function G4(){try{return new CompressionStream("deflate").writable.close(),new Blob([]).stream().cancel(),!0}catch(t){return!1}}async function mr({fs:t,gitdir:e,type:r,object:n,format:i="content",oid:a=void 0,dryRun:s=!1}){return i!=="deflated"&&(i!=="wrapped"&&(n=ea.wrap({type:r,object:n})),a=await bi(n),n=Buffer.from(await Gx(n))),s||await H4({fs:t,gitdir:e,object:n,format:"deflated",oid:a}),a}function zx(t){let e;for(;~(e=t.indexOf(92));)t[e]=47;return t}async function Vx({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n,cache:i={},force:a=!1,parallel:s=!0}){try{P("fs",t),P("dir",e),P("gitdir",r),P("filepath",n);let o=new Q(t);await ct.acquire({fs:o,gitdir:r,cache:i},async l=>{let u=await(await nt.get({fs:o,gitdir:r})).get("core.autocrlf");return og({dir:e,gitdir:r,fs:o,filepath:n,index:l,force:a,parallel:s,autocrlf:u})})}catch(o){throw o.caller="git.add",o}}async function og({dir:t,gitdir:e,fs:r,filepath:n,index:i,force:a,parallel:s,autocrlf:o}){n=Array.isArray(n)?n:[n];let l=n.map(async d=>{if(!a&&await na.isIgnored({fs:r,dir:t,gitdir:e,filepath:d}))return;let h=await r.lstat(F.join(t,d));if(!h)throw new je(d);if(h.isDirectory()){let p=await r.readdir(F.join(t,d));if(s){let g=p.map(v=>og({dir:t,gitdir:e,fs:r,filepath:[F.join(d,v)],index:i,force:a,parallel:s,autocrlf:o}));await Promise.all(g)}else for(let g of p)await og({dir:t,gitdir:e,fs:r,filepath:[F.join(d,g)],index:i,force:a,parallel:s,autocrlf:o})}else{let p=h.isSymbolicLink()?await r.readlink(F.join(t,d)).then(zx):await r.read(F.join(t,d),{autocrlf:o});if(p===null)throw new je(d);let g=await mr({fs:r,gitdir:e,type:"blob",object:p});i.insert({filepath:d,stats:h,oid:g})}}),c=await Promise.allSettled(l),u=c.filter(d=>d.status==="rejected").map(d=>d.reason);if(u.length>1)throw new tc(u);if(u.length===1)throw u[0];return c.filter(d=>d.status==="fulfilled"&&d.value).map(d=>d.value)}async function oc({fs:t,gitdir:e,path:r}){return(await nt.get({fs:t,gitdir:e})).get(r)}function qx(t,...e){for(let r of e)if(r)for(let n of Object.keys(r)){let i=r[n];i!==void 0&&(t[n]=i)}return t}async function ia({fs:t,gitdir:e,author:r,commit:n}){let i=Math.floor(Date.now()/1e3),a={name:await oc({fs:t,gitdir:e,path:"user.name"}),email:await oc({fs:t,gitdir:e,path:"user.email"})||"",timestamp:i,timezoneOffset:new Date(i*1e3).getTimezoneOffset()},s=qx({},a,n?n.author:void 0,r);if(s.name!==void 0)return s}async function ho({fs:t,gitdir:e,author:r,committer:n,commit:i}){let a=Math.floor(Date.now()/1e3),s={name:await oc({fs:t,gitdir:e,path:"user.name"}),email:await oc({fs:t,gitdir:e,path:"user.email"})||"",timestamp:a,timezoneOffset:new Date(a*1e3).getTimezoneOffset()},o=qx({},s,i?i.committer:void 0,r,n);if(o.name!==void 0)return o}async function Wx({fs:t,cache:e,gitdir:r,oid:n}){let{type:i,object:a}=await Ge({fs:t,cache:e,gitdir:r,oid:n});if(i==="tag")return n=Mr.from(a).parse().object,Wx({fs:t,cache:e,gitdir:r,oid:n});if(i!=="commit")throw new tr(n,i,"commit");return{commit:pr.from(a),oid:n}}async function po({fs:t,cache:e,gitdir:r,oid:n}){let{commit:i,oid:a}=await Wx({fs:t,cache:e,gitdir:r,oid:n});return{oid:a,commit:i.parse(),payload:i.withoutSignature()}}async function Nf({fs:t,cache:e,onSign:r,gitdir:n,message:i,author:a,committer:s,signingKey:o,amend:l=!1,dryRun:c=!1,noUpdateBranch:u=!1,ref:f,parent:d,tree:h}){let p=!1;f||(f=await V.resolve({fs:t,gitdir:n,ref:"HEAD",depth:2}));let g,v;try{g=await V.resolve({fs:t,gitdir:n,ref:f}),v=await po({fs:t,gitdir:n,oid:g,cache:{}})}catch(E){p=!0}if(l&&p)throw new sc(f);let y=l?await ia({fs:t,gitdir:n,author:a,commit:v.commit}):await ia({fs:t,gitdir:n,author:a});if(!y)throw new zt("author");let b=l?await ho({fs:t,gitdir:n,author:y,committer:s,commit:v.commit}):await ho({fs:t,gitdir:n,author:y,committer:s});if(!b)throw new zt("committer");return ct.acquire({fs:t,gitdir:n,cache:e,allowUnmerged:!1},async function(E){let A=$x(E.entries).get(".");if(h||(h=await Yx({fs:t,gitdir:n,inode:A,dryRun:c})),d?d=await Promise.all(d.map(x=>V.resolve({fs:t,gitdir:n,ref:x}))):l?d=v.commit.parent:d=g?[g]:[],!i)if(l)i=v.commit.message;else throw new dr("message");let k=pr.from({tree:h,parent:d,author:y,committer:b,message:i});o&&(k=await pr.sign(k,r,o));let w=await mr({fs:t,gitdir:n,type:"commit",object:k.toObject(),dryRun:c});return!u&&!c&&await V.writeRef({fs:t,gitdir:n,ref:f,value:w}),w})}async function Yx({fs:t,gitdir:e,inode:r,dryRun:n}){let i=r.children;for(let l of i)l.type==="tree"&&(l.metadata.mode="040000",l.metadata.oid=await Yx({fs:t,gitdir:e,inode:l,dryRun:n}));let a=i.map(l=>({mode:l.metadata.mode,path:l.basename,oid:l.metadata.oid,type:l.type})),s=hr.from(a);return await mr({fs:t,gitdir:e,type:"tree",object:s.toObject(),dryRun:n})}async function lc({fs:t,cache:e,gitdir:r,oid:n,filepath:i}){if(i.startsWith("/"))throw new ta("leading-slash");if(i.endsWith("/"))throw new ta("trailing-slash");let a=n,s=await fo({fs:t,cache:e,gitdir:r,oid:n}),o=s.tree;if(i==="")n=s.oid;else{let l=i.split("/");n=await Xx({fs:t,cache:e,gitdir:r,tree:o,pathArray:l,oid:a,filepath:i})}return n}async function Xx({fs:t,cache:e,gitdir:r,tree:n,pathArray:i,oid:a,filepath:s}){let o=i.shift();for(let l of n)if(l.path===o){if(i.length===0)return l.oid;{let{type:c,object:u}=await Ge({fs:t,cache:e,gitdir:r,oid:l.oid});if(c!=="tree")throw new tr(a,c,"tree",s);return n=hr.from(u),Xx({fs:t,cache:e,gitdir:r,tree:n,pathArray:i,oid:a,filepath:s})}}throw new je(`file or directory found at "${a}:${s}"`)}async function wo({fs:t,cache:e,gitdir:r,oid:n,filepath:i=void 0}){i!==void 0&&(n=await lc({fs:t,cache:e,gitdir:r,oid:n,filepath:i}));let{tree:a,oid:s}=await fo({fs:t,cache:e,gitdir:r,oid:n});return{oid:s,tree:a.entries()}}async function cc({fs:t,gitdir:e,tree:r}){let n=hr.from(r).toObject();return await mr({fs:t,gitdir:e,type:"tree",object:n,format:"content"})}async function z4({fs:t,cache:e,onSign:r,gitdir:n,ref:i,oid:a,note:s,force:o,author:l,committer:c,signingKey:u}){let f;try{f=await V.resolve({gitdir:n,fs:t,ref:i})}catch(y){if(!(y instanceof je))throw y}let h=(await wo({fs:t,cache:e,gitdir:n,oid:f||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;if(o)h=h.filter(y=>y.path!==a);else for(let y of h)if(y.path===a)throw new pn("note",a);typeof s=="string"&&(s=Buffer.from(s,"utf8"));let p=await mr({fs:t,gitdir:n,type:"blob",object:s,format:"content"});h.push({mode:"100644",path:a,oid:p,type:"blob"});let g=await cc({fs:t,gitdir:n,tree:h});return await Nf({fs:t,cache:e,onSign:r,gitdir:n,ref:i,tree:g,parent:f&&[f],message:`Note added by 'isomorphic-git addNote'
+`,author:l,committer:c,signingKey:u})}async function Kx({fs:t,onSign:e,dir:r,gitdir:n=F.join(r,".git"),ref:i="refs/notes/commits",oid:a,note:s,force:o,author:l,committer:c,signingKey:u,cache:f={}}){try{P("fs",t),P("gitdir",n),P("oid",a),P("note",s),u&&P("onSign",e);let d=new Q(t),h=await ia({fs:d,gitdir:n,author:l});if(!h)throw new zt("author");let p=await ho({fs:d,gitdir:n,author:h,committer:c});if(!p)throw new zt("committer");return await z4({fs:new Q(d),cache:f,onSign:e,gitdir:n,ref:i,oid:a,note:s,force:o,author:h,committer:p,signingKey:u})}catch(d){throw d.caller="git.addNote",d}}async function Zx({fs:t,gitdir:e,remote:r,url:n,force:i}){if(r!==zn.clean(r))throw new mn(r,zn.clean(r));let a=await nt.get({fs:t,gitdir:e});if(!i&&(await a.getSubsections("remote")).includes(r)&&n!==await a.get(`remote.${r}.url`))throw new pn("remote",r);await a.set(`remote.${r}.url`,n),await a.set(`remote.${r}.fetch`,`+refs/heads/*:refs/remotes/${r}/*`),await nt.save({fs:t,gitdir:e,config:a})}async function Jx({fs:t,dir:e,gitdir:r=F.join(e,".git"),remote:n,url:i,force:a=!1}){try{return P("fs",t),P("gitdir",r),P("remote",n),P("url",i),await Zx({fs:new Q(t),gitdir:r,remote:n,url:i,force:a})}catch(s){throw s.caller="git.addRemote",s}}async function V4({fs:t,cache:e,onSign:r,gitdir:n,ref:i,tagger:a,message:s=i,gpgsig:o,object:l,signingKey:c,force:u=!1}){if(i=i.startsWith("refs/tags/")?i:`refs/tags/${i}`,!u&&await V.exists({fs:t,gitdir:n,ref:i}))throw new pn("tag",i);let f=await V.resolve({fs:t,gitdir:n,ref:l||"HEAD"}),{type:d}=await Ge({fs:t,cache:e,gitdir:n,oid:f}),h=Mr.from({object:f,type:d,tag:i.replace("refs/tags/",""),tagger:a,message:s,gpgsig:o});c&&(h=await Mr.sign(h,r,c));let p=await mr({fs:t,gitdir:n,type:"tag",object:h.toObject()});await V.writeRef({fs:t,gitdir:n,ref:i,value:p})}async function Qx({fs:t,onSign:e,dir:r,gitdir:n=F.join(r,".git"),ref:i,tagger:a,message:s=i,gpgsig:o,object:l,signingKey:c,force:u=!1,cache:f={}}){try{P("fs",t),P("gitdir",n),P("ref",i),c&&P("onSign",e);let d=new Q(t),h=await ia({fs:d,gitdir:n,author:a});if(!h)throw new zt("tagger");return await V4({fs:d,cache:f,onSign:e,gitdir:n,ref:i,tagger:h,message:s,gpgsig:o,object:l,signingKey:c,force:u})}catch(d){throw d.caller="git.annotatedTag",d}}async function q4({fs:t,gitdir:e,ref:r,object:n,checkout:i=!1,force:a=!1}){if(r!==zn.clean(r))throw new mn(r,zn.clean(r));let s=`refs/heads/${r}`;if(!a&&await V.exists({fs:t,gitdir:e,ref:s}))throw new pn("branch",r,!1);let o;try{o=await V.resolve({fs:t,gitdir:e,ref:n||"HEAD"})}catch(l){}o&&await V.writeRef({fs:t,gitdir:e,ref:s,value:o}),i&&await V.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:s})}async function eS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,object:i,checkout:a=!1,force:s=!1}){try{return P("fs",t),P("gitdir",r),P("ref",n),await q4({fs:new Q(t),gitdir:r,ref:n,object:i,checkout:a,force:s})}catch(o){throw o.caller="git.branch",o}}var tS=(t,e)=>t==="."||e==null||e.length===0||e==="."?!0:e.length>=t.length?e.startsWith(t):t.startsWith(e);async function fg({fs:t,cache:e,onProgress:r,onPostCheckout:n,dir:i,gitdir:a,remote:s,ref:o,filepaths:l,noCheckout:c,noUpdateHead:u,dryRun:f,force:d,track:h=!0,nonBlocking:p=!1,batchSize:g=100}){let v;if(n)try{v=await V.resolve({fs:t,gitdir:a,ref:"HEAD"})}catch(b){v="0000000000000000000000000000000000000000"}let y;try{y=await V.resolve({fs:t,gitdir:a,ref:o})}catch(b){if(o==="HEAD")throw b;let E=`${s}/${o}`;if(y=await V.resolve({fs:t,gitdir:a,ref:E}),h){let S=await nt.get({fs:t,gitdir:a});await S.set(`branch.${o}.remote`,s),await S.set(`branch.${o}.merge`,`refs/heads/${o}`),await nt.save({fs:t,gitdir:a,config:S})}await V.writeRef({fs:t,gitdir:a,ref:`refs/heads/${o}`,value:y})}if(!c){let b;try{b=await W4({fs:t,cache:e,onProgress:r,dir:i,gitdir:a,ref:o,force:d,filepaths:l})}catch(w){throw w instanceof je&&w.data.what===y?new Kl(o,y):w}let E=b.filter(([w])=>w==="conflict").map(([w,x])=>x);if(E.length>0)throw new Xl(E);let S=b.filter(([w])=>w==="error").map(([w,x])=>x);if(S.length>0)throw new pe(S.join(", "));if(f){n&&await n({previousHead:v,newHead:y,type:l!=null&&l.length>0?"file":"branch"});return}let A=0,k=b.length;if(await ct.acquire({fs:t,gitdir:a,cache:e},async function(w){await Promise.all(b.filter(([x])=>x==="delete"||x==="delete-index").map(async function([x,_]){let T=`${i}/${_}`;x==="delete"&&await t.rm(T),w.delete({filepath:_}),r&&await r({phase:"Updating workdir",loaded:++A,total:k})}))}),await ct.acquire({fs:t,gitdir:a,cache:e},async function(w){for(let[x,_]of b)if(x==="rmdir"||x==="rmdir-index"){let T=`${i}/${_}`;try{x==="rmdir"&&await t.rmdir(T),w.delete({filepath:_}),r&&await r({phase:"Updating workdir",loaded:++A,total:k})}catch(C){if(C.code==="ENOTEMPTY")console.log(`Did not delete ${_} because directory is not empty`);else throw C}}}),await Promise.all(b.filter(([w])=>w==="mkdir"||w==="mkdir-index").map(async function([w,x]){let _=`${i}/${x}`;await t.mkdir(_),r&&await r({phase:"Updating workdir",loaded:++A,total:k})})),p){let w=b.filter(([_])=>_==="create"||_==="create-index"||_==="update"||_==="mkdir-index"),x=await xx("Update Working Dir",w.map(([_,T,C,I,L])=>()=>X4({fs:t,cache:e,gitdir:a,dir:i},[_,T,C,I,L])),r,g);await ct.acquire({fs:t,gitdir:a,cache:e,allowUnmerged:!0},async function(_){await xx("Update Index",x.map(([T,C,I])=>()=>Y4({index:_,fullpath:T,oid:C,stats:I})),r,g)})}else await ct.acquire({fs:t,gitdir:a,cache:e,allowUnmerged:!0},async function(w){await Promise.all(b.filter(([x])=>x==="create"||x==="create-index"||x==="update"||x==="mkdir-index").map(async function([x,_,T,C,I]){let L=`${i}/${_}`;try{if(x!=="create-index"&&x!=="mkdir-index"){let{object:J}=await Ge({fs:t,cache:e,gitdir:a,oid:T});if(I&&await t.rm(L),C===33188)await t.write(L,J);else if(C===33261)await t.write(L,J,{mode:511});else if(C===40960)await t.writelink(L,J);else throw new pe(`Invalid mode 0o${C.toString(8)} detected in blob ${T}`)}let $=await t.lstat(L);C===33261&&($.mode=493),x==="mkdir-index"&&($.mode=57344),w.insert({filepath:_,stats:$,oid:T}),r&&await r({phase:"Updating workdir",loaded:++A,total:k})}catch($){console.log($)}}))});n&&await n({previousHead:v,newHead:y,type:l!=null&&l.length>0?"file":"branch"})}if(!u){let b=await V.expand({fs:t,gitdir:a,ref:o});b.startsWith("refs/heads")?await V.writeSymbolicRef({fs:t,gitdir:a,ref:"HEAD",value:b}):await V.writeRef({fs:t,gitdir:a,ref:"HEAD",value:y})}}async function W4({fs:t,cache:e,onProgress:r,dir:n,gitdir:i,ref:a,force:s,filepaths:o}){let l=0;return ra({fs:t,cache:e,dir:n,gitdir:i,trees:[Rr({ref:a}),yo(),Ya()],map:async function(c,[u,f,d]){if(c===".")return;if(o&&!o.some(p=>tS(c,p)))return null;switch(r&&await r({phase:"Analyzing workdir",loaded:++l}),[!!d,!!u,!!f].map(Number).join("")){case"000":return;case"001":return s&&o&&o.includes(c)?["delete",c]:void 0;case"010":switch(await u.type()){case"tree":return["mkdir",c];case"blob":return["create",c,await u.oid(),await u.mode()];case"commit":return["mkdir-index",c,await u.oid(),await u.mode()];default:return["error",`new entry Unhandled type ${await u.type()}`]}case"011":switch(`${await u.type()}-${await f.type()}`){case"tree-tree":return;case"tree-blob":case"blob-tree":return["conflict",c];case"blob-blob":return await u.oid()!==await f.oid()?s?["update",c,await u.oid(),await u.mode(),await u.mode()!==await f.mode()]:["conflict",c]:await u.mode()!==await f.mode()?s?["update",c,await u.oid(),await u.mode(),!0]:["conflict",c]:["create-index",c,await u.oid(),await u.mode()];case"commit-tree":return;case"commit-blob":return["conflict",c];default:return["error",`new entry Unhandled type ${u.type}`]}case"100":return["delete-index",c];case"101":switch(await d.type()){case"tree":return["rmdir-index",c];case"blob":return await d.oid()!==await f.oid()?s?["delete",c]:["conflict",c]:["delete",c];case"commit":return["rmdir-index",c];default:return["error",`delete entry Unhandled type ${await d.type()}`]}case"110":case"111":switch(`${await d.type()}-${await u.type()}`){case"tree-tree":return;case"blob-blob":{if(await d.oid()===await u.oid()&&await d.mode()===await u.mode()&&!s)return;if(f){if(await f.oid()!==await d.oid()&&await f.oid()!==await u.oid())return s?["update",c,await u.oid(),await u.mode(),await u.mode()!==await f.mode()]:["conflict",c]}else if(s)return["update",c,await u.oid(),await u.mode(),await u.mode()!==await d.mode()];return await u.mode()!==await d.mode()?["update",c,await u.oid(),await u.mode(),!0]:await u.oid()!==await d.oid()?["update",c,await u.oid(),await u.mode(),!1]:void 0}case"tree-blob":return["update-dir-to-blob",c,await u.oid()];case"blob-tree":return["update-blob-to-tree",c];case"commit-commit":return["mkdir-index",c,await u.oid(),await u.mode()];default:return["error",`update entry Unhandled type ${await d.type()}-${await u.type()}`]}}},reduce:async function(c,u){return u=Hx(u),c?c&&c[0]==="rmdir"?(u.push(c),u):(u.unshift(c),u):u}})}async function Y4({index:t,fullpath:e,stats:r,oid:n}){try{t.insert({filepath:e,stats:r,oid:n})}catch(i){console.warn(`Error inserting ${e} into index:`,i)}}async function X4({fs:t,cache:e,gitdir:r,dir:n},[i,a,s,o,l]){let c=`${n}/${a}`;if(i!=="create-index"&&i!=="mkdir-index"){let{object:f}=await Ge({fs:t,cache:e,gitdir:r,oid:s});if(l&&await t.rm(c),o===33188)await t.write(c,f);else if(o===33261)await t.write(c,f,{mode:511});else if(o===40960)await t.writelink(c,f);else throw new pe(`Invalid mode 0o${o.toString(8)} detected in blob ${s}`)}let u=await t.lstat(c);return o===33261&&(u.mode=493),i==="mkdir-index"&&(u.mode=57344),[a,s,u]}async function xx(t,e,r,n){let i=[];try{for(let a=0;a<e.length;a+=n){let s=e.slice(a,a+n).map(l=>l());(await Promise.allSettled(s)).forEach(l=>{l.status==="fulfilled"&&i.push(l.value)}),r&&await r({phase:"Updating workdir",loaded:a+s.length,total:e.length})}return i}catch(a){console.error(`Error during ${t}: ${a}`)}return i}async function dg({fs:t,onProgress:e,onPostCheckout:r,dir:n,gitdir:i=F.join(n,".git"),remote:a="origin",ref:s,filepaths:o,noCheckout:l=!1,noUpdateHead:c=s===void 0,dryRun:u=!1,force:f=!1,track:d=!0,cache:h={},nonBlocking:p=!1,batchSize:g=100}){try{P("fs",t),P("dir",n),P("gitdir",i);let v=s||"HEAD";return await fg({fs:new Q(t),cache:h,onProgress:e,onPostCheckout:r,dir:n,gitdir:i,remote:a,ref:v,filepaths:o,noCheckout:l,noUpdateHead:c,dryRun:u,force:f,track:d,nonBlocking:p,batchSize:g})}catch(v){throw v.caller="git.checkout",v}}var K4=new RegExp("^refs/(heads/|tags/|remotes/)?(.*)");function za(t){let e=K4.exec(t);return e?e[1]==="remotes/"&&t.endsWith("/HEAD")?e[2].slice(0,-5):e[2]:t}async function sa({fs:t,gitdir:e,fullname:r=!1,test:n=!1}){let i=await V.resolve({fs:t,gitdir:e,ref:"HEAD",depth:2});if(n)try{await V.resolve({fs:t,gitdir:e,ref:i})}catch(a){return}if(i.startsWith("refs/"))return r?i:za(i)}function Z4(t){return t=t.replace(/^git@([^:]+):/,"https://$1/"),t=t.replace(/^ssh:\/\//,"https://"),t}function rS({username:t="",password:e=""}){return`Basic ${Buffer.from(`${t}:${e}`).toString("base64")}`}async function uc(t,e){let r=jx(t);for(;;){let{value:n,done:i}=await r.next();if(n&&await e(n),i)break}r.return&&r.return()}async function Ff(t){let e=0,r=[];await uc(t,a=>{r.push(a),e+=a.byteLength});let n=new Uint8Array(e),i=0;for(let a of r)n.set(a,i),i+=a.byteLength;return n}function Sx(t){let e=t.match(/^https?:\/\/([^/]+)@/);if(e==null)return{url:t,auth:{}};e=e[1];let[r,n]=e.split(":");return t=t.replace(`${e}@`,""),{url:t,auth:{username:r,password:n}}}function lg(t,e){let r=e.toString(16);return"0".repeat(t-r.length)+r}var Qe=class{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(e){typeof e=="string"&&(e=Buffer.from(e));let r=e.length+4,n=lg(4,r);return Buffer.concat([Buffer.from(n,"utf8"),e])}static streamReader(e){let r=new Mf(e);return async function(){try{let i=await r.read(4);if(i==null)return!0;if(i=parseInt(i.toString("utf8"),16),i===0||i===1)return null;let a=await r.read(i-4);return a==null?!0:a}catch(i){return e.error=i,!0}}}};async function Ex(t){let e={},r;for(;r=await t(),r!==!0;){if(r===null)continue;r=r.toString("utf8").replace(/\n$/,"");let n=r.indexOf("=");if(n>-1){let i=r.slice(0,n),a=r.slice(n+1);e[i]=a}else e[r]=!0}return{protocolVersion:2,capabilities2:e}}async function Ax(t,{service:e}){let r=new Set,n=new Map,i=new Map,a=Qe.streamReader(t),s=await a();for(;s===null;)s=await a();if(s===!0)throw new Zl;if(s.includes("version 2"))return Ex(a);if(s.toString("utf8").replace(/\n$/,"")!==`# service=${e}`)throw new Va(`# service=${e}\\n`,s.toString("utf8"));let o=await a();for(;o===null;)o=await a();if(o===!0)return{capabilities:r,refs:n,symrefs:i};if(o=o.toString("utf8"),o.includes("version 2"))return Ex(a);let[l,c]=qm(o,"\0","\\x00");if(c.split(" ").map(u=>r.add(u)),l!=="0000000000000000000000000000000000000000 capabilities^{}"){let[u,f]=qm(l," "," ");for(n.set(f,u);;){let d=await a();if(d===!0)break;if(d!==null){let[h,p]=qm(d.toString("utf8")," "," ");n.set(p,h)}}}for(let u of r)if(u.startsWith("symref=")){let f=u.match(/symref=([^:]+):(.*)/);f.length===3&&i.set(f[1],f[2])}return{protocolVersion:1,capabilities:r,refs:n,symrefs:i}}function qm(t,e,r){let n=t.trim().split(e);if(n.length!==2)throw new Va(`Two strings separated by '${r}'`,t.toString("utf8"));return n}var kx=(t,e)=>t.endsWith("?")?`${t}${e}`:`${t}/${e.replace(/^https?:\/\//,"")}`,Tx=(t,e)=>{(e.username||e.password)&&(t.Authorization=rS(e)),e.headers&&Object.assign(t,e.headers)},Wm=async t=>{try{let e=Buffer.from(await Ff(t.body)),r=e.toString("utf8");return{preview:r.length<256?r:r.slice(0,256)+"...",response:r,data:e}}catch(e){return{}}},mo=class{static async capabilities(){return["discover","connect"]}static async discover({http:e,onProgress:r,onAuth:n,onAuthSuccess:i,onAuthFailure:a,corsProxy:s,service:o,url:l,headers:c,protocolVersion:u}){let{url:f,auth:d}=Sx(l),h=s?kx(s,f):f;(d.username||d.password)&&(c.Authorization=rS(d)),u===2&&(c["Git-Protocol"]="version=2");let p,g,v=!1;do if(p=await e.request({onProgress:r,method:"GET",url:`${h}/info/refs?service=${o}`,headers:c}),g=!1,p.statusCode===401||p.statusCode===203){let y=v?a:n;if(y){if(d=await y(f,{...d,headers:{...c}}),d&&d.cancel)throw new uo;d&&(Tx(c,d),v=!0,g=!0)}}else p.statusCode===200&&v&&i&&await i(f,d);while(g);if(p.statusCode!==200){let{response:y}=await Wm(p);throw new so(p.statusCode,p.statusMessage,y)}if(p.headers["content-type"]===`application/x-${o}-advertisement`){let y=await Ax(p.body,{service:o});return y.auth=d,y}else{let{preview:y,response:b,data:E}=await Wm(p);try{let S=await Ax([E],{service:o});return S.auth=d,S}catch(S){throw new rc(y,b)}}}static async connect({http:e,onProgress:r,corsProxy:n,service:i,url:a,auth:s,body:o,headers:l}){let c=Sx(a);c&&(a=c.url),n&&(a=kx(n,a)),l["content-type"]=`application/x-${i}-request`,l.accept=`application/x-${i}-result`,Tx(l,s);let u=await e.request({onProgress:r,method:"POST",url:`${a}/${i}`,body:o,headers:l});if(u.statusCode!==200){let{response:f}=Wm(u);throw new so(u.statusCode,u.statusMessage,f)}return u}};function J4({url:t}){if(t.startsWith("git@"))return{transport:"ssh",address:t};let e=t.match(/(\w+)(:\/\/|::)(.*)/);if(e!==null){if(e[2]==="://")return{transport:e[1],address:e[0]};if(e[2]==="::")return{transport:e[1],address:e[3]}}}var go=class{static getRemoteHelperFor({url:e}){let r=new Map;r.set("http",mo),r.set("https",mo);let n=J4({url:e});if(!n)throw new ic(e);if(r.has(n.transport))return r.get(n.transport);throw new nc(e,n.transport,n.transport==="ssh"?Z4(e):void 0)}},Ga=null,qa=class{static async read({fs:e,gitdir:r}){Ga===null&&(Ga=new zl);let n=F.join(r,"shallow"),i=new Set;return await Ga.acquire(n,async function(){let a=await e.read(n,{encoding:"utf8"});if(a===null||a.trim()==="")return i;a.trim().split(`
+`).map(s=>i.add(s))}),i}static async write({fs:e,gitdir:r,oids:n}){Ga===null&&(Ga=new zl);let i=F.join(r,"shallow");if(n.size>0){let a=[...n].join(`
+`)+`
+`;await Ga.acquire(i,async function(){await e.write(i,a,{encoding:"utf8"})})}else await Ga.acquire(i,async function(){await e.rm(i)})}};async function Q4({fs:t,gitdir:e,oid:r}){let n=`objects/${r.slice(0,2)}/${r.slice(2)}`;return t.exists(`${e}/${n}`)}async function eD({fs:t,cache:e,gitdir:r,oid:n,getExternalRefDelta:i}){let a=await t.readdir(F.join(r,"objects/pack"));a=a.filter(s=>s.endsWith(".idx"));for(let s of a){let o=`${r}/objects/pack/${s}`,l=await ug({fs:t,cache:e,filename:o,getExternalRefDelta:i});if(l.error)throw new pe(l.error);if(l.offsets.has(n))return!0}return!1}async function Cx({fs:t,cache:e,gitdir:r,oid:n,format:i="content"}){let a=o=>Ge({fs:t,cache:e,gitdir:r,oid:o}),s=await Q4({fs:t,gitdir:r,oid:n});return s||(s=await eD({fs:t,cache:e,gitdir:r,oid:n,getExternalRefDelta:a})),s}function tD(t){let i="5041434b"+"00000002"+"00000000";return t.slice(0,12).toString("hex")===i}function nS(t,e){let r=t.map(n=>n.split("=",1)[0]);return e.filter(n=>{let i=n.split("=",1)[0];return r.includes(i)})}var Bf={name:"isomorphic-git",version:"1.32.2",agent:"git/isomorphic-git@1.32.2"},ro=class{constructor(){this._queue=[]}write(e){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){let r=this._waiting;this._waiting=null,r({value:e})}else this._queue.push(e)}end(){if(this._ended=!0,this._waiting){let e=this._waiting;this._waiting=null,e({done:!0})}}destroy(e){this.error=e,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(e=>{this._waiting=e})}};function rD(t){let e=t.indexOf("\r"),r=t.indexOf(`
+`);return e===-1&&r===-1?-1:e===-1?r+1:r===-1?e+1:r===e+1?r+1:Math.min(e,r)+1}function iS(t){let e=new ro,r="";return(async()=>(await uc(t,n=>{for(n=n.toString("utf8"),r+=n;;){let i=rD(r);if(i===-1)break;e.write(r.slice(0,i)),r=r.slice(i)}}),r.length>0&&e.write(r),e.end()))(),e}var $f=class{static demux(e){let r=Qe.streamReader(e),n=new ro,i=new ro,a=new ro,s=async function(){let o=await r();if(o===null)return s();if(o===!0){n.end(),a.end(),e.error?i.destroy(e.error):i.end();return}switch(o[0]){case 1:{i.write(o.slice(1));break}case 2:{a.write(o.slice(1));break}case 3:{let l=o.slice(1);a.write(l),n.end(),a.end(),i.destroy(new Error(l.toString("utf8")));return}default:n.write(o)}s()};return s(),{packetlines:n,packfile:i,progress:a}}};async function nD(t){let{packetlines:e,packfile:r,progress:n}=$f.demux(t),i=[],a=[],s=[],o=!1,l=!1;return new Promise((c,u)=>{uc(e,f=>{let d=f.toString("utf8").trim();if(d.startsWith("shallow")){let h=d.slice(-41).trim();h.length!==40&&u(new Qi(h)),i.push(h)}else if(d.startsWith("unshallow")){let h=d.slice(-41).trim();h.length!==40&&u(new Qi(h)),a.push(h)}else if(d.startsWith("ACK")){let[,h,p]=d.split(" ");s.push({oid:h,status:p}),p||(l=!0)}else d.startsWith("NAK")?(o=!0,l=!0):(l=!0,o=!0);l&&(t.error?u(t.error):c({shallows:i,unshallows:a,acks:s,nak:o,packfile:r,progress:n}))}).finally(()=>{l||(t.error?u(t.error):c({shallows:i,unshallows:a,acks:s,nak:o,packfile:r,progress:n}))})})}function iD({capabilities:t=[],wants:e=[],haves:r=[],shallows:n=[],depth:i=null,since:a=null,exclude:s=[]}){let o=[];e=[...new Set(e)];let l=` ${t.join(" ")}`;for(let c of e)o.push(Qe.encode(`want ${c}${l}
+`)),l="";for(let c of n)o.push(Qe.encode(`shallow ${c}
+`));i!==null&&o.push(Qe.encode(`deepen ${i}
+`)),a!==null&&o.push(Qe.encode(`deepen-since ${Math.floor(a.valueOf()/1e3)}
+`));for(let c of s)o.push(Qe.encode(`deepen-not ${c}
+`));o.push(Qe.flush());for(let c of r)o.push(Qe.encode(`have ${c}
+`));return o.push(Qe.encode(`done
+`)),o}async function hg({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,gitdir:l,ref:c,remoteRef:u,remote:f,url:d,corsProxy:h,depth:p=null,since:g=null,exclude:v=[],relative:y=!1,tags:b=!1,singleBranch:E=!1,headers:S={},prune:A=!1,pruneTags:k=!1}){let w=c||await sa({fs:t,gitdir:l,test:!0}),x=await nt.get({fs:t,gitdir:l}),_=f||w&&await x.get(`branch.${w}.remote`)||"origin",T=d||await x.get(`remote.${_}.url`);if(typeof T=="undefined")throw new dr("remote OR url");let C=u||w&&await x.get(`branch.${w}.merge`)||c||"HEAD";h===void 0&&(h=await x.get("http.corsProxy"));let I=go.getRemoteHelperFor({url:T}),L=await I.discover({http:r,onAuth:a,onAuthSuccess:s,onAuthFailure:o,corsProxy:h,service:"git-upload-pack",url:T,headers:S,protocolVersion:1}),$=L.auth,J=L.refs;if(J.size===0)return{defaultBranch:null,fetchHead:null,fetchHeadDescription:null};if(p!==null&&!L.capabilities.has("shallow"))throw new Ji("shallow","depth");if(g!==null&&!L.capabilities.has("deepen-since"))throw new Ji("deepen-since","since");if(v.length>0&&!L.capabilities.has("deepen-not"))throw new Ji("deepen-not","exclude");if(y===!0&&!L.capabilities.has("deepen-relative"))throw new Ji("deepen-relative","relative");let{oid:de,fullref:le}=V.resolveAgainstMap({ref:C,map:J});for(let U of J.keys())U===le||U==="HEAD"||U.startsWith("refs/heads/")||b&&U.startsWith("refs/tags/")||J.delete(U);let ce=nS([...L.capabilities],["multi_ack_detailed","no-done","side-band-64k","ofs-delta",`agent=${Bf.agent}`]);y&&ce.push("deepen-relative");let Te=E?[de]:J.values(),ne=E?[w]:await V.listRefs({fs:t,gitdir:l,filepath:"refs"}),N=[];for(let U of ne)try{U=await V.expand({fs:t,gitdir:l,ref:U});let Je=await V.resolve({fs:t,gitdir:l,ref:U});await Cx({fs:t,cache:e,gitdir:l,oid:Je})&&N.push(Je)}catch(Je){}N=[...new Set(N)];let W=await qa.read({fs:t,gitdir:l}),B=L.capabilities.has("shallow")?[...W]:[],$e=iD({capabilities:ce,wants:Te,haves:N,shallows:B,depth:p,since:g,exclude:v}),lr=Buffer.from(await Ff($e)),Ut=await I.connect({http:r,onProgress:n,corsProxy:h,service:"git-upload-pack",url:T,auth:$,body:[lr],headers:S}),X=await nD(Ut.body);Ut.headers&&(X.headers=Ut.headers);for(let U of X.shallows)if(!W.has(U))try{let{object:Je}=await Ge({fs:t,cache:e,gitdir:l,oid:U}),j=new pr(Je),Z=await Promise.all(j.headers().parent.map(We=>Cx({fs:t,cache:e,gitdir:l,oid:We})));Z.length===0||Z.every(We=>We)||W.add(U)}catch(Je){W.add(U)}for(let U of X.unshallows)W.delete(U);if(await qa.write({fs:t,gitdir:l,oids:W}),E){let U=new Map([[le,de]]),Je=new Map,j=10,Z=le;for(;j--;){let Rt=L.symrefs.get(Z);if(Rt===void 0)break;Je.set(Z,Rt),Z=Rt}let Se=J.get(Z);Se&&U.set(Z,Se);let{pruned:We}=await V.updateRemoteRefs({fs:t,gitdir:l,remote:_,refs:U,symrefs:Je,tags:b,prune:A});A&&(X.pruned=We)}else{let{pruned:U}=await V.updateRemoteRefs({fs:t,gitdir:l,remote:_,refs:J,symrefs:L.symrefs,tags:b,prune:A,pruneTags:k});A&&(X.pruned=U)}if(X.HEAD=L.symrefs.get("HEAD"),X.HEAD===void 0){let{oid:U}=V.resolveAgainstMap({ref:"HEAD",map:J});for(let[Je,j]of J.entries())if(Je!=="HEAD"&&j===U){X.HEAD=Je;break}}let Oe=le.startsWith("refs/tags")?"tag":"branch";if(X.FETCH_HEAD={oid:de,description:`${Oe} '${za(le)}' of ${T}`},n||i){let U=iS(X.progress);uc(U,async Je=>{if(i&&await i(Je),n){let j=Je.match(/([^:]*).*\((\d+?)\/(\d+?)\)/);j&&await n({phase:j[1].trim(),loaded:parseInt(j[2],10),total:parseInt(j[3],10)})}})}let De=Buffer.from(await Ff(X.packfile));if(Ut.body.error)throw Ut.body.error;let Pt=De.slice(-20).toString("hex"),Le={defaultBranch:X.HEAD,fetchHead:X.FETCH_HEAD.oid,fetchHeadDescription:X.FETCH_HEAD.description};if(X.headers&&(Le.headers=X.headers),A&&(Le.pruned=X.pruned),Pt!==""&&!tD(De)){Le.packfile=`objects/pack/pack-${Pt}.pack`;let U=F.join(l,Le.packfile);await t.write(U,De);let Je=Z=>Ge({fs:t,cache:e,gitdir:l,oid:Z}),j=await Wl.fromPack({pack:De,getExternalRefDelta:Je,onProgress:n});await t.write(U.replace(/\.pack$/,".idx"),await j.toBuffer())}return Le}async function aS({fs:t,bare:e=!1,dir:r,gitdir:n=e?r:F.join(r,".git"),defaultBranch:i="master"}){if(await t.exists(n+"/config"))return;let a=["hooks","info","objects/info","objects/pack","refs/heads","refs/tags"];a=a.map(s=>n+"/"+s);for(let s of a)await t.mkdir(s);await t.write(n+"/config",`[core]
+ repositoryformatversion = 0
+ filemode = false
+ bare = ${e}
+`+(e?"":` logallrefupdates = true
+`)+` symlinks = false
+ ignorecase = true
+`),await t.write(n+"/HEAD",`ref: refs/heads/${i}
+`)}async function aD({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,onPostCheckout:l,dir:c,gitdir:u,url:f,corsProxy:d,ref:h,remote:p,depth:g,since:v,exclude:y,relative:b,singleBranch:E,noCheckout:S,noTags:A,headers:k,nonBlocking:w,batchSize:x=100}){try{if(await aS({fs:t,gitdir:u}),await Zx({fs:t,gitdir:u,remote:p,url:f,force:!1}),d){let C=await nt.get({fs:t,gitdir:u});await C.set("http.corsProxy",d),await nt.save({fs:t,gitdir:u,config:C})}let{defaultBranch:_,fetchHead:T}=await hg({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,gitdir:u,ref:h,remote:p,corsProxy:d,depth:g,since:v,exclude:y,relative:b,singleBranch:E,headers:k,tags:!A});if(T===null)return;h=h||_,h=h.replace("refs/heads/",""),await fg({fs:t,cache:e,onProgress:n,onPostCheckout:l,dir:c,gitdir:u,ref:h,remote:p,noCheckout:S,nonBlocking:w,batchSize:x})}catch(_){throw await t.rmdir(u,{recursive:!0,maxRetries:10}).catch(()=>{}),_}}async function sS({fs:t,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,onPostCheckout:o,dir:l,gitdir:c=F.join(l,".git"),url:u,corsProxy:f=void 0,ref:d=void 0,remote:h="origin",depth:p=void 0,since:g=void 0,exclude:v=[],relative:y=!1,singleBranch:b=!1,noCheckout:E=!1,noTags:S=!1,headers:A={},cache:k={},nonBlocking:w=!1,batchSize:x=100}){try{return P("fs",t),P("http",e),P("gitdir",c),E||P("dir",l),P("url",u),await aD({fs:new Q(t),cache:k,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,onPostCheckout:o,dir:l,gitdir:c,url:u,corsProxy:f,ref:d,remote:h,depth:p,since:g,exclude:v,relative:y,singleBranch:b,noCheckout:E,noTags:S,headers:A,nonBlocking:w,batchSize:x})}catch(_){throw _.caller="git.clone",_}}async function oS({fs:t,onSign:e,dir:r,gitdir:n=F.join(r,".git"),message:i,author:a,committer:s,signingKey:o,amend:l=!1,dryRun:c=!1,noUpdateBranch:u=!1,ref:f,parent:d,tree:h,cache:p={}}){try{P("fs",t),l||P("message",i),o&&P("onSign",e);let g=new Q(t);return await Nf({fs:g,cache:p,onSign:e,gitdir:n,message:i,author:a,committer:s,signingKey:o,amend:l,dryRun:c,noUpdateBranch:u,ref:f,parent:d,tree:h})}catch(g){throw g.caller="git.commit",g}}async function lS({fs:t,dir:e,gitdir:r=F.join(e,".git"),fullname:n=!1,test:i=!1}){try{return P("fs",t),P("gitdir",r),await sa({fs:new Q(t),gitdir:r,fullname:n,test:i})}catch(a){throw a.caller="git.currentBranch",a}}async function sD({fs:t,gitdir:e,ref:r}){if(r=r.startsWith("refs/heads/")?r:`refs/heads/${r}`,!await V.exists({fs:t,gitdir:e,ref:r}))throw new je(r);let i=await V.expand({fs:t,gitdir:e,ref:r}),a=await sa({fs:t,gitdir:e,fullname:!0});if(i===a){let l=await V.resolve({fs:t,gitdir:e,ref:i});await V.writeRef({fs:t,gitdir:e,ref:"HEAD",value:l})}await V.deleteRef({fs:t,gitdir:e,ref:i});let s=za(r),o=await nt.get({fs:t,gitdir:e});await o.deleteSection("branch",s),await nt.save({fs:t,gitdir:e,config:o})}async function cS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n}){try{return P("fs",t),P("ref",n),await sD({fs:new Q(t),gitdir:r,ref:n})}catch(i){throw i.caller="git.deleteBranch",i}}async function uS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n}){try{P("fs",t),P("ref",n),await V.deleteRef({fs:new Q(t),gitdir:r,ref:n})}catch(i){throw i.caller="git.deleteRef",i}}async function oD({fs:t,gitdir:e,remote:r}){let n=await nt.get({fs:t,gitdir:e});await n.deleteSection("remote",r),await nt.save({fs:t,gitdir:e,config:n})}async function fS({fs:t,dir:e,gitdir:r=F.join(e,".git"),remote:n}){try{return P("fs",t),P("remote",n),await oD({fs:new Q(t),gitdir:r,remote:n})}catch(i){throw i.caller="git.deleteRemote",i}}async function lD({fs:t,gitdir:e,ref:r}){r=r.startsWith("refs/tags/")?r:`refs/tags/${r}`,await V.deleteRef({fs:t,gitdir:e,ref:r})}async function dS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n}){try{return P("fs",t),P("ref",n),await lD({fs:new Q(t),gitdir:r,ref:n})}catch(i){throw i.caller="git.deleteTag",i}}async function cD({fs:t,gitdir:e,oid:r}){let n=r.slice(0,2);return(await t.readdir(`${e}/objects/${n}`)).map(a=>`${n}${a}`).filter(a=>a.startsWith(r))}async function uD({fs:t,cache:e,gitdir:r,oid:n,getExternalRefDelta:i}){let a=[],s=await t.readdir(F.join(r,"objects/pack"));s=s.filter(o=>o.endsWith(".idx"));for(let o of s){let l=`${r}/objects/pack/${o}`,c=await ug({fs:t,cache:e,filename:l,getExternalRefDelta:i});if(c.error)throw new pe(c.error);for(let u of c.offsets.keys())u.startsWith(n)&&a.push(u)}return a}async function fD({fs:t,cache:e,gitdir:r,oid:n}){let i=o=>Ge({fs:t,cache:e,gitdir:r,oid:o}),a=await cD({fs:t,gitdir:r,oid:n}),s=await uD({fs:t,cache:e,gitdir:r,oid:n,getExternalRefDelta:i});for(let o of s)a.indexOf(o)===-1&&a.push(o);if(a.length===1)return a[0];throw a.length>1?new Yl("oids",n,a):new je(`an object matching "${n}"`)}async function hS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,cache:i={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),await fD({fs:new Q(t),cache:i,gitdir:r,oid:n})}catch(a){throw a.caller="git.expandOid",a}}async function pS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n}){try{return P("fs",t),P("gitdir",r),P("ref",n),await V.expand({fs:new Q(t),gitdir:r,ref:n})}catch(i){throw i.caller="git.expandRef",i}}async function pg({fs:t,cache:e,gitdir:r,oids:n}){let i={},a=n.length,s=n.map((o,l)=>({index:l,oid:o}));for(;s.length;){let o=new Set;for(let{oid:c,index:u}of s)i[c]||(i[c]=new Set),i[c].add(u),i[c].size===a&&o.add(c);if(o.size>0)return[...o];let l=new Map;for(let{oid:c,index:u}of s)try{let{object:f}=await Ge({fs:t,cache:e,gitdir:r,oid:c}),d=pr.from(f),{parent:h}=d.parseHeaders();for(let p of h)(!i[p]||!i[p].has(u))&&l.set(p+":"+u,{oid:p,index:u})}catch(f){}s=Array.from(l.values())}return[]}var Ym=/^.*(\r?\n|$)/gm;function dD({branches:t,contents:e}){let r=t[1],n=t[2],i=e[0],a=e[1],s=e[2],o=a.match(Ym),l=i.match(Ym),c=s.match(Ym),u=W8(o,l,c),f=7,d="",h=!0;for(let p of u)p.ok&&(d+=p.ok.join("")),p.conflict&&(h=!1,d+=`${"<".repeat(f)} ${r}
+`,d+=p.conflict.a.join(""),d+=`${"=".repeat(f)}
+`,d+=p.conflict.b.join(""),d+=`${">".repeat(f)} ${n}
+`);return{cleanMerge:h,mergedText:d}}async function hD({fs:t,cache:e,dir:r,gitdir:n=F.join(r,".git"),index:i,ourOid:a,baseOid:s,theirOid:o,ourName:l="ours",baseName:c="base",theirName:u="theirs",dryRun:f=!1,abortOnConflict:d=!0,mergeDriver:h}){let p=Rr({ref:a}),g=Rr({ref:s}),v=Rr({ref:o}),y=[],b=[],E=[],S=[],A=await ra({fs:t,cache:e,dir:r,gitdir:n,trees:[p,g,v],map:async function(k,[w,x,_]){let T=Cf(k),C=await If(w,x),I=await If(_,x);switch(`${C}-${I}`){case"false-false":return{mode:await x.mode(),path:T,oid:await x.oid(),type:await x.type()};case"false-true":return!_&&await w.type()==="tree"?{mode:await w.mode(),path:T,oid:await w.oid(),type:await w.type()}:_?{mode:await _.mode(),path:T,oid:await _.oid(),type:await _.type()}:void 0;case"true-false":return!w&&await _.type()==="tree"?{mode:await _.mode(),path:T,oid:await _.oid(),type:await _.type()}:w?{mode:await w.mode(),path:T,oid:await w.oid(),type:await w.type()}:void 0;case"true-true":{if(w&&_&&await w.type()==="tree"&&await _.type()==="tree")return{mode:await w.mode(),path:T,oid:await w.oid(),type:"tree"};if(w&&_&&await w.type()==="blob"&&await _.type()==="blob")return pD({fs:t,gitdir:n,path:T,ours:w,base:x,theirs:_,ourName:l,baseName:c,theirName:u,mergeDriver:h}).then(async L=>{if(L.cleanMerge)d||i.insert({filepath:k,oid:L.mergeResult.oid,stage:0});else if(y.push(k),b.push(k),!d){let $="";x&&await x.type()==="blob"&&($=await x.oid());let J=await w.oid(),de=await _.oid();i.delete({filepath:k}),$&&i.insert({filepath:k,oid:$,stage:1}),i.insert({filepath:k,oid:J,stage:2}),i.insert({filepath:k,oid:de,stage:3})}return L.mergeResult});if(x&&!w&&_&&await x.type()==="blob"&&await _.type()==="blob"){if(y.push(k),E.push(k),!d){let L=await x.oid(),$=await _.oid();i.delete({filepath:k}),i.insert({filepath:k,oid:L,stage:1}),i.insert({filepath:k,oid:$,stage:3})}return{mode:await _.mode(),oid:await _.oid(),type:"blob",path:T}}if(x&&w&&!_&&await x.type()==="blob"&&await w.type()==="blob"){if(y.push(k),S.push(k),!d){let L=await x.oid(),$=await w.oid();i.delete({filepath:k}),i.insert({filepath:k,oid:L,stage:1}),i.insert({filepath:k,oid:$,stage:2})}return{mode:await w.mode(),oid:await w.oid(),type:"blob",path:T}}if(x&&!w&&!_&&(await x.type()==="blob"||await x.type()==="tree"))return;throw new oo}}},reduce:y.length!==0&&(!r||d)?void 0:async(k,w)=>{let x=w.filter(Boolean);if(k&&!(k&&k.type==="tree"&&x.length===0&&k.path!==".")){if(x.length>0||k.path==="."&&x.length===0){let T=new hr(x).toObject(),C=await mr({fs:t,gitdir:n,type:"tree",object:T,dryRun:f});k.oid=C}return k}}});return y.length!==0?(r&&!d&&await ra({fs:t,cache:e,dir:r,gitdir:n,trees:[Rr({ref:A.oid})],map:async function(k,[w]){let x=`${r}/${k}`;if(await w.type()==="blob"){let _=await w.mode(),T=new TextDecoder().decode(await w.content());await t.write(x,T,{mode:_})}return!0}}),new lo(y,b,E,S)):A.oid}async function pD({fs:t,gitdir:e,path:r,ours:n,base:i,theirs:a,ourName:s,theirName:o,baseName:l,dryRun:c,mergeDriver:u=dD}){let f="blob",d="100755",h="",p="";i&&await i.type()==="blob"&&(d=await i.mode(),h=await i.oid(),p=Buffer.from(await i.content()).toString("utf8"));let g=d===await n.mode()?await a.mode():await n.mode();if(await n.oid()===await a.oid())return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await n.oid(),type:f}};if(await n.oid()===h)return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await a.oid(),type:f}};if(await a.oid()===h)return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await n.oid(),type:f}};let v=Buffer.from(await n.content()).toString("utf8"),y=Buffer.from(await a.content()).toString("utf8"),{mergedText:b,cleanMerge:E}=await u({branches:[l,s,o],contents:[p,v,y],path:r}),S=await mr({fs:t,gitdir:e,type:"blob",object:Buffer.from(b,"utf8"),dryRun:c});return{cleanMerge:E,mergeResult:{mode:g,path:r,oid:S,type:f}}}async function mS({fs:t,cache:e,dir:r,gitdir:n,ours:i,theirs:a,fastForward:s=!0,fastForwardOnly:o=!1,dryRun:l=!1,noUpdateBranch:c=!1,abortOnConflict:u=!0,message:f,author:d,committer:h,signingKey:p,onSign:g,mergeDriver:v,allowUnrelatedHistories:y=!1}){i===void 0&&(i=await sa({fs:t,gitdir:n,fullname:!0})),i=await V.expand({fs:t,gitdir:n,ref:i}),a=await V.expand({fs:t,gitdir:n,ref:a});let b=await V.resolve({fs:t,gitdir:n,ref:i}),E=await V.resolve({fs:t,gitdir:n,ref:a}),S=await pg({fs:t,cache:e,gitdir:n,oids:[b,E]});if(S.length!==1)if(S.length===0&&y)S.push("4b825dc642cb6eb9a060e54bf8d69288fbee4904");else throw new oo;let A=S[0];if(A===E)return{oid:b,alreadyMerged:!0};if(s&&A===b)return!l&&!c&&await V.writeRef({fs:t,gitdir:n,ref:i,value:E}),{oid:E,fastForward:!0};{if(o)throw new Jl;let k=await ct.acquire({fs:t,gitdir:n,cache:e,allowUnmerged:!1},async x=>hD({fs:t,cache:e,dir:r,gitdir:n,index:x,ourOid:b,theirOid:E,baseOid:A,ourName:za(i),baseName:"base",theirName:za(a),dryRun:l,abortOnConflict:u,mergeDriver:v}));if(k instanceof lo)throw k;return f||(f=`Merge branch '${za(a)}' into ${za(i)}`),{oid:await Nf({fs:t,cache:e,gitdir:n,message:f,ref:i,tree:k,parent:[b,E],author:d,committer:h,signingKey:p,onSign:g,dryRun:l,noUpdateBranch:c}),tree:k,mergeCommit:!0}}}async function gS({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,dir:l,gitdir:c,ref:u,url:f,remote:d,remoteRef:h,prune:p,pruneTags:g,fastForward:v,fastForwardOnly:y,corsProxy:b,singleBranch:E,headers:S,author:A,committer:k,signingKey:w}){try{if(!u){let T=await sa({fs:t,gitdir:c});if(!T)throw new dr("ref");u=T}let{fetchHead:x,fetchHeadDescription:_}=await hg({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,gitdir:c,corsProxy:b,ref:u,url:f,remote:d,remoteRef:h,singleBranch:E,headers:S,prune:p,pruneTags:g});await mS({fs:t,cache:e,gitdir:c,ours:u,theirs:x,fastForward:v,fastForwardOnly:y,message:`Merge ${_}`,author:A,committer:k,signingKey:w,dryRun:!1,noUpdateBranch:!1}),await fg({fs:t,cache:e,onProgress:n,dir:l,gitdir:c,ref:u,remote:d,noCheckout:!1})}catch(x){throw x.caller="git.pull",x}}async function vS({fs:t,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,dir:o,gitdir:l=F.join(o,".git"),ref:c,url:u,remote:f,remoteRef:d,corsProxy:h,singleBranch:p,headers:g={},cache:v={}}){try{P("fs",t),P("http",e),P("gitdir",l);let y={name:"",email:"",timestamp:Date.now(),timezoneOffset:0};return await gS({fs:new Q(t),cache:v,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,dir:o,gitdir:l,ref:c,url:u,remote:f,remoteRef:d,fastForwardOnly:!0,corsProxy:h,singleBranch:p,headers:g,author:y,committer:y})}catch(y){throw y.caller="git.fastForward",y}}async function yS({fs:t,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,dir:o,gitdir:l=F.join(o,".git"),ref:c,remote:u,remoteRef:f,url:d,corsProxy:h,depth:p=null,since:g=null,exclude:v=[],relative:y=!1,tags:b=!1,singleBranch:E=!1,headers:S={},prune:A=!1,pruneTags:k=!1,cache:w={}}){try{return P("fs",t),P("http",e),P("gitdir",l),await hg({fs:new Q(t),cache:w,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,gitdir:l,ref:c,remote:u,remoteRef:f,url:d,corsProxy:h,depth:p,since:g,exclude:v,relative:y,tags:b,singleBranch:E,headers:S,prune:A,pruneTags:k})}catch(x){throw x.caller="git.fetch",x}}async function wS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oids:n,cache:i={}}){try{return P("fs",t),P("gitdir",r),P("oids",n),await pg({fs:new Q(t),cache:i,gitdir:r,oids:n})}catch(a){throw a.caller="git.findMergeBase",a}}async function bS({fs:t,filepath:e}){if(await t.exists(F.join(e,".git")))return e;{let r=ao(e);if(r===e)throw new je(`git root for ${e}`);return bS({fs:t,filepath:r})}}async function _S({fs:t,filepath:e}){try{return P("fs",t),P("filepath",e),await bS({fs:new Q(t),filepath:e})}catch(r){throw r.caller="git.findRoot",r}}async function xS({fs:t,dir:e,gitdir:r=F.join(e,".git"),path:n}){try{return P("fs",t),P("gitdir",r),P("path",n),await oc({fs:new Q(t),gitdir:r,path:n})}catch(i){throw i.caller="git.getConfig",i}}async function mD({fs:t,gitdir:e,path:r}){return(await nt.get({fs:t,gitdir:e})).getall(r)}async function SS({fs:t,dir:e,gitdir:r=F.join(e,".git"),path:n}){try{return P("fs",t),P("gitdir",r),P("path",n),await mD({fs:new Q(t),gitdir:r,path:n})}catch(i){throw i.caller="git.getConfigAll",i}}async function ES({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:a,headers:s={},forPush:o=!1}){try{P("http",t),P("url",a);let c=await go.getRemoteHelperFor({url:a}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:o?"git-receive-pack":"git-upload-pack",url:a,headers:s,protocolVersion:1}),u={capabilities:[...c.capabilities]};for(let[f,d]of c.refs){let h=f.split("/"),p=h.pop(),g=u;for(let v of h)g[v]=g[v]||{},g=g[v];g[p]=d}for(let[f,d]of c.symrefs){let h=f.split("/"),p=h.pop(),g=u;for(let v of h)g[v]=g[v]||{},g=g[v];g[p]=d}return u}catch(l){throw l.caller="git.getRemoteInfo",l}}function AS(t,e,r,n){let i=[];for(let[a,s]of t.refs){if(e&&!a.startsWith(e))continue;if(a.endsWith("^{}")){if(n){let l=a.replace("^{}",""),c=i[i.length-1],u=c.ref===l?c:i.find(f=>f.ref===l);if(u===void 0)throw new Error("I did not expect this to happen");u.peeled=s}continue}let o={ref:a,oid:s};r&&t.symrefs.has(a)&&(o.target=t.symrefs.get(a)),i.push(o)}return i}async function kS({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:a,headers:s={},forPush:o=!1,protocolVersion:l=2}){try{P("http",t),P("url",a);let u=await go.getRemoteHelperFor({url:a}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:o?"git-receive-pack":"git-upload-pack",url:a,headers:s,protocolVersion:l});if(u.protocolVersion===2)return{protocolVersion:u.protocolVersion,capabilities:u.capabilities2};let f={};for(let d of u.capabilities){let[h,p]=d.split("=");p?f[h]=p:f[h]=!0}return{protocolVersion:1,capabilities:f,refs:AS(u,void 0,!0,!0)}}catch(c){throw c.caller="git.getRemoteInfo2",c}}async function gD({type:t,object:e,format:r="content",oid:n=void 0}){return r!=="deflated"&&(r!=="wrapped"&&(e=ea.wrap({type:t,object:e})),n=await bi(e)),{oid:n,object:e}}async function TS({object:t}){try{P("object",t),typeof t=="string"?t=Buffer.from(t,"utf8"):t=Buffer.from(t);let e="blob",{oid:r,object:n}=await gD({type:"blob",format:"content",object:t});return{oid:r,type:e,object:new Uint8Array(n),format:"wrapped"}}catch(e){throw e.caller="git.hashBlob",e}}async function vD({fs:t,cache:e,onProgress:r,dir:n,gitdir:i,filepath:a}){try{a=F.join(n,a);let s=await t.read(a),o=c=>Ge({fs:t,cache:e,gitdir:i,oid:c}),l=await Wl.fromPack({pack:s,getExternalRefDelta:o,onProgress:r});return await t.write(a.replace(/\.pack$/,".idx"),await l.toBuffer()),{oids:[...l.hashes]}}catch(s){throw s.caller="git.indexPack",s}}async function CS({fs:t,onProgress:e,dir:r,gitdir:n=F.join(r,".git"),filepath:i,cache:a={}}){try{return P("fs",t),P("dir",r),P("gitdir",r),P("filepath",i),await vD({fs:new Q(t),cache:a,onProgress:e,dir:r,gitdir:n,filepath:i})}catch(s){throw s.caller="git.indexPack",s}}async function PS({fs:t,bare:e=!1,dir:r,gitdir:n=e?r:F.join(r,".git"),defaultBranch:i="master"}){try{return P("fs",t),P("gitdir",n),e||P("dir",r),await aS({fs:new Q(t),bare:e,dir:r,gitdir:n,defaultBranch:i})}catch(a){throw a.caller="git.init",a}}async function RS({fs:t,cache:e,gitdir:r,oid:n,ancestor:i,depth:a}){let s=await qa.read({fs:t,gitdir:r});if(!n)throw new dr("oid");if(!i)throw new dr("ancestor");if(n===i)return!1;let o=[n],l=new Set,c=0;for(;o.length;){if(c++===a)throw new ec(a);let u=o.shift(),{type:f,object:d}=await Ge({fs:t,cache:e,gitdir:r,oid:u});if(f!=="commit")throw new tr(u,f,"commit");let h=pr.from(d).parse();for(let p of h.parent)if(p===i)return!0;if(!s.has(u))for(let p of h.parent)l.has(p)||(o.push(p),l.add(p))}return!1}async function MS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,ancestor:i,depth:a=-1,cache:s={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),P("ancestor",i),await RS({fs:new Q(t),cache:s,gitdir:r,oid:n,ancestor:i,depth:a})}catch(o){throw o.caller="git.isDescendent",o}}async function OS({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n}){try{return P("fs",t),P("dir",e),P("gitdir",r),P("filepath",n),na.isIgnored({fs:new Q(t),dir:e,gitdir:r,filepath:n})}catch(i){throw i.caller="git.isIgnored",i}}async function IS({fs:t,dir:e,gitdir:r=F.join(e,".git"),remote:n}){try{return P("fs",t),P("gitdir",r),V.listBranches({fs:new Q(t),gitdir:r,remote:n})}catch(i){throw i.caller="git.listBranches",i}}async function yD({fs:t,gitdir:e,ref:r,cache:n}){if(r){let i=await V.resolve({gitdir:e,fs:t,ref:r}),a=[];return await FS({fs:t,cache:n,gitdir:e,oid:i,filenames:a,prefix:""}),a}else return ct.acquire({fs:t,gitdir:e,cache:n},async function(i){return i.entries.map(a=>a.path)})}async function FS({fs:t,cache:e,gitdir:r,oid:n,filenames:i,prefix:a}){let{tree:s}=await wo({fs:t,cache:e,gitdir:r,oid:n});for(let o of s)o.type==="tree"?await FS({fs:t,cache:e,gitdir:r,oid:o.oid,filenames:i,prefix:F.join(a,o.path)}):i.push(F.join(a,o.path))}async function $S({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,cache:i={}}){try{return P("fs",t),P("gitdir",r),await yD({fs:new Q(t),cache:i,gitdir:r,ref:n})}catch(a){throw a.caller="git.listFiles",a}}async function wD({fs:t,cache:e,gitdir:r,ref:n}){let i;try{i=await V.resolve({gitdir:r,fs:t,ref:n})}catch(o){if(o instanceof je)return[]}return(await wo({fs:t,cache:e,gitdir:r,oid:i})).tree.map(o=>({target:o.path,note:o.oid}))}async function DS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n="refs/notes/commits",cache:i={}}){try{return P("fs",t),P("gitdir",r),P("ref",n),await wD({fs:new Q(t),cache:i,gitdir:r,ref:n})}catch(a){throw a.caller="git.listNotes",a}}async function LS({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n}){try{return P("fs",t),P("gitdir",r),V.listRefs({fs:new Q(t),gitdir:r,filepath:n})}catch(i){throw i.caller="git.listRefs",i}}async function bD({fs:t,gitdir:e}){let r=await nt.get({fs:t,gitdir:e}),n=await r.getSubsections("remote");return Promise.all(n.map(async a=>{let s=await r.get(`remote.${a}.url`);return{remote:a,url:s}}))}async function jS({fs:t,dir:e,gitdir:r=F.join(e,".git")}){try{return P("fs",t),P("gitdir",r),await bD({fs:new Q(t),gitdir:r})}catch(n){throw n.caller="git.listRemotes",n}}async function _D(t){let e=Qe.streamReader(t),r=[],n;for(;n=await e(),n!==!0;){if(n===null)continue;n=n.toString("utf8").replace(/\n$/,"");let[i,a,...s]=n.split(" "),o={ref:a,oid:i};for(let l of s){let[c,u]=l.split(":");c==="symref-target"?o.target=u:c==="peeled"&&(o.peeled=u)}r.push(o)}return r}async function xD({prefix:t,symrefs:e,peelTags:r}){let n=[];return n.push(Qe.encode(`command=ls-refs
+`)),n.push(Qe.encode(`agent=${Bf.agent}
+`)),(r||e||t)&&n.push(Qe.delim()),r&&n.push(Qe.encode("peel")),e&&n.push(Qe.encode("symrefs")),t&&n.push(Qe.encode(`ref-prefix ${t}`)),n.push(Qe.flush()),n}async function NS({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,url:a,headers:s={},forPush:o=!1,protocolVersion:l=2,prefix:c,symrefs:u,peelTags:f}){try{P("http",t),P("url",a);let d=await mo.discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:n,corsProxy:i,service:o?"git-receive-pack":"git-upload-pack",url:a,headers:s,protocolVersion:l});if(d.protocolVersion===1)return AS(d,c,u,f);let h=await xD({prefix:c,symrefs:u,peelTags:f}),p=await mo.connect({http:t,auth:d.auth,headers:s,corsProxy:i,service:o?"git-receive-pack":"git-upload-pack",url:a,body:h});return _D(p.body)}catch(d){throw d.caller="git.listServerRefs",d}}async function BS({fs:t,dir:e,gitdir:r=F.join(e,".git")}){try{return P("fs",t),P("gitdir",r),V.listTags({fs:new Q(t),gitdir:r})}catch(n){throw n.caller="git.listTags",n}}function SD(t,e){return t.committer.timestamp-e.committer.timestamp}var ED="e69de29bb2d1d6434b8b29ae775ad8c2e48c5391";async function Px({fs:t,cache:e,gitdir:r,oid:n,fileId:i}){if(i===ED)return;let a=n,s,o=await fo({fs:t,cache:e,gitdir:r,oid:n}),l=o.tree;return i===o.oid?s=o.path:(s=await HS({fs:t,cache:e,gitdir:r,tree:l,fileId:i,oid:a}),Array.isArray(s)&&(s.length===0?s=void 0:s.length===1&&(s=s[0]))),s}async function HS({fs:t,cache:e,gitdir:r,tree:n,fileId:i,oid:a,filepaths:s=[],parentPath:o=""}){let l=n.entries().map(function(c){let u;return c.oid===i?(u=F.join(o,c.path),s.push(u)):c.type==="tree"&&(u=Ge({fs:t,cache:e,gitdir:r,oid:c.oid}).then(function({object:f}){return HS({fs:t,cache:e,gitdir:r,tree:hr.from(f),fileId:i,oid:a,filepaths:s,parentPath:F.join(o,c.path)})})),u});return await Promise.all(l),s}async function AD({fs:t,cache:e,gitdir:r,filepath:n,ref:i,depth:a,since:s,force:o,follow:l}){let c=typeof s=="undefined"?void 0:Math.floor(s.valueOf()/1e3),u=[],f=await qa.read({fs:t,gitdir:r}),d=await V.resolve({fs:t,gitdir:r,ref:i}),h=[await po({fs:t,cache:e,gitdir:r,oid:d})],p,g,v;function y(b){v&&n&&u.push(b)}for(;h.length>0;){let b=h.pop();if(c!==void 0&&b.commit.committer.timestamp<=c)break;if(n){let E;try{E=await lc({fs:t,cache:e,gitdir:r,oid:b.commit.tree,filepath:n}),g&&p!==E&&u.push(g),p=E,g=b,v=!0}catch(S){if(S instanceof je){let A=l&&p;if(A&&(A=await Px({fs:t,cache:e,gitdir:r,oid:b.commit.tree,fileId:p}),A))if(Array.isArray(A)){if(g){let k=await Px({fs:t,cache:e,gitdir:r,oid:g.commit.tree,fileId:p});if(Array.isArray(k))if(A=A.filter(w=>k.indexOf(w)===-1),A.length===1)A=A[0],n=A,g&&u.push(g);else{A=!1,g&&u.push(g);break}}}else n=A,g&&u.push(g);if(!A){if(v&&p&&(u.push(g),!o))break;if(!o&&!l)throw S}g=b,v=!1}else throw S}}else u.push(b);if(a!==void 0&&u.length===a){y(b);break}if(!f.has(b.oid))for(let E of b.commit.parent){let S=await po({fs:t,cache:e,gitdir:r,oid:E});h.map(A=>A.oid).includes(S.oid)||h.push(S)}h.length===0&&y(b),h.sort((E,S)=>SD(E.commit,S.commit))}return u}async function US({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n,ref:i="HEAD",depth:a,since:s,force:o,follow:l,cache:c={}}){try{return P("fs",t),P("gitdir",r),P("ref",i),await AD({fs:new Q(t),cache:c,gitdir:r,filepath:n,ref:i,depth:a,since:s,force:o,follow:l})}catch(u){throw u.caller="git.log",u}}async function GS({fs:t,onSign:e,dir:r,gitdir:n=F.join(r,".git"),ours:i,theirs:a,fastForward:s=!0,fastForwardOnly:o=!1,dryRun:l=!1,noUpdateBranch:c=!1,abortOnConflict:u=!0,message:f,author:d,committer:h,signingKey:p,cache:g={},mergeDriver:v,allowUnrelatedHistories:y=!1}){try{P("fs",t),p&&P("onSign",e);let b=new Q(t),E=await ia({fs:b,gitdir:n,author:d});if(!E&&(!o||!s))throw new zt("author");let S=await ho({fs:b,gitdir:n,author:E,committer:h});if(!S&&(!o||!s))throw new zt("committer");return await mS({fs:b,cache:g,dir:r,gitdir:n,ours:i,theirs:a,fastForward:s,fastForwardOnly:o,dryRun:l,noUpdateBranch:c,abortOnConflict:u,message:f,author:E,committer:S,signingKey:p,onSign:e,mergeDriver:v,allowUnrelatedHistories:y})}catch(b){throw b.caller="git.merge",b}}var kD={commit:16,tree:32,blob:48,tag:64,ofs_delta:96,ref_delta:112};async function zS({fs:t,cache:e,dir:r,gitdir:n=F.join(r,".git"),oids:i}){let a=new Mx,s=[];function o(u,f){let d=Buffer.from(u,f);s.push(d),a.update(d)}async function l({stype:u,object:f}){let d=kD[u],h=f.length,p=h>15?128:0,g=h&15;h=h>>>4;let v=(p|d|g).toString(16);for(o(v,"hex");p;)p=h>127?128:0,v=p|h&127,o(lg(2,v),"hex"),h=h>>>7;o(Buffer.from(await Gx(f)))}o("PACK"),o("00000002","hex"),o(lg(8,i.length),"hex");for(let u of i){let{type:f,object:d}=await Ge({fs:t,cache:e,gitdir:n,oid:u});await l({write:o,object:d,stype:f})}let c=a.digest();return s.push(c),s}async function TD({fs:t,cache:e,gitdir:r,oids:n,write:i}){let a=await zS({fs:t,cache:e,gitdir:r,oids:n}),s=Buffer.from(await Ff(a)),l=`pack-${s.slice(-20).toString("hex")}.pack`;return i?(await t.write(F.join(r,`objects/pack/${l}`),s),{filename:l}):{filename:l,packfile:new Uint8Array(s)}}async function VS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oids:n,write:i=!1,cache:a={}}){try{return P("fs",t),P("gitdir",r),P("oids",n),await TD({fs:new Q(t),cache:a,gitdir:r,oids:n,write:i})}catch(s){throw s.caller="git.packObjects",s}}async function qS({fs:t,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,dir:o,gitdir:l=F.join(o,".git"),ref:c,url:u,remote:f,remoteRef:d,prune:h=!1,pruneTags:p=!1,fastForward:g=!0,fastForwardOnly:v=!1,corsProxy:y,singleBranch:b,headers:E={},author:S,committer:A,signingKey:k,cache:w={}}){try{P("fs",t),P("gitdir",l);let x=new Q(t),_=await ia({fs:x,gitdir:l,author:S});if(!_)throw new zt("author");let T=await ho({fs:x,gitdir:l,author:_,committer:A});if(!T)throw new zt("committer");return await gS({fs:x,cache:w,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,dir:o,gitdir:l,ref:c,url:u,remote:f,remoteRef:d,fastForward:g,fastForwardOnly:v,corsProxy:y,singleBranch:b,headers:E,author:_,committer:T,signingKey:k,prune:h,pruneTags:p})}catch(x){throw x.caller="git.pull",x}}async function CD({fs:t,cache:e,dir:r,gitdir:n=F.join(r,".git"),start:i,finish:a}){let s=await qa.read({fs:t,gitdir:n}),o=new Set,l=new Set;for(let f of i)o.add(await V.resolve({fs:t,gitdir:n,ref:f}));for(let f of a)try{let d=await V.resolve({fs:t,gitdir:n,ref:f});l.add(d)}catch(d){}let c=new Set;async function u(f){c.add(f);let{type:d,object:h}=await Ge({fs:t,cache:e,gitdir:n,oid:f});if(d==="tag"){let g=Mr.from(h).headers().object;return u(g)}if(d!=="commit")throw new tr(f,d,"commit");if(!s.has(f)){let g=pr.from(h).headers().parent;for(f of g)!l.has(f)&&!c.has(f)&&await u(f)}}for(let f of o)await u(f);return c}async function Xm({fs:t,cache:e,dir:r,gitdir:n=F.join(r,".git"),oids:i}){let a=new Set;async function s(o){if(a.has(o))return;a.add(o);let{type:l,object:c}=await Ge({fs:t,cache:e,gitdir:n,oid:o});if(l==="tag"){let f=Mr.from(c).headers().object;await s(f)}else if(l==="commit"){let f=pr.from(c).headers().tree;await s(f)}else if(l==="tree"){let u=hr.from(c);for(let f of u)f.type==="blob"&&a.add(f.oid),f.type==="tree"&&await s(f.oid)}}for(let o of i)await s(o);return a}async function PD(t){let e={},r="",n=Qe.streamReader(t),i=await n();for(;i!==!0;)i!==null&&(r+=i.toString("utf8")+`
+`),i=await n();let a=r.toString("utf8").split(`
+`);if(i=a.shift(),!i.startsWith("unpack "))throw new Va('unpack ok" or "unpack [error message]',i);e.ok=i==="unpack ok",e.ok||(e.error=i.slice(7)),e.refs={};for(let s of a){if(s.trim()==="")continue;let o=s.slice(0,2),l=s.slice(3),c=l.indexOf(" ");c===-1&&(c=l.length);let u=l.slice(0,c),f=l.slice(c+1);e.refs[u]={ok:o==="ok",error:f}}return e}async function RD({capabilities:t=[],triplets:e=[]}){let r=[],n=`\0 ${t.join(" ")}`;for(let i of e)r.push(Qe.encode(`${i.oldoid} ${i.oid} ${i.fullRef}${n}
+`)),n="";return r.push(Qe.flush()),r}async function MD({fs:t,cache:e,http:r,onProgress:n,onMessage:i,onAuth:a,onAuthSuccess:s,onAuthFailure:o,onPrePush:l,gitdir:c,ref:u,remoteRef:f,remote:d,url:h,force:p=!1,delete:g=!1,corsProxy:v,headers:y={}}){let b=u||await sa({fs:t,gitdir:c});if(typeof b=="undefined")throw new dr("ref");let E=await nt.get({fs:t,gitdir:c});d=d||await E.get(`branch.${b}.pushRemote`)||await E.get("remote.pushDefault")||await E.get(`branch.${b}.remote`)||"origin";let S=h||await E.get(`remote.${d}.pushurl`)||await E.get(`remote.${d}.url`);if(typeof S=="undefined")throw new dr("remote OR url");let A=f||await E.get(`branch.${b}.merge`);if(typeof S=="undefined")throw new dr("remoteRef");v===void 0&&(v=await E.get("http.corsProxy"));let k=await V.expand({fs:t,gitdir:c,ref:b}),w=g?"0000000000000000000000000000000000000000":await V.resolve({fs:t,gitdir:c,ref:k}),x=go.getRemoteHelperFor({url:S}),_=await x.discover({http:r,onAuth:a,onAuthSuccess:s,onAuthFailure:o,corsProxy:v,service:"git-receive-pack",url:S,headers:y,protocolVersion:1}),T=_.auth,C;if(!A)C=k;else try{C=await V.expandAgainstMap({ref:A,map:_.refs})}catch(W){if(W instanceof je)C=A.startsWith("refs/")?A:`refs/heads/${A}`;else throw W}let I=_.refs.get(C)||"0000000000000000000000000000000000000000";if(l&&!await l({remote:d,url:S,localRef:{ref:g?"(delete)":k,oid:w},remoteRef:{ref:C,oid:I}}))throw new uo;let L=!_.capabilities.has("no-thin"),$=new Set;if(!g){let W=[..._.refs.values()],B=new Set;if(I!=="0000000000000000000000000000000000000000"){let $e=await pg({fs:t,cache:e,gitdir:c,oids:[w,I]});for(let lr of $e)W.push(lr);L&&(B=await Xm({fs:t,cache:e,gitdir:c,oids:$e}))}if(!W.includes(w)){let $e=await CD({fs:t,cache:e,gitdir:c,start:[w],finish:W});$=await Xm({fs:t,cache:e,gitdir:c,oids:$e})}if(L){try{let $e=await V.resolve({fs:t,gitdir:c,ref:`refs/remotes/${d}/HEAD`,depth:2}),{oid:lr}=await V.resolveAgainstMap({ref:$e.replace(`refs/remotes/${d}/`,""),fullref:$e,map:_.refs}),Ut=[lr];for(let X of await Xm({fs:t,cache:e,gitdir:c,oids:Ut}))B.add(X)}catch($e){}for(let $e of B)$.delete($e)}if(w===I&&(p=!0),!p){if(k.startsWith("refs/tags")&&I!=="0000000000000000000000000000000000000000")throw new co("tag-exists");if(w!=="0000000000000000000000000000000000000000"&&I!=="0000000000000000000000000000000000000000"&&!await RS({fs:t,cache:e,gitdir:c,oid:w,ancestor:I,depth:-1}))throw new co("not-fast-forward")}}let J=nS([..._.capabilities],["report-status","side-band-64k",`agent=${Bf.agent}`]),de=await RD({capabilities:J,triplets:[{oldoid:I,oid:w,fullRef:C}]}),le=g?[]:await zS({fs:t,cache:e,gitdir:c,oids:[...$]}),ce=await x.connect({http:r,onProgress:n,corsProxy:v,service:"git-receive-pack",url:S,auth:T,headers:y,body:[...de,...le]}),{packfile:Te,progress:ne}=await $f.demux(ce.body);if(i){let W=iS(ne);uc(W,async B=>{await i(B)})}let N=await PD(Te);if(ce.headers&&(N.headers=ce.headers),d&&N.ok&&N.refs[C].ok&&!k.startsWith("refs/tags")){let W=`refs/remotes/${d}/${C.replace("refs/heads","")}`;g?await V.deleteRef({fs:t,gitdir:c,ref:W}):await V.writeRef({fs:t,gitdir:c,ref:W,value:w})}if(N.ok&&Object.values(N.refs).every(W=>W.ok))return N;{let W=Object.entries(N.refs).filter(([B,$e])=>!$e.ok).map(([B,$e])=>`
+ - ${B}: ${$e.error}`).join("");throw new Ql(W,N)}}async function WS({fs:t,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,onPrePush:o,dir:l,gitdir:c=F.join(l,".git"),ref:u,remoteRef:f,remote:d="origin",url:h,force:p=!1,delete:g=!1,corsProxy:v,headers:y={},cache:b={}}){try{return P("fs",t),P("http",e),P("gitdir",c),await MD({fs:new Q(t),cache:b,http:e,onProgress:r,onMessage:n,onAuth:i,onAuthSuccess:a,onAuthFailure:s,onPrePush:o,gitdir:c,ref:u,remoteRef:f,remote:d,url:h,force:p,delete:g,corsProxy:v,headers:y})}catch(E){throw E.caller="git.push",E}}async function YS({fs:t,cache:e,gitdir:r,oid:n}){let{type:i,object:a}=await Ge({fs:t,cache:e,gitdir:r,oid:n});if(i==="tag")return n=Mr.from(a).parse().object,YS({fs:t,cache:e,gitdir:r,oid:n});if(i!=="blob")throw new tr(n,i,"blob");return{oid:n,blob:new Uint8Array(a)}}async function XS({fs:t,cache:e,gitdir:r,oid:n,filepath:i=void 0}){return i!==void 0&&(n=await lc({fs:t,cache:e,gitdir:r,oid:n,filepath:i})),await YS({fs:t,cache:e,gitdir:r,oid:n})}async function KS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,filepath:i,cache:a={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),await XS({fs:new Q(t),cache:a,gitdir:r,oid:n,filepath:i})}catch(s){throw s.caller="git.readBlob",s}}async function mg({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,cache:i={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),await po({fs:new Q(t),cache:i,gitdir:r,oid:n})}catch(a){throw a.caller="git.readCommit",a}}async function OD({fs:t,cache:e,gitdir:r,ref:n="refs/notes/commits",oid:i}){let a=await V.resolve({gitdir:r,fs:t,ref:n}),{blob:s}=await XS({fs:t,cache:e,gitdir:r,oid:a,filepath:i});return s}async function ZS({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n="refs/notes/commits",oid:i,cache:a={}}){try{return P("fs",t),P("gitdir",r),P("ref",n),P("oid",i),await OD({fs:new Q(t),cache:a,gitdir:r,ref:n,oid:i})}catch(s){throw s.caller="git.readNote",s}}async function JS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,format:i="parsed",filepath:a=void 0,encoding:s=void 0,cache:o={}}){try{P("fs",t),P("gitdir",r),P("oid",n);let l=new Q(t);a!==void 0&&(n=await lc({fs:l,cache:o,gitdir:r,oid:n,filepath:a}));let u=await Ge({fs:l,cache:o,gitdir:r,oid:n,format:i==="parsed"?"content":i});if(u.oid=n,i==="parsed")switch(u.format="parsed",u.type){case"commit":u.object=pr.from(u.object).parse();break;case"tree":u.object=hr.from(u.object).entries();break;case"blob":s?u.object=u.object.toString(s):(u.object=new Uint8Array(u.object),u.format="content");break;case"tag":u.object=Mr.from(u.object).parse();break;default:throw new tr(u.oid,u.type,"blob|commit|tag|tree")}else(u.format==="deflated"||u.format==="wrapped")&&(u.type=u.format);return u}catch(l){throw l.caller="git.readObject",l}}async function ID({fs:t,cache:e,gitdir:r,oid:n}){let{type:i,object:a}=await Ge({fs:t,cache:e,gitdir:r,oid:n,format:"content"});if(i!=="tag")throw new tr(n,i,"tag");let s=Mr.from(a);return{oid:n,tag:s.parse(),payload:s.payload()}}async function QS({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,cache:i={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),await ID({fs:new Q(t),cache:i,gitdir:r,oid:n})}catch(a){throw a.caller="git.readTag",a}}async function eE({fs:t,dir:e,gitdir:r=F.join(e,".git"),oid:n,filepath:i=void 0,cache:a={}}){try{return P("fs",t),P("gitdir",r),P("oid",n),await wo({fs:new Q(t),cache:a,gitdir:r,oid:n,filepath:i})}catch(s){throw s.caller="git.readTree",s}}async function tE({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n,cache:i={}}){try{P("fs",t),P("gitdir",r),P("filepath",n),await ct.acquire({fs:new Q(t),gitdir:r,cache:i},async function(a){a.delete({filepath:n})})}catch(a){throw a.caller="git.remove",a}}async function FD({fs:t,cache:e,onSign:r,gitdir:n,ref:i="refs/notes/commits",oid:a,author:s,committer:o,signingKey:l}){let c;try{c=await V.resolve({gitdir:n,fs:t,ref:i})}catch(p){if(!(p instanceof je))throw p}let f=(await wo({fs:t,gitdir:n,oid:c||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;f=f.filter(p=>p.path!==a);let d=await cc({fs:t,gitdir:n,tree:f});return await Nf({fs:t,cache:e,onSign:r,gitdir:n,ref:i,tree:d,parent:c&&[c],message:`Note removed by 'isomorphic-git removeNote'
+`,author:s,committer:o,signingKey:l})}async function rE({fs:t,onSign:e,dir:r,gitdir:n=F.join(r,".git"),ref:i="refs/notes/commits",oid:a,author:s,committer:o,signingKey:l,cache:c={}}){try{P("fs",t),P("gitdir",n),P("oid",a);let u=new Q(t),f=await ia({fs:u,gitdir:n,author:s});if(!f)throw new zt("author");let d=await ho({fs:u,gitdir:n,author:f,committer:o});if(!d)throw new zt("committer");return await FD({fs:u,cache:c,onSign:e,gitdir:n,ref:i,oid:a,author:f,committer:d,signingKey:l})}catch(u){throw u.caller="git.removeNote",u}}async function $D({fs:t,gitdir:e,oldref:r,ref:n,checkout:i=!1}){if(n!==zn.clean(n))throw new mn(n,zn.clean(n));if(r!==zn.clean(r))throw new mn(r,zn.clean(r));let a=`refs/heads/${r}`,s=`refs/heads/${n}`;if(await V.exists({fs:t,gitdir:e,ref:s}))throw new pn("branch",n,!1);let l=await V.resolve({fs:t,gitdir:e,ref:a,depth:1});await V.writeRef({fs:t,gitdir:e,ref:s,value:l}),await V.deleteRef({fs:t,gitdir:e,ref:a});let u=await sa({fs:t,gitdir:e,fullname:!0})===a;(i||u)&&await V.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:s})}async function nE({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,oldref:i,checkout:a=!1}){try{return P("fs",t),P("gitdir",r),P("ref",n),P("oldref",i),await $D({fs:new Q(t),gitdir:r,ref:n,oldref:i,checkout:a})}catch(s){throw s.caller="git.renameBranch",s}}async function iE({gitdir:t,type:e,object:r}){return bi(ea.wrap({type:e,object:r}))}async function aE({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n,ref:i,cache:a={}}){try{P("fs",t),P("gitdir",r),P("filepath",n);let s=new Q(t),o,l;try{o=await V.resolve({fs:s,gitdir:r,ref:i||"HEAD"})}catch(f){if(i)throw f}if(o)try{o=await lc({fs:s,cache:a,gitdir:r,oid:o,filepath:n})}catch(f){o=null}let c={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:0,uid:0,gid:0,size:0},u=e&&await s.read(F.join(e,n));u&&(l=await iE({gitdir:r,type:"blob",object:u}),o===l&&(c=await s.lstat(F.join(e,n)))),await ct.acquire({fs:s,gitdir:r,cache:a},async function(f){f.delete({filepath:n}),o&&f.insert({filepath:n,stats:c,oid:o})})}catch(s){throw s.caller="git.reset",s}}async function sE({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,depth:i}){try{return P("fs",t),P("gitdir",r),P("ref",n),await V.resolve({fs:new Q(t),gitdir:r,ref:n,depth:i})}catch(a){throw a.caller="git.resolveRef",a}}async function oE({fs:t,dir:e,gitdir:r=F.join(e,".git"),path:n,value:i,append:a=!1}){try{P("fs",t),P("gitdir",r),P("path",n);let s=new Q(t),o=await nt.get({fs:s,gitdir:r});a?await o.append(n,i):await o.set(n,i),await nt.save({fs:s,gitdir:r,config:o})}catch(s){throw s.caller="git.setConfig",s}}async function lE({fs:t,gitdir:e,commit:r}){let n=pr.from(r).toObject();return await mr({fs:t,gitdir:e,type:"commit",object:n,format:"content"})}var Df=class t{static get timezoneOffsetForRefLogEntry(){let e=new Date().getTimezoneOffset(),r=Math.abs(Math.floor(e/60)),n=Math.abs(e%60).toString().padStart(2,"0");return`${e>0?"-":"+"}${r.toString().padStart(2,"0")}${n}`}static createStashReflogEntry(e,r,n){let i=e.name.replace(/\s/g,""),a="0000000000000000000000000000000000000000",s=Math.floor(Date.now()/1e3),o=t.timezoneOffsetForRefLogEntry;return`${a} ${r} ${i} ${e.email} ${s} ${o} ${n}
+`}static getStashReflogEntry(e,r=!1){return e.split(`
+`).filter(a=>a).reverse().map((a,s)=>r?`stash@{${s}}: ${a.split(" ")[1]}`:a)}},DD={stage:Ya,workdir:yo},Km;async function vo(t,e){return Km===void 0&&(Km=new zl),Km.acquire(t,e)}async function LD(t,e,r,n,i=null){let a=F.join(r,n),s=await t.lstat(a);if(!s)throw new je(a);if(s.isDirectory())throw new pe(`${a}: file expected, but found directory`);let o=i?await Lx({fs:t,gitdir:e,oid:i}):void 0,l=o?i:void 0;return o||await vo({fs:t,gitdir:e,currentFilepath:a},async()=>{let c=s.isSymbolicLink()?await t.readlink(a).then(zx):await t.read(a);if(c===null)throw new je(a);l=await mr({fs:t,gitdir:e,type:"blob",object:c})}),l}async function jD({fs:t,dir:e,gitdir:r,entries:n}){async function i(a){if(a.type==="tree"){if(!a.oid){let s=await Promise.all(a.children.map(i));a.oid=await cc({fs:t,gitdir:r,tree:s}),a.mode=16384}}else a.type==="blob"&&(a.oid=await LD(t,r,e,a.path,a.oid),a.mode=33188);return a.path=a.path.split("/").pop(),a}return Promise.all(n.map(i))}async function Rx({fs:t,dir:e,gitdir:r,treePair:n}){let i=n[1]==="stage",a=n.map(h=>typeof h=="string"?DD[h]():h),s=[],u=await ra({fs:t,cache:{},dir:e,gitdir:r,trees:a,map:async(h,[p,g])=>{if(!(h==="."||await na.isIgnored({fs:t,dir:e,gitdir:r,filepath:h}))&&g)return(!p||await p.oid()!==await g.oid()&&await g.oid()!==void 0)&&s.push([p,g]),{mode:await g.mode(),path:h,oid:await g.oid(),type:await g.type()}},reduce:async(h,p)=>(p=p.filter(Boolean),h?(h.children=p,h):p.length>0?p:void 0),iterate:async(h,p)=>{let g=[];for(let v of p){let[y,b]=v;i?b&&(await t.exists(`${e}/${b.toString()}`)?g.push(v):s.push([null,b])):y&&(b?g.push(v):s.push([y,null]))}return g.length?Promise.all(g.map(h)):[]}});if(s.length===0||u.length===0)return null;let d=(await jD({fs:t,dir:e,gitdir:r,entries:u})).filter(Boolean).map(h=>({mode:h.mode,path:h.path,oid:h.oid,type:h.type}));return cc({fs:t,gitdir:r,tree:d})}async function ND({fs:t,dir:e,gitdir:r,stashCommit:n,parentCommit:i,wasStaged:a}){let s=[],o=[],l=await ra({fs:t,cache:{},dir:e,gitdir:r,trees:[Rr({ref:i}),Rr({ref:n})],map:async(c,[u,f])=>{if(c==="."||await na.isIgnored({fs:t,dir:e,gitdir:r,filepath:c}))return;let d=f?await f.type():await u.type();if(d!=="tree"&&d!=="blob")return;if(!f&&u){let p=d==="tree"?"rmdir":"rm";return d==="tree"&&s.push(c),d==="blob"&&a&&o.push({filepath:c,oid:await u.oid()}),{method:p,filepath:c}}let h=await f.oid();if(!u||await u.oid()!==h)return d==="tree"?{method:"mkdir",filepath:c}:(a&&o.push({filepath:c,oid:h,stats:await t.lstat(F.join(e,c))}),{method:"write",filepath:c,oid:h})}});await vo({fs:t,gitdir:r,dirRemoved:s,ops:l},async()=>{for(let c of l){let u=F.join(e,c.filepath);switch(c.method){case"rmdir":await t.rmdir(u);break;case"mkdir":await t.mkdir(u);break;case"rm":await t.rm(u);break;case"write":if(!s.some(f=>u.startsWith(f))){let{object:f}=await Ge({fs:t,cache:{},gitdir:r,oid:c.oid});await t.exists(u)&&await t.rm(u),await t.write(u,f)}break}}}),await ct.acquire({fs:t,gitdir:r,cache:{}},async c=>{o.forEach(({filepath:u,stats:f,oid:d})=>{c.insert({filepath:u,stats:f,oid:d})})})}var Wa=class t{constructor({fs:e,dir:r,gitdir:n=F.join(r,".git")}){Object.assign(this,{fs:e,dir:r,gitdir:n,_author:null})}static get refStash(){return"refs/stash"}static get refLogsStash(){return"logs/refs/stash"}get refStashPath(){return F.join(this.gitdir,t.refStash)}get refLogsStashPath(){return F.join(this.gitdir,t.refLogsStash)}async getAuthor(){if(!this._author&&(this._author=await ia({fs:this.fs,gitdir:this.gitdir,author:{}}),!this._author))throw new zt("author");return this._author}async getStashSHA(e,r){return await this.fs.exists(this.refStashPath)?(r||await this.readStashReflogs({parsed:!1}))[e].split(" ")[1]:null}async writeStashCommit({message:e,tree:r,parent:n}){return lE({fs:this.fs,gitdir:this.gitdir,commit:{message:e,tree:r,parent:n,author:await this.getAuthor(),committer:await this.getAuthor()}})}async readStashCommit(e){let r=await this.readStashReflogs({parsed:!1});if(e!==0&&(e<0||e>r.length-1))throw new mn(`stash@${e}`,"number that is in range of [0, num of stash pushed]");let n=await this.getStashSHA(e,r);return n?po({fs:this.fs,cache:{},gitdir:this.gitdir,oid:n}):{}}async writeStashRef(e){return V.writeRef({fs:this.fs,gitdir:this.gitdir,ref:t.refStash,value:e})}async writeStashReflogEntry({stashCommit:e,message:r}){let n=await this.getAuthor(),i=Df.createStashReflogEntry(n,e,r),a=this.refLogsStashPath;await vo({filepath:a,entry:i},async()=>{let s=await this.fs.exists(a)?await this.fs.read(a,"utf8"):"";await this.fs.write(a,s+i,"utf8")})}async readStashReflogs({parsed:e=!1}){if(!await this.fs.exists(this.refLogsStashPath))return[];let n=(await this.fs.read(this.refLogsStashPath)).toString();return Df.getStashReflogEntry(n,e)}};async function BD({fs:t,dir:e,gitdir:r,message:n=""}){let i=new Wa({fs:t,dir:e,gitdir:r});await i.getAuthor();let a=await sa({fs:t,gitdir:r,fullname:!1}),s=await V.resolve({fs:t,gitdir:r,ref:"HEAD"}),l=(await mg({fs:t,dir:e,gitdir:r,oid:s})).commit.message,c=[s],u=null,f=Rr({ref:"HEAD"}),d=await Rx({fs:t,dir:e,gitdir:r,treePair:[Rr({ref:"HEAD"}),"stage"]});if(d){let v=await i.writeStashCommit({message:`stash-Index: WIP on ${a} - ${new Date().toISOString()}`,tree:d,parent:c});c.push(v),u=d,f=Ya()}let h=await Rx({fs:t,dir:e,gitdir:r,treePair:[f,"workdir"]});if(h){let v=await i.writeStashCommit({message:`stash-WorkDir: WIP on ${a} - ${new Date().toISOString()}`,tree:h,parent:[c[c.length-1]]});c.push(v),u=h}if(!u||!d&&!h)throw new je("changes, nothing to stash");let p=(n.trim()||`WIP on ${a}`)+`: ${s.substring(0,7)} ${l}`,g=await i.writeStashCommit({message:p,tree:u,parent:c});return await i.writeStashRef(g),await i.writeStashReflogEntry({stashCommit:g,message:p}),await dg({fs:t,dir:e,gitdir:r,ref:a,track:!1,force:!0}),g}async function cE({fs:t,dir:e,gitdir:r,refIdx:n=0}){let a=await new Wa({fs:t,dir:e,gitdir:r}).readStashCommit(n),{parent:s=null}=a.commit?a.commit:{};if(!(!s||!Array.isArray(s)))for(let o=0;o<s.length-1;o++){let c=(await po({fs:t,cache:{},gitdir:r,oid:s[o+1]})).commit.message.startsWith("stash-Index");await ND({fs:t,dir:e,gitdir:r,stashCommit:s[o+1],parentCommit:s[o],wasStaged:c})}}async function uE({fs:t,dir:e,gitdir:r,refIdx:n=0}){let i=new Wa({fs:t,dir:e,gitdir:r});if(!(await i.readStashCommit(n)).commit)return;let s=i.refStashPath;await vo(s,async()=>{await t.exists(s)&&await t.rm(s)});let o=await i.readStashReflogs({parsed:!1});if(!o.length)return;o.splice(n,1);let l=i.refLogsStashPath;await vo({reflogEntries:o,stashReflogPath:l,stashMgr:i},async()=>{if(o.length){await t.write(l,o.join(`
+`),"utf8");let c=o[o.length-1].split(" ")[1];await i.writeStashRef(c)}else await t.rm(l)})}async function HD({fs:t,dir:e,gitdir:r}){return new Wa({fs:t,dir:e,gitdir:r}).readStashReflogs({parsed:!0})}async function UD({fs:t,dir:e,gitdir:r}){let n=new Wa({fs:t,dir:e,gitdir:r}),i=[n.refStashPath,n.refLogsStashPath];await vo(i,async()=>{await Promise.all(i.map(async a=>{if(await t.exists(a))return t.rm(a)}))})}async function GD({fs:t,dir:e,gitdir:r,refIdx:n=0}){await cE({fs:t,dir:e,gitdir:r,refIdx:n}),await uE({fs:t,dir:e,gitdir:r,refIdx:n})}async function fE({fs:t,dir:e,gitdir:r=F.join(e,".git"),op:n="push",message:i="",refIdx:a=0}){P("fs",t),P("dir",e),P("gitdir",r),P("op",n);let s={push:BD,apply:cE,drop:uE,list:HD,clear:UD,pop:GD},o=["apply","drop","pop"];try{let l=new Q(t);["refs","logs","logs/refs"].map(f=>F.join(r,f)).forEach(async f=>{await l.exists(f)||await l.mkdir(f)});let u=s[n];if(u){if(o.includes(n)&&a<0)throw new mn(`stash@${a}`,"number that is in range of [0, num of stash pushed]");return await u({fs:l,dir:e,gitdir:r,message:i,refIdx:a})}throw new Error(`To be implemented: ${n}`)}catch(l){throw l.caller="git.stash",l}}async function dE({fs:t,dir:e,gitdir:r=F.join(e,".git"),filepath:n,cache:i={}}){try{P("fs",t),P("gitdir",r),P("filepath",n);let a=new Q(t);if(await na.isIgnored({fs:a,gitdir:r,dir:e,filepath:n}))return"ignored";let o=await zD({fs:a,cache:i,gitdir:r}),l=await hE({fs:a,cache:i,gitdir:r,tree:o,path:n}),c=await ct.acquire({fs:a,gitdir:r,cache:i},async function(g){for(let v of g)if(v.path===n)return v;return null}),u=await a.lstat(F.join(e,n)),f=l!==null,d=c!==null,h=u!==null,p=async()=>{if(d&&!Tf(c,u))return c.oid;{let g=await a.read(F.join(e,n)),v=await iE({gitdir:r,type:"blob",object:g});return d&&c.oid===v&&u.size!==-1&&ct.acquire({fs:a,gitdir:r,cache:i},async function(y){y.insert({filepath:n,stats:u,oid:v})}),v}};if(!f&&!h&&!d)return"absent";if(!f&&!h&&d)return"*absent";if(!f&&h&&!d)return"*added";if(!f&&h&&d)return await p()===c.oid?"added":"*added";if(f&&!h&&!d)return"deleted";if(f&&!h&&d)return l===c.oid,"*deleted";if(f&&h&&!d)return await p()===l?"*undeleted":"*undeletemodified";if(f&&h&&d){let g=await p();return g===l?g===c.oid?"unmodified":"*unmodified":g===c.oid?"modified":"*modified"}}catch(a){throw a.caller="git.status",a}}async function hE({fs:t,cache:e,gitdir:r,tree:n,path:i}){typeof i=="string"&&(i=i.split("/"));let a=i.shift();for(let s of n)if(s.path===a){if(i.length===0)return s.oid;let{type:o,object:l}=await Ge({fs:t,cache:e,gitdir:r,oid:s.oid});if(o==="tree"){let c=hr.from(l);return hE({fs:t,cache:e,gitdir:r,tree:c,path:i})}if(o==="blob")throw new tr(s.oid,o,"blob",i.join("/"))}return null}async function zD({fs:t,cache:e,gitdir:r}){let n;try{n=await V.resolve({fs:t,gitdir:r,ref:"HEAD"})}catch(a){if(a instanceof je)return[]}let{tree:i}=await wo({fs:t,cache:e,gitdir:r,oid:n});return i}async function pE({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n="HEAD",filepaths:i=["."],filter:a,cache:s={},ignored:o=!1}){try{P("fs",t),P("gitdir",r),P("ref",n);let l=new Q(t);return await ra({fs:l,cache:s,dir:e,gitdir:r,trees:[Rr({ref:n}),yo(),Ya()],map:async function(c,[u,f,d]){if(!u&&!d&&f&&!o&&await na.isIgnored({fs:l,dir:e,filepath:c})||!i.some(k=>tS(c,k)))return null;if(a&&!a(c))return;let[h,p,g]=await Promise.all([u&&u.type(),f&&f.type(),d&&d.type()]),v=[h,p,g].includes("blob");if((h==="tree"||h==="special")&&!v)return;if(h==="commit")return null;if((p==="tree"||p==="special")&&!v)return;if(g==="commit")return null;if((g==="tree"||g==="special")&&!v)return;let y=h==="blob"?await u.oid():void 0,b=g==="blob"?await d.oid():void 0,E;h!=="blob"&&p==="blob"&&g!=="blob"?E="42":p==="blob"&&(E=await f.oid());let S=[void 0,y,E,b],A=S.map(k=>S.indexOf(k));return A.shift(),[c,...A]}})}catch(l){throw l.caller="git.statusMatrix",l}}async function mE({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,object:i,force:a=!1}){try{P("fs",t),P("gitdir",r),P("ref",n);let s=new Q(t);if(n===void 0)throw new dr("ref");n=n.startsWith("refs/tags/")?n:`refs/tags/${n}`;let o=await V.resolve({fs:s,gitdir:r,ref:i||"HEAD"});if(!a&&await V.exists({fs:s,gitdir:r,ref:n}))throw new pn("tag",n);await V.writeRef({fs:s,gitdir:r,ref:n,value:o})}catch(s){throw s.caller="git.tag",s}}async function gE({fs:t,dir:e,gitdir:r=F.join(e,".git"),cache:n={},filepath:i,oid:a,mode:s,add:o,remove:l,force:c}){try{P("fs",t),P("gitdir",r),P("filepath",i);let u=new Q(t);if(l)return await ct.acquire({fs:u,gitdir:r,cache:n},async function(d){if(!c){let h=await u.lstat(F.join(e,i));if(h){if(h.isDirectory())throw new ta("directory");return}}d.has({filepath:i})&&d.delete({filepath:i})});let f;if(!a){if(f=await u.lstat(F.join(e,i)),!f)throw new je(`file at "${i}" on disk and "remove" not set`);if(f.isDirectory())throw new ta("directory")}return await ct.acquire({fs:u,gitdir:r,cache:n},async function(d){if(!o&&!d.has({filepath:i}))throw new je(`file at "${i}" in index and "add" not set`);let h;if(a)h={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:s,uid:0,gid:0,size:0};else{h=f;let p=h.isSymbolicLink()?await u.readlink(F.join(e,i)):await u.read(F.join(e,i));a=await mr({fs:u,gitdir:r,type:"blob",format:"content",object:p})}return d.insert({filepath:i,oid:a,stats:h}),a})}catch(u){throw u.caller="git.updateIndex",u}}function vE(){try{return Bf.version}catch(t){throw t.caller="git.version",t}}async function yE({fs:t,dir:e,gitdir:r=F.join(e,".git"),trees:n,map:i,reduce:a,iterate:s,cache:o={}}){try{return P("fs",t),P("gitdir",r),P("trees",n),await ra({fs:new Q(t),cache:o,dir:e,gitdir:r,trees:n,map:i,reduce:a,iterate:s})}catch(l){throw l.caller="git.walk",l}}async function wE({fs:t,dir:e,gitdir:r=F.join(e,".git"),blob:n}){try{return P("fs",t),P("gitdir",r),P("blob",n),await mr({fs:new Q(t),gitdir:r,type:"blob",object:n,format:"content"})}catch(i){throw i.caller="git.writeBlob",i}}async function bE({fs:t,dir:e,gitdir:r=F.join(e,".git"),commit:n}){try{return P("fs",t),P("gitdir",r),P("commit",n),await lE({fs:new Q(t),gitdir:r,commit:n})}catch(i){throw i.caller="git.writeCommit",i}}async function _E({fs:t,dir:e,gitdir:r=F.join(e,".git"),type:n,object:i,format:a="parsed",oid:s,encoding:o=void 0}){try{let l=new Q(t);if(a==="parsed"){switch(n){case"commit":i=pr.from(i).toObject();break;case"tree":i=hr.from(i).toObject();break;case"blob":i=Buffer.from(i,o);break;case"tag":i=Mr.from(i).toObject();break;default:throw new tr(s||"",n,"blob|commit|tag|tree")}a="content"}return s=await mr({fs:l,gitdir:r,type:n,object:i,oid:s,format:a}),s}catch(l){throw l.caller="git.writeObject",l}}async function xE({fs:t,dir:e,gitdir:r=F.join(e,".git"),ref:n,value:i,force:a=!1,symbolic:s=!1}){try{P("fs",t),P("gitdir",r),P("ref",n),P("value",i);let o=new Q(t);if(n!==zn.clean(n))throw new mn(n,zn.clean(n));if(!a&&await V.exists({fs:o,gitdir:r,ref:n}))throw new pn("ref",n);s?await V.writeSymbolicRef({fs:o,gitdir:r,ref:n,value:i}):(i=await V.resolve({fs:o,gitdir:r,ref:i}),await V.writeRef({fs:o,gitdir:r,ref:n,value:i}))}catch(o){throw o.caller="git.writeRef",o}}async function VD({fs:t,gitdir:e,tag:r}){let n=Mr.from(r).toObject();return await mr({fs:t,gitdir:e,type:"tag",object:n,format:"content"})}async function SE({fs:t,dir:e,gitdir:r=F.join(e,".git"),tag:n}){try{return P("fs",t),P("gitdir",r),P("tag",n),await VD({fs:new Q(t),gitdir:r,tag:n})}catch(i){throw i.caller="git.writeTag",i}}async function EE({fs:t,dir:e,gitdir:r=F.join(e,".git"),tree:n}){try{return P("fs",t),P("gitdir",r),P("tree",n),await cc({fs:new Q(t),gitdir:r,tree:n})}catch(i){throw i.caller="git.writeTree",i}}var qD={Errors:Bx,STAGE:Ya,TREE:Rr,WORKDIR:yo,add:Vx,abortMerge:Ux,addNote:Kx,addRemote:Jx,annotatedTag:Qx,branch:eS,checkout:dg,clone:sS,commit:oS,getConfig:xS,getConfigAll:SS,setConfig:oE,currentBranch:lS,deleteBranch:cS,deleteRef:uS,deleteRemote:fS,deleteTag:dS,expandOid:hS,expandRef:pS,fastForward:vS,fetch:yS,findMergeBase:wS,findRoot:_S,getRemoteInfo:ES,getRemoteInfo2:kS,hashBlob:TS,indexPack:CS,init:PS,isDescendent:MS,isIgnored:OS,listBranches:IS,listFiles:$S,listNotes:DS,listRefs:LS,listRemotes:jS,listServerRefs:NS,listTags:BS,log:US,merge:GS,packObjects:VS,pull:qS,push:WS,readBlob:KS,readCommit:mg,readNote:ZS,readObject:JS,readTag:QS,readTree:eE,remove:tE,removeNote:rE,renameBranch:nE,resetIndex:aE,updateIndex:gE,resolveRef:sE,status:dE,statusMatrix:pE,tag:mE,version:vE,walk:yE,writeBlob:wE,writeCommit:bE,writeObject:_E,writeRef:xE,writeTag:SE,writeTree:EE,stash:fE};Y.Errors=Bx;Y.STAGE=Ya;Y.TREE=Rr;Y.WORKDIR=yo;Y.abortMerge=Ux;Y.add=Vx;Y.addNote=Kx;Y.addRemote=Jx;Y.annotatedTag=Qx;Y.branch=eS;Y.checkout=dg;Y.clone=sS;Y.commit=oS;Y.currentBranch=lS;Y.default=qD;Y.deleteBranch=cS;Y.deleteRef=uS;Y.deleteRemote=fS;Y.deleteTag=dS;Y.expandOid=hS;Y.expandRef=pS;Y.fastForward=vS;Y.fetch=yS;Y.findMergeBase=wS;Y.findRoot=_S;Y.getConfig=xS;Y.getConfigAll=SS;Y.getRemoteInfo=ES;Y.getRemoteInfo2=kS;Y.hashBlob=TS;Y.indexPack=CS;Y.init=PS;Y.isDescendent=MS;Y.isIgnored=OS;Y.listBranches=IS;Y.listFiles=$S;Y.listNotes=DS;Y.listRefs=LS;Y.listRemotes=jS;Y.listServerRefs=NS;Y.listTags=BS;Y.log=US;Y.merge=GS;Y.packObjects=VS;Y.pull=qS;Y.push=WS;Y.readBlob=KS;Y.readCommit=mg;Y.readNote=ZS;Y.readObject=JS;Y.readTag=QS;Y.readTree=eE;Y.remove=tE;Y.removeNote=rE;Y.renameBranch=nE;Y.resetIndex=aE;Y.resolveRef=sE;Y.setConfig=oE;Y.stash=fE;Y.status=dE;Y.statusMatrix=pE;Y.tag=mE;Y.updateIndex=gE;Y.version=vE;Y.walk=yE;Y.writeBlob=wE;Y.writeCommit=bE;Y.writeObject=_E;Y.writeRef=xE;Y.writeTag=SE;Y.writeTree=EE});var kE=M((UY,AE)=>{m();var bo=1e3,_o=bo*60,xo=_o*60,Xa=xo*24,WD=Xa*7,YD=Xa*365.25;AE.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return XD(t);if(r==="number"&&isFinite(t))return e.long?ZD(t):KD(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function XD(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*YD;case"weeks":case"week":case"w":return r*WD;case"days":case"day":case"d":return r*Xa;case"hours":case"hour":case"hrs":case"hr":case"h":return r*xo;case"minutes":case"minute":case"mins":case"min":case"m":return r*_o;case"seconds":case"second":case"secs":case"sec":case"s":return r*bo;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function KD(t){var e=Math.abs(t);return e>=Xa?Math.round(t/Xa)+"d":e>=xo?Math.round(t/xo)+"h":e>=_o?Math.round(t/_o)+"m":e>=bo?Math.round(t/bo)+"s":t+"ms"}function ZD(t){var e=Math.abs(t);return e>=Xa?Hf(t,e,Xa,"day"):e>=xo?Hf(t,e,xo,"hour"):e>=_o?Hf(t,e,_o,"minute"):e>=bo?Hf(t,e,bo,"second"):t+" ms"}function Hf(t,e,r,n){var i=e>=r*1.5;return Math.round(t/r)+" "+n+(i?"s":"")}});var CE=M((zY,TE)=>{m();function JD(t){r.debug=r,r.default=r,r.coerce=l,r.disable=s,r.enable=i,r.enabled=o,r.humanize=kE(),r.destroy=c,Object.keys(t).forEach(u=>{r[u]=t[u]}),r.names=[],r.skips=[],r.formatters={};function e(u){let f=0;for(let d=0;d<u.length;d++)f=(f<<5)-f+u.charCodeAt(d),f|=0;return r.colors[Math.abs(f)%r.colors.length]}r.selectColor=e;function r(u){let f,d=null,h,p;function g(...v){if(!g.enabled)return;let y=g,b=Number(new Date),E=b-(f||b);y.diff=E,y.prev=f,y.curr=b,f=b,v[0]=r.coerce(v[0]),typeof v[0]!="string"&&v.unshift("%O");let S=0;v[0]=v[0].replace(/%([a-zA-Z%])/g,(k,w)=>{if(k==="%%")return"%";S++;let x=r.formatters[w];if(typeof x=="function"){let _=v[S];k=x.call(y,_),v.splice(S,1),S--}return k}),r.formatArgs.call(y,v),(y.log||r.log).apply(y,v)}return g.namespace=u,g.useColors=r.useColors(),g.color=r.selectColor(u),g.extend=n,g.destroy=r.destroy,Object.defineProperty(g,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,p=r.enabled(u)),p),set:v=>{d=v}}),typeof r.init=="function"&&r.init(g),g}function n(u,f){let d=r(this.namespace+(typeof f=="undefined"?":":f)+u);return d.log=this.log,d}function i(u){r.save(u),r.namespaces=u,r.names=[],r.skips=[];let f=(typeof u=="string"?u:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of f)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function a(u,f){let d=0,h=0,p=-1,g=0;for(;d<u.length;)if(h<f.length&&(f[h]===u[d]||f[h]==="*"))f[h]==="*"?(p=h,g=d,h++):(d++,h++);else if(p!==-1)h=p+1,g++,d=g;else return!1;for(;h<f.length&&f[h]==="*";)h++;return h===f.length}function s(){let u=[...r.names,...r.skips.map(f=>"-"+f)].join(",");return r.enable(""),u}function o(u){for(let f of r.skips)if(a(u,f))return!1;for(let f of r.names)if(a(u,f))return!0;return!1}function l(u){return u instanceof Error?u.stack||u.message:u}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}TE.exports=JD});var Gf=M((gr,Uf)=>{m();gr.formatArgs=eL;gr.save=tL;gr.load=rL;gr.useColors=QD;gr.storage=nL();gr.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();gr.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function QD(){if(typeof window!="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document!="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!="undefined"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function eL(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Uf.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let r=0,n=0;t[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(r++,i==="%c"&&(n=r))}),t.splice(n,0,e)}gr.log=console.debug||console.log||(()=>{});function tL(t){try{t?gr.storage.setItem("debug",t):gr.storage.removeItem("debug")}catch(e){}}function rL(){let t;try{t=gr.storage.getItem("debug")||gr.storage.getItem("DEBUG")}catch(e){}return!t&&typeof process!="undefined"&&"env"in process&&(t=process.env.DEBUG),t}function nL(){try{return localStorage}catch(t){}}Uf.exports=CE()(gr);var{formatters:iL}=Uf.exports;iL.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var PE=M(Or=>{"use strict";m();var aL=Or&&Or.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Or,"__esModule",{value:!0});var sL=require("fs"),oL=aL(Gf()),So=oL.default("@kwsites/file-exists");function lL(t,e,r){So("checking %s",t);try{let n=sL.statSync(t);return n.isFile()&&e?(So("[OK] path represents a file"),!0):n.isDirectory()&&r?(So("[OK] path represents a directory"),!0):(So("[FAIL] path represents something other than a file or directory"),!1)}catch(n){if(n.code==="ENOENT")return So("[FAIL] path is not accessible: %o",n),!1;throw So("[FATAL] %o",n),n}}function cL(t,e=Or.READABLE){return lL(t,(e&Or.FILE)>0,(e&Or.FOLDER)>0)}Or.exists=cL;Or.FILE=1;Or.FOLDER=2;Or.READABLE=Or.FILE+Or.FOLDER});var RE=M(zf=>{"use strict";m();function uL(t){for(var e in t)zf.hasOwnProperty(e)||(zf[e]=t[e])}Object.defineProperty(zf,"__esModule",{value:!0});uL(PE())});var yg=M(Ka=>{"use strict";m();Object.defineProperty(Ka,"__esModule",{value:!0});Ka.createDeferred=Ka.deferred=void 0;function vg(){let t,e,r="pending";return{promise:new Promise((i,a)=>{t=i,e=a}),done(i){r==="pending"&&(r="resolved",t(i))},fail(i){r==="pending"&&(r="rejected",e(i))},get fulfilled(){return r!=="pending"},get status(){return r}}}Ka.deferred=vg;Ka.createDeferred=vg;Ka.default=vg});var yT=M((FX,vT)=>{"use strict";m();vT.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var bT=M((DX,wT)=>{m();var c0={px:{px:1,cm:37.79527559055118,mm:3.7795275590551185,in:96,pt:1.3333333333333333,pc:16},cm:{px:.026458333333333334,cm:1,mm:.1,in:2.54,pt:.035277777777777776,pc:.42333333333333334},mm:{px:.26458333333333334,cm:10,mm:1,in:25.4,pt:.35277777777777775,pc:4.233333333333333},in:{px:.010416666666666666,cm:.39370078740157477,mm:.03937007874015748,in:1,pt:.013888888888888888,pc:.16666666666666666},pt:{px:.75,cm:28.346456692913385,mm:2.834645669291339,in:72,pt:1,pc:12},pc:{px:.0625,cm:2.3622047244094486,mm:.2362204724409449,in:6,pt:.08333333333333333,pc:1},deg:{deg:1,grad:.9,rad:180/Math.PI,turn:360},grad:{deg:1.1111111111111112,grad:1,rad:200/Math.PI,turn:400},rad:{deg:Math.PI/180,grad:Math.PI/200,rad:1,turn:Math.PI*2},turn:{deg:.002777777777777778,grad:.0025,rad:.5/Math.PI,turn:1},s:{s:1,ms:.001},ms:{s:1e3,ms:1},Hz:{Hz:1,kHz:1e3},kHz:{Hz:.001,kHz:1},dpi:{dpi:1,dpcm:.39370078740157477,dppx:.010416666666666666},dpcm:{dpi:2.54,dpcm:1,dppx:.026458333333333334},dppx:{dpi:96,dpcm:37.79527559055118,dppx:1}};wT.exports=function(t,e,r,n){if(!c0.hasOwnProperty(r))throw new Error("Cannot convert to "+r);if(!c0[r].hasOwnProperty(e))throw new Error("Cannot convert from "+e+" to "+r);var i=c0[r][e]*t;return n!==!1?(n=Math.pow(10,parseInt(n)||5),Math.round(i*n)/n):i}});var FT=M(xi=>{"use strict";m();Object.defineProperty(xi,"__esModule",{value:!0});xi.fromRgba=Po;xi.fromRgb=u0;xi.fromHsla=md;xi.fromHsl=OT;xi.fromString=IT;xi.default=void 0;var _T=ET(yT()),bB=ET(bT());function ET(t){return t&&t.__esModule?t:{default:t}}function _B(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function xT(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function xB(t,e,r){return e&&xT(t.prototype,e),r&&xT(t,r),t}function nr(t,e){return kB(t)||AB(t,e)||EB(t,e)||SB()}function SB(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
+In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function EB(t,e){if(t){if(typeof t=="string")return ST(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ST(t,e)}}function ST(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function AB(t,e){if(!(typeof Symbol=="undefined"||!(Symbol.iterator in Object(t)))){var r=[],n=!0,i=!1,a=void 0;try{for(var s=t[Symbol.iterator](),o;!(n=(o=s.next()).done)&&(r.push(o.value),!(e&&r.length===e));n=!0);}catch(l){i=!0,a=l}finally{try{!n&&s.return!=null&&s.return()}finally{if(i)throw a}}return r}}function kB(t){if(Array.isArray(t))return t}var AT=/^#([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})?$/,kT=/^#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])?$/,TT=/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/,CT=/^rgba?\(\s*(\d+)\s+(\d+)\s+(\d+)(?:\s*\/\s*(0|1|0?\.\d+|\d+%))?\s*\)$/,PT=/^rgba?\(\s*(\d+%)\s*,\s*(\d+%)\s*,\s*(\d+%)(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/,RT=/^rgba?\(\s*(\d+%)\s+(\d+%)\s+(\d+%)(?:\s*\/\s*(0|1|0?\.\d+|\d+%))?\s*\)$/,MT=/^hsla?\(\s*(\d+)(deg|rad|grad|turn)?\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/;function bc(t,e){return t.indexOf(e)>-1}function TB(t,e,r){var n=t/255,i=e/255,a=r/255,s=Math.max(n,i,a),o=Math.min(n,i,a),l=s-o,c=(s+o)/2;if(l===0)return[0,0,c*100];var u=l/(1-Math.abs(2*c-1)),f=function(){switch(s){case n:return(i-a)/l%6;case i:return(a-n)/l+2;default:return(n-i)/l+4}}();return[f*60,u*100,c*100]}function CB(t,e,r){var n=t/60,i=e/100,a=r/100,s=(1-Math.abs(2*a-1))*i,o=s*(1-Math.abs(n%2-1)),l=a-s/2,c=function(){return n<1?[s,o,0]:n<2?[o,s,0]:n<3?[0,s,o]:n<4?[0,o,s]:n<5?[o,0,s]:[s,0,o]}(),u=nr(c,3),f=u[0],d=u[1],h=u[2];return[(f+l)*255,(d+l)*255,(h+l)*255]}var PB=function(){function t(e){var r=nr(e,4),n=r[0],i=r[1],a=r[2],s=r[3];_B(this,t),this.values=[Math.max(Math.min(parseInt(n,10),255),0),Math.max(Math.min(parseInt(i,10),255),0),Math.max(Math.min(parseInt(a,10),255),0),s==null?1:Math.max(Math.min(parseFloat(s),255),0)]}return xB(t,[{key:"toRgbString",value:function(){var r=nr(this.values,4),n=r[0],i=r[1],a=r[2],s=r[3];return s===1?"rgb(".concat(n,", ").concat(i,", ").concat(a,")"):"rgba(".concat(n,", ").concat(i,", ").concat(a,", ").concat(s,")")}},{key:"toHslString",value:function(){var r=this.toHslaArray(),n=nr(r,4),i=n[0],a=n[1],s=n[2],o=n[3];return o===1?"hsl(".concat(i,", ").concat(a,"%, ").concat(s,"%)"):"hsla(".concat(i,", ").concat(a,"%, ").concat(s,"%, ").concat(o,")")}},{key:"toHexString",value:function(){var r=nr(this.values,4),n=r[0],i=r[1],a=r[2],s=r[3];return n=Number(n).toString(16).padStart(2,"0"),i=Number(i).toString(16).padStart(2,"0"),a=Number(a).toString(16).padStart(2,"0"),s=s<1?parseInt(s*255,10).toString(16).padStart(2,"0"):"","#".concat(n).concat(i).concat(a).concat(s)}},{key:"toRgbaArray",value:function(){return this.values}},{key:"toHslaArray",value:function(){var r=nr(this.values,4),n=r[0],i=r[1],a=r[2],s=r[3],o=TB(n,i,a),l=nr(o,3),c=l[0],u=l[1],f=l[2];return[c,u,f,s]}}]),t}();function Po(t){var e=nr(t,4),r=e[0],n=e[1],i=e[2],a=e[3];return new PB([r,n,i,a])}function u0(t){var e=nr(t,3),r=e[0],n=e[1],i=e[2];return Po([r,n,i,1])}function md(t){var e=nr(t,4),r=e[0],n=e[1],i=e[2],a=e[3],s=CB(r,n,i),o=nr(s,3),l=o[0],c=o[1],u=o[2];return Po([l,c,u,a])}function OT(t){var e=nr(t,3),r=e[0],n=e[1],i=e[2];return md([r,n,i,1])}function RB(t){var e=AT.exec(t)||kT.exec(t),r=nr(e,5),n=r[1],i=r[2],a=r[3],s=r[4];return n=parseInt(n.length<2?n.repeat(2):n,16),i=parseInt(i.length<2?i.repeat(2):i,16),a=parseInt(a.length<2?a.repeat(2):a,16),s=s&&(parseInt(s.length<2?s.repeat(2):s,16)/255).toPrecision(1)||1,Po([n,i,a,s])}function MB(t){var e=TT.exec(t)||PT.exec(t)||CT.exec(t)||RT.exec(t),r=nr(e,5),n=r[1],i=r[2],a=r[3],s=r[4];return n=bc(n,"%")?parseInt(n,10)*255/100:parseInt(n,10),i=bc(i,"%")?parseInt(i,10)*255/100:parseInt(i,10),a=bc(a,"%")>0?parseInt(a,10)*255/100:parseInt(a,10),s=s===void 0?1:parseFloat(s)/(bc(s,"%")?100:1),Po([n,i,a,s])}function OB(t){var e=MT.exec(t),r=nr(e,6),n=r[1],i=r[2],a=r[3],s=r[4],o=r[5];return i=i||"deg",n=(0,bB.default)(parseFloat(n),i,"deg"),a=parseFloat(a),s=parseFloat(s),o=o===void 0?1:parseFloat(o)/(bc(o,"%")?100:1),md([n,a,s,o])}function IT(t){return _T.default[t]?u0(_T.default[t]):AT.test(t)||kT.test(t)?RB(t):TT.test(t)||PT.test(t)||CT.test(t)||RT.test(t)?MB(t):MT.test(t)?OB(t):null}var IB={fromString:IT,fromRgb:u0,fromRgba:Po,fromHsl:OT,fromHsla:md};xi.default=IB});var f0=M((BX,DT)=>{"use strict";m();var $T=Object.prototype.toString;DT.exports=function(e){var r=$T.call(e),n=r==="[object Arguments]";return n||(n=r!=="[object Array]"&&e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&$T.call(e.callee)==="[object Function]"),n}});var VT=M((UX,zT)=>{"use strict";m();var GT;Object.keys||(_c=Object.prototype.hasOwnProperty,d0=Object.prototype.toString,LT=f0(),h0=Object.prototype.propertyIsEnumerable,jT=!h0.call({toString:null},"toString"),NT=h0.call(function(){},"prototype"),xc=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],gd=function(t){var e=t.constructor;return e&&e.prototype===t},BT={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},HT=function(){if(typeof window=="undefined")return!1;for(var t in window)try{if(!BT["$"+t]&&_c.call(window,t)&&window[t]!==null&&typeof window[t]=="object")try{gd(window[t])}catch(e){return!0}}catch(e){return!0}return!1}(),UT=function(t){if(typeof window=="undefined"||!HT)return gd(t);try{return gd(t)}catch(e){return!1}},GT=function(e){var r=e!==null&&typeof e=="object",n=d0.call(e)==="[object Function]",i=LT(e),a=r&&d0.call(e)==="[object String]",s=[];if(!r&&!n&&!i)throw new TypeError("Object.keys called on a non-object");var o=NT&&n;if(a&&e.length>0&&!_c.call(e,0))for(var l=0;l<e.length;++l)s.push(String(l));if(i&&e.length>0)for(var c=0;c<e.length;++c)s.push(String(c));else for(var u in e)!(o&&u==="prototype")&&_c.call(e,u)&&s.push(String(u));if(jT)for(var f=UT(e),d=0;d<xc.length;++d)!(f&&xc[d]==="constructor")&&_c.call(e,xc[d])&&s.push(xc[d]);return s});var _c,d0,LT,h0,jT,NT,xc,gd,BT,HT,UT;zT.exports=GT});var yd=M((zX,YT)=>{"use strict";m();var FB=Array.prototype.slice,$B=f0(),qT=Object.keys,vd=qT?function(e){return qT(e)}:VT(),WT=Object.keys;vd.shim=function(){if(Object.keys){var e=function(){var r=Object.keys(arguments);return r&&r.length===arguments.length}(1,2);e||(Object.keys=function(n){return $B(n)?WT(FB.call(n)):WT(n)})}else Object.keys=vd;return Object.keys||vd};YT.exports=vd});var fa=M((qX,JT)=>{"use strict";m();var DB=yd(),LB=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",jB=Object.prototype.toString,NB=Array.prototype.concat,XT=Qu(),BB=function(t){return typeof t=="function"&&jB.call(t)==="[object Function]"},KT=ef()(),HB=function(t,e,r,n){if(e in t){if(n===!0){if(t[e]===r)return}else if(!BB(n)||!n())return}KT?XT(t,e,r,!0):XT(t,e,r)},ZT=function(t,e){var r=arguments.length>2?arguments[2]:{},n=DB(e);LB&&(n=NB.call(n,Object.getOwnPropertySymbols(e)));for(var i=0;i<n.length;i+=1)HB(t,n[i],e[n[i]],r[n[i]])};ZT.supportsDescriptors=!!KT;JT.exports=ZT});var p0=M((YX,rC)=>{"use strict";m();var UB=yd(),eC=xl()(),tC=xt(),wd=Nu(),GB=tC("Array.prototype.push"),QT=tC("Object.prototype.propertyIsEnumerable"),zB=eC?wd.getOwnPropertySymbols:null;rC.exports=function(e,r){if(e==null)throw new TypeError("target must be an object");var n=wd(e);if(arguments.length===1)return n;for(var i=1;i<arguments.length;++i){var a=wd(arguments[i]),s=UB(a),o=eC&&(wd.getOwnPropertySymbols||zB);if(o)for(var l=o(a),c=0;c<l.length;++c){var u=l[c];QT(a,u)&&GB(s,u)}for(var f=0;f<s.length;++f){var d=s[f];if(QT(a,d)){var h=a[d];n[d]=h}}}return n}});var g0=M((KX,nC)=>{"use strict";m();var m0=p0(),VB=function(){if(!Object.assign)return!1;for(var t="abcdefghijklmnopqrst",e=t.split(""),r={},n=0;n<e.length;++n)r[e[n]]=e[n];var i=Object.assign({},r),a="";for(var s in i)a+=s;return t!==a},qB=function(){if(!Object.assign||!Object.preventExtensions)return!1;var t=Object.preventExtensions({1:2});try{Object.assign(t,"xy")}catch(e){return t[1]==="y"}return!1};nC.exports=function(){return!Object.assign||VB()||qB()?m0:Object.assign}});var aC=M((JX,iC)=>{"use strict";m();var WB=fa(),YB=g0();iC.exports=function(){var e=YB();return WB(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}});var cC=M((eK,lC)=>{"use strict";m();var XB=fa(),KB=Fa(),ZB=p0(),sC=g0(),JB=aC(),QB=KB.apply(sC()),oC=function(e,r){return QB(Object,arguments)};XB(oC,{getPolyfill:sC,implementation:ZB,shim:JB});lC.exports=oC});var v0=M((rK,dC)=>{"use strict";m();var uC=Fn(),fC=Fa(),e7=fC(uC("String.prototype.indexOf"));dC.exports=function(e,r){var n=uC(e,!!r);return typeof n=="function"&&e7(e,".prototype.")>-1?fC(n):n}});var pC=M((iK,hC)=>{"use strict";m();var Ec=function(){return typeof function(){}.name=="string"},Sc=Object.getOwnPropertyDescriptor;if(Sc)try{Sc([],"length")}catch(t){Sc=null}Ec.functionsHaveConfigurableNames=function(){if(!Ec()||!Sc)return!1;var e=Sc(function(){},"name");return!!e&&!!e.configurable};var t7=Function.prototype.bind;Ec.boundFunctionsHaveNames=function(){return Ec()&&typeof t7=="function"&&function(){}.bind().name!==""};hC.exports=Ec});var vC=M((sK,gC)=>{"use strict";m();var mC=Qu(),r7=ef()(),n7=pC().functionsHaveConfigurableNames(),i7=ur();gC.exports=function(e,r){if(typeof e!="function")throw new i7("`fn` is not a function");var n=arguments.length>2&&!!arguments[2];return(!n||n7)&&(r7?mC(e,"name",r,!0,!0):mC(e,"name",r)),e}});var y0=M((lK,yC)=>{"use strict";m();var a7=vC(),s7=ur(),o7=Object;yC.exports=a7(function(){if(this==null||this!==o7(this))throw new s7("RegExp.prototype.flags getter called on non-object");var e="";return this.hasIndices&&(e+="d"),this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),this.dotAll&&(e+="s"),this.unicode&&(e+="u"),this.unicodeSets&&(e+="v"),this.sticky&&(e+="y"),e},"get flags",!0)});var w0=M((uK,wC)=>{"use strict";m();var l7=y0(),c7=fa().supportsDescriptors,u7=Object.getOwnPropertyDescriptor;wC.exports=function(){if(c7&&/a/mig.flags==="gim"){var e=u7(RegExp.prototype,"flags");if(e&&typeof e.get=="function"&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var r="",n={};if(Object.defineProperty(n,"hasIndices",{get:function(){r+="d"}}),Object.defineProperty(n,"sticky",{get:function(){r+="y"}}),e.get.call(n),r==="dy")return e.get}}return l7}});var xC=M((dK,_C)=>{"use strict";m();var f7=fa().supportsDescriptors,d7=w0(),h7=Gi(),p7=Object.defineProperty,m7=Fp(),bC=Wu(),g7=/a/;_C.exports=function(){if(!f7||!bC)throw new m7("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var e=d7(),r=bC(g7),n=h7(r,"flags");return(!n||n.get!==e)&&p7(r,"flags",{configurable:!0,enumerable:!1,get:e}),e}});var kC=M((pK,AC)=>{"use strict";m();var v7=fa(),y7=Fa(),w7=y0(),SC=w0(),b7=xC(),EC=y7(SC());v7(EC,{getPolyfill:SC,implementation:w7,shim:b7});AC.exports=EC});var _0=M((gK,CC)=>{"use strict";m();var _7=zi()(),x7=xt(),b0=x7("Object.prototype.toString"),bd=function(e){return _7&&e&&typeof e=="object"&&Symbol.toStringTag in e?!1:b0(e)==="[object Arguments]"},TC=function(e){return bd(e)?!0:e!==null&&typeof e=="object"&&"length"in e&&typeof e.length=="number"&&e.length>=0&&b0(e)!=="[object Array]"&&"callee"in e&&b0(e.callee)==="[object Function]"},S7=function(){return bd(arguments)}();bd.isLegacyArguments=TC;CC.exports=S7?bd:TC});var PC=M(()=>{m()});var Pc=M((_K,XC)=>{m();var M0=typeof Map=="function"&&Map.prototype,x0=Object.getOwnPropertyDescriptor&&M0?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,xd=M0&&x0&&typeof x0.get=="function"?x0.get:null,RC=M0&&Map.prototype.forEach,O0=typeof Set=="function"&&Set.prototype,S0=Object.getOwnPropertyDescriptor&&O0?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Sd=O0&&S0&&typeof S0.get=="function"?S0.get:null,MC=O0&&Set.prototype.forEach,E7=typeof WeakMap=="function"&&WeakMap.prototype,kc=E7?WeakMap.prototype.has:null,A7=typeof WeakSet=="function"&&WeakSet.prototype,Tc=A7?WeakSet.prototype.has:null,k7=typeof WeakRef=="function"&&WeakRef.prototype,OC=k7?WeakRef.prototype.deref:null,T7=Boolean.prototype.valueOf,C7=Object.prototype.toString,P7=Function.prototype.toString,R7=String.prototype.match,I0=String.prototype.slice,da=String.prototype.replace,M7=String.prototype.toUpperCase,IC=String.prototype.toLowerCase,UC=RegExp.prototype.test,FC=Array.prototype.concat,Wn=Array.prototype.join,O7=Array.prototype.slice,$C=Math.floor,k0=typeof BigInt=="function"?BigInt.prototype.valueOf:null,E0=Object.getOwnPropertySymbols,T0=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Ro=typeof Symbol=="function"&&typeof Symbol.iterator=="object",Cc=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Ro||!0)?Symbol.toStringTag:null,GC=Object.prototype.propertyIsEnumerable,DC=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function LC(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||UC.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof t=="number"){var n=t<0?-$C(-t):$C(t);if(n!==t){var i=String(n),a=I0.call(e,i.length+1);return da.call(i,r,"$&_")+"."+da.call(da.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return da.call(e,r,"$&_")}var C0=PC(),jC=C0.custom,NC=qC(jC)?jC:null,zC={__proto__:null,double:'"',single:"'"},I7={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};XC.exports=function t(e,r,n,i){var a=r||{};if(Si(a,"quoteStyle")&&!Si(zC,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Si(a,"maxStringLength")&&(typeof a.maxStringLength=="number"?a.maxStringLength<0&&a.maxStringLength!==1/0:a.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=Si(a,"customInspect")?a.customInspect:!0;if(typeof s!="boolean"&&s!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Si(a,"indent")&&a.indent!==null&&a.indent!==" "&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Si(a,"numericSeparator")&&typeof a.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var o=a.numericSeparator;if(typeof e=="undefined")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return YC(e,a);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return o?LC(e,l):l}if(typeof e=="bigint"){var c=String(e)+"n";return o?LC(e,c):c}var u=typeof a.depth=="undefined"?5:a.depth;if(typeof n=="undefined"&&(n=0),n>=u&&u>0&&typeof e=="object")return P0(e)?"[Array]":"[Object]";var f=Z7(a,n);if(typeof i=="undefined")i=[];else if(WC(i,e)>=0)return"[Circular]";function d(L,$,J){if($&&(i=O7.call(i),i.push($)),J){var de={depth:a.depth};return Si(a,"quoteStyle")&&(de.quoteStyle=a.quoteStyle),t(L,de,n+1,i)}return t(L,a,n+1,i)}if(typeof e=="function"&&!BC(e)){var h=U7(e),p=_d(e,d);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(p.length>0?" { "+Wn.call(p,", ")+" }":"")}if(qC(e)){var g=Ro?da.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):T0.call(e);return typeof e=="object"&&!Ro?Ac(g):g}if(Y7(e)){for(var v="<"+IC.call(String(e.nodeName)),y=e.attributes||[],b=0;b<y.length;b++)v+=" "+y[b].name+"="+VC(F7(y[b].value),"double",a);return v+=">",e.childNodes&&e.childNodes.length&&(v+="..."),v+="</"+IC.call(String(e.nodeName))+">",v}if(P0(e)){if(e.length===0)return"[]";var E=_d(e,d);return f&&!K7(E)?"["+R0(E,f)+"]":"[ "+Wn.call(E,", ")+" ]"}if(D7(e)){var S=_d(e,d);return!("cause"in Error.prototype)&&"cause"in e&&!GC.call(e,"cause")?"{ ["+String(e)+"] "+Wn.call(FC.call("[cause]: "+d(e.cause),S),", ")+" }":S.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+Wn.call(S,", ")+" }"}if(typeof e=="object"&&s){if(NC&&typeof e[NC]=="function"&&C0)return C0(e,{depth:u-n});if(s!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(G7(e)){var A=[];return RC&&RC.call(e,function(L,$){A.push(d($,e,!0)+" => "+d(L,e))}),HC("Map",xd.call(e),A,f)}if(q7(e)){var k=[];return MC&&MC.call(e,function(L){k.push(d(L,e))}),HC("Set",Sd.call(e),k,f)}if(z7(e))return A0("WeakMap");if(W7(e))return A0("WeakSet");if(V7(e))return A0("WeakRef");if(j7(e))return Ac(d(Number(e)));if(B7(e))return Ac(d(k0.call(e)));if(N7(e))return Ac(T7.call(e));if(L7(e))return Ac(d(String(e)));if(typeof window!="undefined"&&e===window)return"{ [object Window] }";if(typeof globalThis!="undefined"&&e===globalThis||typeof global!="undefined"&&e===global)return"{ [object globalThis] }";if(!$7(e)&&!BC(e)){var w=_d(e,d),x=DC?DC(e)===Object.prototype:e instanceof Object||e.constructor===Object,_=e instanceof Object?"":"null prototype",T=!x&&Cc&&Object(e)===e&&Cc in e?I0.call(ha(e),8,-1):_?"Object":"",C=x||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",I=C+(T||_?"["+Wn.call(FC.call([],T||[],_||[]),": ")+"] ":"");return w.length===0?I+"{}":f?I+"{"+R0(w,f)+"}":I+"{ "+Wn.call(w,", ")+" }"}return String(e)};function VC(t,e,r){var n=r.quoteStyle||e,i=zC[n];return i+t+i}function F7(t){return da.call(String(t),/"/g,""")}function ts(t){return!Cc||!(typeof t=="object"&&(Cc in t||typeof t[Cc]!="undefined"))}function P0(t){return ha(t)==="[object Array]"&&ts(t)}function $7(t){return ha(t)==="[object Date]"&&ts(t)}function BC(t){return ha(t)==="[object RegExp]"&&ts(t)}function D7(t){return ha(t)==="[object Error]"&&ts(t)}function L7(t){return ha(t)==="[object String]"&&ts(t)}function j7(t){return ha(t)==="[object Number]"&&ts(t)}function N7(t){return ha(t)==="[object Boolean]"&&ts(t)}function qC(t){if(Ro)return t&&typeof t=="object"&&t instanceof Symbol;if(typeof t=="symbol")return!0;if(!t||typeof t!="object"||!T0)return!1;try{return T0.call(t),!0}catch(e){}return!1}function B7(t){if(!t||typeof t!="object"||!k0)return!1;try{return k0.call(t),!0}catch(e){}return!1}var H7=Object.prototype.hasOwnProperty||function(t){return t in this};function Si(t,e){return H7.call(t,e)}function ha(t){return C7.call(t)}function U7(t){if(t.name)return t.name;var e=R7.call(P7.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function WC(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function G7(t){if(!xd||!t||typeof t!="object")return!1;try{xd.call(t);try{Sd.call(t)}catch(e){return!0}return t instanceof Map}catch(e){}return!1}function z7(t){if(!kc||!t||typeof t!="object")return!1;try{kc.call(t,kc);try{Tc.call(t,Tc)}catch(e){return!0}return t instanceof WeakMap}catch(e){}return!1}function V7(t){if(!OC||!t||typeof t!="object")return!1;try{return OC.call(t),!0}catch(e){}return!1}function q7(t){if(!Sd||!t||typeof t!="object")return!1;try{Sd.call(t);try{xd.call(t)}catch(e){return!0}return t instanceof Set}catch(e){}return!1}function W7(t){if(!Tc||!t||typeof t!="object")return!1;try{Tc.call(t,Tc);try{kc.call(t,kc)}catch(e){return!0}return t instanceof WeakSet}catch(e){}return!1}function Y7(t){return!t||typeof t!="object"?!1:typeof HTMLElement!="undefined"&&t instanceof HTMLElement?!0:typeof t.nodeName=="string"&&typeof t.getAttribute=="function"}function YC(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return YC(I0.call(t,0,e.maxStringLength),e)+n}var i=I7[e.quoteStyle||"single"];i.lastIndex=0;var a=da.call(da.call(t,i,"\\$1"),/[\x00-\x1f]/g,X7);return VC(a,"single",e)}function X7(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+M7.call(e.toString(16))}function Ac(t){return"Object("+t+")"}function A0(t){return t+" { ? }"}function HC(t,e,r,n){var i=n?R0(r,n):Wn.call(r,", ");return t+" ("+e+") {"+i+"}"}function K7(t){for(var e=0;e<t.length;e++)if(WC(t[e],`
+`)>=0)return!1;return!0}function Z7(t,e){var r;if(t.indent===" ")r=" ";else if(typeof t.indent=="number"&&t.indent>0)r=Wn.call(Array(t.indent+1)," ");else return null;return{base:r,prev:Wn.call(Array(e+1),r)}}function R0(t,e){if(t.length===0)return"";var r=`
+`+e.prev+e.base;return r+Wn.call(t,","+r)+`
+`+e.prev}function _d(t,e){var r=P0(t),n=[];if(r){n.length=t.length;for(var i=0;i<t.length;i++)n[i]=Si(t,i)?e(t[i],t):""}var a=typeof E0=="function"?E0(t):[],s;if(Ro){s={};for(var o=0;o<a.length;o++)s["$"+a[o]]=a[o]}for(var l in t)Si(t,l)&&(r&&String(Number(l))===l&&l<t.length||Ro&&s["$"+l]instanceof Symbol||(UC.call(/[^\w$]/,l)?n.push(e(l,t)+": "+e(t[l],t)):n.push(l+": "+e(t[l],t))));if(typeof E0=="function")for(var c=0;c<a.length;c++)GC.call(t,a[c])&&n.push("["+e(a[c])+"]: "+e(t[a[c]],t));return n}});var ZC=M((SK,KC)=>{"use strict";m();var J7=Pc(),Q7=ur(),Ed=function(t,e,r){for(var n=t,i;(i=n.next)!=null;n=i)if(i.key===e)return n.next=i.next,r||(i.next=t.next,t.next=i),i},e9=function(t,e){if(t){var r=Ed(t,e);return r&&r.value}},t9=function(t,e,r){var n=Ed(t,e);n?n.value=r:t.next={key:e,next:t.next,value:r}},r9=function(t,e){return t?!!Ed(t,e):!1},n9=function(t,e){if(t)return Ed(t,e,!0)};KC.exports=function(){var e,r={assert:function(n){if(!r.has(n))throw new Q7("Side channel does not contain "+J7(n))},delete:function(n){var i=e&&e.next,a=n9(e,n);return a&&i&&i===a&&(e=void 0),!!a},get:function(n){return e9(e,n)},has:function(n){return r9(e,n)},set:function(n,i){e||(e={next:void 0}),t9(e,n,i)}};return r}});var F0=M((AK,QC)=>{"use strict";m();var i9=Fn(),Rc=xt(),a9=Pc(),s9=ur(),JC=i9("%Map%",!0),o9=Rc("Map.prototype.get",!0),l9=Rc("Map.prototype.set",!0),c9=Rc("Map.prototype.has",!0),u9=Rc("Map.prototype.delete",!0),f9=Rc("Map.prototype.size",!0);QC.exports=!!JC&&function(){var e,r={assert:function(n){if(!r.has(n))throw new s9("Side channel does not contain "+a9(n))},delete:function(n){if(e){var i=u9(e,n);return f9(e)===0&&(e=void 0),i}return!1},get:function(n){if(e)return o9(e,n)},has:function(n){return e?c9(e,n):!1},set:function(n,i){e||(e=new JC),l9(e,n,i)}};return r}});var tP=M((TK,eP)=>{"use strict";m();var d9=Fn(),kd=xt(),h9=Pc(),Ad=F0(),p9=ur(),Mo=d9("%WeakMap%",!0),m9=kd("WeakMap.prototype.get",!0),g9=kd("WeakMap.prototype.set",!0),v9=kd("WeakMap.prototype.has",!0),y9=kd("WeakMap.prototype.delete",!0);eP.exports=Mo?function(){var e,r,n={assert:function(i){if(!n.has(i))throw new p9("Side channel does not contain "+h9(i))},delete:function(i){if(Mo&&i&&(typeof i=="object"||typeof i=="function")){if(e)return y9(e,i)}else if(Ad&&r)return r.delete(i);return!1},get:function(i){return Mo&&i&&(typeof i=="object"||typeof i=="function")&&e?m9(e,i):r&&r.get(i)},has:function(i){return Mo&&i&&(typeof i=="object"||typeof i=="function")&&e?v9(e,i):!!r&&r.has(i)},set:function(i,a){Mo&&i&&(typeof i=="object"||typeof i=="function")?(e||(e=new Mo),g9(e,i,a)):Ad&&(r||(r=Ad()),r.set(i,a))}};return n}:Ad});var $0=M((PK,rP)=>{"use strict";m();var w9=ur(),b9=Pc(),_9=ZC(),x9=F0(),S9=tP(),E9=S9||x9||_9;rP.exports=function(){var e,r={assert:function(n){if(!r.has(n))throw new w9("Side channel does not contain "+b9(n))},delete:function(n){return!!e&&e.delete(n)},get:function(n){return e&&e.get(n)},has:function(n){return!!e&&e.has(n)},set:function(n,i){e||(e=E9()),e.set(n,i)}};return r}});var iP=M((MK,nP)=>{"use strict";m();var A9=Yu(),Mc=$0()(),Ei=ur(),D0={assert:function(t,e){if(!t||typeof t!="object"&&typeof t!="function")throw new Ei("`O` is not an object");if(typeof e!="string")throw new Ei("`slot` must be a string");if(Mc.assert(t),!D0.has(t,e))throw new Ei("`"+e+"` is not present on `O`")},get:function(t,e){if(!t||typeof t!="object"&&typeof t!="function")throw new Ei("`O` is not an object");if(typeof e!="string")throw new Ei("`slot` must be a string");var r=Mc.get(t);return r&&r["$"+e]},has:function(t,e){if(!t||typeof t!="object"&&typeof t!="function")throw new Ei("`O` is not an object");if(typeof e!="string")throw new Ei("`slot` must be a string");var r=Mc.get(t);return!!r&&A9(r,"$"+e)},set:function(t,e,r){if(!t||typeof t!="object"&&typeof t!="function")throw new Ei("`O` is not an object");if(typeof e!="string")throw new Ei("`slot` must be a string");var n=Mc.get(t);n||(n={},Mc.set(t,n)),n["$"+e]=r}};Object.freeze&&Object.freeze(D0);nP.exports=D0});var oP=M((IK,sP)=>{"use strict";m();var Oc=iP(),k9=Bu(),aP=typeof StopIteration=="object"?StopIteration:null;sP.exports=function(e){if(!aP)throw new k9("this environment lacks StopIteration");Oc.set(e,"[[Done]]",!1);var r={next:function(){var i=Oc.get(this,"[[Iterator]]"),a=!!Oc.get(i,"[[Done]]");try{return{done:a,value:a?void 0:i.next()}}catch(s){if(Oc.set(i,"[[Done]]",!0),s!==aP)throw s;return{done:!0,value:void 0}}}};return Oc.set(r,"[[Iterator]]",e),r}});var L0=M(($K,cP)=>{"use strict";m();var lP=xt(),T9=lP("String.prototype.valueOf"),C9=function(e){try{return T9(e),!0}catch(r){return!1}},P9=lP("Object.prototype.toString"),R9="[object String]",M9=zi()();cP.exports=function(e){return typeof e=="string"?!0:!e||typeof e!="object"?!1:M9?C9(e):P9(e)===R9}});var N0=M((LK,dP)=>{"use strict";m();var j0=typeof Map=="function"&&Map.prototype?Map:null,O9=typeof Set=="function"&&Set.prototype?Set:null,Td;j0||(Td=function(e){return!1});var fP=j0?Map.prototype.has:null,uP=O9?Set.prototype.has:null;!Td&&!fP&&(Td=function(e){return!1});dP.exports=Td||function(e){if(!e||typeof e!="object")return!1;try{if(fP.call(e),uP)try{uP.call(e)}catch(r){return!0}return e instanceof j0}catch(r){}return!1}});var H0=M((NK,mP)=>{"use strict";m();var I9=typeof Map=="function"&&Map.prototype?Map:null,B0=typeof Set=="function"&&Set.prototype?Set:null,Cd;B0||(Cd=function(e){return!1});var hP=I9?Map.prototype.has:null,pP=B0?Set.prototype.has:null;!Cd&&!pP&&(Cd=function(e){return!1});mP.exports=Cd||function(e){if(!e||typeof e!="object")return!1;try{if(pP.call(e),hP)try{hP.call(e)}catch(r){return!0}return e instanceof B0}catch(r){}return!1}});var TP=M((HK,Md)=>{"use strict";m();var gP=_0(),vP=oP();Gu()()||xl()()?(Pd=Symbol.iterator,Md.exports=function(e){if(e!=null&&typeof e[Pd]!="undefined")return e[Pd]();if(gP(e))return Array.prototype[Pd].call(e)}):(yP=ju(),wP=L0(),U0=Fn(),bP=U0("%Map%",!0),_P=U0("%Set%",!0),Jr=v0(),G0=Jr("Array.prototype.push"),z0=Jr("String.prototype.charCodeAt"),xP=Jr("String.prototype.slice"),SP=function(e,r){var n=e.length;if(r+1>=n)return r+1;var i=z0(e,r);if(i<55296||i>56319)return r+1;var a=z0(e,r+1);return a<56320||a>57343?r+1:r+2},Rd=function(e){var r=0;return{next:function(){var i=r>=e.length,a;return i||(a=e[r],r+=1),{done:i,value:a}}}},V0=function(e,r){if(yP(e)||gP(e))return Rd(e);if(wP(e)){var n=0;return{next:function(){var a=SP(e,n),s=xP(e,n,a);return n=a,{done:a>e.length,value:s}}}}if(r&&typeof e["_es6-shim iterator_"]!="undefined")return e["_es6-shim iterator_"]()},!bP&&!_P?Md.exports=function(e){if(e!=null)return V0(e,!0)}:(EP=N0(),AP=H0(),q0=Jr("Map.prototype.forEach",!0),W0=Jr("Set.prototype.forEach",!0),(typeof process=="undefined"||!process.versions||!process.versions.node)&&(Y0=Jr("Map.prototype.iterator",!0),X0=Jr("Set.prototype.iterator",!0)),K0=Jr("Map.prototype.@@iterator",!0)||Jr("Map.prototype._es6-shim iterator_",!0),Z0=Jr("Set.prototype.@@iterator",!0)||Jr("Set.prototype._es6-shim iterator_",!0),kP=function(e){if(EP(e)){if(Y0)return vP(Y0(e));if(K0)return K0(e);if(q0){var r=[];return q0(e,function(i,a){G0(r,[a,i])}),Rd(r)}}if(AP(e)){if(X0)return vP(X0(e));if(Z0)return Z0(e);if(W0){var n=[];return W0(e,function(i){G0(n,i)}),Rd(n)}}},Md.exports=function(e){return kP(e)||V0(e)}));var Pd,yP,wP,U0,bP,_P,Jr,G0,z0,xP,SP,Rd,V0,EP,AP,q0,W0,Y0,X0,K0,Z0,kP});var J0=M((GK,PP)=>{"use strict";m();var CP=function(t){return t!==t};PP.exports=function(e,r){return e===0&&r===0?1/e===1/r:!!(e===r||CP(e)&&CP(r))}});var Q0=M((VK,RP)=>{"use strict";m();var F9=J0();RP.exports=function(){return typeof Object.is=="function"?Object.is:F9}});var OP=M((WK,MP)=>{"use strict";m();var $9=Q0(),D9=fa();MP.exports=function(){var e=$9();return D9(Object,{is:e},{is:function(){return Object.is!==e}}),e}});var DP=M((XK,$P)=>{"use strict";m();var L9=fa(),j9=Fa(),N9=J0(),IP=Q0(),B9=OP(),FP=j9(IP(),Object);L9(FP,{getPolyfill:IP,implementation:N9,shim:B9});$P.exports=FP});var tv=M((ZK,BP)=>{"use strict";m();var H9=Fa(),NP=xt(),U9=Fn(),ev=U9("%ArrayBuffer%",!0),Od=NP("ArrayBuffer.prototype.byteLength",!0),G9=NP("Object.prototype.toString"),LP=!!ev&&!Od&&new ev(0).slice,jP=!!LP&&H9(LP);BP.exports=Od||jP?function(e){if(!e||typeof e!="object")return!1;try{return Od?Od(e):jP(e,0),!0}catch(r){return!1}}:ev?function(e){return G9(e)==="[object ArrayBuffer]"}:function(e){return!1}});var GP=M((QK,UP)=>{"use strict";m();var HP=xt(),z9=HP("Date.prototype.getDay"),V9=function(e){try{return z9(e),!0}catch(r){return!1}},q9=HP("Object.prototype.toString"),W9="[object Date]",Y9=zi()();UP.exports=function(e){return typeof e!="object"||e===null?!1:Y9?V9(e):q9(e)===W9}});var av=M((tZ,YP)=>{"use strict";m();var zP=xt(),X9=zi()(),K9=Yu(),Z9=Gi(),iv;X9?(VP=zP("RegExp.prototype.exec"),rv={},Id=function(){throw rv},nv={toString:Id,valueOf:Id},typeof Symbol.toPrimitive=="symbol"&&(nv[Symbol.toPrimitive]=Id),iv=function(e){if(!e||typeof e!="object")return!1;var r=Z9(e,"lastIndex"),n=r&&K9(r,"value");if(!n)return!1;try{VP(e,nv)}catch(i){return i===rv}}):(qP=zP("Object.prototype.toString"),WP="[object RegExp]",iv=function(e){return!e||typeof e!="object"&&typeof e!="function"?!1:qP(e)===WP});var VP,rv,Id,nv,qP,WP;YP.exports=iv});var ZP=M((nZ,KP)=>{"use strict";m();var J9=xt(),XP=J9("SharedArrayBuffer.prototype.byteLength",!0);KP.exports=XP?function(e){if(!e||typeof e!="object")return!1;try{return XP(e),!0}catch(r){return!1}}:function(e){return!1}});var eR=M((aZ,QP)=>{"use strict";m();var JP=xt(),Q9=JP("Number.prototype.toString"),eH=function(e){try{return Q9(e),!0}catch(r){return!1}},tH=JP("Object.prototype.toString"),rH="[object Number]",nH=zi()();QP.exports=function(e){return typeof e=="number"?!0:!e||typeof e!="object"?!1:nH?eH(e):tH(e)===rH}});var nR=M((oZ,rR)=>{"use strict";m();var tR=xt(),iH=tR("Boolean.prototype.toString"),aH=tR("Object.prototype.toString"),sH=function(e){try{return iH(e),!0}catch(r){return!1}},oH="[object Boolean]",lH=zi()();rR.exports=function(e){return typeof e=="boolean"?!0:e===null||typeof e!="object"?!1:lH?sH(e):aH(e)===oH}});var aR=M((cZ,iR)=>{"use strict";m();var cH=xt(),uH=av(),fH=cH("RegExp.prototype.exec"),dH=ur();iR.exports=function(e){if(!uH(e))throw new dH("`regex` must be a RegExp");return function(n){return fH(e,n)!==null}}});var uR=M((fZ,sv)=>{"use strict";m();var cR=xt(),hH=cR("Object.prototype.toString"),pH=Gu()(),mH=aR();pH?(sR=cR("Symbol.prototype.toString"),oR=mH(/^Symbol\(.*\)$/),lR=function(e){return typeof e.valueOf()!="symbol"?!1:oR(sR(e))},sv.exports=function(e){if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||hH(e)!=="[object Symbol]")return!1;try{return lR(e)}catch(r){return!1}}):sv.exports=function(e){return!1};var sR,oR,lR});var hR=M((hZ,dR)=>{"use strict";m();var fR=typeof BigInt!="undefined"&&BigInt;dR.exports=function(){return typeof fR=="function"&&typeof BigInt=="function"&&typeof fR(42)=="bigint"&&typeof BigInt(42)=="bigint"}});var gR=M((mZ,ov)=>{"use strict";m();var gH=hR()();gH?(pR=BigInt.prototype.valueOf,mR=function(e){try{return pR.call(e),!0}catch(r){}return!1},ov.exports=function(e){return e===null||typeof e=="undefined"||typeof e=="boolean"||typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="function"?!1:typeof e=="bigint"?!0:mR(e)}):ov.exports=function(e){return!1};var pR,mR});var yR=M((vZ,vR)=>{"use strict";m();var vH=L0(),yH=eR(),wH=nR(),bH=uR(),_H=gR();vR.exports=function(e){if(e==null||typeof e!="object"&&typeof e!="function")return null;if(vH(e))return"String";if(yH(e))return"Number";if(wH(e))return"Boolean";if(bH(e))return"Symbol";if(_H(e))return"BigInt"}});var _R=M((wZ,bR)=>{"use strict";m();var Fd=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap:null,wR=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet:null,$d;Fd||($d=function(e){return!1});var cv=Fd?Fd.prototype.has:null,lv=wR?wR.prototype.has:null;!$d&&!cv&&($d=function(e){return!1});bR.exports=$d||function(e){if(!e||typeof e!="object")return!1;try{if(cv.call(e,cv),lv)try{lv.call(e,lv)}catch(r){return!0}return e instanceof Fd}catch(r){}return!1}});var SR=M((_Z,fv)=>{"use strict";m();var xH=Fn(),xR=xt(),SH=xH("%WeakSet%",!0),uv=xR("WeakSet.prototype.has",!0);uv?(Dd=xR("WeakMap.prototype.has",!0),fv.exports=function(e){if(!e||typeof e!="object")return!1;try{if(uv(e,uv),Dd)try{Dd(e,Dd)}catch(r){return!0}return e instanceof SH}catch(r){}return!1}):fv.exports=function(e){return!1};var Dd});var AR=M((SZ,ER)=>{"use strict";m();var EH=N0(),AH=H0(),kH=_R(),TH=SR();ER.exports=function(e){if(e&&typeof e=="object"){if(EH(e))return"Map";if(AH(e))return"Set";if(kH(e))return"WeakMap";if(TH(e))return"WeakSet"}return!1}});var CR=M((AZ,TR)=>{"use strict";m();var CH=xt(),kR=CH("ArrayBuffer.prototype.byteLength",!0),PH=tv();TR.exports=function(e){return PH(e)?kR?kR(e):e.byteLength:NaN}});var QR=M((TZ,JR)=>{"use strict";m();var XR=cC(),Yn=v0(),PR=kC(),RH=Fn(),Oo=TP(),MH=$0(),RR=DP(),MR=_0(),OR=ju(),IR=tv(),FR=GP(),$R=av(),DR=ZP(),LR=yd(),jR=yR(),NR=AR(),BR=Kp(),HR=CR(),UR=Yn("SharedArrayBuffer.prototype.byteLength",!0),GR=Yn("Date.prototype.getTime"),dv=Object.getPrototypeOf,zR=Yn("Object.prototype.toString"),jd=RH("%Set%",!0),hv=Yn("Map.prototype.has",!0),Nd=Yn("Map.prototype.get",!0),VR=Yn("Map.prototype.size",!0),Bd=Yn("Set.prototype.add",!0),KR=Yn("Set.prototype.delete",!0),Hd=Yn("Set.prototype.has",!0),Ld=Yn("Set.prototype.size",!0);function qR(t,e,r,n){for(var i=Oo(t),a;(a=i.next())&&!a.done;)if(gn(e,a.value,r,n))return KR(t,a.value),!0;return!1}function ZR(t){if(typeof t=="undefined")return null;if(typeof t!="object")return typeof t=="symbol"?!1:typeof t=="string"||typeof t=="number"?+t==+t:!0}function OH(t,e,r,n,i,a){var s=ZR(r);if(s!=null)return s;var o=Nd(e,s),l=XR({},i,{strict:!1});return typeof o=="undefined"&&!hv(e,s)||!gn(n,o,l,a)?!1:!hv(t,s)&&gn(n,o,l,a)}function IH(t,e,r){var n=ZR(r);return n!=null?n:Hd(e,n)&&!Hd(t,n)}function WR(t,e,r,n,i,a){for(var s=Oo(t),o,l;(o=s.next())&&!o.done;)if(l=o.value,gn(r,l,i,a)&&gn(n,Nd(e,l),i,a))return KR(t,l),!0;return!1}function gn(t,e,r,n){var i=r||{};if(i.strict?RR(t,e):t===e)return!0;var a=jR(t),s=jR(e);if(a!==s)return!1;if(!t||!e||typeof t!="object"&&typeof e!="object")return i.strict?RR(t,e):t==e;var o=n.has(t),l=n.has(e),c;if(o&&l){if(n.get(t)===n.get(e))return!0}else c={};return o||n.set(t,c),l||n.set(e,c),DH(t,e,i,n)}function YR(t){return!t||typeof t!="object"||typeof t.length!="number"||typeof t.copy!="function"||typeof t.slice!="function"||t.length>0&&typeof t[0]!="number"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))}function FH(t,e,r,n){if(Ld(t)!==Ld(e))return!1;for(var i=Oo(t),a=Oo(e),s,o,l;(s=i.next())&&!s.done;)if(s.value&&typeof s.value=="object")l||(l=new jd),Bd(l,s.value);else if(!Hd(e,s.value)){if(r.strict||!IH(t,e,s.value))return!1;l||(l=new jd),Bd(l,s.value)}if(l){for(;(o=a.next())&&!o.done;)if(o.value&&typeof o.value=="object"){if(!qR(l,o.value,r.strict,n))return!1}else if(!r.strict&&!Hd(t,o.value)&&!qR(l,o.value,r.strict,n))return!1;return Ld(l)===0}return!0}function $H(t,e,r,n){if(VR(t)!==VR(e))return!1;for(var i=Oo(t),a=Oo(e),s,o,l,c,u,f;(s=i.next())&&!s.done;)if(c=s.value[0],u=s.value[1],c&&typeof c=="object")l||(l=new jd),Bd(l,c);else if(f=Nd(e,c),typeof f=="undefined"&&!hv(e,c)||!gn(u,f,r,n)){if(r.strict||!OH(t,e,c,u,r,n))return!1;l||(l=new jd),Bd(l,c)}if(l){for(;(o=a.next())&&!o.done;)if(c=o.value[0],f=o.value[1],c&&typeof c=="object"){if(!WR(l,t,c,f,r,n))return!1}else if(!r.strict&&(!t.has(c)||!gn(Nd(t,c),f,r,n))&&!WR(l,t,c,f,XR({},r,{strict:!1}),n))return!1;return Ld(l)===0}return!0}function DH(t,e,r,n){var i,a;if(typeof t!=typeof e||t==null||e==null||zR(t)!==zR(e)||MR(t)!==MR(e))return!1;var s=OR(t),o=OR(e);if(s!==o)return!1;var l=t instanceof Error,c=e instanceof Error;if(l!==c||(l||c)&&(t.name!==e.name||t.message!==e.message))return!1;var u=$R(t),f=$R(e);if(u!==f||(u||f)&&(t.source!==e.source||PR(t)!==PR(e)))return!1;var d=FR(t),h=FR(e);if(d!==h||(d||h)&&GR(t)!==GR(e)||r.strict&&dv&&dv(t)!==dv(e))return!1;var p=BR(t),g=BR(e);if(p!==g)return!1;if(p||g){if(t.length!==e.length)return!1;for(i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0}var v=YR(t),y=YR(e);if(v!==y)return!1;if(v||y){if(t.length!==e.length)return!1;for(i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0}var b=IR(t),E=IR(e);if(b!==E)return!1;if(b||E)return HR(t)!==HR(e)?!1:typeof Uint8Array=="function"&&gn(new Uint8Array(t),new Uint8Array(e),r,n);var S=DR(t),A=DR(e);if(S!==A)return!1;if(S||A)return UR(t)!==UR(e)?!1:typeof Uint8Array=="function"&&gn(new Uint8Array(t),new Uint8Array(e),r,n);if(typeof t!=typeof e)return!1;var k=LR(t),w=LR(e);if(k.length!==w.length)return!1;for(k.sort(),w.sort(),i=k.length-1;i>=0;i--)if(k[i]!=w[i])return!1;for(i=k.length-1;i>=0;i--)if(a=k[i],!gn(t[a],e[a],r,n))return!1;var x=NR(t),_=NR(e);return x!==_?!1:x==="Set"||_==="Set"?FH(t,e,r,n):x==="Map"?$H(t,e,r,n):!0}JR.exports=function(e,r,n){return gn(e,r,n,MH())}});var _v=M((exports,module)=>{m();(function(){"use strict";var ERROR="input is invalid type",WINDOW=typeof window=="object",root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&typeof self=="object",NODE_JS=!root.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,AMD=typeof define=="function"&&define.amd,ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer!="undefined",HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];(root.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"}),ARRAY_BUFFER&&(root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var createOutputMethod=function(t,e){return function(r){return new Sha256(e,!0).update(r)[t]()}},createMethod=function(t){var e=createOutputMethod("hex",t);NODE_JS&&(e=nodeWrap(e,t)),e.create=function(){return new Sha256(t)},e.update=function(i){return e.create().update(i)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];e[n]=createOutputMethod(n,t)}return e},nodeWrap=function(method,is224){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),algorithm=is224?"sha224":"sha256",nodeMethod=function(t){if(typeof t=="string")return crypto.createHash(algorithm).update(t,"utf8").digest("hex");if(t==null)throw new Error(ERROR);return t.constructor===ArrayBuffer&&(t=new Uint8Array(t)),Array.isArray(t)||ArrayBuffer.isView(t)||t.constructor===Buffer?crypto.createHash(algorithm).update(new Buffer(t)).digest("hex"):method(t)};return nodeMethod},createHmacOutputMethod=function(t,e){return function(r,n){return new HmacSha256(r,e,!0).update(n)[t]()}},createHmacMethod=function(t){var e=createHmacOutputMethod("hex",t);e.create=function(i){return new HmacSha256(i,t)},e.update=function(i,a){return e.create(i).update(a)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];e[n]=createHmacOutputMethod(n,t)}return e};function Sha256(t,e){e?(blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=t}Sha256.prototype.update=function(t){if(!this.finalized){var e,r=typeof t;if(r!=="string"){if(r==="object"){if(t===null)throw new Error(ERROR);if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(t)))throw new Error(ERROR)}else throw new Error(ERROR);e=!0}for(var n,i=0,a,s=t.length,o=this.blocks;i<s;){if(this.hashed&&(this.hashed=!1,o[0]=this.block,o[16]=o[1]=o[2]=o[3]=o[4]=o[5]=o[6]=o[7]=o[8]=o[9]=o[10]=o[11]=o[12]=o[13]=o[14]=o[15]=0),e)for(a=this.start;i<s&&a<64;++i)o[a>>2]|=t[i]<<SHIFT[a++&3];else for(a=this.start;i<s&&a<64;++i)n=t.charCodeAt(i),n<128?o[a>>2]|=n<<SHIFT[a++&3]:n<2048?(o[a>>2]|=(192|n>>6)<<SHIFT[a++&3],o[a>>2]|=(128|n&63)<<SHIFT[a++&3]):n<55296||n>=57344?(o[a>>2]|=(224|n>>12)<<SHIFT[a++&3],o[a>>2]|=(128|n>>6&63)<<SHIFT[a++&3],o[a>>2]|=(128|n&63)<<SHIFT[a++&3]):(n=65536+((n&1023)<<10|t.charCodeAt(++i)&1023),o[a>>2]|=(240|n>>18)<<SHIFT[a++&3],o[a>>2]|=(128|n>>12&63)<<SHIFT[a++&3],o[a>>2]|=(128|n>>6&63)<<SHIFT[a++&3],o[a>>2]|=(128|n&63)<<SHIFT[a++&3]);this.lastByteIndex=a,this.bytes+=a-this.start,a>=64?(this.block=o[16],this.start=a-64,this.hash(),this.hashed=!0):this.start=a}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=EXTRA[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,n=this.h3,i=this.h4,a=this.h5,s=this.h6,o=this.h7,l=this.blocks,c,u,f,d,h,p,g,v,y,b,E;for(c=16;c<64;++c)h=l[c-15],u=(h>>>7|h<<25)^(h>>>18|h<<14)^h>>>3,h=l[c-2],f=(h>>>17|h<<15)^(h>>>19|h<<13)^h>>>10,l[c]=l[c-16]+u+l[c-7]+f<<0;for(E=e&r,c=0;c<64;c+=4)this.first?(this.is224?(v=300032,h=l[0]-1413257819,o=h-150054599<<0,n=h+24177077<<0):(v=704751109,h=l[0]-210244248,o=h-1521486534<<0,n=h+143694565<<0),this.first=!1):(u=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),f=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),v=t&e,d=v^t&r^E,g=i&a^~i&s,h=o+f+g+K[c]+l[c],p=u+d,o=n+h<<0,n=h+p<<0),u=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),f=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),y=n&t,d=y^n&e^v,g=o&i^~o&a,h=s+f+g+K[c+1]+l[c+1],p=u+d,s=r+h<<0,r=h+p<<0,u=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),f=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),b=r&n,d=b^r&t^y,g=s&o^~s&i,h=a+f+g+K[c+2]+l[c+2],p=u+d,a=e+h<<0,e=h+p<<0,u=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),f=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),E=e&r,d=E^e&n^b,g=a&s^~a&o,h=i+f+g+K[c+3]+l[c+3],p=u+d,i=t+h<<0,t=h+p<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0,this.h4=this.h4+i<<0,this.h5=this.h5+a<<0,this.h6=this.h6+s<<0,this.h7=this.h7+o<<0},Sha256.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,i=this.h4,a=this.h5,s=this.h6,o=this.h7,l=HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[t&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[e&15]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[r&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[n&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[i&15]+HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[a&15]+HEX_CHARS[s>>28&15]+HEX_CHARS[s>>24&15]+HEX_CHARS[s>>20&15]+HEX_CHARS[s>>16&15]+HEX_CHARS[s>>12&15]+HEX_CHARS[s>>8&15]+HEX_CHARS[s>>4&15]+HEX_CHARS[s&15];return this.is224||(l+=HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[o&15]),l},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,i=this.h4,a=this.h5,s=this.h6,o=this.h7,l=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,n>>24&255,n>>16&255,n>>8&255,n&255,i>>24&255,i>>16&255,i>>8&255,i&255,a>>24&255,a>>16&255,a>>8&255,a&255,s>>24&255,s>>16&255,s>>8&255,s&255];return this.is224||l.push(o>>24&255,o>>16&255,o>>8&255,o&255),l},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function HmacSha256(t,e,r){var n,i=typeof t;if(i==="string"){var a=[],s=t.length,o=0,l;for(n=0;n<s;++n)l=t.charCodeAt(n),l<128?a[o++]=l:l<2048?(a[o++]=192|l>>6,a[o++]=128|l&63):l<55296||l>=57344?(a[o++]=224|l>>12,a[o++]=128|l>>6&63,a[o++]=128|l&63):(l=65536+((l&1023)<<10|t.charCodeAt(++n)&1023),a[o++]=240|l>>18,a[o++]=128|l>>12&63,a[o++]=128|l>>6&63,a[o++]=128|l&63);t=a}else if(i==="object"){if(t===null)throw new Error(ERROR);if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(t)))throw new Error(ERROR)}else throw new Error(ERROR);t.length>64&&(t=new Sha256(e,!0).update(t).array());var c=[],u=[];for(n=0;n<64;++n){var f=t[n]||0;c[n]=92^f,u[n]=54^f}Sha256.call(this,e,r),this.update(u),this.oKeyPad=c,this.inner=!0,this.sharedMemory=r}HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&define(function(){return exports}))})()});var bM=M(Wv=>{m();(function(t){var e=/\S/,r=/\"/g,n=/\n/g,i=/\r/g,a=/\\/g,s=/\u2028/,o=/\u2029/;t.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},t.scan=function(x,_){var T=x.length,C=0,I=1,L=2,$=C,J=null,de=null,le="",ce=[],Te=!1,ne=0,N=0,W="{{",B="}}";function $e(){le.length>0&&(ce.push({tag:"_t",text:new String(le)}),le="")}function lr(){for(var Oe=!0,De=N;De<ce.length;De++)if(Oe=t.tags[ce[De].tag]<t.tags._v||ce[De].tag=="_t"&&ce[De].text.match(e)===null,!Oe)return!1;return Oe}function Ut(Oe,De){if($e(),Oe&&lr())for(var Pt=N,Le;Pt<ce.length;Pt++)ce[Pt].text&&((Le=ce[Pt+1])&&Le.tag==">"&&(Le.indent=ce[Pt].text.toString()),ce.splice(Pt,1));else De||ce.push({tag:`
+`});Te=!1,N=ce.length}function X(Oe,De){var Pt="="+B,Le=Oe.indexOf(Pt,De),U=c(Oe.substring(Oe.indexOf("=",De)+1,Le)).split(" ");return W=U[0],B=U[U.length-1],Le+Pt.length-1}for(_&&(_=_.split(" "),W=_[0],B=_[1]),ne=0;ne<T;ne++)$==C?u(W,x,ne)?(--ne,$e(),$=I):x.charAt(ne)==`
+`?Ut(Te):le+=x.charAt(ne):$==I?(ne+=W.length-1,de=t.tags[x.charAt(ne+1)],J=de?x.charAt(ne+1):"_v",J=="="?(ne=X(x,ne),$=C):(de&&ne++,$=L),Te=ne):u(B,x,ne)?(ce.push({tag:J,n:c(le),otag:W,ctag:B,i:J=="/"?Te-W.length:ne+B.length}),le="",ne+=B.length-1,$=C,J=="{"&&(B=="}}"?ne++:l(ce[ce.length-1]))):le+=x.charAt(ne);return Ut(Te,!0),ce};function l(w){w.n.substr(w.n.length-1)==="}"&&(w.n=w.n.substring(0,w.n.length-1))}function c(w){return w.trim?w.trim():w.replace(/^\s*|\s*$/g,"")}function u(w,x,_){if(x.charAt(_)!=w.charAt(0))return!1;for(var T=1,C=w.length;T<C;T++)if(x.charAt(_+T)!=w.charAt(T))return!1;return!0}var f={_t:!0,"\n":!0,$:!0,"/":!0};function d(w,x,_,T){var C=[],I=null,L=null,$=null;for(L=_[_.length-1];w.length>0;){if($=w.shift(),L&&L.tag=="<"&&!($.tag in f))throw new Error("Illegal content in < super tag.");if(t.tags[$.tag]<=t.tags.$||h($,T))_.push($),$.nodes=d(w,$.tag,_,T);else if($.tag=="/"){if(_.length===0)throw new Error("Closing tag without opener: /"+$.n);if(I=_.pop(),$.n!=I.n&&!p($.n,I.n,T))throw new Error("Nesting error: "+I.n+" vs. "+$.n);return I.end=$.i,C}else $.tag==`
+`&&($.last=w.length==0||w[0].tag==`
+`);C.push($)}if(_.length>0)throw new Error("missing closing tag: "+_.pop().n);return C}function h(w,x){for(var _=0,T=x.length;_<T;_++)if(x[_].o==w.n)return w.tag="#",!0}function p(w,x,_){for(var T=0,C=_.length;T<C;T++)if(_[T].c==w&&_[T].o==x)return!0}function g(w){var x=[];for(var _ in w)x.push('"'+b(_)+'": function(c,p,t,i) {'+w[_]+"}");return"{ "+x.join(",")+" }"}function v(w){var x=[];for(var _ in w.partials)x.push('"'+b(_)+'":{name:"'+b(w.partials[_].name)+'", '+v(w.partials[_])+"}");return"partials: {"+x.join(",")+"}, subs: "+g(w.subs)}t.stringify=function(w,x,_){return"{code: function (c,p,i) { "+t.wrapMain(w.code)+" },"+v(w)+"}"};var y=0;t.generate=function(w,x,_){y=0;var T={code:"",subs:{},partials:{}};return t.walk(w,T),_.asString?this.stringify(T,x,_):this.makeTemplate(T,x,_)},t.wrapMain=function(w){return'var t=this;t.b(i=i||"");'+w+"return t.fl();"},t.template=t.Template,t.makeTemplate=function(w,x,_){var T=this.makePartials(w);return T.code=new Function("c","p","i",this.wrapMain(w.code)),new this.template(T,x,this,_)},t.makePartials=function(w){var x,_={subs:{},partials:w.partials,name:w.name};for(x in _.partials)_.partials[x]=this.makePartials(_.partials[x]);for(x in w.subs)_.subs[x]=new Function("c","p","t","i",w.subs[x]);return _};function b(w){return w.replace(a,"\\\\").replace(r,'\\"').replace(n,"\\n").replace(i,"\\r").replace(s,"\\u2028").replace(o,"\\u2029")}function E(w){return~w.indexOf(".")?"d":"f"}function S(w,x){var _="<"+(x.prefix||""),T=_+w.n+y++;return x.partials[T]={name:w.n,partials:{}},x.code+='t.b(t.rp("'+b(T)+'",c,p,"'+(w.indent||"")+'"));',T}t.codegen={"#":function(w,x){x.code+="if(t.s(t."+E(w.n)+'("'+b(w.n)+'",c,p,1),c,p,0,'+w.i+","+w.end+',"'+w.otag+" "+w.ctag+'")){t.rs(c,p,function(c,p,t){',t.walk(w.nodes,x),x.code+="});c.pop();}"},"^":function(w,x){x.code+="if(!t.s(t."+E(w.n)+'("'+b(w.n)+'",c,p,1),c,p,1,0,0,"")){',t.walk(w.nodes,x),x.code+="};"},">":S,"<":function(w,x){var _={partials:{},code:"",subs:{},inPartial:!0};t.walk(w.nodes,_);var T=x.partials[S(w,x)];T.subs=_.subs,T.partials=_.partials},$:function(w,x){var _={subs:{},code:"",partials:x.partials,prefix:w.n};t.walk(w.nodes,_),x.subs[w.n]=_.code,x.inPartial||(x.code+='t.sub("'+b(w.n)+'",c,p,i);')},"\n":function(w,x){x.code+=k('"\\n"'+(w.last?"":" + i"))},_v:function(w,x){x.code+="t.b(t.v(t."+E(w.n)+'("'+b(w.n)+'",c,p,0)));'},_t:function(w,x){x.code+=k('"'+b(w.text)+'"')},"{":A,"&":A};function A(w,x){x.code+="t.b(t.t(t."+E(w.n)+'("'+b(w.n)+'",c,p,0)));'}function k(w){return"t.b("+w+");"}t.walk=function(w,x){for(var _,T=0,C=w.length;T<C;T++)_=t.codegen[w[T].tag],_&&_(w[T],x);return x},t.parse=function(w,x,_){return _=_||{},d(w,"",[],_.sectionTags||[])},t.cache={},t.cacheKey=function(w,x){return[w,!!x.asString,!!x.disableLambda,x.delimiters,!!x.modelGet].join("||")},t.compile=function(w,x){x=x||{};var _=t.cacheKey(w,x),T=this.cache[_];if(T){var C=T.partials;for(var I in C)delete C[I].instance;return T}return T=this.generate(this.parse(this.scan(w,x.delimiters),w,x),w,x),this.cache[_]=T}})(typeof Wv!="undefined"?Wv:Hogan)});var _M=M(Yv=>{m();var BU={};(function(t){t.Template=function(d,h,p,g){d=d||{},this.r=d.code||this.r,this.c=p,this.options=g||{},this.text=h||"",this.partials=d.partials||{},this.subs=d.subs||{},this.buf=""},t.Template.prototype={r:function(d,h,p){return""},v:u,t:c,render:function(h,p,g){return this.ri([h],p||{},g)},ri:function(d,h,p){return this.r(d,h,p)},ep:function(d,h){var p=this.partials[d],g=h[p.name];if(p.instance&&p.base==g)return p.instance;if(typeof g=="string"){if(!this.c)throw new Error("No compiler available.");g=this.c.compile(g,this.options)}if(!g)return null;if(this.partials[d].base=g,p.subs){h.stackText||(h.stackText={});for(key in p.subs)h.stackText[key]||(h.stackText[key]=this.activeSub!==void 0&&h.stackText[this.activeSub]?h.stackText[this.activeSub]:this.text);g=r(g,p.subs,p.partials,this.stackSubs,this.stackPartials,h.stackText)}return this.partials[d].instance=g,g},rp:function(d,h,p,g){var v=this.ep(d,p);return v?v.ri(h,p,g):""},rs:function(d,h,p){var g=d[d.length-1];if(!f(g)){p(d,h,this);return}for(var v=0;v<g.length;v++)d.push(g[v]),p(d,h,this),d.pop()},s:function(d,h,p,g,v,y,b){var E;return f(d)&&d.length===0?!1:(typeof d=="function"&&(d=this.ms(d,h,p,g,v,y,b)),E=!!d,!g&&E&&h&&h.push(typeof d=="object"?d:h[h.length-1]),E)},d:function(d,h,p,g){var v,y=d.split("."),b=this.f(y[0],h,p,g),E=this.options.modelGet,S=null;if(d==="."&&f(h[h.length-2]))b=h[h.length-1];else for(var A=1;A<y.length;A++)v=e(y[A],b,E),v!==void 0?(S=b,b=v):b="";return g&&!b?!1:(!g&&typeof b=="function"&&(h.push(S),b=this.mv(b,h,p),h.pop()),b)},f:function(d,h,p,g){for(var v=!1,y=null,b=!1,E=this.options.modelGet,S=h.length-1;S>=0;S--)if(y=h[S],v=e(d,y,E),v!==void 0){b=!0;break}return b?(!g&&typeof v=="function"&&(v=this.mv(v,h,p)),v):g?!1:""},ls:function(d,h,p,g,v){var y=this.options.delimiters;return this.options.delimiters=v,this.b(this.ct(c(d.call(h,g)),h,p)),this.options.delimiters=y,!1},ct:function(d,h,p){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(d,this.options).render(h,p)},b:function(d){this.buf+=d},fl:function(){var d=this.buf;return this.buf="",d},ms:function(d,h,p,g,v,y,b){var E,S=h[h.length-1],A=d.call(S);return typeof A=="function"?g?!0:(E=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(A,S,p,E.substring(v,y),b)):A},mv:function(d,h,p){var g=h[h.length-1],v=d.call(g);return typeof v=="function"?this.ct(c(v.call(g)),g,p):v},sub:function(d,h,p,g){var v=this.subs[d];v&&(this.activeSub=d,v(h,p,this,g),this.activeSub=!1)}};function e(d,h,p){var g;return h&&typeof h=="object"&&(h[d]!==void 0?g=h[d]:p&&h.get&&typeof h.get=="function"&&(g=h.get(d))),g}function r(d,h,p,g,v,y){function b(){}b.prototype=d;function E(){}E.prototype=d.subs;var S,A=new b;A.subs=new E,A.subsText={},A.buf="",g=g||{},A.stackSubs=g,A.subsText=y;for(S in h)g[S]||(g[S]=h[S]);for(S in g)A.subs[S]=g[S];v=v||{},A.stackPartials=v;for(S in p)v[S]||(v[S]=p[S]);for(S in v)A.partials[S]=v[S];return A}var n=/&/g,i=/</g,a=/>/g,s=/\'/g,o=/\"/g,l=/[&<>\"\']/;function c(d){return String(d==null?"":d)}function u(d){return d=c(d),l.test(d)?d.replace(n,"&").replace(i,"<").replace(a,">").replace(s,"'").replace(o,"""):d}var f=Array.isArray||function(d){return Object.prototype.toString.call(d)==="[object Array]"}})(typeof Yv!="undefined"?Yv:BU)});var Xv=M(($ee,xM)=>{m();var _h=bM();_h.Template=_M().Template;_h.template=_h.Template;xM.exports=_h});var R5=M((Eu,uy)=>{m();(function(e,r){typeof Eu=="object"&&typeof uy=="object"?uy.exports=r():typeof define=="function"&&define.amd?define([],r):typeof Eu=="object"?Eu.feather=r():e.feather=r()})(typeof self!="undefined"?self:Eu,function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=t,r.c=e,r.d=function(n,i,a){r.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:a})},r.r=function(n){Object.defineProperty(n,"__esModule",{value:!0})},r.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(i,"a",i),i},r.o=function(n,i){return Object.prototype.hasOwnProperty.call(n,i)},r.p="",r(r.s=0)}({"./dist/icons.json":function(t){t.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":function(t,e,r){var n,i;(function(){"use strict";var a=function(){function s(){}s.prototype=Object.create(null);function o(g,v){for(var y=v.length,b=0;b<y;++b)h(g,v[b])}var l={}.hasOwnProperty;function c(g,v){g[v]=!0}function u(g,v){for(var y in v)l.call(v,y)&&(g[y]=!!v[y])}var f=/\s+/;function d(g,v){for(var y=v.split(f),b=y.length,E=0;E<b;++E)g[y[E]]=!0}function h(g,v){if(v){var y=typeof v;y==="string"?d(g,v):Array.isArray(v)?o(g,v):y==="object"?u(g,v):y==="number"&&c(g,v)}}function p(){for(var g=arguments.length,v=Array(g),y=0;y<g;y++)v[y]=arguments[y];var b=new s;o(b,v);var E=[];for(var S in b)b[S]&&E.push(S);return E.join(" ")}return p}();typeof t!="undefined"&&t.exports?t.exports=a:(n=[],i=function(){return a}.apply(e,n),i!==void 0&&(t.exports=i))})()},"./node_modules/core-js/es/array/from.js":function(t,e,r){r("./node_modules/core-js/modules/es.string.iterator.js"),r("./node_modules/core-js/modules/es.array.from.js");var n=r("./node_modules/core-js/internals/path.js");t.exports=n.Array.from},"./node_modules/core-js/internals/a-function.js":function(t,e){t.exports=function(r){if(typeof r!="function")throw TypeError(String(r)+" is not a function");return r}},"./node_modules/core-js/internals/an-object.js":function(t,e,r){var n=r("./node_modules/core-js/internals/is-object.js");t.exports=function(i){if(!n(i))throw TypeError(String(i)+" is not an object");return i}},"./node_modules/core-js/internals/array-from.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/bind-context.js"),i=r("./node_modules/core-js/internals/to-object.js"),a=r("./node_modules/core-js/internals/call-with-safe-iteration-closing.js"),s=r("./node_modules/core-js/internals/is-array-iterator-method.js"),o=r("./node_modules/core-js/internals/to-length.js"),l=r("./node_modules/core-js/internals/create-property.js"),c=r("./node_modules/core-js/internals/get-iterator-method.js");t.exports=function(f){var d=i(f),h=typeof this=="function"?this:Array,p=arguments.length,g=p>1?arguments[1]:void 0,v=g!==void 0,y=0,b=c(d),E,S,A,k;if(v&&(g=n(g,p>2?arguments[2]:void 0,2)),b!=null&&!(h==Array&&s(b)))for(k=b.call(d),S=new h;!(A=k.next()).done;y++)l(S,y,v?a(k,g,[A.value,y],!0):A.value);else for(E=o(d.length),S=new h(E);E>y;y++)l(S,y,v?g(d[y],y):d[y]);return S.length=y,S}},"./node_modules/core-js/internals/array-includes.js":function(t,e,r){var n=r("./node_modules/core-js/internals/to-indexed-object.js"),i=r("./node_modules/core-js/internals/to-length.js"),a=r("./node_modules/core-js/internals/to-absolute-index.js");t.exports=function(s){return function(o,l,c){var u=n(o),f=i(u.length),d=a(c,f),h;if(s&&l!=l){for(;f>d;)if(h=u[d++],h!=h)return!0}else for(;f>d;d++)if((s||d in u)&&u[d]===l)return s||d||0;return!s&&-1}}},"./node_modules/core-js/internals/bind-context.js":function(t,e,r){var n=r("./node_modules/core-js/internals/a-function.js");t.exports=function(i,a,s){if(n(i),a===void 0)return i;switch(s){case 0:return function(){return i.call(a)};case 1:return function(o){return i.call(a,o)};case 2:return function(o,l){return i.call(a,o,l)};case 3:return function(o,l,c){return i.call(a,o,l,c)}}return function(){return i.apply(a,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(t,e,r){var n=r("./node_modules/core-js/internals/an-object.js");t.exports=function(i,a,s,o){try{return o?a(n(s)[0],s[1]):a(s)}catch(c){var l=i.return;throw l!==void 0&&n(l.call(i)),c}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(t,e,r){var n=r("./node_modules/core-js/internals/well-known-symbol.js"),i=n("iterator"),a=!1;try{var s=0,o={next:function(){return{done:!!s++}},return:function(){a=!0}};o[i]=function(){return this},Array.from(o,function(){throw 2})}catch(l){}t.exports=function(l,c){if(!c&&!a)return!1;var u=!1;try{var f={};f[i]=function(){return{next:function(){return{done:u=!0}}}},l(f)}catch(d){}return u}},"./node_modules/core-js/internals/classof-raw.js":function(t,e){var r={}.toString;t.exports=function(n){return r.call(n).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":function(t,e,r){var n=r("./node_modules/core-js/internals/classof-raw.js"),i=r("./node_modules/core-js/internals/well-known-symbol.js"),a=i("toStringTag"),s=n(function(){return arguments}())=="Arguments",o=function(l,c){try{return l[c]}catch(u){}};t.exports=function(l){var c,u,f;return l===void 0?"Undefined":l===null?"Null":typeof(u=o(c=Object(l),a))=="string"?u:s?n(c):(f=n(c))=="Object"&&typeof c.callee=="function"?"Arguments":f}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(t,e,r){var n=r("./node_modules/core-js/internals/has.js"),i=r("./node_modules/core-js/internals/own-keys.js"),a=r("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),s=r("./node_modules/core-js/internals/object-define-property.js");t.exports=function(o,l){for(var c=i(l),u=s.f,f=a.f,d=0;d<c.length;d++){var h=c[d];n(o,h)||u(o,h,f(l,h))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":function(t,e,r){var n=r("./node_modules/core-js/internals/fails.js");t.exports=!n(function(){function i(){}return i.prototype.constructor=null,Object.getPrototypeOf(new i)!==i.prototype})},"./node_modules/core-js/internals/create-iterator-constructor.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,i=r("./node_modules/core-js/internals/object-create.js"),a=r("./node_modules/core-js/internals/create-property-descriptor.js"),s=r("./node_modules/core-js/internals/set-to-string-tag.js"),o=r("./node_modules/core-js/internals/iterators.js"),l=function(){return this};t.exports=function(c,u,f){var d=u+" Iterator";return c.prototype=i(n,{next:a(1,f)}),s(c,d,!1,!0),o[d]=l,c}},"./node_modules/core-js/internals/create-property-descriptor.js":function(t,e){t.exports=function(r,n){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:n}}},"./node_modules/core-js/internals/create-property.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/to-primitive.js"),i=r("./node_modules/core-js/internals/object-define-property.js"),a=r("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=function(s,o,l){var c=n(o);c in s?i.f(s,c,a(0,l)):s[c]=l}},"./node_modules/core-js/internals/define-iterator.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/export.js"),i=r("./node_modules/core-js/internals/create-iterator-constructor.js"),a=r("./node_modules/core-js/internals/object-get-prototype-of.js"),s=r("./node_modules/core-js/internals/object-set-prototype-of.js"),o=r("./node_modules/core-js/internals/set-to-string-tag.js"),l=r("./node_modules/core-js/internals/hide.js"),c=r("./node_modules/core-js/internals/redefine.js"),u=r("./node_modules/core-js/internals/well-known-symbol.js"),f=r("./node_modules/core-js/internals/is-pure.js"),d=r("./node_modules/core-js/internals/iterators.js"),h=r("./node_modules/core-js/internals/iterators-core.js"),p=h.IteratorPrototype,g=h.BUGGY_SAFARI_ITERATORS,v=u("iterator"),y="keys",b="values",E="entries",S=function(){return this};t.exports=function(A,k,w,x,_,T,C){i(w,k,x);var I=function(W){if(W===_&&le)return le;if(!g&&W in J)return J[W];switch(W){case y:return function(){return new w(this,W)};case b:return function(){return new w(this,W)};case E:return function(){return new w(this,W)}}return function(){return new w(this)}},L=k+" Iterator",$=!1,J=A.prototype,de=J[v]||J["@@iterator"]||_&&J[_],le=!g&&de||I(_),ce=k=="Array"&&J.entries||de,Te,ne,N;if(ce&&(Te=a(ce.call(new A)),p!==Object.prototype&&Te.next&&(!f&&a(Te)!==p&&(s?s(Te,p):typeof Te[v]!="function"&&l(Te,v,S)),o(Te,L,!0,!0),f&&(d[L]=S))),_==b&&de&&de.name!==b&&($=!0,le=function(){return de.call(this)}),(!f||C)&&J[v]!==le&&l(J,v,le),d[k]=le,_)if(ne={values:I(b),keys:T?le:I(y),entries:I(E)},C)for(N in ne)(g||$||!(N in J))&&c(J,N,ne[N]);else n({target:k,proto:!0,forced:g||$},ne);return ne}},"./node_modules/core-js/internals/descriptors.js":function(t,e,r){var n=r("./node_modules/core-js/internals/fails.js");t.exports=!n(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},"./node_modules/core-js/internals/document-create-element.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/is-object.js"),a=n.document,s=i(a)&&i(a.createElement);t.exports=function(o){return s?a.createElement(o):{}}},"./node_modules/core-js/internals/enum-bug-keys.js":function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,a=r("./node_modules/core-js/internals/hide.js"),s=r("./node_modules/core-js/internals/redefine.js"),o=r("./node_modules/core-js/internals/set-global.js"),l=r("./node_modules/core-js/internals/copy-constructor-properties.js"),c=r("./node_modules/core-js/internals/is-forced.js");t.exports=function(u,f){var d=u.target,h=u.global,p=u.stat,g,v,y,b,E,S;if(h?v=n:p?v=n[d]||o(d,{}):v=(n[d]||{}).prototype,v)for(y in f){if(E=f[y],u.noTargetGet?(S=i(v,y),b=S&&S.value):b=v[y],g=c(h?y:d+(p?".":"#")+y,u.forced),!g&&b!==void 0){if(typeof E==typeof b)continue;l(E,b)}(u.sham||b&&b.sham)&&a(E,"sham",!0),s(v,y,E,u)}}},"./node_modules/core-js/internals/fails.js":function(t,e){t.exports=function(r){try{return!!r()}catch(n){return!0}}},"./node_modules/core-js/internals/function-to-string.js":function(t,e,r){var n=r("./node_modules/core-js/internals/shared.js");t.exports=n("native-function-to-string",Function.toString)},"./node_modules/core-js/internals/get-iterator-method.js":function(t,e,r){var n=r("./node_modules/core-js/internals/classof.js"),i=r("./node_modules/core-js/internals/iterators.js"),a=r("./node_modules/core-js/internals/well-known-symbol.js"),s=a("iterator");t.exports=function(o){if(o!=null)return o[s]||o["@@iterator"]||i[n(o)]}},"./node_modules/core-js/internals/global.js":function(t,e,r){(function(n){var i="object",a=function(s){return s&&s.Math==Math&&s};t.exports=a(typeof globalThis==i&&globalThis)||a(typeof window==i&&window)||a(typeof self==i&&self)||a(typeof n==i&&n)||Function("return this")()}).call(this,r("./node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has.js":function(t,e){var r={}.hasOwnProperty;t.exports=function(n,i){return r.call(n,i)}},"./node_modules/core-js/internals/hidden-keys.js":function(t,e){t.exports={}},"./node_modules/core-js/internals/hide.js":function(t,e,r){var n=r("./node_modules/core-js/internals/descriptors.js"),i=r("./node_modules/core-js/internals/object-define-property.js"),a=r("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=n?function(s,o,l){return i.f(s,o,a(1,l))}:function(s,o,l){return s[o]=l,s}},"./node_modules/core-js/internals/html.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=n.document;t.exports=i&&i.documentElement},"./node_modules/core-js/internals/ie8-dom-define.js":function(t,e,r){var n=r("./node_modules/core-js/internals/descriptors.js"),i=r("./node_modules/core-js/internals/fails.js"),a=r("./node_modules/core-js/internals/document-create-element.js");t.exports=!n&&!i(function(){return Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a!=7})},"./node_modules/core-js/internals/indexed-object.js":function(t,e,r){var n=r("./node_modules/core-js/internals/fails.js"),i=r("./node_modules/core-js/internals/classof-raw.js"),a="".split;t.exports=n(function(){return!Object("z").propertyIsEnumerable(0)})?function(s){return i(s)=="String"?a.call(s,""):Object(s)}:Object},"./node_modules/core-js/internals/internal-state.js":function(t,e,r){var n=r("./node_modules/core-js/internals/native-weak-map.js"),i=r("./node_modules/core-js/internals/global.js"),a=r("./node_modules/core-js/internals/is-object.js"),s=r("./node_modules/core-js/internals/hide.js"),o=r("./node_modules/core-js/internals/has.js"),l=r("./node_modules/core-js/internals/shared-key.js"),c=r("./node_modules/core-js/internals/hidden-keys.js"),u=i.WeakMap,f,d,h,p=function(A){return h(A)?d(A):f(A,{})},g=function(A){return function(k){var w;if(!a(k)||(w=d(k)).type!==A)throw TypeError("Incompatible receiver, "+A+" required");return w}};if(n){var v=new u,y=v.get,b=v.has,E=v.set;f=function(A,k){return E.call(v,A,k),k},d=function(A){return y.call(v,A)||{}},h=function(A){return b.call(v,A)}}else{var S=l("state");c[S]=!0,f=function(A,k){return s(A,S,k),k},d=function(A){return o(A,S)?A[S]:{}},h=function(A){return o(A,S)}}t.exports={set:f,get:d,has:h,enforce:p,getterFor:g}},"./node_modules/core-js/internals/is-array-iterator-method.js":function(t,e,r){var n=r("./node_modules/core-js/internals/well-known-symbol.js"),i=r("./node_modules/core-js/internals/iterators.js"),a=n("iterator"),s=Array.prototype;t.exports=function(o){return o!==void 0&&(i.Array===o||s[a]===o)}},"./node_modules/core-js/internals/is-forced.js":function(t,e,r){var n=r("./node_modules/core-js/internals/fails.js"),i=/#|\.prototype\./,a=function(u,f){var d=o[s(u)];return d==c?!0:d==l?!1:typeof f=="function"?n(f):!!f},s=a.normalize=function(u){return String(u).replace(i,".").toLowerCase()},o=a.data={},l=a.NATIVE="N",c=a.POLYFILL="P";t.exports=a},"./node_modules/core-js/internals/is-object.js":function(t,e){t.exports=function(r){return typeof r=="object"?r!==null:typeof r=="function"}},"./node_modules/core-js/internals/is-pure.js":function(t,e){t.exports=!1},"./node_modules/core-js/internals/iterators-core.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/object-get-prototype-of.js"),i=r("./node_modules/core-js/internals/hide.js"),a=r("./node_modules/core-js/internals/has.js"),s=r("./node_modules/core-js/internals/well-known-symbol.js"),o=r("./node_modules/core-js/internals/is-pure.js"),l=s("iterator"),c=!1,u=function(){return this},f,d,h;[].keys&&(h=[].keys(),"next"in h?(d=n(n(h)),d!==Object.prototype&&(f=d)):c=!0),f==null&&(f={}),!o&&!a(f,l)&&i(f,l,u),t.exports={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:c}},"./node_modules/core-js/internals/iterators.js":function(t,e){t.exports={}},"./node_modules/core-js/internals/native-symbol.js":function(t,e,r){var n=r("./node_modules/core-js/internals/fails.js");t.exports=!!Object.getOwnPropertySymbols&&!n(function(){return!String(Symbol())})},"./node_modules/core-js/internals/native-weak-map.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/function-to-string.js"),a=n.WeakMap;t.exports=typeof a=="function"&&/native code/.test(i.call(a))},"./node_modules/core-js/internals/object-create.js":function(t,e,r){var n=r("./node_modules/core-js/internals/an-object.js"),i=r("./node_modules/core-js/internals/object-define-properties.js"),a=r("./node_modules/core-js/internals/enum-bug-keys.js"),s=r("./node_modules/core-js/internals/hidden-keys.js"),o=r("./node_modules/core-js/internals/html.js"),l=r("./node_modules/core-js/internals/document-create-element.js"),c=r("./node_modules/core-js/internals/shared-key.js"),u=c("IE_PROTO"),f="prototype",d=function(){},h=function(){var p=l("iframe"),g=a.length,v="<",y="script",b=">",E="java"+y+":",S;for(p.style.display="none",o.appendChild(p),p.src=String(E),S=p.contentWindow.document,S.open(),S.write(v+y+b+"document.F=Object"+v+"/"+y+b),S.close(),h=S.F;g--;)delete h[f][a[g]];return h()};t.exports=Object.create||function(g,v){var y;return g!==null?(d[f]=n(g),y=new d,d[f]=null,y[u]=g):y=h(),v===void 0?y:i(y,v)},s[u]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(t,e,r){var n=r("./node_modules/core-js/internals/descriptors.js"),i=r("./node_modules/core-js/internals/object-define-property.js"),a=r("./node_modules/core-js/internals/an-object.js"),s=r("./node_modules/core-js/internals/object-keys.js");t.exports=n?Object.defineProperties:function(l,c){a(l);for(var u=s(c),f=u.length,d=0,h;f>d;)i.f(l,h=u[d++],c[h]);return l}},"./node_modules/core-js/internals/object-define-property.js":function(t,e,r){var n=r("./node_modules/core-js/internals/descriptors.js"),i=r("./node_modules/core-js/internals/ie8-dom-define.js"),a=r("./node_modules/core-js/internals/an-object.js"),s=r("./node_modules/core-js/internals/to-primitive.js"),o=Object.defineProperty;e.f=n?o:function(c,u,f){if(a(c),u=s(u,!0),a(f),i)try{return o(c,u,f)}catch(d){}if("get"in f||"set"in f)throw TypeError("Accessors not supported");return"value"in f&&(c[u]=f.value),c}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(t,e,r){var n=r("./node_modules/core-js/internals/descriptors.js"),i=r("./node_modules/core-js/internals/object-property-is-enumerable.js"),a=r("./node_modules/core-js/internals/create-property-descriptor.js"),s=r("./node_modules/core-js/internals/to-indexed-object.js"),o=r("./node_modules/core-js/internals/to-primitive.js"),l=r("./node_modules/core-js/internals/has.js"),c=r("./node_modules/core-js/internals/ie8-dom-define.js"),u=Object.getOwnPropertyDescriptor;e.f=n?u:function(d,h){if(d=s(d),h=o(h,!0),c)try{return u(d,h)}catch(p){}if(l(d,h))return a(!i.f.call(d,h),d[h])}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(t,e,r){var n=r("./node_modules/core-js/internals/object-keys-internal.js"),i=r("./node_modules/core-js/internals/enum-bug-keys.js"),a=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(o){return n(o,a)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(t,e){e.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(t,e,r){var n=r("./node_modules/core-js/internals/has.js"),i=r("./node_modules/core-js/internals/to-object.js"),a=r("./node_modules/core-js/internals/shared-key.js"),s=r("./node_modules/core-js/internals/correct-prototype-getter.js"),o=a("IE_PROTO"),l=Object.prototype;t.exports=s?Object.getPrototypeOf:function(c){return c=i(c),n(c,o)?c[o]:typeof c.constructor=="function"&&c instanceof c.constructor?c.constructor.prototype:c instanceof Object?l:null}},"./node_modules/core-js/internals/object-keys-internal.js":function(t,e,r){var n=r("./node_modules/core-js/internals/has.js"),i=r("./node_modules/core-js/internals/to-indexed-object.js"),a=r("./node_modules/core-js/internals/array-includes.js"),s=r("./node_modules/core-js/internals/hidden-keys.js"),o=a(!1);t.exports=function(l,c){var u=i(l),f=0,d=[],h;for(h in u)!n(s,h)&&n(u,h)&&d.push(h);for(;c.length>f;)n(u,h=c[f++])&&(~o(d,h)||d.push(h));return d}},"./node_modules/core-js/internals/object-keys.js":function(t,e,r){var n=r("./node_modules/core-js/internals/object-keys-internal.js"),i=r("./node_modules/core-js/internals/enum-bug-keys.js");t.exports=Object.keys||function(s){return n(s,i)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(t,e,r){"use strict";var n={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!n.call({1:2},1);e.f=a?function(o){var l=i(this,o);return!!l&&l.enumerable}:n},"./node_modules/core-js/internals/object-set-prototype-of.js":function(t,e,r){var n=r("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var i=!1,a={},s;try{s=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,s.call(a,[]),i=a instanceof Array}catch(o){}return function(l,c){return n(l,c),i?s.call(l,c):l.__proto__=c,l}}():void 0)},"./node_modules/core-js/internals/own-keys.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/object-get-own-property-names.js"),a=r("./node_modules/core-js/internals/object-get-own-property-symbols.js"),s=r("./node_modules/core-js/internals/an-object.js"),o=n.Reflect;t.exports=o&&o.ownKeys||function(c){var u=i.f(s(c)),f=a.f;return f?u.concat(f(c)):u}},"./node_modules/core-js/internals/path.js":function(t,e,r){t.exports=r("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/shared.js"),a=r("./node_modules/core-js/internals/hide.js"),s=r("./node_modules/core-js/internals/has.js"),o=r("./node_modules/core-js/internals/set-global.js"),l=r("./node_modules/core-js/internals/function-to-string.js"),c=r("./node_modules/core-js/internals/internal-state.js"),u=c.get,f=c.enforce,d=String(l).split("toString");i("inspectSource",function(h){return l.call(h)}),(t.exports=function(h,p,g,v){var y=v?!!v.unsafe:!1,b=v?!!v.enumerable:!1,E=v?!!v.noTargetGet:!1;if(typeof g=="function"&&(typeof p=="string"&&!s(g,"name")&&a(g,"name",p),f(g).source=d.join(typeof p=="string"?p:"")),h===n){b?h[p]=g:o(p,g);return}else y?!E&&h[p]&&(b=!0):delete h[p];b?h[p]=g:a(h,p,g)})(Function.prototype,"toString",function(){return typeof this=="function"&&u(this).source||l.call(this)})},"./node_modules/core-js/internals/require-object-coercible.js":function(t,e){t.exports=function(r){if(r==null)throw TypeError("Can't call method on "+r);return r}},"./node_modules/core-js/internals/set-global.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/hide.js");t.exports=function(a,s){try{i(n,a,s)}catch(o){n[a]=s}return s}},"./node_modules/core-js/internals/set-to-string-tag.js":function(t,e,r){var n=r("./node_modules/core-js/internals/object-define-property.js").f,i=r("./node_modules/core-js/internals/has.js"),a=r("./node_modules/core-js/internals/well-known-symbol.js"),s=a("toStringTag");t.exports=function(o,l,c){o&&!i(o=c?o:o.prototype,s)&&n(o,s,{configurable:!0,value:l})}},"./node_modules/core-js/internals/shared-key.js":function(t,e,r){var n=r("./node_modules/core-js/internals/shared.js"),i=r("./node_modules/core-js/internals/uid.js"),a=n("keys");t.exports=function(s){return a[s]||(a[s]=i(s))}},"./node_modules/core-js/internals/shared.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/set-global.js"),a=r("./node_modules/core-js/internals/is-pure.js"),s="__core-js_shared__",o=n[s]||i(s,{});(t.exports=function(l,c){return o[l]||(o[l]=c!==void 0?c:{})})("versions",[]).push({version:"3.1.3",mode:a?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":function(t,e,r){var n=r("./node_modules/core-js/internals/to-integer.js"),i=r("./node_modules/core-js/internals/require-object-coercible.js");t.exports=function(a,s,o){var l=String(i(a)),c=n(s),u=l.length,f,d;return c<0||c>=u?o?"":void 0:(f=l.charCodeAt(c),f<55296||f>56319||c+1===u||(d=l.charCodeAt(c+1))<56320||d>57343?o?l.charAt(c):f:o?l.slice(c,c+2):(f-55296<<10)+(d-56320)+65536)}},"./node_modules/core-js/internals/to-absolute-index.js":function(t,e,r){var n=r("./node_modules/core-js/internals/to-integer.js"),i=Math.max,a=Math.min;t.exports=function(s,o){var l=n(s);return l<0?i(l+o,0):a(l,o)}},"./node_modules/core-js/internals/to-indexed-object.js":function(t,e,r){var n=r("./node_modules/core-js/internals/indexed-object.js"),i=r("./node_modules/core-js/internals/require-object-coercible.js");t.exports=function(a){return n(i(a))}},"./node_modules/core-js/internals/to-integer.js":function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(i){return isNaN(i=+i)?0:(i>0?n:r)(i)}},"./node_modules/core-js/internals/to-length.js":function(t,e,r){var n=r("./node_modules/core-js/internals/to-integer.js"),i=Math.min;t.exports=function(a){return a>0?i(n(a),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(t,e,r){var n=r("./node_modules/core-js/internals/require-object-coercible.js");t.exports=function(i){return Object(n(i))}},"./node_modules/core-js/internals/to-primitive.js":function(t,e,r){var n=r("./node_modules/core-js/internals/is-object.js");t.exports=function(i,a){if(!n(i))return i;var s,o;if(a&&typeof(s=i.toString)=="function"&&!n(o=s.call(i))||typeof(s=i.valueOf)=="function"&&!n(o=s.call(i))||!a&&typeof(s=i.toString)=="function"&&!n(o=s.call(i)))return o;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":function(t,e){var r=0,n=Math.random();t.exports=function(i){return"Symbol(".concat(i===void 0?"":i,")_",(++r+n).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":function(t,e,r){var n=r("./node_modules/core-js/internals/is-object.js"),i=r("./node_modules/core-js/internals/an-object.js");t.exports=function(a,s){if(i(a),!n(s)&&s!==null)throw TypeError("Can't set "+String(s)+" as a prototype")}},"./node_modules/core-js/internals/well-known-symbol.js":function(t,e,r){var n=r("./node_modules/core-js/internals/global.js"),i=r("./node_modules/core-js/internals/shared.js"),a=r("./node_modules/core-js/internals/uid.js"),s=r("./node_modules/core-js/internals/native-symbol.js"),o=n.Symbol,l=i("wks");t.exports=function(c){return l[c]||(l[c]=s&&o[c]||(s?o:a)("Symbol."+c))}},"./node_modules/core-js/modules/es.array.from.js":function(t,e,r){var n=r("./node_modules/core-js/internals/export.js"),i=r("./node_modules/core-js/internals/array-from.js"),a=r("./node_modules/core-js/internals/check-correctness-of-iteration.js"),s=!a(function(o){Array.from(o)});n({target:"Array",stat:!0,forced:s},{from:i})},"./node_modules/core-js/modules/es.string.iterator.js":function(t,e,r){"use strict";var n=r("./node_modules/core-js/internals/string-at.js"),i=r("./node_modules/core-js/internals/internal-state.js"),a=r("./node_modules/core-js/internals/define-iterator.js"),s="String Iterator",o=i.set,l=i.getterFor(s);a(String,"String",function(c){o(this,{type:s,string:String(c),index:0})},function(){var u=l(this),f=u.string,d=u.index,h;return d>=f.length?{value:void 0,done:!0}:(h=n(f,d,!0),u.index+=h.length,{value:h,done:!1})})},"./node_modules/webpack/buildin/global.js":function(t,e){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(n){typeof window=="object"&&(r=window)}t.exports=r},"./src/default-attrs.json":function(t){t.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(h){for(var p=1;p<arguments.length;p++){var g=arguments[p];for(var v in g)Object.prototype.hasOwnProperty.call(g,v)&&(h[v]=g[v])}return h},i=function(){function h(p,g){for(var v=0;v<g.length;v++){var y=g[v];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(p,y.key,y)}}return function(p,g,v){return g&&h(p.prototype,g),v&&h(p,v),p}}(),a=r("./node_modules/classnames/dedupe.js"),s=c(a),o=r("./src/default-attrs.json"),l=c(o);function c(h){return h&&h.__esModule?h:{default:h}}function u(h,p){if(!(h instanceof p))throw new TypeError("Cannot call a class as a function")}var f=function(){function h(p,g){var v=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];u(this,h),this.name=p,this.contents=g,this.tags=v,this.attrs=n({},l.default,{class:"feather feather-"+p})}return i(h,[{key:"toSvg",value:function(){var g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},v=n({},this.attrs,g,{class:(0,s.default)(this.attrs.class,g.class)});return"<svg "+d(v)+">"+this.contents+"</svg>"}},{key:"toString",value:function(){return this.contents}}]),h}();function d(h){return Object.keys(h).map(function(p){return p+'="'+h[p]+'"'}).join(" ")}e.default=f},"./src/icons.js":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r("./src/icon.js"),i=c(n),a=r("./dist/icons.json"),s=c(a),o=r("./src/tags.json"),l=c(o);function c(u){return u&&u.__esModule?u:{default:u}}e.default=Object.keys(s.default).map(function(u){return new i.default(u,s.default[u],l.default[u])}).reduce(function(u,f){return u[f.name]=f,u},{})},"./src/index.js":function(t,e,r){"use strict";var n=r("./src/icons.js"),i=c(n),a=r("./src/to-svg.js"),s=c(a),o=r("./src/replace.js"),l=c(o);function c(u){return u&&u.__esModule?u:{default:u}}t.exports={icons:i.default,toSvg:s.default,replace:l.default}},"./src/replace.js":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(d){for(var h=1;h<arguments.length;h++){var p=arguments[h];for(var g in p)Object.prototype.hasOwnProperty.call(p,g)&&(d[g]=p[g])}return d},i=r("./node_modules/classnames/dedupe.js"),a=l(i),s=r("./src/icons.js"),o=l(s);function l(d){return d&&d.__esModule?d:{default:d}}function c(){var d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(typeof document=="undefined")throw new Error("`feather.replace()` only works in a browser environment.");var h=document.querySelectorAll("[data-feather]");Array.from(h).forEach(function(p){return u(p,d)})}function u(d){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=f(d),g=p["data-feather"];if(delete p["data-feather"],o.default[g]===void 0){console.warn("feather: '"+g+"' is not a valid icon");return}var v=o.default[g].toSvg(n({},h,p,{class:(0,a.default)(h.class,p.class)})),y=new DOMParser().parseFromString(v,"image/svg+xml"),b=y.querySelector("svg");d.parentNode.replaceChild(b,d)}function f(d){return Array.from(d.attributes).reduce(function(h,p){return h[p.name]=p.value,h},{})}e.default=c},"./src/tags.json":function(t){t.exports={activity:["pulse","health","action","motion"],airplay:["stream","cast","mirroring"],"alert-circle":["warning","alert","danger"],"alert-octagon":["warning","alert","danger"],"alert-triangle":["warning","alert","danger"],"align-center":["text alignment","center"],"align-justify":["text alignment","justified"],"align-left":["text alignment","left"],"align-right":["text alignment","right"],anchor:[],archive:["index","box"],"at-sign":["mention","at","email","message"],award:["achievement","badge"],aperture:["camera","photo"],"bar-chart":["statistics","diagram","graph"],"bar-chart-2":["statistics","diagram","graph"],battery:["power","electricity"],"battery-charging":["power","electricity"],bell:["alarm","notification","sound"],"bell-off":["alarm","notification","silent"],bluetooth:["wireless"],"book-open":["read","library"],book:["read","dictionary","booklet","magazine","library"],bookmark:["read","clip","marker","tag"],box:["cube"],briefcase:["work","bag","baggage","folder"],calendar:["date"],camera:["photo"],cast:["chromecast","airplay"],"chevron-down":["expand"],"chevron-up":["collapse"],circle:["off","zero","record"],clipboard:["copy"],clock:["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],cloud:["weather"],codepen:["logo"],codesandbox:["logo"],code:["source","programming"],coffee:["drink","cup","mug","tea","cafe","hot","beverage"],columns:["layout"],command:["keyboard","cmd","terminal","prompt"],compass:["navigation","safari","travel","direction"],copy:["clone","duplicate"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],cpu:["processor","technology"],"credit-card":["purchase","payment","cc"],crop:["photo","image"],crosshair:["aim","target"],database:["storage","memory"],delete:["remove"],disc:["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],droplet:["water"],edit:["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],eye:["view","watch"],"eye-off":["view","watch","hide","hidden"],"external-link":["outbound"],facebook:["logo","social"],"fast-forward":["music"],figma:["logo","design","tool"],"file-minus":["delete","remove","erase"],"file-plus":["add","create","new"],"file-text":["data","txt","pdf"],film:["movie","video"],filter:["funnel","hopper"],flag:["report"],"folder-minus":["directory"],"folder-plus":["directory"],folder:["directory"],framer:["logo","design","tool"],frown:["emoji","face","bad","sad","emotion"],gift:["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],github:["logo","version control"],gitlab:["logo","version control"],globe:["world","browser","language","translate"],"hard-drive":["computer","server","memory","data"],hash:["hashtag","number","pound"],headphones:["music","audio","sound"],heart:["like","love","emotion"],"help-circle":["question mark"],hexagon:["shape","node.js","logo"],home:["house","living"],image:["picture"],inbox:["email"],instagram:["logo","camera"],key:["password","login","authentication","secure"],layers:["stack"],layout:["window","webpage"],"life-buoy":["help","life ring","support"],link:["chain","url"],"link-2":["chain","url"],linkedin:["logo","social media"],list:["options"],lock:["security","password","secure"],"log-in":["sign in","arrow","enter"],"log-out":["sign out","arrow","exit"],mail:["email","message"],"map-pin":["location","navigation","travel","marker"],map:["location","navigation","travel"],maximize:["fullscreen"],"maximize-2":["fullscreen","arrows","expand"],meh:["emoji","face","neutral","emotion"],menu:["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record","sound","mute"],mic:["record","sound","listen"],minimize:["exit fullscreen","close"],"minimize-2":["exit fullscreen","arrows","close"],minus:["subtract"],monitor:["tv","screen","display"],moon:["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],"mouse-pointer":["arrow","cursor"],move:["arrows"],music:["note"],navigation:["location","travel"],"navigation-2":["location","travel"],octagon:["stop"],package:["box","container"],paperclip:["attachment"],pause:["music","stop"],"pause-circle":["music","audio","stop"],"pen-tool":["vector","drawing"],percent:["discount"],"phone-call":["ring"],"phone-forwarded":["call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],phone:["call"],play:["music","start"],"pie-chart":["statistics","diagram"],"play-circle":["music","start"],plus:["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],pocket:["logo","save"],power:["on","off"],printer:["fax","office","device"],radio:["signal"],"refresh-cw":["synchronise","arrows"],"refresh-ccw":["arrows"],repeat:["loop","arrows"],rewind:["music"],"rotate-ccw":["arrow"],"rotate-cw":["arrow"],rss:["feed","subscribe"],save:["floppy disk"],scissors:["cut"],search:["find","magnifier","magnifying glass"],send:["message","mail","email","paper airplane","paper aeroplane"],settings:["cog","edit","gear","preferences"],"share-2":["network","connections"],shield:["security","secure"],"shield-off":["security","insecure"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],shuffle:["music"],"skip-back":["music"],"skip-forward":["music"],slack:["logo"],slash:["ban","no"],sliders:["settings","controls"],smartphone:["cellphone","device"],smile:["emoji","face","happy","good","emotion"],speaker:["audio","music"],star:["bookmark","favorite","like"],"stop-circle":["media","music"],sun:["brightness","weather","light"],sunrise:["weather","time","morning","day"],sunset:["weather","time","evening","night"],tablet:["device"],tag:["label"],target:["logo","bullseye"],terminal:["code","command line","prompt"],thermometer:["temperature","celsius","fahrenheit","weather"],"thumbs-down":["dislike","bad","emotion"],"thumbs-up":["like","good","emotion"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],tool:["settings","spanner"],trash:["garbage","delete","remove","bin"],"trash-2":["garbage","delete","remove","bin"],triangle:["delta"],truck:["delivery","van","shipping","transport","lorry"],tv:["television","stream"],twitch:["logo"],twitter:["logo","social"],type:["text"],umbrella:["rain","weather"],unlock:["security"],"user-check":["followed","subscribed"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-x":["delete","remove","unfollow","unsubscribe","unavailable"],user:["person","account"],users:["group"],"video-off":["camera","movie","film"],video:["camera","movie","film"],voicemail:["phone"],volume:["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],watch:["clock","time"],"wifi-off":["disabled"],wifi:["connection","signal","wireless"],wind:["weather","air"],"x-circle":["cancel","close","delete","remove","times","clear"],"x-octagon":["delete","stop","alert","warning","times","clear"],"x-square":["cancel","close","delete","remove","times","clear"],x:["cancel","close","delete","remove","times","clear"],youtube:["logo","video","play"],"zap-off":["flash","camera","lightning"],zap:["flash","camera","lightning"],"zoom-in":["magnifying glass"],"zoom-out":["magnifying glass"]}},"./src/to-svg.js":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r("./src/icons.js"),i=a(n);function a(o){return o&&o.__esModule?o:{default:o}}function s(o){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."),!o)throw new Error("The required `key` (icon name) parameter is missing.");if(!i.default[o])throw new Error("No icon matching '"+o+"'. See the complete list of icons at https://feathericons.com");return i.default[o].toSvg(l)}e.default=s},0:function(t,e,r){r("./node_modules/core-js/es/array/from.js"),t.exports=r("./src/index.js")}})})});var OV={};rI(OV,{default:()=>vp});module.exports=nI(OV);m();var D5=Ot(gg()),we=require("obsidian"),L5=Ot(require("path"));m();var is=require("obsidian");m();var p3=Ot(Gf()),Fr=Ot(require("fs/promises")),Ti=require("obsidian"),Ve=Ot(require("path")),Dc=require("path");m();var rd=Ot(RE(),1),Qf=Ot(Gf(),1),tk=require("child_process"),jk=Ot(yg(),1),Eo=Ot(yg(),1),uT=require("node:events"),jg=Object.defineProperty,fL=Object.getOwnPropertyDescriptor,Ng=Object.getOwnPropertyNames,dL=Object.prototype.hasOwnProperty,q=(t,e)=>function(){return t&&(e=(0,t[Ng(t)[0]])(t=0)),e},hL=(t,e)=>function(){return e||(0,t[Ng(t)[0]])((e={exports:{}}).exports,e),e.exports},ft=(t,e)=>{for(var r in e)jg(t,r,{get:e[r],enumerable:!0})},pL=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ng(e))!dL.call(t,i)&&i!==r&&jg(t,i,{get:()=>e[i],enumerable:!(n=fL(e,i))||n.enumerable});return t},it=t=>pL(jg({},"__esModule",{value:!0}),t);function mL(...t){let e=new String(t);return td.set(e,t),e}function Kf(t){return t instanceof String&&td.has(t)}function ME(t){return td.get(t)||[]}var td,pc=q({"src/lib/args/pathspec.ts"(){"use strict";td=new WeakMap}}),wr,la=q({"src/lib/errors/git-error.ts"(){"use strict";wr=class extends Error{constructor(t,e){super(e),this.task=t,Object.setPrototypeOf(this,new.target.prototype)}}}}),mc,ko=q({"src/lib/errors/git-response-error.ts"(){"use strict";la(),mc=class extends wr{constructor(t,e){super(void 0,e||String(t)),this.git=t}}}}),lA,cA=q({"src/lib/errors/task-configuration-error.ts"(){"use strict";la(),lA=class extends wr{constructor(t){super(void 0,t)}}}});function uA(t){return typeof t!="function"?Qa:t}function fA(t){return typeof t=="function"&&t!==Qa}function dA(t,e){let r=t.indexOf(e);return r<=0?[t,""]:[t.substr(0,r),t.substr(r+1)]}function hA(t,e=0){return pA(t)&&t.length>e?t[e]:void 0}function Ja(t,e=0){if(pA(t)&&t.length>e)return t[t.length-1-e]}function pA(t){return!!(t&&typeof t.length=="number")}function gc(t="",e=!0,r=`
+`){return t.split(r).reduce((n,i)=>{let a=e?i.trim():i;return a&&n.push(a),n},[])}function Bg(t,e){return gc(t,!0).map(r=>e(r))}function Hg(t){return(0,rd.exists)(t,rd.FOLDER)}function Me(t,e){return Array.isArray(t)?t.includes(e)||t.push(e):t.add(e),e}function mA(t,e){return Array.isArray(t)&&!t.includes(e)&&t.push(e),t}function nd(t,e){if(Array.isArray(t)){let r=t.indexOf(e);r>=0&&t.splice(r,1)}else t.delete(e);return e}function Vn(t){return Array.isArray(t)?t:[t]}function gA(t){return t.replace(/[\s-]+(.)/g,(e,r)=>r.toUpperCase())}function vA(t){return Vn(t).map(String)}function He(t,e=0){if(t==null)return e;let r=parseInt(t,10);return isNaN(r)?e:r}function dc(t,e){let r=[];for(let n=0,i=t.length;n<i;n++)r.push(e,t[n]);return r}function hc(t){return(Array.isArray(t)?Buffer.concat(t):t).toString("utf-8")}function yA(t,e){return Object.assign({},...e.map(r=>r in t?{[r]:t[r]}:{}))}function Ag(t=0){return new Promise(e=>setTimeout(e,t))}function kg(t){if(t!==!1)return t}var Ao,Qa,vc,id=q({"src/lib/utils/util.ts"(){"use strict";Ao="\0",Qa=()=>{},vc=Object.prototype.toString.call.bind(Object.prototype.toString)}});function qn(t,e,r){return e(t)?t:arguments.length>2?r:void 0}function Tg(t,e){let r=Kf(t)?"string":typeof t;return/number|string|boolean/.test(r)&&(!e||!e.includes(r))}function ad(t){return!!t&&vc(t)==="[object Object]"}function wA(t){return typeof t=="function"}var yc,Vt,bA,Zf,Ug,_A=q({"src/lib/utils/argument-filters.ts"(){"use strict";id(),pc(),yc=t=>Array.isArray(t),Vt=t=>typeof t=="string",bA=t=>Array.isArray(t)&&t.every(Vt),Zf=t=>Vt(t)||Array.isArray(t)&&t.every(Vt),Ug=t=>t==null||"number|boolean|function".includes(typeof t)?!1:Array.isArray(t)||typeof t=="string"||typeof t.length=="number"}}),Cg,gL=q({"src/lib/utils/exit-codes.ts"(){"use strict";Cg=(t=>(t[t.SUCCESS=0]="SUCCESS",t[t.ERROR=1]="ERROR",t[t.NOT_FOUND=-2]="NOT_FOUND",t[t.UNCLEAN=128]="UNCLEAN",t))(Cg||{})}}),Jf,vL=q({"src/lib/utils/git-output-streams.ts"(){"use strict";Jf=class xA{constructor(e,r){this.stdOut=e,this.stdErr=r}asStrings(){return new xA(this.stdOut.toString("utf8"),this.stdErr.toString("utf8"))}}}}),me,oa,yL=q({"src/lib/utils/line-parser.ts"(){"use strict";me=class{constructor(t,e){this.matches=[],this.parse=(r,n)=>(this.resetMatches(),this._regExp.every((i,a)=>this.addMatch(i,a,r(a)))?this.useMatches(n,this.prepareMatches())!==!1:!1),this._regExp=Array.isArray(t)?t:[t],e&&(this.useMatches=e)}useMatches(t,e){throw new Error("LineParser:useMatches not implemented")}resetMatches(){this.matches.length=0}prepareMatches(){return this.matches}addMatch(t,e,r){let n=r&&t.exec(r);return n&&this.pushMatch(e,n),!!n}pushMatch(t,e){this.matches.push(...e.slice(1))}},oa=class extends me{addMatch(t,e,r){return/^remote:\s/.test(String(r))&&super.addMatch(t,e,r)}pushMatch(t,e){(t>0||e.length>1)&&super.pushMatch(t,e)}}}});function SA(...t){let e=process.cwd(),r=Object.assign({baseDir:e,...EA},...t.filter(n=>typeof n=="object"&&n));return r.baseDir=r.baseDir||e,r.trimmed=r.trimmed===!0,r}var EA,wL=q({"src/lib/utils/simple-git-options.ts"(){"use strict";EA={binary:"git",maxConcurrentProcesses:5,config:[],trimmed:!1}}});function Gg(t,e=[]){return ad(t)?Object.keys(t).reduce((r,n)=>{let i=t[n];if(Kf(i))r.push(i);else if(Tg(i,["boolean"]))r.push(n+"="+i);else if(Array.isArray(i))for(let a of i)Tg(a,["string","number"])||r.push(n+"="+a);else r.push(n);return r},e):e}function vr(t,e=0,r=!1){let n=[];for(let i=0,a=e<0?t.length:e;i<a;i++)"string|number".includes(typeof t[i])&&n.push(String(t[i]));return Gg(zg(t),n),r||n.push(...bL(t)),n}function bL(t){let e=typeof Ja(t)=="function";return qn(Ja(t,e?1:0),yc,[])}function zg(t){let e=wA(Ja(t));return qn(Ja(t,e?1:0),ad)}function at(t,e=!0){let r=uA(Ja(t));return e||fA(r)?r:void 0}var _L=q({"src/lib/utils/task-options.ts"(){"use strict";_A(),id(),pc()}});function Pg(t,e){return t(e.stdOut,e.stdErr)}function br(t,e,r,n=!0){return Vn(r).forEach(i=>{for(let a=gc(i,n),s=0,o=a.length;s<o;s++){let l=(c=0)=>{if(!(s+c>=o))return a[s+c]};e.some(({parse:c})=>c(l,t))}}),t}var xL=q({"src/lib/utils/task-parser.ts"(){"use strict";id()}}),AA={};ft(AA,{ExitCodes:()=>Cg,GitOutputStreams:()=>Jf,LineParser:()=>me,NOOP:()=>Qa,NULL:()=>Ao,RemoteLineParser:()=>oa,append:()=>Me,appendTaskOptions:()=>Gg,asArray:()=>Vn,asCamelCase:()=>gA,asFunction:()=>uA,asNumber:()=>He,asStringArray:()=>vA,bufferToString:()=>hc,callTaskParser:()=>Pg,createInstanceConfig:()=>SA,delay:()=>Ag,filterArray:()=>yc,filterFunction:()=>wA,filterHasLength:()=>Ug,filterPlainObject:()=>ad,filterPrimitives:()=>Tg,filterString:()=>Vt,filterStringArray:()=>bA,filterStringOrStringArray:()=>Zf,filterType:()=>qn,first:()=>hA,folderExists:()=>Hg,forEachLineWithContent:()=>Bg,getTrailingOptions:()=>vr,including:()=>mA,isUserFunction:()=>fA,last:()=>Ja,objectToString:()=>vc,orVoid:()=>kg,parseStringResponse:()=>br,pick:()=>yA,prefixedArray:()=>dc,remove:()=>nd,splitOn:()=>dA,toLinesWithContent:()=>gc,trailingFunctionArgument:()=>at,trailingOptionsArgument:()=>zg});var he=q({"src/lib/utils/index.ts"(){"use strict";_A(),gL(),vL(),yL(),wL(),_L(),xL(),id()}}),kA={};ft(kA,{CheckRepoActions:()=>Rg,checkIsBareRepoTask:()=>CA,checkIsRepoRootTask:()=>TA,checkIsRepoTask:()=>SL});function SL(t){switch(t){case"bare":return CA();case"root":return TA()}return{commands:["rev-parse","--is-inside-work-tree"],format:"utf-8",onError:sd,parser:Vg}}function TA(){return{commands:["rev-parse","--git-dir"],format:"utf-8",onError:sd,parser(e){return/^\.(git)?$/.test(e.trim())}}}function CA(){return{commands:["rev-parse","--is-bare-repository"],format:"utf-8",onError:sd,parser:Vg}}function EL(t){return/(Not a git repository|Kein Git-Repository)/i.test(String(t))}var Rg,sd,Vg,PA=q({"src/lib/tasks/check-is-repo.ts"(){"use strict";he(),Rg=(t=>(t.BARE="bare",t.IN_TREE="tree",t.IS_REPO_ROOT="root",t))(Rg||{}),sd=({exitCode:t},e,r,n)=>{if(t===128&&EL(e))return r(Buffer.from("false"));n(e)},Vg=t=>t.trim()==="true"}});function AL(t,e){let r=new RA(t),n=t?OA:MA;return gc(e).forEach(i=>{let a=i.replace(n,"");r.paths.push(a),(IA.test(a)?r.folders:r.files).push(a)}),r}var RA,MA,OA,IA,kL=q({"src/lib/responses/CleanSummary.ts"(){"use strict";he(),RA=class{constructor(t){this.dryRun=t,this.paths=[],this.files=[],this.folders=[]}},MA=/^[a-z]+\s*/i,OA=/^[a-z]+\s+[a-z]+\s*/i,IA=/\/$/}}),Mg={};ft(Mg,{EMPTY_COMMANDS:()=>od,adhocExecTask:()=>FA,configurationErrorTask:()=>yr,isBufferTask:()=>DA,isEmptyTask:()=>LA,straightThroughBufferTask:()=>$A,straightThroughStringTask:()=>rr});function FA(t){return{commands:od,format:"empty",parser:t}}function yr(t){return{commands:od,format:"empty",parser(){throw typeof t=="string"?new lA(t):t}}}function rr(t,e=!1){return{commands:t,format:"utf-8",parser(r){return e?String(r).trim():r}}}function $A(t){return{commands:t,format:"buffer",parser(e){return e}}}function DA(t){return t.format==="buffer"}function LA(t){return t.format==="empty"||!t.commands.length}var od,ut=q({"src/lib/tasks/task.ts"(){"use strict";cA(),od=[]}}),jA={};ft(jA,{CONFIG_ERROR_INTERACTIVE_MODE:()=>qg,CONFIG_ERROR_MODE_REQUIRED:()=>Wg,CONFIG_ERROR_UNKNOWN_OPTION:()=>Yg,CleanOptions:()=>qf,cleanTask:()=>NA,cleanWithOptionsTask:()=>TL,isCleanOptionsArray:()=>CL});function TL(t,e){let{cleanMode:r,options:n,valid:i}=PL(t);return r?i.options?(n.push(...e),n.some(OL)?yr(qg):NA(r,n)):yr(Yg+JSON.stringify(t)):yr(Wg)}function NA(t,e){return{commands:["clean",`-${t}`,...e],format:"utf-8",parser(n){return AL(t==="n",n)}}}function CL(t){return Array.isArray(t)&&t.every(e=>Xg.has(e))}function PL(t){let e,r=[],n={cleanMode:!1,options:!0};return t.replace(/[^a-z]i/g,"").split("").forEach(i=>{RL(i)?(e=i,n.cleanMode=!0):n.options=n.options&&ML(r[r.length]=`-${i}`)}),{cleanMode:e,options:r,valid:n}}function RL(t){return t==="f"||t==="n"}function ML(t){return/^-[a-z]$/i.test(t)&&Xg.has(t.charAt(1))}function OL(t){return/^-[^\-]/.test(t)?t.indexOf("i")>0:t==="--interactive"}var qg,Wg,Yg,qf,Xg,BA=q({"src/lib/tasks/clean.ts"(){"use strict";kL(),he(),ut(),qg="Git clean interactive mode is not supported",Wg='Git clean mode parameter ("n" or "f") is required',Yg="Git clean unknown option found in: ",qf=(t=>(t.DRY_RUN="n",t.FORCE="f",t.IGNORED_INCLUDED="x",t.IGNORED_ONLY="X",t.EXCLUDING="e",t.QUIET="q",t.RECURSIVE="d",t))(qf||{}),Xg=new Set(["i",...vA(Object.values(qf))])}});function IL(t){let e=new UA;for(let r of HA(t))e.addValue(r.file,String(r.key),r.value);return e}function FL(t,e){let r=null,n=[],i=new Map;for(let a of HA(t,e))a.key===e&&(n.push(r=a.value),i.has(a.file)||i.set(a.file,[]),i.get(a.file).push(r));return{key:e,paths:Array.from(i.keys()),scopes:i,value:r,values:n}}function $L(t){return t.replace(/^(file):/,"")}function*HA(t,e=null){let r=t.split("\0");for(let n=0,i=r.length-1;n<i;){let a=$L(r[n++]),s=r[n++],o=e;if(s.includes(`
+`)){let l=dA(s,`
+`);o=l[0],s=l[1]}yield{file:a,key:o,value:s}}}var UA,DL=q({"src/lib/responses/ConfigList.ts"(){"use strict";he(),UA=class{constructor(){this.files=[],this.values=Object.create(null)}get all(){return this._all||(this._all=this.files.reduce((t,e)=>Object.assign(t,this.values[e]),{})),this._all}addFile(t){if(!(t in this.values)){let e=Ja(this.files);this.values[t]=e?Object.create(this.values[e]):{},this.files.push(t)}return this.values[t]}addValue(t,e,r){let n=this.addFile(t);n.hasOwnProperty(e)?Array.isArray(n[e])?n[e].push(r):n[e]=[n[e],r]:n[e]=r,this._all=void 0}}}});function wg(t,e){return typeof t=="string"&&Og.hasOwnProperty(t)?t:e}function LL(t,e,r,n){let i=["config",`--${n}`];return r&&i.push("--add"),i.push(t,e),{commands:i,format:"utf-8",parser(a){return a}}}function jL(t,e){let r=["config","--null","--show-origin","--get-all",t];return e&&r.splice(1,0,`--${e}`),{commands:r,format:"utf-8",parser(n){return FL(n,t)}}}function NL(t){let e=["config","--list","--show-origin","--null"];return t&&e.push(`--${t}`),{commands:e,format:"utf-8",parser(r){return IL(r)}}}function BL(){return{addConfig(t,e,...r){return this._runTask(LL(t,e,r[0]===!0,wg(r[1],"local")),at(arguments))},getConfig(t,e){return this._runTask(jL(t,wg(e,void 0)),at(arguments))},listConfig(...t){return this._runTask(NL(wg(t[0],void 0)),at(arguments))}}}var Og,GA=q({"src/lib/tasks/config.ts"(){"use strict";DL(),he(),Og=(t=>(t.system="system",t.global="global",t.local="local",t.worktree="worktree",t))(Og||{})}});function HL(t){return zA.has(t)}var bg,zA,VA=q({"src/lib/tasks/diff-name-status.ts"(){"use strict";bg=(t=>(t.ADDED="A",t.COPIED="C",t.DELETED="D",t.MODIFIED="M",t.RENAMED="R",t.CHANGED="T",t.UNMERGED="U",t.UNKNOWN="X",t.BROKEN="B",t))(bg||{}),zA=new Set(Object.values(bg))}});function UL(...t){return new WA().param(...t)}function GL(t){let e=new Set,r={};return Bg(t,n=>{let[i,a,s]=n.split(Ao);e.add(i),(r[i]=r[i]||[]).push({line:He(a),path:i,preview:s})}),{paths:e,results:r}}function zL(){return{grep(t){let e=at(arguments),r=vr(arguments);for(let i of qA)if(r.includes(i))return this._runTask(yr(`git.grep: use of "${i}" is not supported.`),e);typeof t=="string"&&(t=UL().param(t));let n=["grep","--null","-n","--full-name",...r,...t];return this._runTask({commands:n,format:"utf-8",parser(i){return GL(i)}},e)}}}var qA,fc,OE,WA,YA=q({"src/lib/tasks/grep.ts"(){"use strict";he(),ut(),qA=["-h"],fc=Symbol("grepQuery"),WA=class{constructor(){this[OE]=[]}*[(OE=fc,Symbol.iterator)](){for(let t of this[fc])yield t}and(...t){return t.length&&this[fc].push("--and","(",...dc(t,"-e"),")"),this}param(...t){return this[fc].push(...dc(t,"-e")),this}}}}),XA={};ft(XA,{ResetMode:()=>Wf,getResetMode:()=>qL,resetTask:()=>VL});function VL(t,e){let r=["reset"];return KA(t)&&r.push(`--${t}`),r.push(...e),rr(r)}function qL(t){if(KA(t))return t;switch(typeof t){case"string":case"undefined":return"soft"}}function KA(t){return ZA.includes(t)}var Wf,ZA,JA=q({"src/lib/tasks/reset.ts"(){"use strict";ut(),Wf=(t=>(t.MIXED="mixed",t.SOFT="soft",t.HARD="hard",t.MERGE="merge",t.KEEP="keep",t))(Wf||{}),ZA=Array.from(Object.values(Wf))}});function WL(){return(0,Qf.default)("simple-git")}function IE(t,e,r){return!e||!String(e).replace(/\s*/,"")?r?(n,...i)=>{t(n,...i),r(n,...i)}:t:(n,...i)=>{t(`%s ${n}`,e,...i),r&&r(n,...i)}}function YL(t,e,{namespace:r}){if(typeof t=="string")return t;let n=e&&e.namespace||"";return n.startsWith(r)?n.substr(r.length+1):n||r}function Kg(t,e,r,n=WL()){let i=t&&`[${t}]`||"",a=[],s=typeof e=="string"?n.extend(e):e,o=YL(qn(e,Vt),s,n);return c(r);function l(u,f){return Me(a,Kg(t,o.replace(/^[^:]+/,u),f,n))}function c(u){let f=u&&`[${u}]`||"",d=s&&IE(s,f)||Qa,h=IE(n,`${i} ${f}`,d);return Object.assign(s?d:h,{label:t,sibling:l,info:h,step:c})}}var QA=q({"src/lib/git-logger.ts"(){"use strict";he(),Qf.default.formatters.L=t=>String(Ug(t)?t.length:"-"),Qf.default.formatters.B=t=>Buffer.isBuffer(t)?t.toString("utf8"):vc(t)}}),ek,XL=q({"src/lib/runners/tasks-pending-queue.ts"(){"use strict";var t;la(),QA(),ek=(t=class{constructor(r="GitExecutor"){this.logLabel=r,this._queue=new Map}withProgress(r){return this._queue.get(r)}createProgress(r){let n=t.getName(r.commands[0]),i=Kg(this.logLabel,n);return{task:r,logger:i,name:n}}push(r){let n=this.createProgress(r);return n.logger("Adding task to the queue, commands = %o",r.commands),this._queue.set(r,n),n}fatal(r){for(let[n,{logger:i}]of Array.from(this._queue.entries()))n===r.task?(i.info("Failed %o",r),i("Fatal exception, any as-yet un-started tasks run through this executor will not be attempted")):i.info("A fatal exception occurred in a previous task, the queue has been purged: %o",r.message),this.complete(n);if(this._queue.size!==0)throw new Error(`Queue size should be zero after fatal: ${this._queue.size}`)}complete(r){this.withProgress(r)&&this._queue.delete(r)}attempt(r){let n=this.withProgress(r);if(!n)throw new wr(void 0,"TasksPendingQueue: attempt called for an unknown task");return n.logger("Starting task"),n}static getName(r="empty"){return`task:${r}:${++t.counter}`}},t.counter=0,t)}});function Za(t,e){return{method:hA(t.commands)||"",commands:e}}function KL(t,e){return r=>{e("[ERROR] child process exception %o",r),t.push(Buffer.from(String(r.stack),"ascii"))}}function FE(t,e,r,n){return i=>{r("%s received %L bytes",e,i),n("%B",i),t.push(i)}}var Ig,ZL=q({"src/lib/runners/git-executor-chain.ts"(){"use strict";la(),ut(),he(),XL(),Ig=class{constructor(t,e,r){this._executor=t,this._scheduler=e,this._plugins=r,this._chain=Promise.resolve(),this._queue=new ek}get cwd(){return this._cwd||this._executor.cwd}set cwd(t){this._cwd=t}get env(){return this._executor.env}get outputHandler(){return this._executor.outputHandler}chain(){return this}push(t){return this._queue.push(t),this._chain=this._chain.then(()=>this.attemptTask(t))}async attemptTask(t){let e=await this._scheduler.next(),r=()=>this._queue.complete(t);try{let{logger:n}=this._queue.attempt(t);return await(LA(t)?this.attemptEmptyTask(t,n):this.attemptRemoteTask(t,n))}catch(n){throw this.onFatalException(t,n)}finally{r(),e()}}onFatalException(t,e){let r=e instanceof wr?Object.assign(e,{task:t}):new wr(t,e&&String(e));return this._chain=Promise.resolve(),this._queue.fatal(r),r}async attemptRemoteTask(t,e){let r=this._plugins.exec("spawn.binary","",Za(t,t.commands)),n=this._plugins.exec("spawn.args",[...t.commands],Za(t,t.commands)),i=await this.gitResponse(t,r,n,this.outputHandler,e.step("SPAWN")),a=await this.handleTaskData(t,n,i,e.step("HANDLE"));return e("passing response to task's parser as a %s",t.format),DA(t)?Pg(t.parser,a):Pg(t.parser,a.asStrings())}async attemptEmptyTask(t,e){return e("empty task bypassing child process to call to task's parser"),t.parser(this)}handleTaskData(t,e,r,n){let{exitCode:i,rejection:a,stdOut:s,stdErr:o}=r;return new Promise((l,c)=>{n("Preparing to handle process response exitCode=%d stdOut=",i);let{error:u}=this._plugins.exec("task.error",{error:a},{...Za(t,e),...r});if(u&&t.onError)return n.info("exitCode=%s handling with custom error handler"),t.onError(r,u,f=>{n.info("custom error handler treated as success"),n("custom error returned a %s",vc(f)),l(new Jf(Array.isArray(f)?Buffer.concat(f):f,Buffer.concat(o)))},c);if(u)return n.info("handling as error: exitCode=%s stdErr=%s rejection=%o",i,o.length,a),c(u);n.info("retrieving task output complete"),l(new Jf(Buffer.concat(s),Buffer.concat(o)))})}async gitResponse(t,e,r,n,i){let a=i.sibling("output"),s=this._plugins.exec("spawn.options",{cwd:this.cwd,env:this.env,windowsHide:!0},Za(t,t.commands));return new Promise(o=>{let l=[],c=[];i.info("%s %o",e,r),i("%O",s);let u=this._beforeSpawn(t,r);if(u)return o({stdOut:l,stdErr:c,exitCode:9901,rejection:u});this._plugins.exec("spawn.before",void 0,{...Za(t,r),kill(d){u=d||u}});let f=(0,tk.spawn)(e,r,s);f.stdout.on("data",FE(l,"stdOut",i,a.step("stdOut"))),f.stderr.on("data",FE(c,"stdErr",i,a.step("stdErr"))),f.on("error",KL(c,i)),n&&(i("Passing child process stdOut/stdErr to custom outputHandler"),n(e,f.stdout,f.stderr,[...r])),this._plugins.exec("spawn.after",void 0,{...Za(t,r),spawned:f,close(d,h){o({stdOut:l,stdErr:c,exitCode:d,rejection:u||h})},kill(d){f.killed||(u=d,f.kill("SIGINT"))}})})}_beforeSpawn(t,e){let r;return this._plugins.exec("spawn.before",void 0,{...Za(t,e),kill(n){r=n||r}}),r}}}}),rk={};ft(rk,{GitExecutor:()=>nk});var nk,JL=q({"src/lib/runners/git-executor.ts"(){"use strict";ZL(),nk=class{constructor(t,e,r){this.cwd=t,this._scheduler=e,this._plugins=r,this._chain=new Ig(this,this._scheduler,this._plugins)}chain(){return new Ig(this,this._scheduler,this._plugins)}push(t){return this._chain.push(t)}}}});function QL(t,e,r=Qa){let n=a=>{r(null,a)},i=a=>{(a==null?void 0:a.task)===t&&r(a instanceof mc?ej(a):a,void 0)};e.then(n,i)}function ej(t){let e=n=>{console.warn(`simple-git deprecation notice: accessing GitResponseError.${n} should be GitResponseError.git.${n}, this will no longer be available in version 3`),e=Qa};return Object.create(t,Object.getOwnPropertyNames(t.git).reduce(r,{}));function r(n,i){return i in t||(n[i]={enumerable:!1,configurable:!1,get(){return e(i),t.git[i]}}),n}}var tj=q({"src/lib/task-callback.ts"(){"use strict";ko(),he()}});function $E(t,e){return FA(r=>{if(!Hg(t))throw new Error(`Git.cwd: cannot change to non-directory "${t}"`);return(e||r).cwd=t})}var rj=q({"src/lib/tasks/change-working-directory.ts"(){"use strict";he(),ut()}});function _g(t){let e=["checkout",...t];return e[1]==="-b"&&e.includes("-B")&&(e[1]=nd(e,"-B")),rr(e)}function nj(){return{checkout(){return this._runTask(_g(vr(arguments,1)),at(arguments))},checkoutBranch(t,e){return this._runTask(_g(["-b",t,e,...vr(arguments)]),at(arguments))},checkoutLocalBranch(t){return this._runTask(_g(["-b",t,...vr(arguments)]),at(arguments))}}}var ij=q({"src/lib/tasks/checkout.ts"(){"use strict";he(),ut()}});function aj(){return{count:0,garbage:0,inPack:0,packs:0,prunePackable:0,size:0,sizeGarbage:0,sizePack:0}}function sj(){return{countObjects(){return this._runTask({commands:["count-objects","--verbose"],format:"utf-8",parser(t){return br(aj(),[ik],t)}})}}}var ik,oj=q({"src/lib/tasks/count-objects.ts"(){"use strict";he(),ik=new me(/([a-z-]+): (\d+)$/,(t,[e,r])=>{let n=gA(e);t.hasOwnProperty(n)&&(t[n]=He(r))})}});function lj(t){return br({author:null,branch:"",commit:"",root:!1,summary:{changes:0,insertions:0,deletions:0}},ak,t)}var ak,cj=q({"src/lib/parsers/parse-commit.ts"(){"use strict";he(),ak=[new me(/^\[([^\s]+)( \([^)]+\))? ([^\]]+)/,(t,[e,r,n])=>{t.branch=e,t.commit=n,t.root=!!r}),new me(/\s*Author:\s(.+)/i,(t,[e])=>{let r=e.split("<"),n=r.pop();!n||!n.includes("@")||(t.author={email:n.substr(0,n.length-1),name:r.join("<").trim()})}),new me(/(\d+)[^,]*(?:,\s*(\d+)[^,]*)(?:,\s*(\d+))/g,(t,[e,r,n])=>{t.summary.changes=parseInt(e,10)||0,t.summary.insertions=parseInt(r,10)||0,t.summary.deletions=parseInt(n,10)||0}),new me(/^(\d+)[^,]*(?:,\s*(\d+)[^(]+\(([+-]))?/,(t,[e,r,n])=>{t.summary.changes=parseInt(e,10)||0;let i=parseInt(r,10)||0;n==="-"?t.summary.deletions=i:n==="+"&&(t.summary.insertions=i)})]}});function uj(t,e,r){return{commands:["-c","core.abbrev=40","commit",...dc(t,"-m"),...e,...r],format:"utf-8",parser:lj}}function fj(){return{commit(e,...r){let n=at(arguments),i=t(e)||uj(Vn(e),Vn(qn(r[0],Zf,[])),[...qn(r[1],yc,[]),...vr(arguments,0,!0)]);return this._runTask(i,n)}};function t(e){return!Zf(e)&&yr("git.commit: requires the commit message to be supplied as a string/string[]")}}var dj=q({"src/lib/tasks/commit.ts"(){"use strict";cj(),he(),ut()}});function hj(){return{firstCommit(){return this._runTask(rr(["rev-list","--max-parents=0","HEAD"],!0),at(arguments))}}}var pj=q({"src/lib/tasks/first-commit.ts"(){"use strict";he(),ut()}});function mj(t,e){let r=["hash-object",t];return e&&r.push("-w"),rr(r,!0)}var gj=q({"src/lib/tasks/hash-object.ts"(){"use strict";ut()}});function vj(t,e,r){let n=String(r).trim(),i;if(i=sk.exec(n))return new Yf(t,e,!1,i[1]);if(i=ok.exec(n))return new Yf(t,e,!0,i[1]);let a="",s=n.split(" ");for(;s.length;)if(s.shift()==="in"){a=s.join(" ");break}return new Yf(t,e,/^re/i.test(n),a)}var Yf,sk,ok,yj=q({"src/lib/responses/InitSummary.ts"(){"use strict";Yf=class{constructor(t,e,r,n){this.bare=t,this.path=e,this.existing=r,this.gitDir=n}},sk=/^Init.+ repository in (.+)$/,ok=/^Rein.+ in (.+)$/}});function wj(t){return t.includes(Zg)}function bj(t=!1,e,r){let n=["init",...r];return t&&!wj(n)&&n.splice(1,0,Zg),{commands:n,format:"utf-8",parser(i){return vj(n.includes("--bare"),e,i)}}}var Zg,_j=q({"src/lib/tasks/init.ts"(){"use strict";yj(),Zg="--bare"}});function Jg(t){for(let e=0;e<t.length;e++){let r=Qg.exec(t[e]);if(r)return`--${r[1]}`}return""}function xj(t){return Qg.test(t)}var Qg,wc=q({"src/lib/args/log-format.ts"(){"use strict";Qg=/^--(stat|numstat|name-only|name-status)(=|$)/}}),lk,Sj=q({"src/lib/responses/DiffSummary.ts"(){"use strict";lk=class{constructor(){this.changed=0,this.deletions=0,this.insertions=0,this.files=[]}}}});function ck(t=""){let e=uk[t];return r=>br(new lk,e,r,!1)}var xg,DE,LE,jE,uk,fk=q({"src/lib/parsers/parse-diff-summary.ts"(){"use strict";wc(),Sj(),VA(),he(),xg=[new me(/^(.+)\s+\|\s+(\d+)(\s+[+\-]+)?$/,(t,[e,r,n=""])=>{t.files.push({file:e.trim(),changes:He(r),insertions:n.replace(/[^+]/g,"").length,deletions:n.replace(/[^-]/g,"").length,binary:!1})}),new me(/^(.+) \|\s+Bin ([0-9.]+) -> ([0-9.]+) ([a-z]+)/,(t,[e,r,n])=>{t.files.push({file:e.trim(),before:He(r),after:He(n),binary:!0})}),new me(/(\d+) files? changed\s*((?:, \d+ [^,]+){0,2})/,(t,[e,r])=>{let n=/(\d+) i/.exec(r),i=/(\d+) d/.exec(r);t.changed=He(e),t.insertions=He(n==null?void 0:n[1]),t.deletions=He(i==null?void 0:i[1])})],DE=[new me(/(\d+)\t(\d+)\t(.+)$/,(t,[e,r,n])=>{let i=He(e),a=He(r);t.changed++,t.insertions+=i,t.deletions+=a,t.files.push({file:n,changes:i+a,insertions:i,deletions:a,binary:!1})}),new me(/-\t-\t(.+)$/,(t,[e])=>{t.changed++,t.files.push({file:e,after:0,before:0,binary:!0})})],LE=[new me(/(.+)$/,(t,[e])=>{t.changed++,t.files.push({file:e,changes:0,insertions:0,deletions:0,binary:!1})})],jE=[new me(/([ACDMRTUXB])([0-9]{0,3})\t(.[^\t]*)(\t(.[^\t]*))?$/,(t,[e,r,n,i,a])=>{t.changed++,t.files.push({file:a!=null?a:n,changes:0,insertions:0,deletions:0,binary:!1,status:kg(HL(e)&&e),from:kg(!!a&&n!==a&&n),similarity:He(r)})})],uk={"":xg,"--stat":xg,"--numstat":DE,"--name-status":jE,"--name-only":LE}}});function Ej(t,e){return e.reduce((r,n,i)=>(r[n]=t[i]||"",r),Object.create({diff:null}))}function dk(t=r0,e=hk,r=""){let n=ck(r);return function(i){let a=gc(i.trim(),!1,e0).map(function(s){let o=s.split(t0),l=Ej(o[0].split(t),e);return o.length>1&&o[1].trim()&&(l.diff=n(o[1])),l});return{all:a,latest:a.length&&a[0]||null,total:a.length}}}var e0,t0,r0,hk,pk=q({"src/lib/parsers/parse-list-log-summary.ts"(){"use strict";he(),fk(),wc(),e0="\xF2\xF2\xF2\xF2\xF2\xF2 ",t0=" \xF2\xF2",r0=" \xF2 ",hk=["hash","date","message","refs","author_name","author_email"]}}),mk={};ft(mk,{diffSummaryTask:()=>Aj,validateLogFormatConfig:()=>ld});function Aj(t){let e=Jg(t),r=["diff"];return e===""&&(e="--stat",r.push("--stat=4096")),r.push(...t),ld(r)||{commands:r,format:"utf-8",parser:ck(e)}}function ld(t){let e=t.filter(xj);if(e.length>1)return yr(`Summary flags are mutually exclusive - pick one of ${e.join(",")}`);if(e.length&&t.includes("-z"))return yr(`Summary flag ${e} parsing is not compatible with null termination option '-z'`)}var n0=q({"src/lib/tasks/diff.ts"(){"use strict";wc(),fk(),ut()}});function kj(t,e){let r=[],n=[];return Object.keys(t).forEach(i=>{r.push(i),n.push(String(t[i]))}),[r,n.join(e)]}function Tj(t){return Object.keys(t).reduce((e,r)=>(r in Fg||(e[r]=t[r]),e),{})}function gk(t={},e=[]){let r=qn(t.splitter,Vt,r0),n=ad(t.format)?t.format:{hash:"%H",date:t.strictDate===!1?"%ai":"%aI",message:"%s",refs:"%D",body:t.multiLine?"%B":"%b",author_name:t.mailMap!==!1?"%aN":"%an",author_email:t.mailMap!==!1?"%aE":"%ae"},[i,a]=kj(n,r),s=[],o=[`--pretty=format:${e0}${a}${t0}`,...e],l=t.n||t["max-count"]||t.maxCount;if(l&&o.push(`--max-count=${l}`),t.from||t.to){let c=t.symmetric!==!1?"...":"..";s.push(`${t.from||""}${c}${t.to||""}`)}return Vt(t.file)&&o.push("--follow",mL(t.file)),Gg(Tj(t),o),{fields:i,splitter:r,commands:[...o,...s]}}function Cj(t,e,r){let n=dk(t,e,Jg(r));return{commands:["log",...r],format:"utf-8",parser:n}}function Pj(){return{log(...r){let n=at(arguments),i=gk(zg(arguments),qn(arguments[0],yc)),a=e(...r)||ld(i.commands)||t(i);return this._runTask(a,n)}};function t(r){return Cj(r.splitter,r.fields,r.commands)}function e(r,n){return Vt(r)&&Vt(n)&&yr("git.log(string, string) should be replaced with git.log({ from: string, to: string })")}}var Fg,vk=q({"src/lib/tasks/log.ts"(){"use strict";wc(),pc(),pk(),he(),ut(),n0(),Fg=(t=>(t[t["--pretty"]=0]="--pretty",t[t["max-count"]=1]="max-count",t[t.maxCount=2]="maxCount",t[t.n=3]="n",t[t.file=4]="file",t[t.format=5]="format",t[t.from=6]="from",t[t.to=7]="to",t[t.splitter=8]="splitter",t[t.symmetric=9]="symmetric",t[t.mailMap=10]="mailMap",t[t.multiLine=11]="multiLine",t[t.strictDate=12]="strictDate",t))(Fg||{})}}),Xf,yk,Rj=q({"src/lib/responses/MergeSummary.ts"(){"use strict";Xf=class{constructor(t,e=null,r){this.reason=t,this.file=e,this.meta=r}toString(){return`${this.file}:${this.reason}`}},yk=class{constructor(){this.conflicts=[],this.merges=[],this.result="success"}get failed(){return this.conflicts.length>0}get reason(){return this.result}toString(){return this.conflicts.length?`CONFLICTS: ${this.conflicts.join(", ")}`:"OK"}}}}),$g,wk,Mj=q({"src/lib/responses/PullSummary.ts"(){"use strict";$g=class{constructor(){this.remoteMessages={all:[]},this.created=[],this.deleted=[],this.files=[],this.deletions={},this.insertions={},this.summary={changes:0,deletions:0,insertions:0}}},wk=class{constructor(){this.remote="",this.hash={local:"",remote:""},this.branch={local:"",remote:""},this.message=""}toString(){return this.message}}}});function Sg(t){return t.objects=t.objects||{compressing:0,counting:0,enumerating:0,packReused:0,reused:{count:0,delta:0},total:{count:0,delta:0}}}function NE(t){let e=/^\s*(\d+)/.exec(t),r=/delta (\d+)/i.exec(t);return{count:He(e&&e[1]||"0"),delta:He(r&&r[1]||"0")}}var bk,Oj=q({"src/lib/parsers/parse-remote-objects.ts"(){"use strict";he(),bk=[new oa(/^remote:\s*(enumerating|counting|compressing) objects: (\d+),/i,(t,[e,r])=>{let n=e.toLowerCase(),i=Sg(t.remoteMessages);Object.assign(i,{[n]:He(r)})}),new oa(/^remote:\s*(enumerating|counting|compressing) objects: \d+% \(\d+\/(\d+)\),/i,(t,[e,r])=>{let n=e.toLowerCase(),i=Sg(t.remoteMessages);Object.assign(i,{[n]:He(r)})}),new oa(/total ([^,]+), reused ([^,]+), pack-reused (\d+)/i,(t,[e,r,n])=>{let i=Sg(t.remoteMessages);i.total=NE(e),i.reused=NE(r),i.packReused=He(n)})]}});function _k(t,e){return br({remoteMessages:new Sk},xk,e)}var xk,Sk,Ek=q({"src/lib/parsers/parse-remote-messages.ts"(){"use strict";he(),Oj(),xk=[new oa(/^remote:\s*(.+)$/,(t,[e])=>(t.remoteMessages.all.push(e.trim()),!1)),...bk,new oa([/create a (?:pull|merge) request/i,/\s(https?:\/\/\S+)$/],(t,[e])=>{t.remoteMessages.pullRequestUrl=e}),new oa([/found (\d+) vulnerabilities.+\(([^)]+)\)/i,/\s(https?:\/\/\S+)$/],(t,[e,r,n])=>{t.remoteMessages.vulnerabilities={count:He(e),summary:r,url:n}})],Sk=class{constructor(){this.all=[]}}}});function Ij(t,e){let r=br(new wk,Ak,[t,e]);return r.message&&r}var BE,HE,UE,GE,Ak,zE,i0,kk=q({"src/lib/parsers/parse-pull.ts"(){"use strict";Mj(),he(),Ek(),BE=/^\s*(.+?)\s+\|\s+\d+\s*(\+*)(-*)/,HE=/(\d+)\D+((\d+)\D+\(\+\))?(\D+(\d+)\D+\(-\))?/,UE=/^(create|delete) mode \d+ (.+)/,GE=[new me(BE,(t,[e,r,n])=>{t.files.push(e),r&&(t.insertions[e]=r.length),n&&(t.deletions[e]=n.length)}),new me(HE,(t,[e,,r,,n])=>r!==void 0||n!==void 0?(t.summary.changes=+e||0,t.summary.insertions=+r||0,t.summary.deletions=+n||0,!0):!1),new me(UE,(t,[e,r])=>{Me(t.files,r),Me(e==="create"?t.created:t.deleted,r)})],Ak=[new me(/^from\s(.+)$/i,(t,[e])=>void(t.remote=e)),new me(/^fatal:\s(.+)$/,(t,[e])=>void(t.message=e)),new me(/([a-z0-9]+)\.\.([a-z0-9]+)\s+(\S+)\s+->\s+(\S+)$/,(t,[e,r,n,i])=>{t.branch.local=n,t.hash.local=e,t.branch.remote=i,t.hash.remote=r})],zE=(t,e)=>br(new $g,GE,[t,e]),i0=(t,e)=>Object.assign(new $g,zE(t,e),_k(t,e))}}),VE,Tk,qE,Fj=q({"src/lib/parsers/parse-merge.ts"(){"use strict";Rj(),he(),kk(),VE=[new me(/^Auto-merging\s+(.+)$/,(t,[e])=>{t.merges.push(e)}),new me(/^CONFLICT\s+\((.+)\): Merge conflict in (.+)$/,(t,[e,r])=>{t.conflicts.push(new Xf(e,r))}),new me(/^CONFLICT\s+\((.+\/delete)\): (.+) deleted in (.+) and/,(t,[e,r,n])=>{t.conflicts.push(new Xf(e,r,{deleteRef:n}))}),new me(/^CONFLICT\s+\((.+)\):/,(t,[e])=>{t.conflicts.push(new Xf(e,null))}),new me(/^Automatic merge failed;\s+(.+)$/,(t,[e])=>{t.result=e})],Tk=(t,e)=>Object.assign(qE(t,e),i0(t,e)),qE=t=>br(new yk,VE,t)}});function WE(t){return t.length?{commands:["merge",...t],format:"utf-8",parser(e,r){let n=Tk(e,r);if(n.failed)throw new mc(n);return n}}:yr("Git.merge requires at least one option")}var $j=q({"src/lib/tasks/merge.ts"(){"use strict";ko(),Fj(),ut()}});function Dj(t,e,r){let n=r.includes("deleted"),i=r.includes("tag")||/^refs\/tags/.test(t),a=!r.includes("new");return{deleted:n,tag:i,branch:!i,new:!a,alreadyUpdated:a,local:t,remote:e}}var YE,Ck,XE,Lj=q({"src/lib/parsers/parse-push.ts"(){"use strict";he(),Ek(),YE=[new me(/^Pushing to (.+)$/,(t,[e])=>{t.repo=e}),new me(/^updating local tracking ref '(.+)'/,(t,[e])=>{t.ref={...t.ref||{},local:e}}),new me(/^[=*-]\s+([^:]+):(\S+)\s+\[(.+)]$/,(t,[e,r,n])=>{t.pushed.push(Dj(e,r,n))}),new me(/^Branch '([^']+)' set up to track remote branch '([^']+)' from '([^']+)'/,(t,[e,r,n])=>{t.branch={...t.branch||{},local:e,remote:r,remoteName:n}}),new me(/^([^:]+):(\S+)\s+([a-z0-9]+)\.\.([a-z0-9]+)$/,(t,[e,r,n,i])=>{t.update={head:{local:e,remote:r},hash:{from:n,to:i}}})],Ck=(t,e)=>{let r=XE(t,e),n=_k(t,e);return{...r,...n}},XE=(t,e)=>br({pushed:[]},YE,[t,e])}}),Pk={};ft(Pk,{pushTagsTask:()=>jj,pushTask:()=>a0});function jj(t={},e){return Me(e,"--tags"),a0(t,e)}function a0(t={},e){let r=["push",...e];return t.branch&&r.splice(1,0,t.branch),t.remote&&r.splice(1,0,t.remote),nd(r,"-v"),Me(r,"--verbose"),Me(r,"--porcelain"),{commands:r,format:"utf-8",parser:Ck}}var Rk=q({"src/lib/tasks/push.ts"(){"use strict";Lj(),he()}});function Nj(){return{showBuffer(){let t=["show",...vr(arguments,1)];return t.includes("--binary")||t.splice(1,0,"--binary"),this._runTask($A(t),at(arguments))},show(){let t=["show",...vr(arguments,1)];return this._runTask(rr(t),at(arguments))}}}var Bj=q({"src/lib/tasks/show.ts"(){"use strict";he(),ut()}}),KE,Mk,Hj=q({"src/lib/responses/FileStatusSummary.ts"(){"use strict";KE=/^(.+)\0(.+)$/,Mk=class{constructor(t,e,r){if(this.path=t,this.index=e,this.working_dir=r,e==="R"||r==="R"){let n=KE.exec(t)||[null,t,t];this.from=n[2]||"",this.path=n[1]||""}}}}});function ZE(t){let[e,r]=t.split(Ao);return{from:r||e,to:e}}function Ir(t,e,r){return[`${t}${e}`,r]}function Eg(t,...e){return e.map(r=>Ir(t,r,(n,i)=>Me(n.conflicted,i)))}function Uj(t,e){let r=e.trim();switch(" "){case r.charAt(2):return n(r.charAt(0),r.charAt(1),r.substr(3));case r.charAt(1):return n(" ",r.charAt(0),r.substr(2));default:return}function n(i,a,s){let o=`${i}${a}`,l=Ok.get(o);l&&l(t,s),o!=="##"&&o!=="!!"&&t.files.push(new Mk(s,i,a))}}var JE,Ok,Ik,Gj=q({"src/lib/responses/StatusSummary.ts"(){"use strict";he(),Hj(),JE=class{constructor(){this.not_added=[],this.conflicted=[],this.created=[],this.deleted=[],this.ignored=void 0,this.modified=[],this.renamed=[],this.files=[],this.staged=[],this.ahead=0,this.behind=0,this.current=null,this.tracking=null,this.detached=!1,this.isClean=()=>!this.files.length}},Ok=new Map([Ir(" ","A",(t,e)=>Me(t.created,e)),Ir(" ","D",(t,e)=>Me(t.deleted,e)),Ir(" ","M",(t,e)=>Me(t.modified,e)),Ir("A"," ",(t,e)=>Me(t.created,e)&&Me(t.staged,e)),Ir("A","M",(t,e)=>Me(t.created,e)&&Me(t.staged,e)&&Me(t.modified,e)),Ir("D"," ",(t,e)=>Me(t.deleted,e)&&Me(t.staged,e)),Ir("M"," ",(t,e)=>Me(t.modified,e)&&Me(t.staged,e)),Ir("M","M",(t,e)=>Me(t.modified,e)&&Me(t.staged,e)),Ir("R"," ",(t,e)=>{Me(t.renamed,ZE(e))}),Ir("R","M",(t,e)=>{let r=ZE(e);Me(t.renamed,r),Me(t.modified,r.to)}),Ir("!","!",(t,e)=>{Me(t.ignored=t.ignored||[],e)}),Ir("?","?",(t,e)=>Me(t.not_added,e)),...Eg("A","A","U"),...Eg("D","D","U"),...Eg("U","A","D","U"),["##",(t,e)=>{let r=/ahead (\d+)/,n=/behind (\d+)/,i=/^(.+?(?=(?:\.{3}|\s|$)))/,a=/\.{3}(\S*)/,s=/\son\s([\S]+)$/,o;o=r.exec(e),t.ahead=o&&+o[1]||0,o=n.exec(e),t.behind=o&&+o[1]||0,o=i.exec(e),t.current=o&&o[1],o=a.exec(e),t.tracking=o&&o[1],o=s.exec(e),t.current=o&&o[1]||t.current,t.detached=/\(no branch\)/.test(e)}]]),Ik=function(t){let e=t.split(Ao),r=new JE;for(let n=0,i=e.length;n<i;){let a=e[n++].trim();a&&(a.charAt(0)==="R"&&(a+=Ao+(e[n++]||"")),Uj(r,a))}return r}}});function zj(t){return{format:"utf-8",commands:["status","--porcelain","-b","-u","--null",...t.filter(r=>!Fk.includes(r))],parser(r){return Ik(r)}}}var Fk,Vj=q({"src/lib/tasks/status.ts"(){"use strict";Gj(),Fk=["--null","-z"]}});function ed(t=0,e=0,r=0,n="",i=!0){return Object.defineProperty({major:t,minor:e,patch:r,agent:n,installed:i},"toString",{value(){return`${this.major}.${this.minor}.${this.patch}`},configurable:!1,enumerable:!1})}function qj(){return ed(0,0,0,"",!1)}function Wj(){return{version(){return this._runTask({commands:["--version"],format:"utf-8",parser:Yj,onError(t,e,r,n){if(t.exitCode===-2)return r(Buffer.from(s0));n(e)}})}}}function Yj(t){return t===s0?qj():br(ed(0,0,0,t),$k,t)}var s0,$k,Xj=q({"src/lib/tasks/version.ts"(){"use strict";he(),s0="installed=false",$k=[new me(/version (\d+)\.(\d+)\.(\d+)(?:\s*\((.+)\))?/,(t,[e,r,n,i=""])=>{Object.assign(t,ed(He(e),He(r),He(n),i))}),new me(/version (\d+)\.(\d+)\.(\D+)(.+)?$/,(t,[e,r,n,i=""])=>{Object.assign(t,ed(He(e),He(r),n,i))})]}}),Dk={};ft(Dk,{SimpleGitApi:()=>Dg});var Dg,Kj=q({"src/lib/simple-git-api.ts"(){"use strict";tj(),rj(),ij(),oj(),dj(),GA(),pj(),YA(),gj(),_j(),vk(),$j(),Rk(),Bj(),Vj(),ut(),Xj(),he(),Dg=class{constructor(t){this._executor=t}_runTask(t,e){let r=this._executor.chain(),n=r.push(t);return e&&QL(t,n,e),Object.create(this,{then:{value:n.then.bind(n)},catch:{value:n.catch.bind(n)},_executor:{value:r}})}add(t){return this._runTask(rr(["add",...Vn(t)]),at(arguments))}cwd(t){let e=at(arguments);return typeof t=="string"?this._runTask($E(t,this._executor),e):typeof(t==null?void 0:t.path)=="string"?this._runTask($E(t.path,t.root&&this._executor||void 0),e):this._runTask(yr("Git.cwd: workingDirectory must be supplied as a string"),e)}hashObject(t,e){return this._runTask(mj(t,e===!0),at(arguments))}init(t){return this._runTask(bj(t===!0,this._executor.cwd,vr(arguments)),at(arguments))}merge(){return this._runTask(WE(vr(arguments)),at(arguments))}mergeFromTo(t,e){return Vt(t)&&Vt(e)?this._runTask(WE([t,e,...vr(arguments)]),at(arguments,!1)):this._runTask(yr("Git.mergeFromTo requires that the 'remote' and 'branch' arguments are supplied as strings"))}outputHandler(t){return this._executor.outputHandler=t,this}push(){let t=a0({remote:qn(arguments[0],Vt),branch:qn(arguments[1],Vt)},vr(arguments));return this._runTask(t,at(arguments))}stash(){return this._runTask(rr(["stash",...vr(arguments)]),at(arguments))}status(){return this._runTask(zj(vr(arguments)),at(arguments))}},Object.assign(Dg.prototype,nj(),fj(),BL(),sj(),hj(),zL(),Pj(),Nj(),Wj())}}),Lk={};ft(Lk,{Scheduler:()=>Nk});var QE,Nk,Zj=q({"src/lib/runners/scheduler.ts"(){"use strict";he(),QA(),QE=(()=>{let t=0;return()=>{t++;let{promise:e,done:r}=(0,jk.createDeferred)();return{promise:e,done:r,id:t}}})(),Nk=class{constructor(t=2){this.concurrency=t,this.logger=Kg("","scheduler"),this.pending=[],this.running=[],this.logger("Constructed, concurrency=%s",t)}schedule(){if(!this.pending.length||this.running.length>=this.concurrency){this.logger("Schedule attempt ignored, pending=%s running=%s concurrency=%s",this.pending.length,this.running.length,this.concurrency);return}let t=Me(this.running,this.pending.shift());this.logger("Attempting id=%s",t.id),t.done(()=>{this.logger("Completing id=",t.id),nd(this.running,t),this.schedule()})}next(){let{promise:t,id:e}=Me(this.pending,QE());return this.logger("Scheduling id=%s",e),this.schedule(),t}}}}),Bk={};ft(Bk,{applyPatchTask:()=>Jj});function Jj(t,e){return rr(["apply",...e,...t])}var Qj=q({"src/lib/tasks/apply-patch.ts"(){"use strict";ut()}});function eN(t,e){return{branch:t,hash:e,success:!0}}function tN(t){return{branch:t,hash:null,success:!1}}var Hk,rN=q({"src/lib/responses/BranchDeleteSummary.ts"(){"use strict";Hk=class{constructor(){this.all=[],this.branches={},this.errors=[]}get success(){return!this.errors.length}}}});function Uk(t,e){return e===1&&Lg.test(t)}var eA,Lg,tA,cd,nN=q({"src/lib/parsers/parse-branch-delete.ts"(){"use strict";rN(),he(),eA=/(\S+)\s+\(\S+\s([^)]+)\)/,Lg=/^error[^']+'([^']+)'/m,tA=[new me(eA,(t,[e,r])=>{let n=eN(e,r);t.all.push(n),t.branches[e]=n}),new me(Lg,(t,[e])=>{let r=tN(e);t.errors.push(r),t.all.push(r),t.branches[e]=r})],cd=(t,e)=>br(new Hk,tA,[t,e])}}),Gk,iN=q({"src/lib/responses/BranchSummary.ts"(){"use strict";Gk=class{constructor(){this.all=[],this.branches={},this.current="",this.detached=!1}push(t,e,r,n,i){t==="*"&&(this.detached=e,this.current=r),this.all.push(r),this.branches[r]={current:t==="*",linkedWorkTree:t==="+",name:r,commit:n,label:i}}}}});function rA(t){return t?t.charAt(0):""}function zk(t){return br(new Gk,Vk,t)}var Vk,aN=q({"src/lib/parsers/parse-branch.ts"(){"use strict";iN(),he(),Vk=[new me(/^([*+]\s)?\((?:HEAD )?detached (?:from|at) (\S+)\)\s+([a-z0-9]+)\s(.*)$/,(t,[e,r,n,i])=>{t.push(rA(e),!0,r,n,i)}),new me(/^([*+]\s)?(\S+)\s+([a-z0-9]+)\s?(.*)$/s,(t,[e,r,n,i])=>{t.push(rA(e),!1,r,n,i)})]}}),qk={};ft(qk,{branchLocalTask:()=>oN,branchTask:()=>sN,containsDeleteBranchCommand:()=>Wk,deleteBranchTask:()=>cN,deleteBranchesTask:()=>lN});function Wk(t){let e=["-d","-D","--delete"];return t.some(r=>e.includes(r))}function sN(t){let e=Wk(t),r=["branch",...t];return r.length===1&&r.push("-a"),r.includes("-v")||r.splice(1,0,"-v"),{format:"utf-8",commands:r,parser(n,i){return e?cd(n,i).all[0]:zk(n)}}}function oN(){return{format:"utf-8",commands:["branch","-v"],parser:zk}}function lN(t,e=!1){return{format:"utf-8",commands:["branch","-v",e?"-D":"-d",...t],parser(r,n){return cd(r,n)},onError({exitCode:r,stdOut:n},i,a,s){if(!Uk(String(i),r))return s(i);a(n)}}}function cN(t,e=!1){let r={format:"utf-8",commands:["branch","-v",e?"-D":"-d",t],parser(n,i){return cd(n,i).branches[t]},onError({exitCode:n,stdErr:i,stdOut:a},s,o,l){if(!Uk(String(s),n))return l(s);throw new mc(r.parser(hc(a),hc(i)),String(s))}};return r}var uN=q({"src/lib/tasks/branch.ts"(){"use strict";ko(),nN(),aN(),he()}}),Yk,fN=q({"src/lib/responses/CheckIgnore.ts"(){"use strict";Yk=t=>t.split(/\n/g).map(e=>e.trim()).filter(e=>!!e)}}),Xk={};ft(Xk,{checkIgnoreTask:()=>dN});function dN(t){return{commands:["check-ignore",...t],format:"utf-8",parser:Yk}}var hN=q({"src/lib/tasks/check-ignore.ts"(){"use strict";fN()}}),Kk={};ft(Kk,{cloneMirrorTask:()=>mN,cloneTask:()=>Zk});function pN(t){return/^--upload-pack(=|$)/.test(t)}function Zk(t,e,r){let n=["clone",...r];return Vt(t)&&n.push(t),Vt(e)&&n.push(e),n.find(pN)?yr("git.fetch: potential exploit argument blocked."):rr(n)}function mN(t,e,r){return Me(r,"--mirror"),Zk(t,e,r)}var gN=q({"src/lib/tasks/clone.ts"(){"use strict";ut(),he()}});function vN(t,e){return br({raw:t,remote:null,branches:[],tags:[],updated:[],deleted:[]},Jk,[t,e])}var Jk,yN=q({"src/lib/parsers/parse-fetch.ts"(){"use strict";he(),Jk=[new me(/From (.+)$/,(t,[e])=>{t.remote=e}),new me(/\* \[new branch]\s+(\S+)\s*-> (.+)$/,(t,[e,r])=>{t.branches.push({name:e,tracking:r})}),new me(/\* \[new tag]\s+(\S+)\s*-> (.+)$/,(t,[e,r])=>{t.tags.push({name:e,tracking:r})}),new me(/- \[deleted]\s+\S+\s*-> (.+)$/,(t,[e])=>{t.deleted.push({tracking:e})}),new me(/\s*([^.]+)\.\.(\S+)\s+(\S+)\s*-> (.+)$/,(t,[e,r,n,i])=>{t.updated.push({name:n,tracking:i,to:r,from:e})})]}}),Qk={};ft(Qk,{fetchTask:()=>bN});function wN(t){return/^--upload-pack(=|$)/.test(t)}function bN(t,e,r){let n=["fetch",...r];return t&&e&&n.push(t,e),n.find(wN)?yr("git.fetch: potential exploit argument blocked."):{commands:n,format:"utf-8",parser:vN}}var _N=q({"src/lib/tasks/fetch.ts"(){"use strict";yN(),ut()}});function xN(t){return br({moves:[]},eT,t)}var eT,SN=q({"src/lib/parsers/parse-move.ts"(){"use strict";he(),eT=[new me(/^Renaming (.+) to (.+)$/,(t,[e,r])=>{t.moves.push({from:e,to:r})})]}}),tT={};ft(tT,{moveTask:()=>EN});function EN(t,e){return{commands:["mv","-v",...Vn(t),e],format:"utf-8",parser:xN}}var AN=q({"src/lib/tasks/move.ts"(){"use strict";SN(),he()}}),rT={};ft(rT,{pullTask:()=>kN});function kN(t,e,r){let n=["pull",...r];return t&&e&&n.splice(1,0,t,e),{commands:n,format:"utf-8",parser(i,a){return i0(i,a)},onError(i,a,s,o){let l=Ij(hc(i.stdOut),hc(i.stdErr));if(l)return o(new mc(l));o(a)}}}var TN=q({"src/lib/tasks/pull.ts"(){"use strict";ko(),kk(),he()}});function CN(t){let e={};return nT(t,([r])=>e[r]={name:r}),Object.values(e)}function PN(t){let e={};return nT(t,([r,n,i])=>{e.hasOwnProperty(r)||(e[r]={name:r,refs:{fetch:"",push:""}}),i&&n&&(e[r].refs[i.replace(/[^a-z]/g,"")]=n)}),Object.values(e)}function nT(t,e){Bg(t,r=>e(r.split(/\s+/)))}var RN=q({"src/lib/responses/GetRemoteSummary.ts"(){"use strict";he()}}),iT={};ft(iT,{addRemoteTask:()=>MN,getRemotesTask:()=>ON,listRemotesTask:()=>IN,remoteTask:()=>FN,removeRemoteTask:()=>$N});function MN(t,e,r){return rr(["remote","add",...r,t,e])}function ON(t){let e=["remote"];return t&&e.push("-v"),{commands:e,format:"utf-8",parser:t?PN:CN}}function IN(t){let e=[...t];return e[0]!=="ls-remote"&&e.unshift("ls-remote"),rr(e)}function FN(t){let e=[...t];return e[0]!=="remote"&&e.unshift("remote"),rr(e)}function $N(t){return rr(["remote","remove",t])}var DN=q({"src/lib/tasks/remote.ts"(){"use strict";RN(),ut()}}),aT={};ft(aT,{stashListTask:()=>LN});function LN(t={},e){let r=gk(t),n=["stash","list",...r.commands,...e],i=dk(r.splitter,r.fields,Jg(n));return ld(n)||{commands:n,format:"utf-8",parser:i}}var jN=q({"src/lib/tasks/stash-list.ts"(){"use strict";wc(),pk(),n0(),vk()}}),sT={};ft(sT,{addSubModuleTask:()=>NN,initSubModuleTask:()=>BN,subModuleTask:()=>ud,updateSubModuleTask:()=>HN});function NN(t,e){return ud(["add",t,e])}function BN(t){return ud(["init",...t])}function ud(t){let e=[...t];return e[0]!=="submodule"&&e.unshift("submodule"),rr(e)}function HN(t){return ud(["update",...t])}var UN=q({"src/lib/tasks/sub-module.ts"(){"use strict";ut()}});function GN(t,e){let r=isNaN(t),n=isNaN(e);return r!==n?r?1:-1:r?oT(t,e):0}function oT(t,e){return t===e?0:t>e?1:-1}function zN(t){return t.trim()}function Vf(t){return typeof t=="string"&&parseInt(t.replace(/^\D+/g,""),10)||0}var nA,lT,VN=q({"src/lib/responses/TagList.ts"(){"use strict";nA=class{constructor(t,e){this.all=t,this.latest=e}},lT=function(t,e=!1){let r=t.split(`
+`).map(zN).filter(Boolean);e||r.sort(function(i,a){let s=i.split("."),o=a.split(".");if(s.length===1||o.length===1)return GN(Vf(s[0]),Vf(o[0]));for(let l=0,c=Math.max(s.length,o.length);l<c;l++){let u=oT(Vf(s[l]),Vf(o[l]));if(u)return u}return 0});let n=e?r[0]:[...r].reverse().find(i=>i.indexOf(".")>=0);return new nA(r,n)}}}),cT={};ft(cT,{addAnnotatedTagTask:()=>YN,addTagTask:()=>WN,tagListTask:()=>qN});function qN(t=[]){let e=t.some(r=>/^--sort=/.test(r));return{format:"utf-8",commands:["tag","-l",...t],parser(r){return lT(r,e)}}}function WN(t){return{format:"utf-8",commands:["tag",t],parser(){return{name:t}}}}function YN(t,e){return{format:"utf-8",commands:["tag","-a","-m",e,t],parser(){return{name:t}}}}var XN=q({"src/lib/tasks/tag.ts"(){"use strict";VN()}}),KN=hL({"src/git.js"(t,e){"use strict";var{GitExecutor:r}=(JL(),it(rk)),{SimpleGitApi:n}=(Kj(),it(Dk)),{Scheduler:i}=(Zj(),it(Lk)),{configurationErrorTask:a}=(ut(),it(Mg)),{asArray:s,filterArray:o,filterPrimitives:l,filterString:c,filterStringOrStringArray:u,filterType:f,getTrailingOptions:d,trailingFunctionArgument:h,trailingOptionsArgument:p}=(he(),it(AA)),{applyPatchTask:g}=(Qj(),it(Bk)),{branchTask:v,branchLocalTask:y,deleteBranchesTask:b,deleteBranchTask:E}=(uN(),it(qk)),{checkIgnoreTask:S}=(hN(),it(Xk)),{checkIsRepoTask:A}=(PA(),it(kA)),{cloneTask:k,cloneMirrorTask:w}=(gN(),it(Kk)),{cleanWithOptionsTask:x,isCleanOptionsArray:_}=(BA(),it(jA)),{diffSummaryTask:T}=(n0(),it(mk)),{fetchTask:C}=(_N(),it(Qk)),{moveTask:I}=(AN(),it(tT)),{pullTask:L}=(TN(),it(rT)),{pushTagsTask:$}=(Rk(),it(Pk)),{addRemoteTask:J,getRemotesTask:de,listRemotesTask:le,remoteTask:ce,removeRemoteTask:Te}=(DN(),it(iT)),{getResetMode:ne,resetTask:N}=(JA(),it(XA)),{stashListTask:W}=(jN(),it(aT)),{addSubModuleTask:B,initSubModuleTask:$e,subModuleTask:lr,updateSubModuleTask:Ut}=(UN(),it(sT)),{addAnnotatedTagTask:X,addTagTask:Oe,tagListTask:De}=(XN(),it(cT)),{straightThroughBufferTask:Pt,straightThroughStringTask:Le}=(ut(),it(Mg));function U(j,Z){this._plugins=Z,this._executor=new r(j.baseDir,new i(j.maxConcurrentProcesses),Z),this._trimmed=j.trimmed}(U.prototype=Object.create(n.prototype)).constructor=U,U.prototype.customBinary=function(j){return this._plugins.reconfigure("binary",j),this},U.prototype.env=function(j,Z){return arguments.length===1&&typeof j=="object"?this._executor.env=j:(this._executor.env=this._executor.env||{})[j]=Z,this},U.prototype.stashList=function(j){return this._runTask(W(p(arguments)||{},o(j)&&j||[]),h(arguments))};function Je(j,Z,Se,We){return typeof Se!="string"?a(`git.${j}() requires a string 'repoPath'`):Z(Se,f(We,c),d(arguments))}U.prototype.clone=function(){return this._runTask(Je("clone",k,...arguments),h(arguments))},U.prototype.mirror=function(){return this._runTask(Je("mirror",w,...arguments),h(arguments))},U.prototype.mv=function(j,Z){return this._runTask(I(j,Z),h(arguments))},U.prototype.checkoutLatestTag=function(j){var Z=this;return this.pull(function(){Z.tags(function(Se,We){Z.checkout(We.latest,j)})})},U.prototype.pull=function(j,Z,Se,We){return this._runTask(L(f(j,c),f(Z,c),d(arguments)),h(arguments))},U.prototype.fetch=function(j,Z){return this._runTask(C(f(j,c),f(Z,c),d(arguments)),h(arguments))},U.prototype.silent=function(j){return console.warn("simple-git deprecation notice: git.silent: logging should be configured using the `debug` library / `DEBUG` environment variable, this will be an error in version 3"),this},U.prototype.tags=function(j,Z){return this._runTask(De(d(arguments)),h(arguments))},U.prototype.rebase=function(){return this._runTask(Le(["rebase",...d(arguments)]),h(arguments))},U.prototype.reset=function(j){return this._runTask(N(ne(j),d(arguments)),h(arguments))},U.prototype.revert=function(j){let Z=h(arguments);return typeof j!="string"?this._runTask(a("Commit must be a string"),Z):this._runTask(Le(["revert",...d(arguments,0,!0),j]),Z)},U.prototype.addTag=function(j){let Z=typeof j=="string"?Oe(j):a("Git.addTag requires a tag name");return this._runTask(Z,h(arguments))},U.prototype.addAnnotatedTag=function(j,Z){return this._runTask(X(j,Z),h(arguments))},U.prototype.deleteLocalBranch=function(j,Z,Se){return this._runTask(E(j,typeof Z=="boolean"?Z:!1),h(arguments))},U.prototype.deleteLocalBranches=function(j,Z,Se){return this._runTask(b(j,typeof Z=="boolean"?Z:!1),h(arguments))},U.prototype.branch=function(j,Z){return this._runTask(v(d(arguments)),h(arguments))},U.prototype.branchLocal=function(j){return this._runTask(y(),h(arguments))},U.prototype.raw=function(j){let Z=!Array.isArray(j),Se=[].slice.call(Z?arguments:j,0);for(let Rt=0;Rt<Se.length&&Z;Rt++)if(!l(Se[Rt])){Se.splice(Rt,Se.length-Rt);break}Se.push(...d(arguments,0,!0));var We=h(arguments);return Se.length?this._runTask(Le(Se,this._trimmed),We):this._runTask(a("Raw: must supply one or more command to execute"),We)},U.prototype.submoduleAdd=function(j,Z,Se){return this._runTask(B(j,Z),h(arguments))},U.prototype.submoduleUpdate=function(j,Z){return this._runTask(Ut(d(arguments,!0)),h(arguments))},U.prototype.submoduleInit=function(j,Z){return this._runTask($e(d(arguments,!0)),h(arguments))},U.prototype.subModule=function(j,Z){return this._runTask(lr(d(arguments)),h(arguments))},U.prototype.listRemote=function(){return this._runTask(le(d(arguments)),h(arguments))},U.prototype.addRemote=function(j,Z,Se){return this._runTask(J(j,Z,d(arguments)),h(arguments))},U.prototype.removeRemote=function(j,Z){return this._runTask(Te(j),h(arguments))},U.prototype.getRemotes=function(j,Z){return this._runTask(de(j===!0),h(arguments))},U.prototype.remote=function(j,Z){return this._runTask(ce(d(arguments)),h(arguments))},U.prototype.tag=function(j,Z){let Se=d(arguments);return Se[0]!=="tag"&&Se.unshift("tag"),this._runTask(Le(Se),h(arguments))},U.prototype.updateServerInfo=function(j){return this._runTask(Le(["update-server-info"]),h(arguments))},U.prototype.pushTags=function(j,Z){let Se=$({remote:f(j,c)},d(arguments));return this._runTask(Se,h(arguments))},U.prototype.rm=function(j){return this._runTask(Le(["rm","-f",...s(j)]),h(arguments))},U.prototype.rmKeepLocal=function(j){return this._runTask(Le(["rm","--cached",...s(j)]),h(arguments))},U.prototype.catFile=function(j,Z){return this._catFile("utf-8",arguments)},U.prototype.binaryCatFile=function(){return this._catFile("buffer",arguments)},U.prototype._catFile=function(j,Z){var Se=h(Z),We=["cat-file"],Rt=Z[0];if(typeof Rt=="string")return this._runTask(a("Git.catFile: options must be supplied as an array of strings"),Se);Array.isArray(Rt)&&We.push.apply(We,Rt);let vl=j==="buffer"?Pt(We):Le(We);return this._runTask(vl,Se)},U.prototype.diff=function(j,Z){let Se=c(j)?a("git.diff: supplying options as a single string is no longer supported, switch to an array of strings"):Le(["diff",...d(arguments)]);return this._runTask(Se,h(arguments))},U.prototype.diffSummary=function(){return this._runTask(T(d(arguments,1)),h(arguments))},U.prototype.applyPatch=function(j){let Z=u(j)?g(s(j),d([].slice.call(arguments,1))):a("git.applyPatch requires one or more string patches as the first argument");return this._runTask(Z,h(arguments))},U.prototype.revparse=function(){let j=["rev-parse",...d(arguments,!0)];return this._runTask(Le(j,!0),h(arguments))},U.prototype.clean=function(j,Z,Se){let We=_(j),Rt=We&&j.join("")||f(j,c)||"",vl=d([].slice.call(arguments,We?1:0));return this._runTask(x(Rt,vl),h(arguments))},U.prototype.exec=function(j){let Z={commands:[],format:"utf-8",parser(){typeof j=="function"&&j()}};return this._runTask(Z)},U.prototype.clearQueue=function(){return this},U.prototype.checkIgnore=function(j,Z){return this._runTask(S(s(f(j,u,[]))),h(arguments))},U.prototype.checkIsRepo=function(j,Z){return this._runTask(A(f(j,c)),h(arguments))},e.exports=U}});pc();la();var ZN=class extends wr{constructor(t,e){super(void 0,e),this.config=t}};la();la();var _i=class extends wr{constructor(t,e,r){super(t,r),this.task=t,this.plugin=e,Object.setPrototypeOf(this,new.target.prototype)}};ko();cA();PA();BA();GA();VA();YA();JA();function JN(t){return t?[{type:"spawn.before",action(n,i){t.aborted&&i.kill(new _i(void 0,"abort","Abort already signaled"))}},{type:"spawn.after",action(n,i){function a(){i.kill(new _i(void 0,"abort","Abort signal received"))}t.addEventListener("abort",a),i.spawned.on("close",()=>t.removeEventListener("abort",a))}}]:void 0}function QN(t){return typeof t=="string"&&t.trim().toLowerCase()==="-c"}function eB(t,e){if(QN(t)&&/^\s*protocol(.[a-z]+)?.allow/.test(e))throw new _i(void 0,"unsafe","Configuring protocol.allow is not permitted without enabling allowUnsafeExtProtocol")}function tB(t,e){if(/^\s*--(upload|receive)-pack/.test(t))throw new _i(void 0,"unsafe","Use of --upload-pack or --receive-pack is not permitted without enabling allowUnsafePack");if(e==="clone"&&/^\s*-u\b/.test(t))throw new _i(void 0,"unsafe","Use of clone with option -u is not permitted without enabling allowUnsafePack");if(e==="push"&&/^\s*--exec\b/.test(t))throw new _i(void 0,"unsafe","Use of push with option --exec is not permitted without enabling allowUnsafePack")}function rB({allowUnsafeProtocolOverride:t=!1,allowUnsafePack:e=!1}={}){return{type:"spawn.args",action(r,n){return r.forEach((i,a)=>{let s=a<r.length?r[a+1]:"";t||eB(i,s),e||tB(i,n.method)}),r}}}he();function nB(t){let e=dc(t,"-c");return{type:"spawn.args",action(r){return[...e,...r]}}}he();var iA=(0,Eo.deferred)().promise;function iB({onClose:t=!0,onExit:e=50}={}){function r(){let i=-1,a={close:(0,Eo.deferred)(),closeTimeout:(0,Eo.deferred)(),exit:(0,Eo.deferred)(),exitTimeout:(0,Eo.deferred)()},s=Promise.race([t===!1?iA:a.closeTimeout.promise,e===!1?iA:a.exitTimeout.promise]);return n(t,a.close,a.closeTimeout),n(e,a.exit,a.exitTimeout),{close(o){i=o,a.close.done()},exit(o){i=o,a.exit.done()},get exitCode(){return i},result:s}}function n(i,a,s){i!==!1&&(i===!0?a.promise:a.promise.then(()=>Ag(i))).then(s.done)}return{type:"spawn.after",async action(i,{spawned:a,close:s}){var u,f;let o=r(),l=!0,c=()=>void(l=!1);(u=a.stdout)==null||u.on("data",c),(f=a.stderr)==null||f.on("data",c),a.on("error",c),a.on("close",d=>o.close(d)),a.on("exit",d=>o.exit(d));try{await o.result,l&&await Ag(50),s(o.exitCode)}catch(d){s(o.exitCode,d)}}}}he();var aB="Invalid value supplied for custom binary, requires a single string or an array containing either one or two strings",aA="Invalid value supplied for custom binary, restricted characters must be removed or supply the unsafe.allowUnsafeCustomBinary option";function sB(t){return!t||!/^([a-z]:)?([a-z0-9/.\\_-]+)$/i.test(t)}function sA(t,e){if(t.length<1||t.length>2)throw new _i(void 0,"binary",aB);if(t.some(sB))if(e)console.warn(aA);else throw new _i(void 0,"binary",aA);let[n,i]=t;return{binary:n,prefix:i}}function oB(t,e=["git"],r=!1){let n=sA(Vn(e),r);t.on("binary",i=>{n=sA(Vn(i),r)}),t.append("spawn.binary",()=>n.binary),t.append("spawn.args",i=>n.prefix?[n.prefix,...i]:i)}la();function lB(t){return!!(t.exitCode&&t.stdErr.length)}function cB(t){return Buffer.concat([...t.stdOut,...t.stdErr])}function uB(t=!1,e=lB,r=cB){return(n,i)=>!t&&n||!e(i)?n:r(i)}function oA(t){return{type:"task.error",action(e,r){let n=t(e.error,{stdErr:r.stdErr,stdOut:r.stdOut,exitCode:r.exitCode});return Buffer.isBuffer(n)?{error:new wr(void 0,n.toString("utf-8"))}:{error:n}}}}he();var fB=class{constructor(){this.plugins=new Set,this.events=new uT.EventEmitter}on(t,e){this.events.on(t,e)}reconfigure(t,e){this.events.emit(t,e)}append(t,e){let r=Me(this.plugins,{type:t,action:e});return()=>this.plugins.delete(r)}add(t){let e=[];return Vn(t).forEach(r=>r&&this.plugins.add(Me(e,r))),()=>{e.forEach(r=>this.plugins.delete(r))}}exec(t,e,r){let n=e,i=Object.freeze(Object.create(r));for(let a of this.plugins)a.type===t&&(n=a.action(n,i));return n}};he();function dB(t){let e="--progress",r=["checkout","clone","fetch","pull","push"];return[{type:"spawn.args",action(a,s){return r.includes(s.method)?mA(a,e):a}},{type:"spawn.after",action(a,s){var o;s.commands.includes(e)&&((o=s.spawned.stderr)==null||o.on("data",l=>{let c=/^([\s\S]+?):\s*(\d+)% \((\d+)\/(\d+)\)/.exec(l.toString("utf8"));c&&t({method:s.method,stage:hB(c[1]),progress:He(c[2]),processed:He(c[3]),total:He(c[4])})}))}}]}function hB(t){return String(t.toLowerCase().split(" ",1))||"unknown"}he();function pB(t){let e=yA(t,["uid","gid"]);return{type:"spawn.options",action(r){return{...e,...r}}}}function mB({block:t,stdErr:e=!0,stdOut:r=!0}){if(t>0)return{type:"spawn.after",action(n,i){var c,u;let a;function s(){a&&clearTimeout(a),a=setTimeout(l,t)}function o(){var f,d;(f=i.spawned.stdout)==null||f.off("data",s),(d=i.spawned.stderr)==null||d.off("data",s),i.spawned.off("exit",o),i.spawned.off("close",o),a&&clearTimeout(a)}function l(){o(),i.kill(new _i(void 0,"timeout","block timeout reached"))}r&&((c=i.spawned.stdout)==null||c.on("data",s)),e&&((u=i.spawned.stderr)==null||u.on("data",s)),i.spawned.on("exit",o),i.spawned.on("close",o),s()}}}pc();function gB(){return{type:"spawn.args",action(t){let e=[],r;function n(i){(r=r||[]).push(...i)}for(let i=0;i<t.length;i++){let a=t[i];if(Kf(a)){n(ME(a));continue}if(a==="--"){n(t.slice(i+1).flatMap(s=>Kf(s)&&ME(s)||s));break}e.push(a)}return r?[...e,"--",...r.map(String)]:e}}}he();var vB=KN();function yB(t,e){var i;let r=new fB,n=SA(t&&(typeof t=="string"?{baseDir:t}:t)||{},e);if(!Hg(n.baseDir))throw new ZN(n,"Cannot use simple-git on a directory that does not exist");return Array.isArray(n.config)&&r.add(nB(n.config)),r.add(rB(n.unsafe)),r.add(gB()),r.add(iB(n.completion)),n.abort&&r.add(JN(n.abort)),n.progress&&r.add(dB(n.progress)),n.timeout&&r.add(mB(n.timeout)),n.spawnOptions&&r.add(pB(n.spawnOptions)),r.add(oA(uB(!0))),n.errors&&r.add(oA(n.errors)),oB(r,n.binary,(i=n.unsafe)==null?void 0:i.allowUnsafeCustomBinary),new vB(n,r)}ko();var fT=yB;m();var dT=require("obsidian"),fd="YYYY-MM-DD",o0=`${fd} HH:mm`,l0=`${fd} HH:mm:ss`,dd=40,To="conflict-files-obsidian-git.md",Xe={commitMessage:"vault backup: {{date}}",autoCommitMessage:"vault backup: {{date}}",commitMessageScript:"",commitDateFormat:l0,autoSaveInterval:0,autoPushInterval:0,autoPullInterval:0,autoPullOnBoot:!1,autoCommitOnlyStaged:!1,disablePush:!1,pullBeforePush:!0,disablePopups:!1,showErrorNotices:!0,disablePopupsForNoChanges:!1,listChangedFilesInMessageBody:!1,showStatusBar:!0,updateSubmodules:!1,syncMethod:"merge",customMessageOnAutoBackup:!1,autoBackupAfterFileChange:!1,treeStructure:!1,refreshSourceControl:dT.Platform.isDesktopApp,basePath:"",differentIntervalCommitAndPush:!1,changedFilesInStatusBar:!1,showedMobileNotice:!1,refreshSourceControlTimer:7e3,showBranchStatusBar:!0,setLastSaveToLastCommit:!1,submoduleRecurseCheckout:!1,gitDir:"",showFileMenu:!0,authorInHistoryView:"hide",dateInHistoryView:!1,diffStyle:"split",lineAuthor:{show:!1,followMovement:"inactive",authorDisplay:"initials",showCommitHash:!1,dateTimeFormatOptions:"date",dateTimeFormatCustomString:o0,dateTimeTimezone:"viewer-local",coloringMaxAge:"1y",colorNew:{r:255,g:150,b:150},colorOld:{r:120,g:160,b:255},textColorCss:"var(--text-muted)",ignoreWhitespace:!1,gutterSpacingFallbackLength:5}},$t={type:"git-view",name:"Source Control",icon:"git-pull-request"},Zr={type:"git-history-view",name:"History",icon:"history"},ca={type:"split-diff-view",name:"Diff view",icon:"diff"},ua={type:"diff-view",name:"Diff View",icon:"git-pull-request"},hd="C:\\Program Files\\Git\\cmd\\git.exe",pd="git_credentials_input",es="obsidian_askpass.sh",hT=`#!/bin/sh
+
+PROMPT="$1"
+TEMP_FILE="$OBSIDIAN_GIT_CREDENTIALS_INPUT"
+
+cleanup() {
+ rm -f "$TEMP_FILE" "$TEMP_FILE.response"
+}
+trap cleanup EXIT
+
+echo "$PROMPT" > "$TEMP_FILE"
+
+while [ ! -e "$TEMP_FILE.response" ]; do
+ if [ ! -e "$TEMP_FILE" ]; then
+ echo "Trigger file got removed: Abort" >&2
+ exit 1
+ fi
+ sleep 0.1
+done
+
+RESPONSE=$(cat "$TEMP_FILE.response")
+
+echo "$RESPONSE"
+`,pT=["3dm","3ds","3g2","3gp","7z","a","aac","adp","afdesign","afphoto","afpub","ai","aif","aiff","alz","ape","apk","appimage","ar","arj","asf","au","avi","bak","baml","bh","bin","bk","bmp","btif","bz2","bzip2","cab","caf","cgm","class","cmx","cpio","cr2","cur","dat","dcm","deb","dex","djvu","dll","dmg","dng","doc","docm","docx","dot","dotm","dra","DS_Store","dsk","dts","dtshd","dvb","dwg","dxf","ecelp4800","ecelp7470","ecelp9600","egg","eol","eot","epub","exe","f4v","fbs","fh","fla","flac","flatpak","fli","flv","fpx","fst","fvt","g3","gh","gif","graffle","gz","gzip","h261","h263","h264","icns","ico","ief","img","ipa","iso","jar","jpeg","jpg","jpgv","jpm","jxr","key","ktx","lha","lib","lvp","lz","lzh","lzma","lzo","m3u","m4a","m4v","mar","mdi","mht","mid","midi","mj2","mka","mkv","mmr","mng","mobi","mov","movie","mp3","mp4","mp4a","mpeg","mpg","mpga","mxu","nef","npx","numbers","nupkg","o","odp","ods","odt","oga","ogg","ogv","otf","ott","pages","pbm","pcx","pdb","pdf","pea","pgm","pic","png","pnm","pot","potm","potx","ppa","ppam","ppm","pps","ppsm","ppsx","ppt","pptm","pptx","psd","pya","pyc","pyo","pyv","qt","rar","ras","raw","resources","rgb","rip","rlc","rmf","rmvb","rpm","rtf","rz","s3m","s7z","scpt","sgi","shar","snap","sil","sketch","slk","smv","snk","so","stl","suo","sub","swf","tar","tbz","tbz2","tga","tgz","thmx","tif","tiff","tlz","ttc","ttf","txz","udf","uvh","uvi","uvm","uvp","uvs","uvu","viv","vob","war","wav","wax","wbmp","wdp","weba","webm","webp","whl","wim","wm","wma","wmv","wmx","woff","woff2","wrm","wvx","xbm","xif","xla","xlam","xls","xlsb","xlsm","xlsx","xlt","xltm","xltx","xm","xmind","xpi","xpm","xwd","xz","z","zip","zipx"];m();var mT=require("obsidian"),wB={options:[],placeholder:"",allowEmpty:!1,onlySelection:!1,initialValue:void 0,obscure:!1},ze=class extends mT.SuggestModal{constructor(e,r){if(super(e.app),this.config={...wB,...r},this.setPlaceholder(this.config.placeholder),this.config.obscure){this.inputEl.type="password";let n=this.containerEl.querySelector(".prompt-input-container");n.addClass("git-obscure-prompt"),n.setAttr("git-is-obscured","true");let i=n==null?void 0:n.createDiv({cls:"search-input-clear-button"});i.style.marginRight="32px",i.id="git-show-password",i.addEventListener("click",()=>{n.getAttr("git-is-obscured")==="true"?(this.inputEl.type="text",n.setAttr("git-is-obscured","false")):(this.inputEl.type="password",n.setAttr("git-is-obscured","true"))})}}openAndGetResult(){return new Promise(e=>{this.resolve=e,this.open(),this.config.initialValue!=null&&(this.inputEl.value=this.config.initialValue,this.inputEl.dispatchEvent(new Event("input")))})}onClose(){new Promise(e=>setTimeout(e,10)).then(()=>{this.resolve&&this.resolve(void 0)})}getSuggestions(e){return this.config.onlySelection?this.config.options:this.config.allowEmpty?[e.length>0?e:" ",...this.config.options]:[e.length>0?e:"...",...this.config.options]}renderSuggestion(e,r){this.config.obscure?r.hide():r.setText(e)}onChooseSuggestion(e,r){if(this.resolve){let n;this.config.allowEmpty&&e===" "?n="":e==="..."?n=void 0:n=e,this.resolve(n)}}};m();function gT(t,e){let r=Object.assign({},t.lineAuthor,e.lineAuthor);return Object.assign({},t,e,{lineAuthor:r})}var Co=class extends Error{constructor(r){super("No network connection available");this.originalError=r}};m();var e3=Ot(FT()),t3=require("child_process"),r3=Ot(QR()),Ai=require("obsidian");function Ud(t){throw new Error(`Unexpected object: ${t}`)}function Ic(t,e,r){return t===1?`${t} ${e}`:`${t} ${r!=null?r:e+"s"}`}var pv=(t,e)=>t==="."||e==null||e.length===0||e==="."?!0:e.length>=t.length?e.startsWith(t):t.startsWith(e);function vn(t,e){let r;if(e){if(e.button===0||e.button===1){let n=Ai.Keymap.isModEvent(e);r=t.workspace.getLeaf(n)}}else r=t.workspace.getLeaf(!1);return r}function Xn(t,e,r,n,i){if(e.button==2){let a=t.vault.getAbstractFileByPath(r);if(a!=null){let s=new Ai.Menu;t.workspace.trigger("file-menu",s,a,i,n),s.showAtPosition({x:e.pageX,y:e.pageY})}else{let s=new Ai.Menu;t.workspace.trigger("obsidian-git:menu",s,r,i,n),s.showAtPosition({x:e.pageX,y:e.pageY})}}}function pa(t){throw new Error("Impossible branch: "+t)}function mv(t){return`rgb(${t.r},${t.g},${t.b})`}function n3(t){var a;let e=(a=e3.fromString(t))==null?void 0:a.toRgbaArray();if(e===void 0)return;let[r,n,i]=e;return{r,g:n,b:i}}function i3(t){return t.diff(Ai.moment.unix(0),"seconds")}function a3(t){if(t.length!==0)return t.slice().sort()[Math.floor(t.length/2)]}function s3(t,e){return(0,r3.default)(t,e,{strict:!0})}function Fc(t,e){return new Proxy(t,{get(r,n){return n==="length"?Math.min(e,r.length):r[n]}})}function o3(t,e,r){return t.length<=e?new Array(e-t.length).fill(r).join("")+t:t.substring(t.length-e)}function l3(t,e){if(e<=0)return t;let r=new Array(e).fill(" ").join(""),n=t.substring(e,t.length);return r+n}function gv(t,e,r){return t<=e&&e<=r}function ki(t){let[e,...r]=t.split("/");return[e,r.length===0?void 0:r.join("/")]}function Kn(t){return t.endsWith("/")?t:t.split("/").last().replace(/\.md$/,"")}function c3(t){return t===1?"1 minute":`${t} minutes`}function LH(t){let e=t.lastIndexOf(".");return t.substring(e+1)}function Io(t){if(t.endsWith(".md"))return!1;let e=LH(t);return pT.includes(e)}function vv(t){return(t.startsWith("https://github.com/")||t.startsWith("https://gitlab.com/"))&&(t.endsWith(".git")||(t=t+".git")),t}function Fo(t,e){let r=e.vault.getAbstractFileByPath(t);if(!(r instanceof Ai.TFile))return!1;try{return!!e.viewRegistry.getTypeByExtension(r.extension)}catch(n){return!0}}function u3({isFolder:t,gitRelativePath:e}){let r="/";return r+=e,t&&(r+="/"),r.replace(/([\\!#*?[\]])/g,String.raw`\$1`).replace(/\s(?=\s*$)/g,String.raw`\ `)}function $c(t,e,r={}){return new Promise((n,i)=>{let a=(0,t3.spawn)(t,e,r),s="",o="";a.stdout.on("data",l=>{s+=l.toString()}),a.stderr.on("data",l=>{o+=l.toString()}),a.on("error",l=>{n({error:new Error(l.message),stdout:s,stderr:s,code:1})}),a.on("close",l=>{n({stdout:s,stderr:o,code:l!=null?l:1,error:void 0})})})}m();var f3=require("obsidian"),$o=class{constructor(e){this.plugin=e,this.app=e.app}getRelativeVaultPath(e){return this.plugin.settings.basePath?this.plugin.settings.basePath+"/"+e:e}getRelativeRepoPath(e,r=!0){return r&&this.plugin.settings.basePath.length>0?e.substring(this.plugin.settings.basePath.length+1):e}unload(){}_getTreeStructure(e,r=0){let n=[];for(e=[...e];e.length>0;){let i=e.first(),a=i.path.substring(r);if(a.contains("/")){let s=a.substring(0,a.indexOf("/")),o=e.filter(c=>c.path.substring(r).startsWith(s+"/"));o.forEach(c=>e.remove(c));let l=i.path.substring(0,a.indexOf("/")+r);n.push({title:s,path:l,vaultPath:this.getRelativeVaultPath(l),children:this._getTreeStructure(o,(r>0?r+s.length:s.length)+1)})}else n.push({title:a,data:i,path:i.path,vaultPath:this.getRelativeVaultPath(i.path)}),e.remove(i)}return n}simplify(e){var r,n,i,a;for(let s of e){for(;;){let o=((r=s.children)==null?void 0:r.length)==1,l=((i=(n=s.children)==null?void 0:n.first())==null?void 0:i.data)==null;if(!(s.children!=null&&o&&l))break;let c=s.children.first();s.title+="/"+c.title,s.data=c.data,s.path=c.path,s.vaultPath=c.vaultPath,s.children=c.children}s.children!=null&&this.simplify(s.children),(a=s.children)==null||a.sort((o,l)=>{let c=(l.data==null?1:0)-(o.data==null?1:0);return c!=0?c:o.title.localeCompare(l.title)})}return e.sort((s,o)=>{let l=(o.data==null?1:0)-(s.data==null?1:0);return l!=0?l:s.title.localeCompare(o.title)})}getTreeStructure(e){let r=this._getTreeStructure(e);return this.simplify(r)}async formatCommitMessage(e){let r;if(e.includes("{{numFiles}}")){r=await this.status();let n=r.staged.length;e=e.replace("{{numFiles}}",String(n))}if(e.includes("{{hostname}}")){let n=this.plugin.localStorage.getHostname()||"";e=e.replace("{{hostname}}",n)}if(e.includes("{{files}}")){r=r!=null?r:await this.status();let n={},i="";if(r.staged.length<100){r.staged.forEach(s=>{s.index in n?n[s.index].push(s.path):n[s.index]=[s.path]});let a=[];for(let[s,o]of Object.entries(n))a.push(s+" "+o.join(" "));i=a.join(", ")}else i="Too many files to list";e=e.replace("{{files}}",i)}if(e=e.replace("{{date}}",(0,f3.moment)().format(this.plugin.settings.commitDateFormat)),this.plugin.settings.listChangedFilesInMessageBody){let n=r!=null?r:await this.status(),i="";n.staged.length<100?i=n.staged.map(a=>a.path).join(`
+`):i="Too many files to list",e=e+`
+
+Affected files:
+`+i}return e}};var Ce=class extends $o{constructor(r){super(r);this.useDefaultWindowsGitPath=!1}async setGitInstance(r=!1){var n;if(await this.isGitInstalled()){let i=this.app.vault.adapter,a=i.getBasePath(),s=a;this.plugin.settings.basePath&&(await i.exists((0,Ti.normalizePath)(this.plugin.settings.basePath))?s=Ve.join(a,this.plugin.settings.basePath):r||new Ti.Notice("ObsidianGit: Base path does not exist")),this.absoluteRepoPath=s,this.git=fT({baseDir:s,binary:this.plugin.localStorage.getGitPath()||(this.useDefaultWindowsGitPath?hd:void 0),config:["core.quotepath=off"],unsafe:{allowUnsafeCustomBinary:!0}});let o=this.plugin.localStorage.getPATHPaths(),l=this.plugin.localStorage.getEnvVars(),c=this.plugin.settings.gitDir;if(o.length>0){let v=o.join(":")+":"+process.env.PATH;process.env.PATH=v}c&&(process.env.GIT_DIR=c);for(let v of l){let[y,b]=v.split("=");process.env[y]=b}let u="simple-git",f=",",h=((n=localStorage.debug)!=null?n:"").split(f);if(!h.includes(u)&&!h.includes(`-${u}`)&&(h.push(u),p3.default.enable(h.join(f))),await this.git.checkIsRepo()){let v=await this.git.revparse("--show-cdup"),y=(0,Dc.resolve)(s+Dc.sep+v);this.absoluteRepoPath=y,await this.git.cwd(y)}let p=Ve.join(a,this.app.vault.configDir,"plugins","obsidian-git"),g=Ve.join(p,es);process.env.SSH_ASKPASS==null&&(process.env.SSH_ASKPASS=g),process.env.OBSIDIAN_GIT_CREDENTIALS_INPUT=Ve.join(p,pd),process.env.SSH_ASKPASS==g&&this.askpass().catch(v=>this.plugin.displayError(v))}}getRelativeVaultPath(r){let i=this.app.vault.adapter.getBasePath(),a=Ve.join(this.absoluteRepoPath,r),s=Ve.relative(i,a);return Ti.Platform.isWin&&(s=s.replace(/\\/g,"/")),s}getRelativeRepoPath(r,n=!0){if(n){let a=this.plugin.app.vault.adapter.getBasePath(),s=this.absoluteRepoPath,o=Ve.join(a,r),l=Ve.relative(s,o);return Ti.Platform.isWin&&(l=l.replace(/\\/g,"/")),l}return r}async askpass(){let r=this.app.vault.adapter,n=r.getBasePath(),i=Ve.join(n,this.app.vault.configDir,"plugins","obsidian-git"),a=this.app.vault.configDir+"/plugins/obsidian-git/";await this.addAskPassScriptToExclude(),await Fr.writeFile(Ve.join(i,es),hT),await Fr.chmod(Ve.join(i,es),493),this.watchAbortController=new AbortController;let{signal:s}=this.watchAbortController;try{let o=Fr.watch(i,{signal:s});for await(let l of o){if(l.filename!=pd)continue;let c=a+pd;if(!await r.exists(c))continue;let u=await r.read(c),f;u.length>60&&(f=new Ti.Notice(u,999999));let d=await new ze(this.plugin,{allowEmpty:!0,obscure:!0,placeholder:u.length>60?"Enter a response to the message.":u}).openAndGetResult();f==null||f.hide(),await r.exists(c)&&await r.write(`${c}.response`,d!=null?d:"")}}catch(o){this.plugin.displayError(o),await Fr.rm(Ve.join(i,es),{force:!0}),await Fr.rm(Ve.join(i,`${es}.response`),{force:!0}),await new Promise(l=>setTimeout(l,5e3)),this.plugin.log("Retry watch for ask pass"),await this.askpass()}}async addAskPassScriptToExclude(){try{let r=await this.git.revparse(["--path-format=absolute","--git-path","info/exclude"]),n=Ve.join(this.app.vault.configDir,"plugins","obsidian-git",es),i=this.getRelativeRepoPath(n,!0);(await Fr.readFile(r,"utf-8")).split(`
+`).some(l=>l.contains(i))||await Fr.appendFile(r,i+`
+`)}catch(r){console.error("Error while adding askpass script to exclude file:",r)}}unload(){var r;(r=this.watchAbortController)==null||r.abort()}async status(r){let n=r==null?void 0:r.path;this.plugin.setPluginState({gitAction:1});let i=await this.git.status(n!=null?["--",n]:[]);this.plugin.setPluginState({gitAction:0});let a=i.files.map(s=>{let o=this.formatPath(s);return{path:o.path,from:o.from,index:s.index==="?"?"U":s.index,workingDir:s.working_dir==="?"?"U":s.working_dir,vaultPath:this.getRelativeVaultPath(o.path)}});return{all:a,changed:a.filter(s=>s.workingDir!==" "),staged:a.filter(s=>s.index!==" "&&s.index!="U"),conflicted:i.conflicted.map(s=>this.formatPath({path:s}).path)}}async submoduleAwareHeadRevisonInContainingDirectory(r){let n=this.getRelativeRepoPath(r),a=["-C",Ve.dirname(n),"rev-parse","HEAD"],s=this.git.raw(a);return s.catch(o=>console.warn("obsidian-git: rev-parse error:",o)),(await s).trim()}async getSubmodulePaths(){return new Promise(r=>{this.git.outputHandler((n,i,a,s)=>{if(!(s.contains("submodule")&&s.contains("foreach")))return;let o="",l=this.app.vault.adapter.getBasePath()+(this.plugin.settings.basePath?"/"+this.plugin.settings.basePath:"");i.on("data",c=>{o+=c.toString("utf8")}),i.on("end",()=>{let u=o.split(`
+`).map(f=>{let d=f.match(/'([^']*)'/);if(d!=null)return l+"/"+d[1]+Dc.sep}).filter(f=>!!f);u.reverse(),r(u)})}),this.git.subModule(["foreach","--recursive",""]).then(()=>{this.git.outputHandler(()=>{})},n=>this.plugin.displayError(n))})}formatPath(r){function n(i){if(i!=null)return i.startsWith('"')&&i.endsWith('"')?i.substring(1,i.length-1):i}return r.from!=null?{from:n(r.from),path:n(r.path)}:{path:n(r.path)}}async blame(r,n,i){if(r=this.getRelativeRepoPath(r),!await this.isTracked(r))return"untracked";let a=await this.getSubmoduleOfFile(r),s=a?["-C",a.submodule]:[],o=a?a.relativeFilepath:r;s.push("blame","--porcelain"),i&&s.push("-w");let l=`-C${dd}`;switch(n){case"inactive":break;case"same-commit":s.push("-C",l);break;case"all-commits":s.push("-C","-C",l);break;default:pa(n)}s.push("--",o);let c=await this.git.raw(s);return jH(c)}async isTracked(r){let n=await this.getSubmoduleOfFile(r),i=n?["-C",n.submodule]:[],a=n?n.relativeFilepath:r;return i.push("ls-files","--",a),this.git.raw(i).then(s=>s.trim()!=="")}async commitAll({message:r}){if(this.plugin.settings.updateSubmodules){this.plugin.setPluginState({gitAction:4});let i=await this.getSubmodulePaths();for(let a of i)await this.git.cwd({path:a,root:!1}).add("-A"),await this.git.cwd({path:a,root:!1}).commit(await this.formatCommitMessage(r))}this.plugin.setPluginState({gitAction:3}),await this.git.add("-A"),this.plugin.setPluginState({gitAction:4});let n=await this.git.commit(await this.formatCommitMessage(r));return this.app.workspace.trigger("obsidian-git:head-change"),n.summary.changes}async commit({message:r,amend:n}){this.plugin.setPluginState({gitAction:4});let i=(await this.git.commit(await this.formatCommitMessage(r),n?["--amend"]:[])).summary.changes;return this.app.workspace.trigger("obsidian-git:head-change"),this.plugin.setPluginState({gitAction:0}),i}async stage(r,n){this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,n),await this.git.add(["--",r]),this.plugin.setPluginState({gitAction:0})}async stageAll({dir:r}){this.plugin.setPluginState({gitAction:3}),await this.git.add(r!=null?r:"-A"),this.plugin.setPluginState({gitAction:0})}async unstageAll({dir:r}){this.plugin.setPluginState({gitAction:3}),await this.git.reset(r!=null?["--",r]:[]),this.plugin.setPluginState({gitAction:0})}async unstage(r,n){this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,n),await this.git.reset(["--",r]),this.plugin.setPluginState({gitAction:0})}async discard(r){this.plugin.setPluginState({gitAction:3}),await this.isTracked(r)&&await this.git.checkout(["--",r]),this.plugin.setPluginState({gitAction:0})}async getUntrackedPaths(r){let n=r==null?void 0:r.path;this.plugin.setPluginState({gitAction:1});let i=["ls-files","--others","--exclude-standard","--directory"];n!=null&&i.push("--",n);let a=await this.git.raw(i);return this.plugin.setPluginState({gitAction:0}),a.split(/\r\n|\r|\n/).filter(s=>s.length>0)}async hashObject(r){r=this.getRelativeRepoPath(r);let n=await this.getSubmoduleOfFile(r),i=n?["-C",n.submodule]:[],a=n?n.relativeFilepath:r;return i.push("hash-object","--",a),this.git.raw(i)}async discardAll({dir:r}){return this.discard(r!=null?r:".")}async pull(){this.plugin.setPluginState({gitAction:2});try{this.plugin.settings.updateSubmodules&&await this.git.subModule(["update","--remote","--merge","--recursive"]);let r=await this.branchInfo(),n=await this.git.revparse([r.current]);if(!r.tracking&&this.plugin.settings.updateSubmodules){this.plugin.log("No tracking branch found. Ignoring pull of main repo and updating submodules only.");return}await this.git.fetch();let i=await this.git.revparse([r.tracking]);if(n!==i){if(this.plugin.settings.syncMethod==="merge"||this.plugin.settings.syncMethod==="rebase")try{switch(this.plugin.settings.syncMethod){case"merge":await this.git.merge([r.tracking]);break;case"rebase":await this.git.rebase([r.tracking])}}catch(o){this.plugin.displayError(`Pull failed (${this.plugin.settings.syncMethod}): ${"message"in o?o.message:o}`);return}else if(this.plugin.settings.syncMethod==="reset")try{await this.git.raw(["update-ref",`refs/heads/${r.current}`,i]),await this.unstageAll({})}catch(o){this.plugin.displayError(`Sync failed (${this.plugin.settings.syncMethod}): ${"message"in o?o.message:o}`)}this.app.workspace.trigger("obsidian-git:head-change");let a=await this.git.revparse([r.current]);return(await this.git.diff([`${n}..${a}`,"--name-only"])).split(/\r\n|\r|\n/).filter(o=>o.length>0).map(o=>({path:o,workingDir:"P",vaultPath:this.getRelativeVaultPath(o)}))}else return[]}catch(r){this.convertErrors(r)}}async push(){this.plugin.setPluginState({gitAction:5});try{if(this.plugin.settings.updateSubmodules){let s=await this.git.env({...process.env,OBSIDIAN_GIT:1}).subModule(["foreach","--recursive",`tracking=$(git for-each-ref --format='%(upstream:short)' "$(git symbolic-ref -q HEAD)"); echo $tracking; if [ ! -z "$(git diff --shortstat $tracking)" ]; then git push; fi`]);console.log(s)}let r=await this.git.status(),n=r.tracking,i=r.current;if(!n&&this.plugin.settings.updateSubmodules){this.plugin.log("No tracking branch found. Ignoring push of main repo and updating submodules only.");return}let a=(await this.git.diffSummary([i,n,"--"])).changed;return await this.git.env({...process.env,OBSIDIAN_GIT:1}).push(),a}catch(r){this.convertErrors(r)}}async getUnpushedCommits(){let r=await this.git.status(),n=r.tracking,i=r.current;if(n==null||i==null)return 0;let[a,s]=ki(n);return(await this.getRemoteBranches(a)).includes(n)?(await this.git.diffSummary([i,n,"--"])).changed:(this.plugin.log(`Tracking branch ${n} does not exist on remote ${a}.`),0)}async canPush(){if(this.plugin.settings.updateSubmodules===!0)return!0;let r=await this.git.status(),n=r.tracking,i=r.current;return n?(await this.git.diffSummary([i,n,"--"])).changed!==0:!1}async checkRequirements(){return await this.isGitInstalled()?await this.git.checkIsRepo()?"valid":"missing-repo":"missing-git"}async branchInfo(){let r=await this.git.status(),n=await this.git.branch(["--no-color"]);return{current:r.current||void 0,tracking:r.tracking||void 0,branches:n.all}}async getRemoteUrl(r){try{return await this.git.remote(["get-url",r])||void 0}catch(n){if(String(n).contains(r))return;throw n}}async log(r,n=!0,i,a){let s;r&&(s=this.getRelativeRepoPath(r,n));let o={file:s,maxCount:i,"--diff-merges":"first-parent","--name-status":null};return a&&(o[a]=null),(await this.git.log(o)).all.map(c=>{var u,f,d,h;return{...c,author:{name:c.author_name,email:c.author_email},refs:c.refs.split(", ").filter(p=>p.length>0),diff:{...c.diff,files:(f=(u=c.diff)==null?void 0:u.files.map(p=>({...p,status:p.status,path:p.file,hash:c.hash,vaultPath:this.getRelativeVaultPath(p.file),fromPath:p.from,fromVaultPath:p.from!=null?this.getRelativeVaultPath(p.from):void 0,binary:p.binary})))!=null?f:[]},fileName:(h=(d=c.diff)==null?void 0:d.files.first())==null?void 0:h.file}})}async show(r,n,i=!0){let a=this.getRelativeRepoPath(n,i);return this.git.show([r+":"+a])}async checkout(r,n){if(n&&(r=`${n}/${r}`),await this.git.checkout(r),this.plugin.settings.submoduleRecurseCheckout){let i=await this.getSubmodulePaths();for(let a of i){let s=await this.git.cwd({path:a,root:!1}).branch();Object.keys(s.branches).includes(r)&&await this.git.cwd({path:a,root:!1}).checkout(r)}}}async createBranch(r){await this.git.checkout(["-b",r])}async deleteBranch(r,n){await this.git.branch([n?"-D":"-d",r])}async branchIsMerged(r){return!(await this.git.branch(["--no-merged"])).all.contains(r)}async init(){await this.git.init(!1)}async clone(r,n,i){await this.git.clone(r,Ve.join(this.app.vault.adapter.getBasePath(),n),i?["--depth",`${i}`]:[])}async setConfig(r,n){n==null?await this.git.raw(["config","--local","--unset",r]):await this.git.addConfig(r,n)}async getConfig(r){let i=(await this.git.listConfig("local")).all[r];if(typeof i=="string"||i==null)return i;throw new Error("Config value is not a string")}async fetch(r){await this.git.fetch(r!=null?[r]:[])}async setRemote(r,n){(await this.getRemotes()).includes(r)?await this.git.remote(["set-url",r,n]):await this.git.remote(["add",r,n])}async getRemoteBranches(r){let n=await this.git.branch(["-r","--list",`${r}*`]),i=[];for(let a in n.branches)i.push(n.branches[a].name);return i}async getRemotes(){let r=await this.git.remote([]);return r?r.trim().split(`
+`):[]}async removeRemote(r){await this.git.removeRemote(r)}async updateUpstreamBranch(r){try{await this.git.branch(["--set-upstream-to",r])}catch(n){try{await this.git.branch(["--set-upstream",r])}catch(i){let[a,s]=ki(r),o=await this.branchInfo();await this.git.push(["--set-upstream",a,`${o.current}:${s}`])}}}updateGitPath(r){return this.setGitInstance()}updateBasePath(r){return this.setGitInstance(!0)}async getDiffString(r,n=!1,i){return n?await this.git.diff(["--cached","--",r]):i?await this.git.show([`${i}`,"--",r]):await this.git.diff(["--",r])}async diff(r,n,i){return await this.git.diff([`${n}..${i}`,"--",r])}async rawCommand(r){let n=r.split(" ");return await this.git.raw(n[0],...n.slice(1))}async getSubmoduleOfFile(r){if(!await this.app.vault.adapter.exists(Ve.dirname(r)))return;let n=await this.git.raw(["-C",Ve.dirname(r),"rev-parse","--show-toplevel"],l=>l&&console.warn("get-submodule-of-file",l==null?void 0:l.message));if(n=n.trim(),(await this.git.raw(["-C",Ve.dirname(r),"rev-parse","--show-superproject-working-tree"],l=>l&&console.warn("get-submodule-of-file",l==null?void 0:l.message))).trim()==="")return;let s=this.app.vault.adapter.getFullPath(Ve.normalize(r)),o=Ve.relative(n,s);return{submodule:n,relativeFilepath:o}}async getLastCommitTime(){try{let r=await this.git.log({n:1});if(r!=null&&r.latest!=null)return new Date(r.latest.date)}catch(r){if(r instanceof wr){if(r.message.contains("does not have any commits yet"))return}else throw r}}async isGitInstalled(){let r=this.plugin.localStorage.getGitPath(),n=await $c(r||"git",["--version"],{});if(n.error)if(Ti.Platform.isWin&&!r){this.plugin.log(`Git not found in PATH. Checking standard installation path(${hd}) of Git for Windows.`);let i=await $c(hd,["--version"]);if(i.error)return console.error(i.error),!1;this.useDefaultWindowsGitPath=!0}else return console.error(n.error),!1;else this.useDefaultWindowsGitPath=!1;return!0}convertErrors(r){if(r instanceof wr){let n=String(r.message);if(n.contains("Could not resolve host")||n.contains("Unable to resolve host")||n.match(/ssh: connect to host .*? port .*?: Operation timed out/)!=null||n.match(/ssh: connect to host .*? port .*?: Network is unreachable/)!=null||n.match(/ssh: connect to host .*? port .*?: Undefined error: 0/)!=null)throw new Co(n)}throw r}async isFileTrackedByLFS(r){try{return(await this.git.raw(["check-attr","filter",r])).includes("filter: lfs")}catch(n){let i=n instanceof Error?n.message:String(n);return this.plugin.displayError(`Error checking LFS status: ${i}`),!1}}},m3={hash:"000000",isZeroCommit:!0,summary:""};function jH(t){let r=t.replace(`\r
+`,`
+`).split(`
+`),n={commits:new Map,hashPerLine:[void 0],originalFileLineNrPerLine:[void 0],finalFileLineNrPerLine:[void 0],groupSizePerStartingLine:new Map},i=1;for(let a=0;a<r.length;){if(d3(r[a])){let s=r[a].split(" "),o=NH(s,i,n);for(a++;d3(r[a]);a++){let l=r[a].split(" ");BH(l,n,i)}HH(n.commits.get(o)),i+=1}else if(!(r[a]===""&&a===r.length-1))throw Error(`Expected non-whitespace line or EOF, but found: ${r[a]}`);a++}return n}function NH(t,e,r){let n=t[0];if(r.hashPerLine.push(n),r.originalFileLineNrPerLine.push(parseInt(t[1])),r.finalFileLineNrPerLine.push(parseInt(t[2])),t.length>=4&&r.groupSizePerStartingLine.set(e,parseInt(t[3])),parseInt(t[2])!==e)throw Error(`git-blame output is out of order: ${e} vs ${t[2]}`);return n}function BH(t,e,r){let n=t[0],i=t.slice(1).join(" "),a=e.hashPerLine[r],s=e.commits.get(a)||{hash:a,author:{},committer:{},previous:{}};switch(n){case"summary":s.summary=i;break;case"author":s.author.name=i;break;case"author-mail":s.author.email=h3(i);break;case"author-time":s.author.epochSeconds=parseInt(i);break;case"author-tz":s.author.tz=i;break;case"committer":s.committer.name=i;break;case"committer-mail":s.committer.email=h3(i);break;case"committer-time":s.committer.epochSeconds=parseInt(i);break;case"committer-tz":s.committer.tz=i;break;case"previous":s.previous.commitHash=i;break;case"filename":s.previous.filename=i;break}e.commits.set(a,s)}function HH(t){if(t.summary===void 0)throw Error(`Summary not provided for commit: ${t.hash}`);yv(t.author)&&(t.author=void 0),yv(t.committer)&&(t.committer=void 0),yv(t.previous)&&(t.previous=void 0),t.isZeroCommit=!!t.hash.match(/^0*$/)}function yv(t){return!t||Object.keys(t).length===0}function d3(t){return t.length>0&&t[0].trim()===t[0]}function h3(t){let e=t.startsWith("<")?t.substring(1):t;return e.endsWith(">")?e.substring(0,e.length-1):e}m();var Q3=require("@codemirror/state");m();var O3=require("@codemirror/state"),th=require("obsidian");m();var bv=class{constructor(){this.eventsPerFilepath=new Map;this.startRemoveStalesSubscribersInterval()}ifFilepathDefinedTransformSubscribers(e,r){if(e)return this.ensureInitialized(e),r(this.eventsPerFilepath.get(e))}forEachSubscriber(e){this.eventsPerFilepath.forEach(r=>r.forEach(e))}ensureInitialized(e){this.eventsPerFilepath.get(e)||this.eventsPerFilepath.set(e,new Set)}startRemoveStalesSubscribersInterval(){this.removeStalesSubscribersTimer=window.setInterval(()=>this==null?void 0:this.forEachSubscriber(e=>e==null?void 0:e.removeIfStale()),6e4)}clear(){window.clearInterval(this.removeStalesSubscribersTimer),this.eventsPerFilepath.clear()}},Do=new bv;m();var Jd=require("@codemirror/state"),T3=Ot(_v());m();var z=require("obsidian");m();m();function yn(){}yn.prototype={diff:function(e,r){var n,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=i.callback;typeof i=="function"&&(a=i,i={});var s=this;function o(S){return S=s.postProcess(S,i),a?(setTimeout(function(){a(S)},0),!0):S}e=this.castInput(e,i),r=this.castInput(r,i),e=this.removeEmpty(this.tokenize(e,i)),r=this.removeEmpty(this.tokenize(r,i));var l=r.length,c=e.length,u=1,f=l+c;i.maxEditLength!=null&&(f=Math.min(f,i.maxEditLength));var d=(n=i.timeout)!==null&&n!==void 0?n:1/0,h=Date.now()+d,p=[{oldPos:-1,lastComponent:void 0}],g=this.extractCommon(p[0],r,e,0,i);if(p[0].oldPos+1>=c&&g+1>=l)return o(g3(s,p[0].lastComponent,r,e,s.useLongestToken));var v=-1/0,y=1/0;function b(){for(var S=Math.max(v,-u);S<=Math.min(y,u);S+=2){var A=void 0,k=p[S-1],w=p[S+1];k&&(p[S-1]=void 0);var x=!1;if(w){var _=w.oldPos-S;x=w&&0<=_&&_<l}var T=k&&k.oldPos+1<c;if(!x&&!T){p[S]=void 0;continue}if(!T||x&&k.oldPos<w.oldPos?A=s.addToPath(w,!0,!1,0,i):A=s.addToPath(k,!1,!0,1,i),g=s.extractCommon(A,r,e,S,i),A.oldPos+1>=c&&g+1>=l)return o(g3(s,A.lastComponent,r,e,s.useLongestToken));p[S]=A,A.oldPos+1>=c&&(y=Math.min(y,S-1)),g+1>=l&&(v=Math.max(v,S+1))}u++}if(a)(function S(){setTimeout(function(){if(u>f||Date.now()>h)return a();b()||S()},0)})();else for(;u<=f&&Date.now()<=h;){var E=b();if(E)return E}},addToPath:function(e,r,n,i,a){var s=e.lastComponent;return s&&!a.oneChangePerToken&&s.added===r&&s.removed===n?{oldPos:e.oldPos+i,lastComponent:{count:s.count+1,added:r,removed:n,previousComponent:s.previousComponent}}:{oldPos:e.oldPos+i,lastComponent:{count:1,added:r,removed:n,previousComponent:s}}},extractCommon:function(e,r,n,i,a){for(var s=r.length,o=n.length,l=e.oldPos,c=l-i,u=0;c+1<s&&l+1<o&&this.equals(n[l+1],r[c+1],a);)c++,l++,u++,a.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return u&&!a.oneChangePerToken&&(e.lastComponent={count:u,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=l,c},equals:function(e,r,n){return n.comparator?n.comparator(e,r):e===r||n.ignoreCase&&e.toLowerCase()===r.toLowerCase()},removeEmpty:function(e){for(var r=[],n=0;n<e.length;n++)e[n]&&r.push(e[n]);return r},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};function g3(t,e,r,n,i){for(var a=[],s;e;)a.push(e),s=e.previousComponent,delete e.previousComponent,e=s;a.reverse();for(var o=0,l=a.length,c=0,u=0;o<l;o++){var f=a[o];if(f.removed)f.value=t.join(n.slice(u,u+f.count)),u+=f.count;else{if(!f.added&&i){var d=r.slice(c,c+f.count);d=d.map(function(h,p){var g=n[u+p];return g.length>h.length?g:h}),f.value=t.join(d)}else f.value=t.join(r.slice(c,c+f.count));c+=f.count,f.added||(u+=f.count)}}return a}var UH=new yn;function E3(t,e,r){return UH.diff(t,e,r)}function v3(t,e){var r;for(r=0;r<t.length&&r<e.length;r++)if(t[r]!=e[r])return t.slice(0,r);return t.slice(0,r)}function y3(t,e){var r;if(!t||!e||t[t.length-1]!=e[e.length-1])return"";for(r=0;r<t.length&&r<e.length;r++)if(t[t.length-(r+1)]!=e[e.length-(r+1)])return t.slice(-r);return t.slice(-r)}function Sv(t,e,r){if(t.slice(0,e.length)!=e)throw Error("string ".concat(JSON.stringify(t)," doesn't start with prefix ").concat(JSON.stringify(e),"; this is a bug"));return r+t.slice(e.length)}function Ev(t,e,r){if(!e)return t+r;if(t.slice(-e.length)!=e)throw Error("string ".concat(JSON.stringify(t)," doesn't end with suffix ").concat(JSON.stringify(e),"; this is a bug"));return t.slice(0,-e.length)+r}function Lc(t,e){return Sv(t,e,"")}function Gd(t,e){return Ev(t,e,"")}function w3(t,e){return e.slice(0,GH(t,e))}function GH(t,e){var r=0;t.length>e.length&&(r=t.length-e.length);var n=e.length;t.length<e.length&&(n=t.length);var i=Array(n),a=0;i[0]=0;for(var s=1;s<n;s++){for(e[s]==e[a]?i[s]=i[a]:i[s]=a;a>0&&e[s]!=e[a];)a=i[a];e[s]==e[a]&&a++}a=0;for(var o=r;o<t.length;o++){for(;a>0&&t[o]!=e[a];)a=i[a];t[o]==e[a]&&a++}return a}var zd="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",zH=new RegExp("[".concat(zd,"]+|\\s+|[^").concat(zd,"]"),"ug"),qd=new yn;qd.equals=function(t,e,r){return r.ignoreCase&&(t=t.toLowerCase(),e=e.toLowerCase()),t.trim()===e.trim()};qd.tokenize=function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r;if(e.intlSegmenter){if(e.intlSegmenter.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');r=Array.from(e.intlSegmenter.segment(t),function(a){return a.segment})}else r=t.match(zH)||[];var n=[],i=null;return r.forEach(function(a){/\s/.test(a)?i==null?n.push(a):n.push(n.pop()+a):/\s/.test(i)?n[n.length-1]==i?n.push(n.pop()+a):n.push(i+a):n.push(a),i=a}),n};qd.join=function(t){return t.map(function(e,r){return r==0?e:e.replace(/^\s+/,"")}).join("")};qd.postProcess=function(t,e){if(!t||e.oneChangePerToken)return t;var r=null,n=null,i=null;return t.forEach(function(a){a.added?n=a:a.removed?i=a:((n||i)&&b3(r,i,n,a),r=a,n=null,i=null)}),(n||i)&&b3(r,i,n,null),t};function b3(t,e,r,n){if(e&&r){var i=e.value.match(/^\s*/)[0],a=e.value.match(/\s*$/)[0],s=r.value.match(/^\s*/)[0],o=r.value.match(/\s*$/)[0];if(t){var l=v3(i,s);t.value=Ev(t.value,s,l),e.value=Lc(e.value,l),r.value=Lc(r.value,l)}if(n){var c=y3(a,o);n.value=Sv(n.value,o,c),e.value=Gd(e.value,c),r.value=Gd(r.value,c)}}else if(r)t&&(r.value=r.value.replace(/^\s*/,"")),n&&(n.value=n.value.replace(/^\s*/,""));else if(t&&n){var u=n.value.match(/^\s*/)[0],f=e.value.match(/^\s*/)[0],d=e.value.match(/\s*$/)[0],h=v3(u,f);e.value=Lc(e.value,h);var p=y3(Lc(u,h),d);e.value=Gd(e.value,p),n.value=Sv(n.value,u,p),t.value=Ev(t.value,u,u.slice(0,u.length-p.length))}else if(n){var g=n.value.match(/^\s*/)[0],v=e.value.match(/\s*$/)[0],y=w3(v,g);e.value=Gd(e.value,y)}else if(t){var b=t.value.match(/\s*$/)[0],E=e.value.match(/^\s*/)[0],S=w3(b,E);e.value=Lc(e.value,S)}}var A3=new yn;A3.tokenize=function(t){var e=new RegExp("(\\r?\\n)|[".concat(zd,"]+|[^\\S\\n\\r]+|[^").concat(zd,"]"),"ug");return t.match(e)||[]};function k3(t,e,r){return A3.diff(t,e,r)}var Wd=new yn;Wd.tokenize=function(t,e){e.stripTrailingCr&&(t=t.replace(/\r\n/g,`
+`));var r=[],n=t.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var i=0;i<n.length;i++){var a=n[i];i%2&&!e.newlineIsToken?r[r.length-1]+=a:r.push(a)}return r};Wd.equals=function(t,e,r){return r.ignoreWhitespace?((!r.newlineIsToken||!t.includes(`
+`))&&(t=t.trim()),(!r.newlineIsToken||!e.includes(`
+`))&&(e=e.trim())):r.ignoreNewlineAtEof&&!r.newlineIsToken&&(t.endsWith(`
+`)&&(t=t.slice(0,-1)),e.endsWith(`
+`)&&(e=e.slice(0,-1))),yn.prototype.equals.call(this,t,e,r)};function _3(t,e,r){return Wd.diff(t,e,r)}var VH=new yn;VH.tokenize=function(t){return t.split(/(\S.+?[.!?])(?=\s+|$)/)};var qH=new yn;qH.tokenize=function(t){return t.split(/([{}:;,]|\s+)/)};function x3(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Vd(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?x3(Object(r),!0).forEach(function(n){XH(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):x3(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function WH(t,e){if(typeof t!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function YH(t){var e=WH(t,"string");return typeof e=="symbol"?e:e+""}function Av(t){"@babel/helpers - typeof";return Av=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Av(t)}function XH(t,e,r){return e=YH(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function xv(t){return KH(t)||ZH(t)||JH(t)||QH()}function KH(t){if(Array.isArray(t))return kv(t)}function ZH(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function JH(t,e){if(t){if(typeof t=="string")return kv(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return kv(t,e)}}function kv(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function QH(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
+In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var jc=new yn;jc.useLongestToken=!0;jc.tokenize=Wd.tokenize;jc.castInput=function(t,e){var r=e.undefinedReplacement,n=e.stringifyReplacer,i=n===void 0?function(a,s){return typeof s=="undefined"?r:s}:n;return typeof t=="string"?t:JSON.stringify(Tv(t,null,null,i),i," ")};jc.equals=function(t,e,r){return yn.prototype.equals.call(jc,t.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"),r)};function Tv(t,e,r,n,i){e=e||[],r=r||[],n&&(t=n(i,t));var a;for(a=0;a<e.length;a+=1)if(e[a]===t)return r[a];var s;if(Object.prototype.toString.call(t)==="[object Array]"){for(e.push(t),s=new Array(t.length),r.push(s),a=0;a<t.length;a+=1)s[a]=Tv(t[a],e,r,n,i);return e.pop(),r.pop(),s}if(t&&t.toJSON&&(t=t.toJSON()),Av(t)==="object"&&t!==null){e.push(t),s={},r.push(s);var o=[],l;for(l in t)Object.prototype.hasOwnProperty.call(t,l)&&o.push(l);for(o.sort(),a=0;a<o.length;a+=1)l=o[a],s[l]=Tv(t[l],e,r,n,l);e.pop(),r.pop()}else s=t;return s}var Cv=new yn;Cv.tokenize=function(t){return t.slice()};Cv.join=Cv.removeEmpty=function(t){return t};function S3(t,e,r,n,i,a,s){if(s||(s={}),typeof s=="function"&&(s={callback:s}),typeof s.context=="undefined"&&(s.context=4),s.newlineIsToken)throw new Error("newlineIsToken may not be used with patch-generation functions, only with diffing functions");if(s.callback){var o=s,l=o.callback;_3(r,n,Vd(Vd({},s),{},{callback:function(f){var d=c(f);l(d)}}))}else return c(_3(r,n,s));function c(u){if(!u)return;u.push({value:"",lines:[]});function f(x){return x.map(function(_){return" "+_})}for(var d=[],h=0,p=0,g=[],v=1,y=1,b=function(){var _=u[E],T=_.lines||tU(_.value);if(_.lines=T,_.added||_.removed){var C;if(!h){var I=u[E-1];h=v,p=y,I&&(g=s.context>0?f(I.lines.slice(-s.context)):[],h-=g.length,p-=g.length)}(C=g).push.apply(C,xv(T.map(function(le){return(_.added?"+":"-")+le}))),_.added?y+=T.length:v+=T.length}else{if(h)if(T.length<=s.context*2&&E<u.length-2){var L;(L=g).push.apply(L,xv(f(T)))}else{var $,J=Math.min(T.length,s.context);($=g).push.apply($,xv(f(T.slice(0,J))));var de={oldStart:h,oldLines:v-h+J,newStart:p,newLines:y-p+J,lines:g};d.push(de),h=0,p=0,g=[]}v+=T.length,y+=T.length}},E=0;E<u.length;E++)b();for(var S=0,A=d;S<A.length;S++)for(var k=A[S],w=0;w<k.lines.length;w++)k.lines[w].endsWith(`
+`)?k.lines[w]=k.lines[w].slice(0,-1):(k.lines.splice(w+1,0,"\\ No newline at end of file"),w++);return{oldFileName:t,newFileName:e,oldHeader:i,newHeader:a,hunks:d}}}function Pv(t){if(Array.isArray(t))return t.map(Pv).join(`
+`);var e=[];t.oldFileName==t.newFileName&&e.push("Index: "+t.oldFileName),e.push("==================================================================="),e.push("--- "+t.oldFileName+(typeof t.oldHeader=="undefined"?"":" "+t.oldHeader)),e.push("+++ "+t.newFileName+(typeof t.newHeader=="undefined"?"":" "+t.newHeader));for(var r=0;r<t.hunks.length;r++){var n=t.hunks[r];n.oldLines===0&&(n.oldStart-=1),n.newLines===0&&(n.newStart-=1),e.push("@@ -"+n.oldStart+","+n.oldLines+" +"+n.newStart+","+n.newLines+" @@"),e.push.apply(e,n.lines)}return e.join(`
+`)+`
+`}function eU(t,e,r,n,i,a,s){var o;if(typeof s=="function"&&(s={callback:s}),(o=s)!==null&&o!==void 0&&o.callback){var c=s,u=c.callback;S3(t,e,r,n,i,a,Vd(Vd({},s),{},{callback:function(d){d?u(Pv(d)):u()}}))}else{var l=S3(t,e,r,n,i,a,s);return l?Pv(l):void 0}}function Yd(t,e,r,n,i,a){return eU(t,t,e,r,n,i,a)}function tU(t){var e=t.endsWith(`
+`),r=t.split(`
+`).map(function(n){return n+`
+`});return e?r.pop():r.push(r.pop().slice(0,-1)),r}var re=Ot(gg()),rs=require("obsidian");m();var ma=require("obsidian"),Xd=class{constructor(e,r){this.plugin=r;this.promises={};this.adapter=e.adapter,this.vault=e,this.lastBasePath=this.plugin.settings.basePath,this.promises.readFile=this.readFile.bind(this),this.promises.writeFile=this.writeFile.bind(this),this.promises.readdir=this.readdir.bind(this),this.promises.mkdir=this.mkdir.bind(this),this.promises.rmdir=this.rmdir.bind(this),this.promises.stat=this.stat.bind(this),this.promises.unlink=this.unlink.bind(this),this.promises.lstat=this.lstat.bind(this),this.promises.readlink=this.readlink.bind(this),this.promises.symlink=this.symlink.bind(this)}async readFile(e,r){var n;if(this.maybeLog("Read: "+e+JSON.stringify(r)),r=="utf8"||r.encoding=="utf8"){let i=this.vault.getAbstractFileByPath(e);return i instanceof ma.TFile?(this.maybeLog("Reuse"),this.vault.read(i)):this.adapter.read(e)}else{if(e.endsWith(this.gitDir+"/index"))return this.plugin.settings.basePath!=this.lastBasePath?(this.clearIndex(),this.lastBasePath=this.plugin.settings.basePath,this.adapter.readBinary(e)):(n=this.index)!=null?n:this.adapter.readBinary(e);let i=this.vault.getAbstractFileByPath(e);return i instanceof ma.TFile?(this.maybeLog("Reuse"),this.vault.readBinary(i)):this.adapter.readBinary(e)}}async writeFile(e,r){if(this.maybeLog("Write: "+e),typeof r=="string"){let n=this.vault.getAbstractFileByPath(e);return n instanceof ma.TFile?this.vault.modify(n,r):this.adapter.write(e,r)}else if(e.endsWith(this.gitDir+"/index"))this.index=r,this.indexmtime=Date.now();else{let n=this.vault.getAbstractFileByPath(e);return n instanceof ma.TFile?this.vault.modifyBinary(n,r):this.adapter.writeBinary(e,r)}}async readdir(e){e==="."&&(e="/");let r=await this.adapter.list(e),n=[...r.files,...r.folders],i;return e!=="/"?i=n.map(a=>(0,ma.normalizePath)(a.substring(e.length))):i=n,i}async mkdir(e){return this.adapter.mkdir(e)}async rmdir(e,r){var n,i;return this.adapter.rmdir(e,(i=(n=r==null?void 0:r.options)==null?void 0:n.recursive)!=null?i:!1)}async stat(e){if(e.endsWith(this.gitDir+"/index")){if(this.index!==void 0&&this.indexctime!=null&&this.indexmtime!=null)return{isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1,size:this.index.byteLength,type:"file",ctimeMs:this.indexctime,mtimeMs:this.indexmtime};{let n=await this.adapter.stat(e);if(n==null)throw{code:"ENOENT"};return this.indexctime=n.ctime,this.indexmtime=n.mtime,{ctimeMs:n.ctime,mtimeMs:n.mtime,size:n.size,type:"file",isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1}}}e==="."&&(e="/");let r=this.vault.getAbstractFileByPath(e);if(this.maybeLog("Stat: "+e),r instanceof ma.TFile)return this.maybeLog("Reuse stat"),{ctimeMs:r.stat.ctime,mtimeMs:r.stat.mtime,size:r.stat.size,type:"file",isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1};{let n=await this.adapter.stat(e);if(n)return{ctimeMs:n.ctime,mtimeMs:n.mtime,size:n.size,type:n.type==="folder"?"directory":n.type,isFile:()=>n.type==="file",isDirectory:()=>n.type==="folder",isSymbolicLink:()=>!1};throw{code:"ENOENT"}}}async unlink(e){return this.adapter.remove(e)}async lstat(e){return this.stat(e)}async readlink(e){throw new Error(`readlink of (${e}) is not implemented.`)}async symlink(e){throw new Error(`symlink of (${e}) is not implemented.`)}async saveAndClear(){this.index!==void 0&&await this.adapter.writeBinary(this.plugin.gitManager.getRelativeVaultPath(this.gitDir+"/index"),this.index,{ctime:this.indexctime,mtime:this.indexmtime}),this.clearIndex()}clearIndex(){this.index=void 0,this.indexctime=void 0,this.indexmtime=void 0}get gitDir(){return this.plugin.settings.gitDir||".git"}maybeLog(e){}};var wn=class extends $o{constructor(r){super(r);this.FILE=0;this.HEAD=1;this.WORKDIR=2;this.STAGE=3;this.status_mapping={"000":" ","003":"AD","020":"??","022":"A ","023":"AM",100:"D ",101:" D",103:"MD",110:"DA",111:" ",113:"MM",120:"DA",121:" M",122:"M ",123:"MM"};this.noticeLength=999999;this.fs=new Xd(this.app.vault,this.plugin)}getRepo(){return{fs:this.fs,dir:this.plugin.settings.basePath,gitdir:this.plugin.settings.gitDir||void 0,onAuth:()=>{var r,n;return{username:(r=this.plugin.localStorage.getUsername())!=null?r:void 0,password:(n=this.plugin.localStorage.getPassword())!=null?n:void 0}},onAuthFailure:async()=>{new rs.Notice("Authentication failed. Please try with different credentials");let r=await new ze(this.plugin,{placeholder:"Specify your username"}).openAndGetResult();if(r){let n=await new ze(this.plugin,{placeholder:"Specify your password/personal access token"}).openAndGetResult();if(n)return this.plugin.localStorage.setUsername(r),this.plugin.localStorage.setPassword(n),{username:r,password:n}}return{cancel:!0}},http:{async request({url:r,method:n,headers:i,body:a}){let s;a&&(s=await iU(a));let o=await(0,rs.requestUrl)({url:r,method:n,headers:i,body:s,throw:!1});return{url:r,method:n,headers:o.headers,body:nU(o.arrayBuffer),statusCode:o.status,statusMessage:o.status.toString()}}}}}async wrapFS(r){try{let n=await r;return await this.fs.saveAndClear(),n}catch(n){throw await this.fs.saveAndClear(),n}}async status(r){let n,i=window.setTimeout(()=>{n=new rs.Notice("This takes longer: Getting status",this.noticeLength)},2e4);try{this.plugin.setPluginState({gitAction:1});let a={...this.getRepo()};(r==null?void 0:r.path)!=null&&(a.filepaths=[`${r.path}/`]);let s=(await this.wrapFS(re.default.statusMatrix(a))).map(f=>this.getFileStatusResult(f)),o=[],l=[],c=[];for(let f of s)f.workingDir!==" "&&o.push(f),f.index!==" "&&f.index!=="U"&&l.push(f),(f.index!=" "||f.workingDir!=" ")&&c.push(f);let u=[];return window.clearTimeout(i),n==null||n.hide(),{all:c,changed:o,staged:l,conflicted:u}}catch(a){throw window.clearTimeout(i),n==null||n.hide(),this.plugin.displayError(a),a}}async commitAll({message:r,status:n,unstagedFiles:i}){try{return await this.checkAuthorInfo(),await this.stageAll({status:n,unstagedFiles:i}),this.commit({message:r})}catch(a){throw this.plugin.displayError(a),a}}async commit({message:r}){try{await this.checkAuthorInfo(),this.plugin.setPluginState({gitAction:4});let n=await this.formatCommitMessage(r),i=this.plugin.localStorage.getConflict(),a;if(i){let s=await this.branchInfo();a=[s.current,s.tracking]}await this.wrapFS(re.default.commit({...this.getRepo(),message:n,parent:a})),this.plugin.localStorage.setConflict(!1);return}catch(n){throw this.plugin.displayError(n),n}}async stage(r,n){let i=this.getRelativeRepoPath(r,n),a;n?a=r:a=this.getRelativeVaultPath(r);try{this.plugin.setPluginState({gitAction:3}),await this.app.vault.adapter.exists(a)?await this.wrapFS(re.default.add({...this.getRepo(),filepath:i})):await this.wrapFS(re.default.remove({...this.getRepo(),filepath:i}))}catch(s){throw this.plugin.displayError(s),s}}async stageAll({dir:r,status:n,unstagedFiles:i}){try{if(n)await Promise.all(n.changed.map(a=>a.workingDir!=="D"?this.wrapFS(re.default.add({...this.getRepo(),filepath:a.path})):re.default.remove({...this.getRepo(),filepath:a.path})));else{let a=i!=null?i:await this.getUnstagedFiles(r!=null?r:".");await Promise.all(a.map(({path:s,type:o})=>o=="D"?re.default.remove({...this.getRepo(),filepath:s}):this.wrapFS(re.default.add({...this.getRepo(),filepath:s}))))}}catch(a){throw this.plugin.displayError(a),a}}async unstage(r,n){try{this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,n),await this.wrapFS(re.default.resetIndex({...this.getRepo(),filepath:r}))}catch(i){throw this.plugin.displayError(i),i}}async unstageAll({dir:r,status:n}){try{let i;n?i=n.staged.map(a=>a.path):i=(await this.getStagedFiles(r!=null?r:".")).map(({path:s})=>s),await this.wrapFS(Promise.all(i.map(a=>re.default.resetIndex({...this.getRepo(),filepath:a}))))}catch(i){throw this.plugin.displayError(i),i}}async discard(r){try{this.plugin.setPluginState({gitAction:3}),await this.wrapFS(re.default.checkout({...this.getRepo(),filepaths:[r],force:!0}))}catch(n){throw this.plugin.displayError(n),n}}async discardAll({dir:r,status:n}){let i=[];n?r!=null?i=n.changed.filter(a=>a.workingDir!="U"&&a.path.startsWith(r)).map(a=>a.path):i=n.changed.filter(a=>a.workingDir!="U").map(a=>a.path):i=(await this.getUnstagedFiles(r)).filter(a=>a.type!="A").map(({path:a})=>a);try{await this.wrapFS(re.default.checkout({...this.getRepo(),filepaths:i,force:!0}))}catch(a){throw this.plugin.displayError(a),a}}async getUntrackedPaths(r){let n=[];if(r.status)for(let i of r.status.changed)i.index=="U"&&i.workingDir==="U"&&i.path.startsWith(r.path!=null?`${r.path}/`:"")&&n.push(i.path);else{let i=await this.status({path:r==null?void 0:r.path});for(let a of i.changed)a.index==="U"&&a.workingDir==="U"&&n.push(a.path)}return n}getProgressText(r,n){let i=`${r} progress:`;return n.phase&&(i=`${i} ${n.phase}:`),n.loaded&&(i=`${i} ${n.loaded}`,n.total&&(i=`${i} of ${n.total}`)),i}resolveRef(r){return this.wrapFS(re.default.resolveRef({...this.getRepo(),ref:r}))}async pull(){let r=this.showNotice("Initializing pull");try{this.plugin.setPluginState({gitAction:2});let n=await this.resolveRef("HEAD");await this.fetch();let i=await this.branchInfo();await this.checkAuthorInfo(),(await this.wrapFS(re.default.merge({...this.getRepo(),ours:i.current,theirs:i.tracking,abortOnConflict:!1}))).alreadyMerged||await this.wrapFS(re.default.checkout({...this.getRepo(),ref:i.current,onProgress:l=>{r!==void 0&&(r.noticeEl.innerText=this.getProgressText("Checkout",l))},remote:i.remote})),r==null||r.hide();let s=await this.resolveRef("HEAD"),o=await this.getFileChangesCount(n,s);return this.showNotice("Finished pull",!1),o.map(l=>({path:l.path,workingDir:"P",index:"P",vaultPath:this.getRelativeVaultPath(l.path)}))}catch(n){throw r==null||r.hide(),n instanceof re.Errors.MergeConflictError&&await this.plugin.handleConflict(n.data.filepaths.map(i=>this.getRelativeVaultPath(i))),this.plugin.displayError(n),n}}async push(){if(!await this.canPush())return 0;let r=this.showNotice("Initializing push");try{this.plugin.setPluginState({gitAction:1});let n=await this.branchInfo(),i=n.tracking,a=n.current,s=(await this.getFileChangesCount(a,i)).length;this.plugin.setPluginState({gitAction:5});let o=await this.getCurrentRemote();return await this.wrapFS(re.default.push({...this.getRepo(),remote:o,onProgress:l=>{r!==void 0&&(r.noticeEl.innerText=this.getProgressText("Pushing",l))}})),r==null||r.hide(),s}catch(n){throw r==null||r.hide(),this.plugin.displayError(n),n}}async getUnpushedCommits(){let r=await this.branchInfo(),n=r.tracking,i=r.current;if(n==null||i==null)return 0;let a=await this.resolveRef(i),s=await this.resolveRef(n);return(await this.getFileChangesCount(a,s)).length}async canPush(){let r=await this.branchInfo(),n=r.tracking,i=r.current,a=await this.resolveRef(i),s=await this.resolveRef(n);return a!=s}async checkRequirements(){return await this.plugin.app.vault.adapter.exists(`${this.getRepo().dir}/.git/HEAD`)?"valid":"missing-repo"}async branchInfo(){var r,n;try{let i=await re.default.currentBranch(this.getRepo())||"",a=await re.default.listBranches(this.getRepo()),s=(r=await this.getConfig(`branch.${i}.remote`))!=null?r:"origin",o=(n=await this.getConfig(`branch.${i}.merge`))==null?void 0:n.split("refs/heads")[1],l=o?s+o:void 0;return{current:i,tracking:l,branches:a,remote:s}}catch(i){throw this.plugin.displayError(i),i}}async getCurrentRemote(){var i;let r=await re.default.currentBranch(this.getRepo())||"";return(i=await this.getConfig(`branch.${r}.remote`))!=null?i:"origin"}async checkout(r,n){try{return this.wrapFS(re.default.checkout({...this.getRepo(),ref:r,force:!!n,remote:n}))}catch(i){throw this.plugin.displayError(i),i}}async createBranch(r){try{await this.wrapFS(re.default.branch({...this.getRepo(),ref:r,checkout:!0}))}catch(n){throw this.plugin.displayError(n),n}}async deleteBranch(r){try{await this.wrapFS(re.default.deleteBranch({...this.getRepo(),ref:r}))}catch(n){throw this.plugin.displayError(n),n}}branchIsMerged(r){return Promise.resolve(!0)}async init(){try{await this.wrapFS(re.default.init(this.getRepo()))}catch(r){throw this.plugin.displayError(r),r}}async clone(r,n,i){let a=this.showNotice("Initializing clone");try{await this.wrapFS(re.default.clone({...this.getRepo(),dir:n,url:r,depth:i,onProgress:s=>{a!==void 0&&(a.noticeEl.innerText=this.getProgressText("Cloning",s))}})),a==null||a.hide()}catch(s){throw a==null||a.hide(),this.plugin.displayError(s),s}}async setConfig(r,n){try{return this.wrapFS(re.default.setConfig({...this.getRepo(),path:r,value:n}))}catch(i){throw this.plugin.displayError(i),i}}async getConfig(r){try{return this.wrapFS(re.default.getConfig({...this.getRepo(),path:r}))}catch(n){throw this.plugin.displayError(n),n}}async fetch(r){let n=this.showNotice("Initializing fetch");try{let i={...this.getRepo(),onProgress:a=>{n!==void 0&&(n.noticeEl.innerText=this.getProgressText("Fetching",a))},remote:r!=null?r:await this.getCurrentRemote()};await this.wrapFS(re.default.fetch(i)),n==null||n.hide()}catch(i){throw this.plugin.displayError(i),n==null||n.hide(),i}}async setRemote(r,n){try{await this.wrapFS(re.default.addRemote({...this.getRepo(),remote:r,url:n,force:!0}))}catch(i){throw this.plugin.displayError(i),i}}async getRemoteBranches(r){let n=[];return n.push(...await this.wrapFS(re.default.listBranches({...this.getRepo(),remote:r}))),n.remove("HEAD"),n=n.map(i=>`${r}/${i}`),n}async getRemotes(){return(await this.wrapFS(re.default.listRemotes({...this.getRepo()}))).map(r=>r.remote)}async removeRemote(r){await this.wrapFS(re.default.deleteRemote({...this.getRepo(),remote:r}))}async getRemoteUrl(r){var n;return(n=(await this.wrapFS(re.default.listRemotes({...this.getRepo()}))).filter(i=>i.remote==r)[0])==null?void 0:n.url}async log(r,n=!0,i,a){let s=await this.wrapFS(re.default.log({...this.getRepo(),depth:i,ref:a}));return Promise.all(s.map(async o=>{let l=o.commit.message.split(`
+
+`);return{message:l[0],author:{name:o.commit.author.name,email:o.commit.author.email},body:l.slice(1).join(`
+
+`),date:new Date(o.commit.committer.timestamp).toDateString(),diff:{changed:0,files:(await this.getFileChangesCount(o.commit.parent.first(),o.oid)).map(c=>({path:c.path,status:c.type,vaultPath:this.getRelativeVaultPath(c.path),hash:o.oid}))},hash:o.oid,refs:[]}}))}updateBasePath(r){return this.getRepo().dir=r,Promise.resolve()}async updateUpstreamBranch(r){let[n,i]=ki(r),a=await this.branchInfo();await this.wrapFS(re.default.push({...this.getRepo(),remote:n,remoteRef:i})),await this.setConfig(`branch.${a.current}.merge`,`refs/heads/${i}`)}updateGitPath(r){return Promise.resolve()}async getFileChangesCount(r,n){return this.walkDifference({walkers:[re.default.TREE({ref:r}),re.default.TREE({ref:n})]})}async walkDifference({walkers:r,dir:n}){return await this.wrapFS(re.default.walk({...this.getRepo(),trees:r,map:async function(a,[s,o]){if(!pv(a,n))return null;if(await(s==null?void 0:s.type())==="tree"||await(o==null?void 0:o.type())==="tree")return;let l=await(s==null?void 0:s.oid()),c=await(o==null?void 0:o.oid()),u="equal";if(l!==c&&(u="M"),l===void 0&&(u="A"),c===void 0&&(u="D"),l===void 0&&c===void 0&&(console.log("Something weird happened:"),console.log(s),console.log(o)),u!=="equal")return{path:a,type:u}}}))}async getStagedFiles(r="."){return(await this.walkDifference({walkers:[re.default.TREE({ref:"HEAD"}),re.default.STAGE()],dir:r})).map(i=>({vaultPath:this.getRelativeVaultPath(i.path),path:i.path}))}async getUnstagedFiles(r="."){let n,i=window.setTimeout(()=>{n=new rs.Notice("This takes longer: Getting status",this.noticeLength)},2e4);try{let a=this.getRepo(),s=await this.wrapFS(re.default.walk({...a,trees:[re.default.WORKDIR(),re.default.STAGE()],map:async function(o,[l,c]){if(!c&&l&&await re.default.isIgnored({...a,filepath:o})||!pv(o,r))return null;let[u,f]=await Promise.all([l&&l.type(),c&&c.type()]),d=[u,f].includes("blob");if((u==="tree"||u==="special")&&!d)return;if(f==="commit")return null;if((f==="tree"||f==="special")&&!d)return;let h=f==="blob"?await c.oid():void 0,p;return u==="blob"&&f!=="blob"?p="42":u==="blob"&&(p=await l.oid()),p?h?p!==h?{path:o,type:"M"}:null:{path:o,type:"A"}:{path:o,type:"D"}}}));return window.clearTimeout(i),n==null||n.hide(),s}catch(a){throw window.clearTimeout(i),n==null||n.hide(),this.plugin.displayError(a),a}}async getDiffString(r,n=!1,i){let a=this.getRelativeVaultPath(r),s=async(c,[u])=>{if(r==c){let f=await u.oid();return(await re.default.readBlob({...this.getRepo(),oid:f})).blob}};if(i){let c=await(0,re.readBlob)({...this.getRepo(),filepath:r,oid:i}).then(h=>new TextDecoder().decode(h.blob)).catch(h=>{if(!(h instanceof re.default.Errors.NotFoundError))throw h}),u=await re.default.readCommit({...this.getRepo(),oid:i}),f=await(0,re.readBlob)({...this.getRepo(),filepath:r,oid:u.commit.parent.first()}).then(h=>new TextDecoder().decode(h.blob)).catch(h=>{if(!(h instanceof re.default.Errors.NotFoundError))throw h});return Yd(a,f!=null?f:"",c!=null?c:"")}let o=(await re.default.walk({...this.getRepo(),trees:[re.default.STAGE()],map:s})).first(),l=new TextDecoder().decode(o);if(n){let c=await this.resolveRef("HEAD").then(f=>(0,re.readBlob)({...this.getRepo(),filepath:r,oid:f})).then(f=>new TextDecoder().decode(f.blob)).catch(f=>{if(!(f instanceof re.default.Errors.NotFoundError))throw f});return Yd(a,c!=null?c:"",l)}else{let c;return await this.app.vault.adapter.exists(a)?c=await this.app.vault.adapter.read(a):c="",Yd(a,l,c)}}async getLastCommitTime(){let r=this.getRepo(),n=await this.resolveRef("HEAD"),a=(await re.default.readCommit({...r,oid:n})).commit.committer.timestamp;return new Date(a*1e3)}getFileStatusResult(r){let n=this.status_mapping[`${r[this.HEAD]}${r[this.WORKDIR]}${r[this.STAGE]}`];return{index:n[0]=="?"?"U":n[0],workingDir:n[1]=="?"?"U":n[1],path:r[this.FILE],vaultPath:this.getRelativeVaultPath(r[this.FILE])}}async checkAuthorInfo(){let r=await this.getConfig("user.name"),n=await this.getConfig("user.email");if(!r||!n)throw Error("Git author name and email are not set. Please set both fields in the settings.")}showNotice(r,n=!0){if(!this.plugin.settings.disablePopups)return new rs.Notice(r,n?this.noticeLength:void 0)}};async function*nU(t){yield new Uint8Array(t)}async function iU(t){let e=new ReadableStream({async start(n){for await(let i of t)n.enqueue(i);n.close()}});return await new Response(e).arrayBuffer()}var aU="https://momentjs.com/docs/#/parsing/string-format/",sU="https://publish.obsidian.md/git-doc/Line+Authoring",Kd=class extends z.PluginSettingTab{constructor(r,n){super(r,n);this.plugin=n;this.lineAuthorColorSettings=new Map}get settings(){return this.plugin.settings}display(){let{containerEl:r}=this,n=this.plugin,i;n.settings.differentIntervalCommitAndPush?i="commit":i="commit-and-sync";let a=n.gitReady;r.empty(),a||(r.createEl("p",{text:"Git is not ready. When all settings are correct you can configure commit-sync, etc."}),r.createEl("br"));let s;if(a){new z.Setting(r).setName("Automatic").setHeading(),new z.Setting(r).setName("Split timers for automatic commit and sync").setDesc("Enable to use one interval for commit and another for sync.").addToggle(u=>u.setValue(n.settings.differentIntervalCommitAndPush).onChange(async f=>{n.settings.differentIntervalCommitAndPush=f,await n.saveSettings(),n.automaticsManager.reload("commit","push"),this.refreshDisplayWithDelay()})),new z.Setting(r).setName(`Auto ${i} interval (minutes)`).setDesc(`${n.settings.differentIntervalCommitAndPush?"Commit":"Commit and sync"} changes every X minutes. Set to 0 (default) to disable. (See below setting for further configuration!)`).addText(u=>{u.inputEl.type="number",this.setNonDefaultValue({text:u,settingsProperty:"autoSaveInterval"}),u.setPlaceholder(String(Xe.autoSaveInterval)),u.onChange(async f=>{f!==""?n.settings.autoSaveInterval=Number(f):n.settings.autoSaveInterval=Xe.autoSaveInterval,await n.saveSettings(),n.automaticsManager.reload("commit")})}),s=new z.Setting(r).setName(`Auto ${i} after stopping file edits`).setDesc(`Requires the ${i} interval not to be 0.
+ If turned on, do auto ${i} every ${c3(n.settings.autoSaveInterval)} after stopping file edits.
+ This also prevents auto ${i} while editing a file. If turned off, it's independent from the last file edit.`).addToggle(u=>u.setValue(n.settings.autoBackupAfterFileChange).onChange(async f=>{n.settings.autoBackupAfterFileChange=f,this.refreshDisplayWithDelay(),await n.saveSettings(),n.automaticsManager.reload("commit")})),this.mayDisableSetting(s,n.settings.setLastSaveToLastCommit),s=new z.Setting(r).setName(`Auto ${i} after latest commit`).setDesc(`If turned on, sets last auto ${i} timestamp to the latest commit timestamp. This reduces the frequency of auto ${i} when doing manual commits.`).addToggle(u=>u.setValue(n.settings.setLastSaveToLastCommit).onChange(async f=>{n.settings.setLastSaveToLastCommit=f,await n.saveSettings(),n.automaticsManager.reload("commit"),this.refreshDisplayWithDelay()})),this.mayDisableSetting(s,n.settings.autoBackupAfterFileChange),s=new z.Setting(r).setName("Auto push interval (minutes)").setDesc("Push commits every X minutes. Set to 0 (default) to disable.").addText(u=>{u.inputEl.type="number",this.setNonDefaultValue({text:u,settingsProperty:"autoPushInterval"}),u.setPlaceholder(String(Xe.autoPushInterval)),u.onChange(async f=>{f!==""?n.settings.autoPushInterval=Number(f):n.settings.autoPushInterval=Xe.autoPushInterval,await n.saveSettings(),n.automaticsManager.reload("push")})}),this.mayDisableSetting(s,!n.settings.differentIntervalCommitAndPush),new z.Setting(r).setName("Auto pull interval (minutes)").setDesc("Pull changes every X minutes. Set to 0 (default) to disable.").addText(u=>{u.inputEl.type="number",this.setNonDefaultValue({text:u,settingsProperty:"autoPullInterval"}),u.setPlaceholder(String(Xe.autoPullInterval)),u.onChange(async f=>{f!==""?n.settings.autoPullInterval=Number(f):n.settings.autoPullInterval=Xe.autoPullInterval,await n.saveSettings(),n.automaticsManager.reload("pull")})}),new z.Setting(r).setName(`Auto ${i} only staged files`).setDesc(`If turned on, only staged files are committed on ${i}. If turned off, all changed files are committed.`).addToggle(u=>u.setValue(n.settings.autoCommitOnlyStaged).onChange(async f=>{n.settings.autoCommitOnlyStaged=f,await n.saveSettings()})),new z.Setting(r).setName(`Specify custom commit message on auto ${i}`).setDesc("You will get a pop up to specify your message.").addToggle(u=>u.setValue(n.settings.customMessageOnAutoBackup).onChange(async f=>{n.settings.customMessageOnAutoBackup=f,await n.saveSettings(),this.refreshDisplayWithDelay()})),s=new z.Setting(r).setName(`Commit message on auto ${i}`).setDesc("Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message).").addTextArea(u=>{u.setPlaceholder(Xe.autoCommitMessage).onChange(async f=>{f===""?n.settings.autoCommitMessage=Xe.autoCommitMessage:n.settings.autoCommitMessage=f,await n.saveSettings()}),this.setNonDefaultValue({text:u,settingsProperty:"autoCommitMessage"})}),this.mayDisableSetting(s,n.settings.customMessageOnAutoBackup),new z.Setting(r).setName("Commit message").setHeading(),new z.Setting(r).setName("Commit message on manual commit").setDesc("Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message).").addTextArea(u=>{u.setPlaceholder(Xe.commitMessage).onChange(async f=>{f===""?n.settings.commitMessage=Xe.commitMessage:n.settings.commitMessage=f,await n.saveSettings()}),this.setNonDefaultValue({text:u,settingsProperty:"commitMessage"})}),new z.Setting(r).setName("Commit message script").setDesc("A script that is run using 'sh -c' to generate the commit message. May be used to generate commit messages using AI tools. Available placeholders: {{hostname}}, {{date}}.").addText(u=>{u.onChange(async f=>{f===""?n.settings.commitMessageScript=Xe.commitMessageScript:n.settings.commitMessageScript=f,await n.saveSettings()}),this.setNonDefaultValue({text:u,settingsProperty:"commitMessageScript"})});let c=new z.Setting(r).setName("{{date}} placeholder format").addMomentFormat(u=>u.setDefaultFormat(n.settings.commitDateFormat).setValue(n.settings.commitDateFormat).onChange(async f=>{n.settings.commitDateFormat=f,await n.saveSettings()}));c.descEl.innerHTML=`
+ Specify custom date format. E.g. "${l0}. See <a href="https://momentjs.com">Moment.js</a> for more formats.`,new z.Setting(r).setName("{{hostname}} placeholder replacement").setDesc("Specify custom hostname for every device.").addText(u=>{var f;return u.setValue((f=n.localStorage.getHostname())!=null?f:"").onChange(d=>{n.localStorage.setHostname(d)})}),new z.Setting(r).setName("Preview commit message").addButton(u=>u.setButtonText("Preview").onClick(async()=>{let f=await n.gitManager.formatCommitMessage(n.settings.commitMessage);new z.Notice(`${f}`)})),new z.Setting(r).setName("List filenames affected by commit in the commit body").addToggle(u=>u.setValue(n.settings.listChangedFilesInMessageBody).onChange(async f=>{n.settings.listChangedFilesInMessageBody=f,await n.saveSettings()})),new z.Setting(r).setName("Pull").setHeading(),n.gitManager instanceof Ce&&new z.Setting(r).setName("Merge strategy").setDesc("Decide how to integrate commits from your remote branch into your local branch.").addDropdown(u=>{let f={merge:"Merge",rebase:"Rebase",reset:"Other sync service (Only updates the HEAD without touching the working directory)"};u.addOptions(f),u.setValue(n.settings.syncMethod),u.onChange(async d=>{n.settings.syncMethod=d,await n.saveSettings()})}),new z.Setting(r).setName("Pull on startup").setDesc("Automatically pull commits when Obsidian starts.").addToggle(u=>u.setValue(n.settings.autoPullOnBoot).onChange(async f=>{n.settings.autoPullOnBoot=f,await n.saveSettings()})),new z.Setting(r).setName("Commit-and-sync").setDesc("Commit-and-sync with default settings means staging everything -> committing -> pulling -> pushing. Ideally this is a single action that you do regularly to keep your local and remote repository in sync.").setHeading(),s=new z.Setting(r).setName("Push on commit-and-sync").setDesc(`Most of the time you want to push after committing. Turning this off turns a commit-and-sync action into commit ${n.settings.pullBeforePush?"and pull ":""}only. It will still be called commit-and-sync.`).addToggle(u=>u.setValue(!n.settings.disablePush).onChange(async f=>{n.settings.disablePush=!f,this.refreshDisplayWithDelay(),await n.saveSettings()})),new z.Setting(r).setName("Pull on commit-and-sync").setDesc(`On commit-and-sync, pull commits as well. Turning this off turns a commit-and-sync action into commit ${n.settings.disablePush?"":"and push "}only.`).addToggle(u=>u.setValue(n.settings.pullBeforePush).onChange(async f=>{n.settings.pullBeforePush=f,this.refreshDisplayWithDelay(),await n.saveSettings()})),n.gitManager instanceof Ce&&(new z.Setting(r).setName("Line author information").setHeading(),this.addLineAuthorInfoSettings())}new z.Setting(r).setName("History view").setHeading(),new z.Setting(r).setName("Show Author").setDesc("Show the author of the commit in the history view.").addDropdown(c=>{let u={hide:"Hide",full:"Full",initials:"Initials"};c.addOptions(u),c.setValue(n.settings.authorInHistoryView),c.onChange(async f=>{n.settings.authorInHistoryView=f,await n.saveSettings(),await n.refresh()})}),new z.Setting(r).setName("Show Date").setDesc("Show the date of the commit in the history view. The {{date}} placeholder format is used to display the date.").addToggle(c=>c.setValue(n.settings.dateInHistoryView).onChange(async u=>{n.settings.dateInHistoryView=u,await n.saveSettings(),await n.refresh()})),new z.Setting(r).setName("Source control view").setHeading(),new z.Setting(r).setName("Automatically refresh source control view on file changes").setDesc("On slower machines this may cause lags. If so, just disable this option.").addToggle(c=>c.setValue(n.settings.refreshSourceControl).onChange(async u=>{n.settings.refreshSourceControl=u,await n.saveSettings()})),new z.Setting(r).setName("Source control view refresh interval").setDesc("Milliseconds to wait after file change before refreshing the Source Control View.").addText(c=>{c.inputEl.type="number",this.setNonDefaultValue({text:c,settingsProperty:"refreshSourceControlTimer"}),c.setPlaceholder(String(Xe.refreshSourceControlTimer)),c.onChange(async f=>{f!==""&&Number.isInteger(Number(f))?n.settings.refreshSourceControlTimer=Math.max(Number(f),500):n.settings.refreshSourceControlTimer=Xe.refreshSourceControlTimer,await n.saveSettings(),n.setRefreshDebouncer()})}),new z.Setting(r).setName("Miscellaneous").setHeading(),n.gitManager instanceof Ce&&new z.Setting(r).setName("Diff view style").setDesc('Set the style for the diff view. Note that the actual diff in "Split" mode is not generated by Git, but the editor itself instead so it may differ from the diff generated by Git. One advantage of this is that you can edit the text in that view.').addDropdown(c=>{let u={split:"Split",git_unified:"Unified"};c.addOptions(u),c.setValue(n.settings.diffStyle),c.onChange(async f=>{n.settings.diffStyle=f,await n.saveSettings()})}),new z.Setting(r).setName("Disable informative notifications").setDesc("Disable informative notifications for git operations to minimize distraction (refer to status bar for updates).").addToggle(c=>c.setValue(n.settings.disablePopups).onChange(async u=>{n.settings.disablePopups=u,this.refreshDisplayWithDelay(),await n.saveSettings()})),new z.Setting(r).setName("Disable error notifications").setDesc("Disable error notifications of any kind to minimize distraction (refer to status bar for updates).").addToggle(c=>c.setValue(!n.settings.showErrorNotices).onChange(async u=>{n.settings.showErrorNotices=!u,await n.saveSettings()})),n.settings.disablePopups||new z.Setting(r).setName("Hide notifications for no changes").setDesc("Don't show notifications when there are no changes to commit or push.").addToggle(c=>c.setValue(n.settings.disablePopupsForNoChanges).onChange(async u=>{n.settings.disablePopupsForNoChanges=u,await n.saveSettings()})),new z.Setting(r).setName("Show status bar").setDesc("Obsidian must be restarted for the changes to take affect.").addToggle(c=>c.setValue(n.settings.showStatusBar).onChange(async u=>{n.settings.showStatusBar=u,await n.saveSettings()})),new z.Setting(r).setName("File menu integration").setDesc('Add "Stage", "Unstage" and "Add to .gitignore" actions to the file menu.').addToggle(c=>c.setValue(n.settings.showFileMenu).onChange(async u=>{n.settings.showFileMenu=u,await n.saveSettings()})),new z.Setting(r).setName("Show branch status bar").setDesc("Obsidian must be restarted for the changes to take affect.").addToggle(c=>c.setValue(n.settings.showBranchStatusBar).onChange(async u=>{n.settings.showBranchStatusBar=u,await n.saveSettings()})),new z.Setting(r).setName("Show the count of modified files in the status bar").addToggle(c=>c.setValue(n.settings.changedFilesInStatusBar).onChange(async u=>{n.settings.changedFilesInStatusBar=u,await n.saveSettings()})),n.gitManager instanceof wn?new z.Setting(r).setName("Authentication/commit author").setHeading():new z.Setting(r).setName("Commit author").setHeading(),n.gitManager instanceof wn&&new z.Setting(r).setName("Username on your git server. E.g. your username on GitHub").addText(c=>{var u;c.setValue((u=n.localStorage.getUsername())!=null?u:""),c.onChange(f=>{n.localStorage.setUsername(f)})}),n.gitManager instanceof wn&&new z.Setting(r).setName("Password/Personal access token").setDesc("Type in your password. You won't be able to see it again.").addText(c=>{c.inputEl.autocapitalize="off",c.inputEl.autocomplete="off",c.inputEl.spellcheck=!1,c.onChange(u=>{n.localStorage.setPassword(u)})}),n.gitReady&&new z.Setting(r).setName("Author name for commit").addText(async c=>{var u;c.setValue((u=await n.gitManager.getConfig("user.name"))!=null?u:""),c.onChange(async f=>{await n.gitManager.setConfig("user.name",f==""?void 0:f)})}),n.gitReady&&new z.Setting(r).setName("Author email for commit").addText(async c=>{var u;c.setValue((u=await n.gitManager.getConfig("user.email"))!=null?u:""),c.onChange(async f=>{await n.gitManager.setConfig("user.email",f==""?void 0:f)})}),new z.Setting(r).setName("Advanced").setDesc("These settings usually don't need to be changed, but may be required for special setups.").setHeading(),n.gitManager instanceof Ce&&(new z.Setting(r).setName("Update submodules").setDesc('"Commit-and-sync" and "pull" takes care of submodules. Missing features: Conflicted files, count of pulled/pushed/committed files. Tracking branch needs to be set for each submodule.').addToggle(c=>c.setValue(n.settings.updateSubmodules).onChange(async u=>{n.settings.updateSubmodules=u,await n.saveSettings()})),n.settings.updateSubmodules&&new z.Setting(r).setName("Submodule recurse checkout/switch").setDesc("Whenever a checkout happens on the root repository, recurse the checkout on the submodules (if the branches exist).").addToggle(c=>c.setValue(n.settings.submoduleRecurseCheckout).onChange(async u=>{n.settings.submoduleRecurseCheckout=u,await n.saveSettings()}))),n.gitManager instanceof Ce&&new z.Setting(r).setName("Custom Git binary path").addText(c=>{var u;c.setValue((u=n.localStorage.getGitPath())!=null?u:""),c.setPlaceholder("git"),c.onChange(f=>{n.localStorage.setGitPath(f),n.gitManager.updateGitPath(f||"git").catch(d=>n.displayError(d))})}),n.gitManager instanceof Ce&&new z.Setting(r).setName("Additional environment variables").setDesc("Use each line for a new environment variable in the format KEY=VALUE .").addTextArea(c=>{c.setPlaceholder("GIT_DIR=/path/to/git/dir"),c.setValue(n.localStorage.getEnvVars().join(`
+`)),c.onChange(u=>{n.localStorage.setEnvVars(u.split(`
+`))})}),n.gitManager instanceof Ce&&new z.Setting(r).setName("Additional PATH environment variable paths").setDesc("Use each line for one path").addTextArea(c=>{c.setValue(n.localStorage.getPATHPaths().join(`
+`)),c.onChange(u=>{n.localStorage.setPATHPaths(u.split(`
+`))})}),n.gitManager instanceof Ce&&new z.Setting(r).setName("Reload with new environment variables").setDesc("Removing previously added environment variables will not take effect until Obsidian is restarted.").addButton(c=>{c.setButtonText("Reload"),c.setCta(),c.onClick(async()=>{await n.gitManager.setGitInstance()})}),new z.Setting(r).setName("Custom base path (Git repository path)").setDesc(`
+ Sets the relative path to the vault from which the Git binary should be executed.
+ Mostly used to set the path to the Git repository, which is only required if the Git repository is below the vault root directory. Use "\\" instead of "/" on Windows.
+ `).addText(c=>{c.setValue(n.settings.basePath),c.setPlaceholder("directory/directory-with-git-repo"),c.onChange(async u=>{n.settings.basePath=u,await n.saveSettings(),n.gitManager.updateBasePath(u||"").catch(f=>n.displayError(f))})}),new z.Setting(r).setName("Custom Git directory path (Instead of '.git')").setDesc('Requires restart of Obsidian to take effect. Use "\\" instead of "/" on Windows.').addText(c=>{c.setValue(n.settings.gitDir),c.setPlaceholder(".git"),c.onChange(async u=>{n.settings.gitDir=u,await n.saveSettings()})}),new z.Setting(r).setName("Disable on this device").setDesc("Disables the plugin on this device. This setting is not synced.").addToggle(c=>c.setValue(n.localStorage.getPluginDisabled()).onChange(u=>{n.localStorage.setPluginDisabled(u),u?n.unloadPlugin():n.init({fromReload:!0}).catch(f=>n.displayError(f)),new z.Notice("Obsidian must be restarted for the changes to take affect.")})),new z.Setting(r).setName("Support").setHeading(),new z.Setting(r).setName("Donate").setDesc("If you like this Plugin, consider donating to support continued development.").addButton(c=>{c.buttonEl.outerHTML="<a href='https://ko-fi.com/F1F195IQ5' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>"});let o=r.createDiv();o.setAttr("align","center"),o.setAttr("style","margin: var(--size-4-2)");let l=o.createEl("button");if(l.setText("Copy Debug Information"),l.onclick=async()=>{await window.navigator.clipboard.writeText(JSON.stringify({settings:this.plugin.settings,pluginVersion:this.plugin.manifest.version},null,4)),new z.Notice("Debug information copied to clipboard. May contain sensitive information!")},z.Platform.isDesktopApp){let c=r.createDiv();c.setAttr("align","center"),c.setText(`Debugging and logging:
+You can always see the logs of this and every other plugin by opening the console with`);let u=r.createDiv();u.setAttr("align","center"),u.addClass("obsidian-git-shortcuts"),z.Platform.isMacOS===!0?u.createEl("kbd",{text:"CMD (\u2318) + OPTION (\u2325) + I"}):u.createEl("kbd",{text:"CTRL + SHIFT + I"})}}mayDisableSetting(r,n){n&&(r.setDisabled(n),r.setClass("obsidian-git-disabled"))}configureLineAuthorShowStatus(r){this.settings.lineAuthor.show=r,this.plugin.saveSettings(),r?this.plugin.lineAuthoringFeature.activateFeature():this.plugin.lineAuthoringFeature.deactivateFeature()}async lineAuthorSettingHandler(r,n){this.settings.lineAuthor[r]=n,await this.plugin.saveSettings(),this.plugin.lineAuthoringFeature.refreshLineAuthorViews()}beforeSaveSettings(){let r=this.settings.lineAuthor;r.authorDisplay!=="hide"&&(r.lastShownAuthorDisplay=r.authorDisplay),r.dateTimeFormatOptions!=="hide"&&(r.lastShownDateTimeFormatOptions=r.dateTimeFormatOptions)}addLineAuthorInfoSettings(){let r=new z.Setting(this.containerEl).setName("Show commit authoring information next to each line");if(this.plugin.lineAuthoringFeature.isAvailableOnCurrentPlatform()||r.setDesc("Only available on desktop currently.").setDisabled(!0),r.descEl.innerHTML=`
+ <a href="${sU}">Feature guide and quick examples</a></br>
+ The commit hash, author name and authoring date can all be individually toggled.</br>Hide everything, to only show the age-colored sidebar.`,r.addToggle(n=>n.setValue(this.settings.lineAuthor.show).onChange(i=>{this.configureLineAuthorShowStatus(i),this.refreshDisplayWithDelay()})),this.settings.lineAuthor.show){let n=new z.Setting(this.containerEl).setName("Follow movement and copies across files and commits").setDesc("").addDropdown(a=>{a.addOptions({inactive:"Do not follow (default)","same-commit":"Follow within same commit","all-commits":"Follow within all commits (maybe slow)"}),a.setValue(this.settings.lineAuthor.followMovement),a.onChange(s=>this.lineAuthorSettingHandler("followMovement",s))});if(n.descEl.innerHTML=`
+ By default (deactivated), each line only shows the newest commit where it was changed.
+ <br/>
+ With <i>same commit</i>, cut-copy-paste-ing of text is followed within the same commit and the original commit of authoring will be shown.
+ <br/>
+ With <i>all commits</i>, cut-copy-paste-ing text inbetween multiple commits will be detected.
+ <br/>
+ It uses <a href="https://git-scm.com/docs/git-blame">git-blame</a> and
+ for matches (at least ${dd} characters) within the same (or all) commit(s), <em>the originating</em> commit's information is shown.`,new z.Setting(this.containerEl).setName("Show commit hash").addToggle(a=>{a.setValue(this.settings.lineAuthor.showCommitHash),a.onChange(s=>this.lineAuthorSettingHandler("showCommitHash",s))}),new z.Setting(this.containerEl).setName("Author name display").setDesc("If and how the author is displayed").addDropdown(a=>{let s={hide:"Hide",initials:"Initials (default)","first name":"First name","last name":"Last name",full:"Full name"};a.addOptions(s),a.setValue(this.settings.lineAuthor.authorDisplay),a.onChange(async o=>this.lineAuthorSettingHandler("authorDisplay",o))}),new z.Setting(this.containerEl).setName("Authoring date display").setDesc("If and how the date and time of authoring the line is displayed").addDropdown(a=>{let s={hide:"Hide",date:"Date (default)",datetime:"Date and time","natural language":"Natural language",custom:"Custom"};a.addOptions(s),a.setValue(this.settings.lineAuthor.dateTimeFormatOptions),a.onChange(async o=>{await this.lineAuthorSettingHandler("dateTimeFormatOptions",o),this.refreshDisplayWithDelay()})}),this.settings.lineAuthor.dateTimeFormatOptions==="custom"){let a=new z.Setting(this.containerEl);a.setName("Custom authoring date format").addText(s=>{s.setValue(this.settings.lineAuthor.dateTimeFormatCustomString),s.setPlaceholder("YYYY-MM-DD HH:mm"),s.onChange(async o=>{await this.lineAuthorSettingHandler("dateTimeFormatCustomString",o),a.descEl.innerHTML=this.previewCustomDateTimeDescriptionHtml(o)})}),a.descEl.innerHTML=this.previewCustomDateTimeDescriptionHtml(this.settings.lineAuthor.dateTimeFormatCustomString)}new z.Setting(this.containerEl).setName("Authoring date display timezone").addDropdown(a=>{let s={"viewer-local":"My local (default)","author-local":"Author's local",utc0000:"UTC+0000/Z"};a.addOptions(s),a.setValue(this.settings.lineAuthor.dateTimeTimezone),a.onChange(async o=>this.lineAuthorSettingHandler("dateTimeTimezone",o))}).descEl.innerHTML=`
+ The time-zone in which the authoring date should be shown.
+ Either your local time-zone (default),
+ the author's time-zone during commit creation or
+ <a href="https://en.wikipedia.org/wiki/UTC%C2%B100:00">UTC\xB100:00</a>.
+ `;let i=new z.Setting(this.containerEl).setName("Oldest age in coloring");i.descEl.innerHTML=this.previewOldestAgeDescriptionHtml(this.settings.lineAuthor.coloringMaxAge)[0],i.addText(a=>{a.setPlaceholder("1y"),a.setValue(this.settings.lineAuthor.coloringMaxAge),a.onChange(async s=>{let[o,l]=this.previewOldestAgeDescriptionHtml(s);i.descEl.innerHTML=o,l&&(await this.lineAuthorSettingHandler("coloringMaxAge",s),this.refreshColorSettingsName("oldest"))})}),this.createColorSetting("newest"),this.createColorSetting("oldest"),new z.Setting(this.containerEl).setName("Text color").addText(a=>{a.setValue(this.settings.lineAuthor.textColorCss),a.onChange(async s=>{await this.lineAuthorSettingHandler("textColorCss",s)})}).descEl.innerHTML=`
+ The CSS color of the gutter text.<br/>
+
+ It is highly recommended to use
+ <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties">
+ CSS variables</a>
+ defined by themes
+ (e.g. <pre style="display:inline">var(--text-muted)</pre> or
+ <pre style="display:inline">var(--text-on-accent)</pre>,
+ because they automatically adapt to theme changes.<br/>
+
+ See: <a href="https://github.com/obsidian-community/obsidian-theme-template/blob/main/obsidian.css">
+ List of available CSS variables in Obsidian
+ <a/>
+ `,new z.Setting(this.containerEl).setName("Ignore whitespace and newlines in changes").addToggle(a=>{a.setValue(this.settings.lineAuthor.ignoreWhitespace),a.onChange(s=>this.lineAuthorSettingHandler("ignoreWhitespace",s))}).descEl.innerHTML=`
+ Whitespace and newlines are interpreted as
+ part of the document and in changes
+ by default (hence not ignored).
+ This makes the last line being shown as 'changed'
+ when a new subsequent line is added,
+ even if the previously last line's text is the same.
+ <br>
+ If you don't care about purely-whitespace changes
+ (e.g. list nesting / quote indentation changes),
+ then activating this will provide more meaningful change detection.
+ `}}createColorSetting(r){let n=new z.Setting(this.containerEl).setName("").addText(i=>{let a=Rv(r,this.settings.lineAuthor),s=Rv(r,Xe.lineAuthor);i.setPlaceholder(mv(s)),i.setValue(mv(a)),i.onChange(async o=>{let l=n3(o);if(l!==void 0){let c=r==="newest"?"colorNew":"colorOld";await this.lineAuthorSettingHandler(c,l)}this.refreshColorSettingsDesc(r,l)})});this.lineAuthorColorSettings.set(r,n),this.refreshColorSettingsName(r),this.refreshColorSettingsDesc(r,Rv(r,this.settings.lineAuthor))}refreshColorSettingsName(r){let n=this.lineAuthorColorSettings.get(r);if(n){let i=r==="oldest"?`oldest (${this.settings.lineAuthor.coloringMaxAge} or older)`:"newest";n.nameEl.innerText=`Color for ${i} commits`}}refreshColorSettingsDesc(r,n){let i=this.lineAuthorColorSettings.get(r);i&&(i.descEl.innerHTML=this.colorSettingPreviewDescHtml(r,this.settings.lineAuthor,n!==void 0))}colorSettingPreviewDescHtml(r,n,i){let a=i?Mv(r,n):"rgba(127,127,127,0.3)",s=z.moment.unix(z.moment.now()/1e3).format("YYYY-MM-DD"),o=i?`abcdef Author Name ${s}`:"invalid color";return`Supports 'rgb(r,g,b)', 'hsl(h,s,l)', hex (#) and
+ named colors (e.g. 'black', 'purple'). Color preview: ${`<div
+ class="line-author-settings-preview"
+ style="background-color: ${a}; width: 30ch;"
+ >${o}</div>`}`}previewCustomDateTimeDescriptionHtml(r){let n=(0,z.moment)().format(r);return`<a href="${aU}">Format string</a> to display the authoring date.</br>Currently: ${n}`}previewOldestAgeDescriptionHtml(r){let n=Zd(r);return[`The oldest age in the line author coloring. Everything older will have the same color.
+ </br>Smallest valid age is "1d". Currently: ${n!==void 0?`${n.asDays()} days`:"invalid!"}`,n]}setNonDefaultValue({settingsProperty:r,text:n}){let i=this.plugin.settings[r];Xe[r]!==i&&(typeof i=="string"||typeof i=="number"||typeof i=="boolean"?n.setValue(String(i)):n.setValue(JSON.stringify(i)))}refreshDisplayWithDelay(r=80){setTimeout(()=>this.display(),r)}};function Rv(t,e){return t==="oldest"?e.colorOld:e.colorNew}function Zd(t){let e=z.moment.duration("P"+t.toUpperCase());return e.isValid()&&e.asDays()&&e.asDays()>=1?e:void 0}function C3(t,e,r){if(!(t===void 0||e===void 0||r===void 0))return`head${t}-obj${e}-path${r}`}var P3=Jd.StateEffect.define();function R3(t,e,r){return r.update({effects:P3.of({key:t,la:e,lineOffsetsFromUnsavedChanges:new Map})})}var Lo=Jd.StateField.define({create:t=>{},update:(t,e)=>{for(let r of e.effects)if(r.is(P3))return r.value;return oU(e,t)},compare:(t,e)=>(t==null?void 0:t.key)===(e==null?void 0:e.key)});function Qd(t){var a;let e=T3.sha256.create();if(!t)return e;let{la:r,key:n,lineOffsetsFromUnsavedChanges:i}=t;e.update(r==="untracked"?"t":"f"),e.update(n);for(let[s,o]of(a=i.entries())!=null?a:[])e.update([s,o]);return e}var Qr={get:void 0,save:void 0};function M3(t,e){Qr.get=t,Qr.save=e}function eh(t){var e,r;return(r=(e=Zd(t.coloringMaxAge))==null?void 0:e.asDays())!=null?r:Zd(Xe.lineAuthor.coloringMaxAge).asDays()}function oU(t,e){if(e)return t.changes.empty||t.changes.iterChanges((r,n,i,a)=>{var p;let s=t.startState.doc,{newDoc:o}=t,l=s.lineAt(r).number,c=s.lineAt(n).number,u=o.lineAt(i).number,f=o.lineAt(a).number,d=c-l+1,h=f-u+1;for(let g=u;g<=f;g++){let v=(p=e.lineOffsetsFromUnsavedChanges.get(g))!=null?p:0,y=f===g,b=h-d;y&&(v+=b),e.lineOffsetsFromUnsavedChanges.set(g,v)}}),e}var Ov=class{constructor(e){this.state=e;this.subscribeMe()}notifyLineAuthoring(e,r){if(this.view===void 0){console.warn(`Git: View is not defined for editor cache key. Unforeseen situation. id: ${e}`);return}let n=this.view.state,i=R3(e,r,n);this.view.dispatch(i)}updateToNewState(e){let r=this.lastSeenPath&&this.filepath!=this.lastSeenPath;return this.state=e,r&&(this.unsubscribeMe(this.lastSeenPath),this.subscribeMe()),this}removeIfStale(){this.view.destroyed&&this.unsubscribeMe(this.lastSeenPath)}subscribeMe(){this.filepath!==void 0&&(Do.ifFilepathDefinedTransformSubscribers(this.filepath,e=>e.add(this)),this.lastSeenPath=this.filepath)}unsubscribeMe(e){Do.ifFilepathDefinedTransformSubscribers(e,r=>r.delete(this))}get filepath(){var e,r;return(r=(e=this.state.field(th.editorInfoField))==null?void 0:e.file)==null?void 0:r.path}get view(){return this.state.field(th.editorEditorField)}},I3=O3.StateField.define({create:t=>new Ov(t),update:(t,e)=>t.updateToNewState(e.state),compare:(t,e)=>t===e});m();function F3(){jo=void 0,Iv=[],rh=0,ih.clear(),ah.clear(),No.clear()}var jo,nh=()=>jo;function $3(t,e){var i;let r=e.length;if(r<((i=jo==null?void 0:jo.length)!=null?i:0))return;jo={gutter:t,length:r,text:e};let n=Qr.get();r!==n.gutterSpacingFallbackLength&&(n.gutterSpacingFallbackLength=r,Qr.save(n))}var Iv=[],lU=15,rh=0;function D3(t){Iv[rh]=t,rh=(rh+1)%lU}function L3(){return a3(Iv)}var ih=new Map,ah=new Map,No=new Set;m();var K3=require("@codemirror/state"),Z3=require("@codemirror/view");m();var Lv=require("@codemirror/view"),q3=Ot(_v()),lh=require("obsidian");m();m();var sh={x:-10,y:-10};function j3(){sh.x===-10&&window.addEventListener("mousedown",t=>{sh.x=t.clientX,sh.y=t.clientY})}function N3(){for(let t of No)if(cU(t,sh))return t}function cU(t,e){let{x:r,y:n,width:i,height:a}=t.getBoundingClientRect();return r<=e.x&&e.x<=r+i&&n<=e.y&&e.y<=n+a}m();var Nc={};var B3="data-commit";function H3(t,e,r){if(e.hasFocus())return;let n=N3();if(!n)return;let i=fU(n);i&&(!i.isZeroCommit&&!i.isWaitingGutter&&uU(i,t),Fv("showCommitHash",t),Fv("authorDisplay",t),Fv("dateTimeFormatOptions",t))}function uU(t,e){e.addItem(r=>r.setTitle("Copy commit hash").setIcon("copy").setSection("obs-git-line-author-copy").onClick(n=>navigator.clipboard.writeText(t.hash)))}function Fv(t,e){var l,c;let r,n,i=Nc.plugin.settings.lineAuthor,a=i[t],s=typeof a=="boolean"?a:a!=="hide",o=Xe.lineAuthor[t];if(t==="showCommitHash")r="Show commit hash",n=a;else if(t==="authorDisplay"){let u=(l=i.lastShownAuthorDisplay)!=null?l:o;r="Show author "+(s?a:u),n=s?"hide":u}else if(t==="dateTimeFormatOptions"){let u=(c=i.lastShownDateTimeFormatOptions)!=null?c:o;r="Show "+(s?a:u),r+=r.contains("date")?"":" date",n=s?"hide":u}else pa(t);e.addItem(u=>u.setTitle(r).setSection("obs-git-line-author-configure").setChecked(s).onClick(f=>{var d,h;return(h=(d=Nc.plugin)==null?void 0:d.settingsTab)==null?void 0:h.lineAuthorSettingHandler(t,n)}))}function U3(t,e,r){r.setAttr(B3,JSON.stringify({hash:t.hash,isZeroCommit:t.isZeroCommit,isWaitingGutter:e}))}function fU(t){let e=t.getAttr(B3);return e?JSON.parse(e):void 0}m();function Mv(t,e){return t==="oldest"?oh(0,!1,e).color:oh(void 0,!0,e).color}function oh(t,e,r){let n=eh(r),i=Date.now()/1e3,a=t!=null?t:0,o=(e?0:i-a)/60/60/24,l=Math.pow(Math.clamp(o/n,0,1),1/2.3),c=dU(),u=r.colorNew,f=r.colorOld,d=c?.4:1,h=$v(u.r,f.r,l)*d,p=$v(u.g,f.g,l)*d,g=$v(u.b,f.b,l)*d;return{color:`rgba(${h},${p},${g},${c?.75:.25})`,daysSinceCommit:o}}function $v(t,e,r){return t+(e-t)*r}function dU(){var t;return((t=window.app)==null?void 0:t.getTheme())==="obsidian"}function G3(t){document.body.style.setProperty("--obs-git-gutter-text",t.textColorCss)}m();function z3(t,e,r){let n;for(let i=e;i<=r;i++){let a=t.hashPerLine[i],s=t.commits.get(a);(!n||s.isZeroCommit||hU(s,n))&&(n=s)}return n}function hU(t,e){var i,a,s,o;let r=(a=(i=t.author)==null?void 0:i.epochSeconds)!=null?a:0,n=(o=(s=e.author)==null?void 0:s.epochSeconds)!=null?o:0;return r>n}var V3="-",pU="+",mU=3,gU="*",vU=/\S/g,yU="%",Bo=class t extends Lv.GutterMarker{constructor(r){super();this.text=r}eq(r){return r instanceof t&&this.text===r.text}toDOM(){return document.createTextNode(this.text)}destroy(r){r&&(document.body.contains(r)||r.remove())}},Dv=class extends Lv.GutterMarker{constructor(r,n,i,a,s,o){super();this.lineAuthoring=r;this.startLine=n;this.endLine=i;this.key=a;this.settings=s;this.options=o;this.point=!1;this.elementClass="obs-git-blame-gutter"}eq(r){return this.key===(r==null?void 0:r.key)&&this.startLine===(r==null?void 0:r.startLine)&&this.endLine===(r==null?void 0:r.endLine)&&(this==null?void 0:this.options)===(r==null?void 0:r.options)}toDOM(){var r;return this.precomputedDomProvider=(r=this.precomputedDomProvider)!=null?r:this.computeDom(),this.precomputedDomProvider()}destroy(r){r&&(document.body.contains(r)||(No.delete(r),r.remove()))}computeDom(){let r=z3(this.lineAuthoring,this.startLine,this.endLine),n=r.isZeroCommit?"":this.renderNonZeroCommit(r);return!r.isZeroCommit&&this.options!=="waiting-for-result"?$3(this,n):n=this.adaptTextForFakeCommit(r,n,this.options),this.createHtmlNode(r,n,this.options==="waiting-for-result")}createHtmlNode(r,n,i){var c;let a=window.createDiv();a.innerText=n;let{color:s,daysSinceCommit:o}=oh((c=r==null?void 0:r.author)==null?void 0:c.epochSeconds,r==null?void 0:r.isZeroCommit,this.settings);a.style.backgroundColor=s,U3(r,i,a);function l(){let u=a.cloneNode(!0);return No.add(u),i||D3(o),u}return l}renderNonZeroCommit(r){let n=this.settings.showCommitHash?this.renderHash(r):"",i=this.settings.authorDisplay==="hide"?"":`${this.renderAuthorName(r,this.settings.authorDisplay)}`,a=this.settings.dateTimeFormatOptions==="hide"?"":`${this.renderAuthoringDate(r,this.settings.dateTimeFormatOptions,this.settings.dateTimeFormatCustomString,this.settings.dateTimeTimezone)}`;return[n,i,a].filter(o=>o.length>=1).join(" ")}renderHash(r){return r.hash.substring(0,6)}renderAuthorName(r,n){var o,l,c,u;let i=(l=(o=r==null?void 0:r.author)==null?void 0:o.name)!=null?l:"",a=i.split(" ").filter(f=>f.length>=1),s;switch(n){case"initials":s=a.map(f=>f[0].toUpperCase()).join("");break;case"first name":s=(c=a.first())!=null?c:V3;break;case"last name":s=(u=a.last())!=null?u:V3;break;case"full":s=i;break;default:return pa(n)}return s3(r==null?void 0:r.author,r==null?void 0:r.committer)||(s=s+gU),s}renderAuthoringDate(r,n,i,a){var c;let s="?";if(((c=r==null?void 0:r.author)==null?void 0:c.epochSeconds)===void 0)return s;let o;switch(n){case"date":o=fd;break;case"datetime":o=o0;break;case"custom":o=i;break;case"natural language":o=u=>{let f=u.diff((0,lh.moment)());return lh.moment.duration(f).humanize(!0)};break;default:return pa(n)}let l=lh.moment.unix(r.author.epochSeconds);switch(a){case"viewer-local":break;case"author-local":l=l.utcOffset(r.author.tz),typeof o=="string"&&(o+=" Z");break;case"utc0000":l=l.utc(),typeof o=="string"&&(o+="[Z]");break;default:return pa(a)}return typeof o=="string"?l.format(o):o(l)}adaptTextForFakeCommit(r,n,i){var l,c,u,f;let a=(c=(l=nh())==null?void 0:l.text)!=null?c:n,s=i!=="waiting-for-result"&&r.isZeroCommit?pU:yU;n=a.replace(vU,s);let o=(f=(u=Qr.get())==null?void 0:u.gutterSpacingFallbackLength)!=null?f:n.length;if(n=o3(n,o,s),i!=="waiting-for-result"&&r.isZeroCommit){let d=Math.min(o,mU);n=l3(n,o-d)}return n}};function ns(t,e,r,n,i,a){let s=q3.sha256.create();s.update(JSON.stringify(i)),s.update(`s${e}-e${r}-k${n}-o${a}`);let o=s.hex(),l=ih.get(o);if(l)return l;let c=new Dv(t,e,r,n,i,a);return ih.set(o,c),c}m();var W3=require("obsidian");function jv(){var e,r;let t=(r=(e=Qr.get())==null?void 0:e.gutterSpacingFallbackLength)!=null?r:Xe.lineAuthor.gutterSpacingFallbackLength;return new Bo(Array(t).fill("-").join(""))}function Nv(t){let{lineAuthoring:e,ageForInitialRender:r}=wU(t);return ns(e,1,1,"initialGutter"+r,t,"waiting-for-result")}function wU(t){var a;let e=(a=L3())!=null?a:eh(t)*.25,r=(0,W3.moment)().add(-e,"days"),n={name:"",epochSeconds:i3(r),tz:"+0000"},i={hash:"waiting-for-result",author:n,committer:n,isZeroCommit:!1};return{lineAuthoring:{hashPerLine:[void 0,"waiting-for-result"],commits:new Map([["waiting-for-result",i]])},ageForInitialRender:e}}m();function Y3(t,e){return ns({hashPerLine:[void 0,"000000"],commits:new Map([["000000",m3]])},1,1,t,e)}var Bv=new Bo(""),J3=(0,Z3.gutter)({class:"line-author-gutter-container",markers(t){let e=t.state.field(Lo,!1);return bU(t,e)},lineMarkerChange(t){let e=Qd(t.state.field(Lo));return Qd(t.startState.field(Lo))!==e},renderEmptyElements:!0,initialSpacer:t=>(X3(t),jv()),updateSpacer:(t,e)=>{var r,n;return X3(e.view),(n=(r=nh())==null?void 0:r.gutter)!=null?n:jv()}});function bU(t,e){let r=Qd(e),n=t.state.doc,i=new Map;for(let u=1;u<=n.lines;u++){let f=n.line(u).from,d=t.lineBlockAt(f).to;i.set(u,[f,d]),r.update([f,d,0])}let a=Qr.get();r.update("s"+Object.values(Qr).join(","));let s=r.hex(),o=ah.get(s);if(o)return o;let{result:l,allowCache:c}=_U(n,i,a,e);return c&&ah.set(s,l),l}function _U(t,e,r,n){let i=!0,a=t.lines,s=[];function o(f,d,h){return s.push(h.range(f,d))}let l=xU(a,n),c=t.length===0,u=t.iterLines(a,a+1).next().value==="";for(let f=1;f<=a;f++){let[d,h]=e.get(f),p=t.lineAt(h).number;if(c){o(d,h,Bv);continue}if(f===a&&u){o(d,h,Bv);continue}if(n===void 0){o(d,h,Nv(r)),i=!1;continue}let{key:g,la:v}=n;if(v==="untracked"){o(d,h,Y3(v,r));continue}let y=v.hashPerLine.length-1,b=l[f],E=l[p];if(E&&E>y&&o(d,h,Bv),b!==void 0&&gv(1,b,y)&&E!==void 0&&gv(1,E,y)){o(d,h,ns(v,b,E,g,r));continue}if(y<1){o(d,h,Nv(r)),i=!1;continue}let S=Math.clamp(b!=null?b:f,1,y),A=Math.clamp(E!=null?E:p,1,y);o(d,h,ns(v,S,A,g+"computing",r,"waiting-for-result"))}return{result:K3.RangeSet.of(s,!0),allowCache:i}}function xU(t,e){if(!(e!=null&&e.lineOffsetsFromUnsavedChanges))return Array.from(new Array(t+1),i=>i);let r=[void 0],n=0;for(let i=1;i<=t;i++){let a=e.lineOffsetsFromUnsavedChanges.get(i);n+=a!=null?a:0,r[i]=a===void 0?i-n:void 0}return r}function X3(t){t.dom.querySelectorAll(".cm-gutters").forEach(r=>{r!=null&&r.style&&(r.style.marginLeft||(r.style.marginLeft="unset"))})}var ch=class{constructor(e){this.plugin=e;this.lineAuthorings=new Map}async trackChanged(e){return this.trackChangedHelper(e).catch(r=>(console.warn("Git: Error in trackChanged."+r),Promise.reject(r)))}async trackChangedHelper(e){if(e){if(e.path===void 0){console.warn("Git: Attempted to track change of undefined filepath. Unforeseen situation.");return}return this.computeLineAuthorInfo(e.path)}}destroy(){this.lineAuthorings.clear(),Do.clear(),F3()}async computeLineAuthorInfo(e){let r=this.plugin.lineAuthoringFeature.isAvailableOnCurrentPlatform().gitManager,n=await r.submoduleAwareHeadRevisonInContainingDirectory(e),i=await r.hashObject(e),a=C3(n,i,e);if(a!==void 0){if(!this.lineAuthorings.has(a)){let s=await r.blame(e,this.plugin.settings.lineAuthor.followMovement,this.plugin.settings.lineAuthor.ignoreWhitespace);this.lineAuthorings.set(a,s)}this.notifyComputationResultToSubscribers(e,a)}}notifyComputationResultToSubscribers(e,r){Do.ifFilepathDefinedTransformSubscribers(e,n=>n.forEach(i=>i.notifyLineAuthoring(r,this.lineAuthorings.get(r))))}},eM=Q3.Prec.high([I3,Lo,J3]);var uh=class{constructor(e){this.plg=e;this.codeMirrorExtensions=[];this.handleWorkspaceLeaf=e=>{if(!this.lineAuthorInfoProvider){console.warn("Git: undefined lineAuthorInfoProvider. Unexpected situation.");return}let r=e==null?void 0:e.view;!(r instanceof is.MarkdownView)||r.file==null||(r==null?void 0:r.allowNoFile)===!0||this.lineAuthorInfoProvider.trackChanged(r.file).catch(console.error)}}onLoadPlugin(){this.plg.registerEditorExtension(this.codeMirrorExtensions),M3(()=>this.plg.settings.lineAuthor,e=>{this.plg.settings.lineAuthor=e,this.plg.saveSettings()})}conditionallyActivateBySettings(){this.plg.settings.lineAuthor.show&&this.activateFeature()}activateFeature(){try{if(!this.isAvailableOnCurrentPlatform().available)return;G3(this.plg.settings.lineAuthor),this.lineAuthorInfoProvider=new ch(this.plg),this.createEventHandlers(),this.activateCodeMirrorExtensions(),console.log(this.plg.manifest.name+": Enabled line authoring.")}catch(e){console.warn("Git: Error while loading line authoring feature.",e),this.deactivateFeature()}}deactivateFeature(){var e;this.destroyEventHandlers(),this.deactivateCodeMirrorExtensions(),(e=this.lineAuthorInfoProvider)==null||e.destroy(),this.lineAuthorInfoProvider=void 0,console.log(this.plg.manifest.name+": Disabled line authoring.")}isAvailableOnCurrentPlatform(){return{available:this.plg.useSimpleGit&&is.Platform.isDesktopApp,gitManager:this.plg.gitManager instanceof Ce?this.plg.gitManager:void 0}}refreshLineAuthorViews(){this.plg.settings.lineAuthor.show&&(this.deactivateFeature(),this.activateFeature())}activateCodeMirrorExtensions(){this.codeMirrorExtensions.push(eM),this.plg.app.workspace.updateOptions(),this.plg.app.workspace.iterateAllLeaves(this.handleWorkspaceLeaf)}deactivateCodeMirrorExtensions(){for(let e of this.codeMirrorExtensions)this.codeMirrorExtensions.remove(e);this.plg.app.workspace.updateOptions()}createEventHandlers(){this.gutterContextMenuEvent=this.createGutterContextMenuHandler(),this.fileOpenEvent=this.createFileOpenEvent(),this.workspaceLeafChangeEvent=this.createWorkspaceLeafChangeEvent(),this.fileModificationEvent=this.createVaultFileModificationHandler(),this.refreshOnCssChangeEvent=this.createCssRefreshHandler(),this.fileRenameEvent=this.createFileRenameEvent(),j3(),this.plg.registerEvent(this.gutterContextMenuEvent),this.plg.registerEvent(this.refreshOnCssChangeEvent),this.plg.registerEvent(this.fileOpenEvent),this.plg.registerEvent(this.workspaceLeafChangeEvent),this.plg.registerEvent(this.fileModificationEvent),this.plg.registerEvent(this.fileRenameEvent)}destroyEventHandlers(){this.plg.app.workspace.offref(this.refreshOnCssChangeEvent),this.plg.app.workspace.offref(this.fileOpenEvent),this.plg.app.workspace.offref(this.workspaceLeafChangeEvent),this.plg.app.workspace.offref(this.refreshOnCssChangeEvent),this.plg.app.vault.offref(this.fileRenameEvent),this.plg.app.workspace.offref(this.gutterContextMenuEvent)}createFileOpenEvent(){return this.plg.app.workspace.on("file-open",e=>{var r;return void((r=this.lineAuthorInfoProvider)==null?void 0:r.trackChanged(e).catch(console.error))})}createWorkspaceLeafChangeEvent(){return this.plg.app.workspace.on("active-leaf-change",this.handleWorkspaceLeaf)}createFileRenameEvent(){return this.plg.app.vault.on("rename",(e,r)=>{var n;return e instanceof is.TFile&&((n=this.lineAuthorInfoProvider)==null?void 0:n.trackChanged(e))})}createVaultFileModificationHandler(){return this.plg.app.vault.on("modify",e=>{var r;return e instanceof is.TFile&&((r=this.lineAuthorInfoProvider)==null?void 0:r.trackChanged(e))})}createCssRefreshHandler(){return this.plg.app.workspace.on("css-change",()=>this.refreshLineAuthorViews())}createGutterContextMenuHandler(){return this.plg.app.workspace.on("editor-menu",H3)}};m();var fh=class{constructor(e){this.plugin=e;this.tasks=[]}addTask(e,r){this.tasks.push({task:e,onFinished:r!=null?r:()=>{}}),this.tasks.length===1&&this.handleTask()}handleTask(){if(this.tasks.length>0){let e=this.tasks[0];e.task().then(r=>{e.onFinished(r),this.tasks.shift(),this.handleTask()},r=>{this.plugin.displayError(r),e.onFinished(void 0),this.tasks.shift(),this.handleTask()})}}clear(){this.tasks=[]}};m();var $r=require("obsidian");var dh=class{constructor(e,r){this.statusBarEl=e;this.plugin=r;this.messages=[];this.base="obsidian-git-statusbar-";this.statusBarEl.setAttribute("data-tooltip-position","top"),r.registerEvent(r.app.workspace.on("obsidian-git:refreshed",()=>{this.refreshCommitTimestamp().catch(console.error)}))}displayMessage(e,r){this.messages.push({message:`Git: ${e.slice(0,100)}`,timeout:r}),this.display()}display(){this.messages.length>0&&!this.currentMessage?(this.currentMessage=this.messages.shift(),this.statusBarEl.addClass(this.base+"message"),this.statusBarEl.ariaLabel="",this.statusBarEl.setText(this.currentMessage.message),this.lastMessageTimestamp=Date.now()):this.currentMessage?Date.now()-this.lastMessageTimestamp>=this.currentMessage.timeout&&(this.currentMessage=null,this.lastMessageTimestamp=null):this.displayState()}displayState(){switch((this.statusBarEl.getText().length>3||!this.statusBarEl.hasChildNodes())&&(this.statusBarEl.empty(),this.conflictEl=this.statusBarEl.createDiv(),this.conflictEl.setAttribute("data-tooltip-position","top"),this.conflictEl.style.float="left",this.pausedEl=this.statusBarEl.createDiv(),this.pausedEl.setAttribute("data-tooltip-position","top"),this.pausedEl.style.float="left",this.iconEl=this.statusBarEl.createDiv(),this.iconEl.style.float="left",this.textEl=this.statusBarEl.createDiv(),this.textEl.style.float="right",this.textEl.style.marginLeft="5px"),this.plugin.localStorage.getConflict()?((0,$r.setIcon)(this.conflictEl,"alert-circle"),this.conflictEl.ariaLabel="You have merge conflicts. Resolve them and commit afterwards.",this.conflictEl.style.marginRight="5px",this.conflictEl.addClass(this.base+"conflict")):(this.conflictEl.empty(),this.conflictEl.style.marginRight=""),this.plugin.localStorage.getPausedAutomatics()?((0,$r.setIcon)(this.pausedEl,"pause-circle"),this.pausedEl.ariaLabel="Automatic routines are currently paused.",this.pausedEl.style.marginRight="5px",this.pausedEl.addClass(this.base+"paused")):(this.pausedEl.empty(),this.pausedEl.style.marginRight=""),this.plugin.state.gitAction){case 0:this.displayFromNow();break;case 1:this.statusBarEl.ariaLabel="Checking repository status...",(0,$r.setIcon)(this.iconEl,"refresh-cw"),this.statusBarEl.addClass(this.base+"status");break;case 3:this.statusBarEl.ariaLabel="Adding files...",(0,$r.setIcon)(this.iconEl,"archive"),this.statusBarEl.addClass(this.base+"add");break;case 4:this.statusBarEl.ariaLabel="Committing changes...",(0,$r.setIcon)(this.iconEl,"git-commit"),this.statusBarEl.addClass(this.base+"commit");break;case 5:this.statusBarEl.ariaLabel="Pushing changes...",(0,$r.setIcon)(this.iconEl,"upload"),this.statusBarEl.addClass(this.base+"push");break;case 2:this.statusBarEl.ariaLabel="Pulling changes...",(0,$r.setIcon)(this.iconEl,"download"),this.statusBarEl.addClass(this.base+"pull");break;default:this.statusBarEl.ariaLabel="Failed on initialization!",(0,$r.setIcon)(this.iconEl,"alert-triangle"),this.statusBarEl.addClass(this.base+"failed-init");break}}displayFromNow(){var n;let e=this.lastCommitTimestamp,r=this.plugin.state.offlineMode;if(e){let i=(0,$r.moment)(e).fromNow();this.statusBarEl.ariaLabel=`${r?"Offline: ":""}Last Commit: ${i}`,(n=this.unPushedCommits)!=null&&n&&(this.statusBarEl.ariaLabel+=`
+(${this.unPushedCommits} unpushed commits)`)}else this.statusBarEl.ariaLabel=r?"Git is offline":"Git is ready";r?(0,$r.setIcon)(this.iconEl,"globe"):(0,$r.setIcon)(this.iconEl,"check"),this.plugin.settings.changedFilesInStatusBar&&this.plugin.cachedStatus&&this.textEl.setText(this.plugin.cachedStatus.changed.length.toString()),this.statusBarEl.addClass(this.base+"idle")}async refreshCommitTimestamp(){this.lastCommitTimestamp=await this.plugin.gitManager.getLastCommitTime(),this.unPushedCommits=await this.plugin.gitManager.getUnpushedCommits()}remove(){this.statusBarEl.remove()}};m();var ph=require("obsidian"),hh=class extends ph.SuggestModal{constructor(r){super(r.app);this.plugin=r;this.resolve=null;this.setPlaceholder("Type your message and select optional the version with the added date.")}openAndGetResult(){return new Promise(r=>{this.resolve=r,this.open()})}onClose(){new Promise(r=>setTimeout(r,10)).then(()=>{this.resolve&&this.resolve(void 0)})}getSuggestions(r){let n=(0,ph.moment)().format(this.plugin.settings.commitDateFormat);return r==""&&(r="..."),[r,`${n}: ${r}`,`${r}: ${n}`]}renderSuggestion(r,n){n.innerText=r}onChooseSuggestion(r,n){this.resolve&&this.resolve(r)}};m();var tM=require("obsidian"),Bc=class{constructor(e){this.plugin=e}saveLastAuto(e,r){r==="backup"?this.plugin.localStorage.setLastAutoBackup(e.toString()):r==="pull"?this.plugin.localStorage.setLastAutoPull(e.toString()):r==="push"&&this.plugin.localStorage.setLastAutoPush(e.toString())}loadLastAuto(){var e,r,n;return{backup:new Date((e=this.plugin.localStorage.getLastAutoBackup())!=null?e:""),pull:new Date((r=this.plugin.localStorage.getLastAutoPull())!=null?r:""),push:new Date((n=this.plugin.localStorage.getLastAutoPush())!=null?n:"")}}async init(){await this.setUpAutoCommitAndSync();let e=this.loadLastAuto();if(this.plugin.settings.differentIntervalCommitAndPush&&this.plugin.settings.autoPushInterval>0){let r=this.diff(this.plugin.settings.autoPushInterval,e.push);this.startAutoPush(r)}if(this.plugin.settings.autoPullInterval>0){let r=this.diff(this.plugin.settings.autoPullInterval,e.pull);this.startAutoPull(r)}}unload(){this.clearAutoPull(),this.clearAutoPush(),this.clearAutoCommitAndSync()}reload(...e){this.plugin.localStorage.getPausedAutomatics()||(e.contains("commit")&&(this.clearAutoCommitAndSync(),this.plugin.settings.autoSaveInterval>0&&this.startAutoCommitAndSync(this.plugin.settings.autoSaveInterval)),e.contains("push")&&(this.clearAutoPush(),this.plugin.settings.differentIntervalCommitAndPush&&this.plugin.settings.autoPushInterval>0&&this.startAutoPush(this.plugin.settings.autoPushInterval)),e.contains("pull")&&(this.clearAutoPull(),this.plugin.settings.autoPullInterval>0&&this.startAutoPull(this.plugin.settings.autoPullInterval)))}async setUpAutoCommitAndSync(){if(this.plugin.settings.setLastSaveToLastCommit){this.clearAutoCommitAndSync();let e=await this.plugin.gitManager.getLastCommitTime();e&&this.saveLastAuto(e,"backup")}if(!this.timeoutIDCommitAndSync&&!this.plugin.autoCommitDebouncer){let e=this.loadLastAuto();if(this.plugin.settings.autoSaveInterval>0){let r=this.diff(this.plugin.settings.autoSaveInterval,e.backup);this.startAutoCommitAndSync(r)}}}startAutoCommitAndSync(e){let r=(e!=null?e:this.plugin.settings.autoSaveInterval)*6e4;this.plugin.settings.autoBackupAfterFileChange?e===0?this.doAutoCommitAndSync():this.plugin.autoCommitDebouncer=(0,tM.debounce)(()=>this.doAutoCommitAndSync(),r,!0):(r>2147483647&&(r=2147483647),this.timeoutIDCommitAndSync=window.setTimeout(()=>this.doAutoCommitAndSync(),r))}doAutoCommitAndSync(){this.plugin.promiseQueue.addTask(async()=>{if(this.plugin.settings.setLastSaveToLastCommit){let r=await this.plugin.gitManager.getLastCommitTime();if(r){this.saveLastAuto(r,"backup");let n=this.diff(this.plugin.settings.autoSaveInterval,r);if(n>0)return this.startAutoCommitAndSync(n),!1}}let e=this.plugin.settings.autoCommitOnlyStaged;return this.plugin.settings.differentIntervalCommitAndPush?await this.plugin.commit({fromAuto:!0,onlyStaged:e}):await this.plugin.commitAndSync({fromAutoBackup:!0,onlyStaged:e}),!0},e=>{e!==!1&&(this.saveLastAuto(new Date,"backup"),this.startAutoCommitAndSync())})}startAutoPull(e){let r=(e!=null?e:this.plugin.settings.autoPullInterval)*6e4;r>2147483647&&(r=2147483647),this.timeoutIDPull=window.setTimeout(()=>this.doAutoPull(),r)}doAutoPull(){this.plugin.promiseQueue.addTask(()=>this.plugin.pullChangesFromRemote(),()=>{this.saveLastAuto(new Date,"pull"),this.startAutoPull()})}startAutoPush(e){let r=(e!=null?e:this.plugin.settings.autoPushInterval)*6e4;r>2147483647&&(r=2147483647),this.timeoutIDPush=window.setTimeout(()=>this.doAutoPush(),r)}doAutoPush(){this.plugin.promiseQueue.addTask(()=>this.plugin.push(),()=>{this.saveLastAuto(new Date,"push"),this.startAutoPush()})}clearAutoCommitAndSync(){var r;let e=!1;return this.timeoutIDCommitAndSync&&(window.clearTimeout(this.timeoutIDCommitAndSync),this.timeoutIDCommitAndSync=void 0,e=!0),this.plugin.autoCommitDebouncer&&((r=this.plugin.autoCommitDebouncer)==null||r.cancel(),this.plugin.autoCommitDebouncer=void 0,e=!0),e}clearAutoPull(){return this.timeoutIDPull?(window.clearTimeout(this.timeoutIDPull),this.timeoutIDPull=void 0,!0):!1}clearAutoPush(){return this.timeoutIDPush?(window.clearTimeout(this.timeoutIDPush),this.timeoutIDPush=void 0,!0):!1}diff(e,r){let i=e-Math.round((new Date().getTime()-r.getTime())/1e3/60);return Math.max(0,i)}};m();var bn=require("obsidian");m();var Hc=require("obsidian");async function rM(t,e,r){let n=await iM(e,r);if(n.result==="failure"){new Hc.Notice(n.reason);return}let{isGitHub:i,branch:a,repo:s,user:o,filePath:l}=n;if(i){let c=t.getCursor("from").line+1,u=t.getCursor("to").line+1;c===u?window.open(`https://github.com/${o}/${s}/blob/${a}/${l}?plain=1#L${c}`):window.open(`https://github.com/${o}/${s}/blob/${a}/${l}?plain=1#L${c}-L${u}`)}else new Hc.Notice("It seems like you are not using GitHub")}async function nM(t,e){let r=await iM(t,e);if(r.result==="failure"){new Hc.Notice(r.reason);return}let{isGitHub:n,branch:i,repo:a,user:s,filePath:o}=r;n?window.open(`https://github.com/${s}/${a}/commits/${i}/${o}`):new Hc.Notice("It seems like you are not using GitHub")}async function iM(t,e){let r=await e.branchInfo(),n=r.tracking,i=r.current,a,s=e.getRelativeRepoPath(t.path);if(e instanceof Ce){let l=await e.getSubmoduleOfFile(e.getRelativeRepoPath(t.path));if(l){s=l.relativeFilepath;let c=await e.git.cwd({path:l.submodule,root:!1}).status();if(n=c.tracking||void 0,i=c.current||void 0,n){let u=n.substring(0,n.indexOf("/")),f=await e.git.cwd({path:l.submodule,root:!1}).getConfig(`remote.${u}.url`,"local");if(f.value!=null)a=f.value;else return{result:"failure",reason:"Failed to get remote url of submodule"}}}}if(n==null)return{result:"failure",reason:"Remote branch is not configured"};if(i==null)return{result:"failure",reason:"Failed to get current branch name"};if(a==null){let l=n.substring(0,n.indexOf("/"));if(a=await e.getConfig(`remote.${l}.url`),a==null)return{result:"failure",reason:"Failed to get remote url"}}let o=a.match(/(?:^https:\/\/github\.com\/(.+)\/(.+?)(?:\.git)?$)|(?:^[a-zA-Z]+@github\.com:(.+)\/(.+?)(?:\.git)?$)/);if(o==null)return{result:"failure",reason:"Could not parse remote url"};{let[l,c,u,f,d]=o;return{result:"success",isGitHub:!!l,repo:u||d,user:c||f,branch:i,filePath:s}}}m();var aM=require("obsidian"),mh=class extends aM.FuzzySuggestModal{constructor(e,r){super(e.app),this.plugin=e,this.changedFiles=r,this.setPlaceholder("Not supported files will be opened by default app!")}getItems(){return this.changedFiles}getItemText(e){if(e.index=="U"&&e.workingDir=="U")return`Untracked | ${e.vaultPath}`;let r="",n="";return e.workingDir!=" "&&(r=`Working Dir: ${e.workingDir} `),e.index!=" "&&(n=`Index: ${e.index}`),`${r}${n} | ${e.vaultPath}`}onChooseItem(e,r){this.plugin.app.metadataCache.getFirstLinkpathDest(e.vaultPath,"")==null?this.app.openWithDefaultApp(e.vaultPath):this.plugin.app.workspace.openLinkText(e.vaultPath,"/")}};m();var sM=require("obsidian"),gh=class extends sM.Modal{constructor(r,n){super(r);this.content=n;this.resolve=null}openAndGetReslt(){return new Promise(r=>{this.resolve=r,this.open()})}onOpen(){let{contentEl:r,titleEl:n}=this;n.setText("Edit .gitignore");let i=r.createDiv(),a=i.createEl("textarea",{text:this.content,cls:["obsidian-git-textarea"],attr:{rows:10,cols:30,wrap:"off"}});i.createEl("button",{cls:["mod-cta","obsidian-git-center-button"],text:"Save"}).addEventListener("click",()=>{this.resolve(a.value),this.close()})}onClose(){let{contentEl:r}=this;r.empty(),this.resolve&&this.resolve(void 0)}};function oM(t){let e=t.app;t.addCommand({id:"edit-gitignore",name:"Edit .gitignore",callback:async()=>{let r=t.gitManager.getRelativeVaultPath(".gitignore");await e.vault.adapter.exists(r)||await e.vault.adapter.write(r,"");let n=await e.vault.adapter.read(r),a=await new gh(e,n).openAndGetReslt();a!==void 0&&(await e.vault.adapter.write(r,a),await t.refresh())}}),t.addCommand({id:"open-git-view",name:"Open source control view",callback:async()=>{var i;let r=e.workspace.getLeavesOfType($t.type),n;r.length===0?(n=(i=e.workspace.getRightLeaf(!1))!=null?i:e.workspace.getLeaf(),await n.setViewState({type:$t.type})):n=r.first(),await e.workspace.revealLeaf(n),e.workspace.trigger("obsidian-git:refresh")}}),t.addCommand({id:"open-history-view",name:"Open history view",callback:async()=>{var i;let r=e.workspace.getLeavesOfType(Zr.type),n;r.length===0?(n=(i=e.workspace.getRightLeaf(!1))!=null?i:e.workspace.getLeaf(),await n.setViewState({type:Zr.type})):n=r.first(),await e.workspace.revealLeaf(n),e.workspace.trigger("obsidian-git:refresh")}}),t.addCommand({id:"open-diff-view",name:"Open diff view",checkCallback:r=>{let n=e.workspace.getActiveFile();if(r)return n!==null;{let i=t.gitManager.getRelativeRepoPath(n.path,!0);t.tools.openDiff({aFile:i,aRef:""})}}}),t.addCommand({id:"view-file-on-github",name:"Open file on GitHub",editorCallback:(r,{file:n})=>{if(n)return rM(r,n,t.gitManager)}}),t.addCommand({id:"view-history-on-github",name:"Open file history on GitHub",editorCallback:(r,{file:n})=>{if(n)return nM(n,t.gitManager)}}),t.addCommand({id:"pull",name:"Pull",callback:()=>t.promiseQueue.addTask(()=>t.pullChangesFromRemote())}),t.addCommand({id:"fetch",name:"Fetch",callback:()=>t.promiseQueue.addTask(()=>t.fetch())}),t.addCommand({id:"switch-to-remote-branch",name:"Switch to remote branch",callback:()=>t.promiseQueue.addTask(()=>t.switchRemoteBranch())}),t.addCommand({id:"add-to-gitignore",name:"Add file to .gitignore",checkCallback:r=>{let n=e.workspace.getActiveFile();if(r)return n!==null;t.addFileToGitignore(n.path,n instanceof bn.TFolder).catch(i=>t.displayError(i))}}),t.addCommand({id:"push",name:"Commit-and-sync",callback:()=>t.promiseQueue.addTask(()=>t.commitAndSync({fromAutoBackup:!1}))}),t.addCommand({id:"backup-and-close",name:"Commit-and-sync and then close Obsidian",callback:()=>t.promiseQueue.addTask(async()=>{await t.commitAndSync({fromAutoBackup:!1}),window.close()})}),t.addCommand({id:"commit-push-specified-message",name:"Commit-and-sync with specific message",callback:()=>t.promiseQueue.addTask(()=>t.commitAndSync({fromAutoBackup:!1,requestCustomMessage:!0}))}),t.addCommand({id:"commit",name:"Commit all changes",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1}))}),t.addCommand({id:"commit-specified-message",name:"Commit all changes with specific message",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0}))}),t.addCommand({id:"commit-smart",name:"Commit",callback:()=>t.promiseQueue.addTask(async()=>{let n=(await t.updateCachedStatus()).staged.length>0;return t.commit({fromAuto:!1,requestCustomMessage:!1,onlyStaged:n})})}),t.addCommand({id:"commit-staged",name:"Commit staged",checkCallback:function(r){if(r)return!1;t.promiseQueue.addTask(async()=>t.commit({fromAuto:!1,requestCustomMessage:!1}))}}),bn.Platform.isDesktopApp&&t.addCommand({id:"commit-amend-staged-specified-message",name:"Amend staged",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:!0,amend:!0}))}),t.addCommand({id:"commit-smart-specified-message",name:"Commit with specific message",callback:()=>t.promiseQueue.addTask(async()=>{let n=(await t.updateCachedStatus()).staged.length>0;return t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:n})})}),t.addCommand({id:"commit-staged-specified-message",name:"Commit staged with specific message",checkCallback:function(r){return r?!1:t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:!0}))}}),t.addCommand({id:"push2",name:"Push",callback:()=>t.promiseQueue.addTask(()=>t.push())}),t.addCommand({id:"stage-current-file",name:"Stage current file",checkCallback:r=>{let n=e.workspace.getActiveFile();if(r)return n!==null;t.promiseQueue.addTask(()=>t.stageFile(n))}}),t.addCommand({id:"unstage-current-file",name:"Unstage current file",checkCallback:r=>{let n=e.workspace.getActiveFile();if(r)return n!==null;t.promiseQueue.addTask(()=>t.unstageFile(n))}}),t.addCommand({id:"edit-remotes",name:"Edit remotes",callback:()=>t.editRemotes().catch(r=>t.displayError(r))}),t.addCommand({id:"remove-remote",name:"Remove remote",callback:()=>t.removeRemote().catch(r=>t.displayError(r))}),t.addCommand({id:"set-upstream-branch",name:"Set upstream branch",callback:()=>t.setUpstreamBranch().catch(r=>t.displayError(r))}),t.addCommand({id:"delete-repo",name:"CAUTION: Delete repository",callback:async()=>{await e.vault.adapter.exists(`${t.settings.basePath}/.git`)?await new ze(t,{options:["NO","YES"],placeholder:"Do you really want to delete the repository (.git directory)? plugin action cannot be undone.",onlySelection:!0}).openAndGetResult()==="YES"&&(await e.vault.adapter.rmdir(`${t.settings.basePath}/.git`,!0),new bn.Notice("Successfully deleted repository. Reloading plugin..."),t.unloadPlugin(),await t.init({fromReload:!0})):new bn.Notice("No repository found")}}),t.addCommand({id:"init-repo",name:"Initialize a new repo",callback:()=>t.createNewRepo().catch(r=>t.displayError(r))}),t.addCommand({id:"clone-repo",name:"Clone an existing remote repo",callback:()=>t.cloneNewRepo().catch(r=>t.displayError(r))}),t.addCommand({id:"list-changed-files",name:"List changed files",callback:async()=>{if(await t.isAllInitialized())try{let r=await t.updateCachedStatus();if(r.changed.length+r.staged.length>500){t.displayError("Too many changes to display");return}new mh(t,r.all).open()}catch(r){t.displayError(r)}}}),t.addCommand({id:"switch-branch",name:"Switch branch",callback:()=>{t.switchBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"create-branch",name:"Create new branch",callback:()=>{t.createBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"delete-branch",name:"Delete branch",callback:()=>{t.deleteBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"discard-all",name:"CAUTION: Discard all changes",callback:async()=>{let r=await t.discardAll();switch(r){case"discard":new bn.Notice("Discarded all changes in tracked files.");break;case"delete":new bn.Notice("Discarded all files.");break;case!1:break;default:Ud(r)}}}),t.addCommand({id:"pause-automatic-routines",name:"Pause/Resume automatic routines",callback:()=>{let r=!t.localStorage.getPausedAutomatics();t.localStorage.setPausedAutomatics(r),r?(t.automaticsManager.unload(),new bn.Notice("Paused automatic routines.")):(t.automaticsManager.reload("commit","push","pull"),new bn.Notice("Resumed automatic routines."))}}),t.addCommand({id:"raw-command",name:"Raw command",checkCallback:r=>{let n=t.gitManager;if(r)return n instanceof Ce;t.tools.runRawCommand().catch(i=>t.displayError(i))}}),t.addCommand({id:"toggle-line-author-info",name:"Toggle line author information",callback:()=>{var r;return(r=t.settingsTab)==null?void 0:r.configureLineAuthorShowStatus(!t.settings.lineAuthor.show)}})}m();var vh=class{constructor(e){this.plugin=e;this.prefix=this.plugin.manifest.id+":",this.app=e.app}migrate(){let e=["password","hostname","conflict","lastAutoPull","lastAutoBackup","lastAutoPush","gitPath","pluginDisabled"];for(let r of e){let n=localStorage.getItem(this.prefix+r);this.app.loadLocalStorage(this.prefix+r)==null&&n!=null&&n!=null&&(this.app.saveLocalStorage(this.prefix+r,n),localStorage.removeItem(this.prefix+r))}}getPassword(){return this.app.loadLocalStorage(this.prefix+"password")}setPassword(e){return this.app.saveLocalStorage(this.prefix+"password",e)}getUsername(){return this.app.loadLocalStorage(this.prefix+"username")}setUsername(e){return this.app.saveLocalStorage(this.prefix+"username",e)}getHostname(){return this.app.loadLocalStorage(this.prefix+"hostname")}setHostname(e){return this.app.saveLocalStorage(this.prefix+"hostname",e)}getConflict(){return this.app.loadLocalStorage(this.prefix+"conflict")=="true"}setConflict(e){return this.app.saveLocalStorage(this.prefix+"conflict",`${e}`)}getLastAutoPull(){return this.app.loadLocalStorage(this.prefix+"lastAutoPull")}setLastAutoPull(e){return this.app.saveLocalStorage(this.prefix+"lastAutoPull",e)}getLastAutoBackup(){return this.app.loadLocalStorage(this.prefix+"lastAutoBackup")}setLastAutoBackup(e){return this.app.saveLocalStorage(this.prefix+"lastAutoBackup",e)}getLastAutoPush(){return this.app.loadLocalStorage(this.prefix+"lastAutoPush")}setLastAutoPush(e){return this.app.saveLocalStorage(this.prefix+"lastAutoPush",e)}getGitPath(){return this.app.loadLocalStorage(this.prefix+"gitPath")}setGitPath(e){return this.app.saveLocalStorage(this.prefix+"gitPath",e)}getPATHPaths(){var e,r;return(r=(e=this.app.loadLocalStorage(this.prefix+"PATHPaths"))==null?void 0:e.split(":"))!=null?r:[]}setPATHPaths(e){return this.app.saveLocalStorage(this.prefix+"PATHPaths",e.join(":"))}getEnvVars(){var e;return JSON.parse((e=this.app.loadLocalStorage(this.prefix+"envVars"))!=null?e:"[]")}setEnvVars(e){return this.app.saveLocalStorage(this.prefix+"envVars",JSON.stringify(e))}getPluginDisabled(){return this.app.loadLocalStorage(this.prefix+"pluginDisabled")=="true"}setPluginDisabled(e){return this.app.saveLocalStorage(this.prefix+"pluginDisabled",`${e}`)}getPausedAutomatics(){return this.app.loadLocalStorage(this.prefix+"pausedAutomatics")=="true"}setPausedAutomatics(e){return this.app.saveLocalStorage(this.prefix+"pausedAutomatics",`${e}`)}};m();var Ho=require("obsidian");var Uc=class{constructor(e){this.plugin=e}async hasTooBigFiles(e){let r=await this.plugin.gitManager.branchInfo(),n=r.tracking?ki(r.tracking)[0]:null;if(!n)return!1;let i=await this.plugin.gitManager.getRemoteUrl(n);if(i!=null&&i.includes("github.com")){let a=[],s=this.plugin.gitManager;for(let o of e){let l=this.plugin.app.vault.getAbstractFileByPath(o.vaultPath),c=!1;if(l instanceof Ho.TFile)l.stat.size>=1e8&&(c=!0);else{let u=await this.plugin.app.vault.adapter.stat(o.vaultPath);u&&u.size>=1e8&&(c=!0)}if(c){let u=!1;s instanceof Ce&&(u=await s.isFileTrackedByLFS(o.path)),u||a.push(o)}}if(a.length>0)return this.plugin.displayError(`Aborted commit, because the following files are too big:
+- ${a.map(o=>o.vaultPath).join(`
+- `)}
+Please remove them or add to .gitignore.`),!0}return!1}async writeAndOpenFile(e){e!==void 0&&await this.plugin.app.vault.adapter.write(To,e);let r=!1;this.plugin.app.workspace.iterateAllLeaves(n=>{n.getDisplayText()!=""&&To.startsWith(n.getDisplayText())&&(r=!0)}),r||await this.plugin.app.workspace.openLinkText(To,"/",!0)}openDiff({aFile:e,bFile:r,aRef:n,bRef:i,event:a}){var l,c;let s=this.plugin.settings.diffStyle;Ho.Platform.isMobileApp&&(s="git_unified");let o={aFile:e,bFile:r!=null?r:e,aRef:n,bRef:i};s=="split"?(l=vn(this.plugin.app,a))==null||l.setViewState({type:ca.type,active:!0,state:o}):s=="git_unified"&&((c=vn(this.plugin.app,a))==null||c.setViewState({type:ua.type,active:!0,state:o}))}async runRawCommand(){let e=this.plugin.gitManager;if(!(e instanceof Ce))return;let n=await new ze(this.plugin,{placeholder:"push origin master",allowEmpty:!1}).openAndGetResult();n!==void 0&&this.plugin.promiseQueue.addTask(async()=>{let i=new Ho.Notice(`Running '${n}'...`,999999);try{let a=await e.rawCommand(n);a?(i.setMessage(a),window.setTimeout(()=>i.hide(),5e3)):i.hide()}catch(a){throw i.hide(),a}})}};m();m();m();m();var Ke;(function(t){t.INSERT="insert",t.DELETE="delete",t.CONTEXT="context"})(Ke||(Ke={}));var lM={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"},cM={LINES:"lines",WORDS:"words",NONE:"none"},uM={WORD:"word",CHAR:"char"},as;(function(t){t.AUTO="auto",t.DARK="dark",t.LIGHT="light"})(as||(as={}));m();var SU=["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"],EU=RegExp("["+SU.join("\\")+"]","g");function fM(t){return t.replace(EU,"\\$&")}function Hv(t){return t&&t.replace(/\\/g,"/")}function dM(t){let e,r,n,i=0;for(e=0,n=t.length;e<n;e++)r=t.charCodeAt(e),i=(i<<5)-i+r,i|=0;return i}function yh(t){let e=t.length,r=-1/0;for(let n=0;n<e;n++)r=Math.max(r,t[n]);return r}function hM(t,e){let r=t.split(".");return r.length>1?r[r.length-1]:e}function pM(t,e){return e.reduce((r,n)=>r||t.startsWith(n),!1)}var mM=["a/","b/","i/","w/","c/","o/"];function ga(t,e,r){let n=r!==void 0?[...mM,r]:mM,i=e?new RegExp(`^${fM(e)} "?(.+?)"?$`):new RegExp('^"?(.+?)"?$'),[,a=""]=i.exec(t)||[],s=n.find(l=>a.indexOf(l)===0);return(s?a.slice(s.length):a).replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}function AU(t,e){return ga(t,"---",e)}function kU(t,e){return ga(t,"+++",e)}function gM(t,e={}){let r=[],n=null,i=null,a=null,s=null,o=null,l=null,c=null,u="--- ",f="+++ ",d="@@",h=/^old mode (\d{6})/,p=/^new mode (\d{6})/,g=/^deleted file mode (\d{6})/,v=/^new file mode (\d{6})/,y=/^copy from "?(.+)"?/,b=/^copy to "?(.+)"?/,E=/^rename from "?(.+)"?/,S=/^rename to "?(.+)"?/,A=/^similarity index (\d+)%/,k=/^dissimilarity index (\d+)%/,w=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,x=/^Binary files (.*) and (.*) differ/,_=/^GIT binary patch/,T=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,C=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,I=/^new file mode (\d{6})/,L=/^deleted file mode (\d{6}),(\d{6})/,$=t.replace(/\\ No newline at end of file/g,"").replace(/\r\n?/g,`
+`).split(`
+`);function J(){i!==null&&n!==null&&(n.blocks.push(i),i=null)}function de(){n!==null&&(!n.oldName&&l!==null&&(n.oldName=l),!n.newName&&c!==null&&(n.newName=c),n.newName&&(r.push(n),n=null)),l=null,c=null}function le(){J(),de(),n={blocks:[],deletedLines:0,addedLines:0}}function ce(N){J();let W;n!==null&&((W=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(N))?(n.isCombined=!1,a=parseInt(W[1],10),o=parseInt(W[2],10)):(W=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(N))?(n.isCombined=!0,a=parseInt(W[1],10),s=parseInt(W[2],10),o=parseInt(W[3],10)):(N.startsWith(d)&&console.error("Failed to parse lines, starting in 0!"),a=0,o=0,n.isCombined=!1)),i={lines:[],oldStartLine:a,oldStartLine2:s,newStartLine:o,header:N}}function Te(N){if(n===null||i===null||a===null||o===null)return;let W={content:N},B=n.isCombined?["+ "," +","++"]:["+"],$e=n.isCombined?["- "," -","--"]:["-"];pM(N,B)?(n.addedLines++,W.type=Ke.INSERT,W.oldNumber=void 0,W.newNumber=o++):pM(N,$e)?(n.deletedLines++,W.type=Ke.DELETE,W.oldNumber=a++,W.newNumber=void 0):(W.type=Ke.CONTEXT,W.oldNumber=a++,W.newNumber=o++),i.lines.push(W)}function ne(N,W){let B=W;for(;B<$.length-3;){if(N.startsWith("diff"))return!1;if($[B].startsWith(u)&&$[B+1].startsWith(f)&&$[B+2].startsWith(d))return!0;B++}return!1}return $.forEach((N,W)=>{if(!N||N.startsWith("*"))return;let B,$e=$[W-1],lr=$[W+1],Ut=$[W+2];if(N.startsWith("diff --git")||N.startsWith("diff --combined")){if(le(),(B=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/.exec(N))&&(l=ga(B[1],void 0,e.dstPrefix),c=ga(B[2],void 0,e.srcPrefix)),n===null)throw new Error("Where is my file !!!");n.isGitDiff=!0;return}if(N.startsWith("Binary files")&&!(n!=null&&n.isGitDiff)){if(le(),(B=/^Binary files "?([a-ciow]\/.+)"? and "?([a-ciow]\/.+)"? differ/.exec(N))&&(l=ga(B[1],void 0,e.dstPrefix),c=ga(B[2],void 0,e.srcPrefix)),n===null)throw new Error("Where is my file !!!");n.isBinary=!0;return}if((!n||!n.isGitDiff&&n&&N.startsWith(u)&&lr.startsWith(f)&&Ut.startsWith(d))&&le(),n!=null&&n.isTooBig)return;if(n&&(typeof e.diffMaxChanges=="number"&&n.addedLines+n.deletedLines>e.diffMaxChanges||typeof e.diffMaxLineLength=="number"&&N.length>e.diffMaxLineLength)){n.isTooBig=!0,n.addedLines=0,n.deletedLines=0,n.blocks=[],i=null;let Oe=typeof e.diffTooBigMessage=="function"?e.diffTooBigMessage(r.length):"Diff too big to be displayed";ce(Oe);return}if(N.startsWith(u)&&lr.startsWith(f)||N.startsWith(f)&&$e.startsWith(u)){if(n&&!n.oldName&&N.startsWith("--- ")&&(B=AU(N,e.srcPrefix))){n.oldName=B,n.language=hM(n.oldName,n.language);return}if(n&&!n.newName&&N.startsWith("+++ ")&&(B=kU(N,e.dstPrefix))){n.newName=B,n.language=hM(n.newName,n.language);return}}if(n&&(N.startsWith(d)||n.isGitDiff&&n.oldName&&n.newName&&!i)){ce(N);return}if(i&&(N.startsWith("+")||N.startsWith("-")||N.startsWith(" "))){Te(N);return}let X=!ne(N,W);if(n===null)throw new Error("Where is my file !!!");(B=h.exec(N))?n.oldMode=B[1]:(B=p.exec(N))?n.newMode=B[1]:(B=g.exec(N))?(n.deletedFileMode=B[1],n.isDeleted=!0):(B=v.exec(N))?(n.newFileMode=B[1],n.isNew=!0):(B=y.exec(N))?(X&&(n.oldName=B[1]),n.isCopy=!0):(B=b.exec(N))?(X&&(n.newName=B[1]),n.isCopy=!0):(B=E.exec(N))?(X&&(n.oldName=B[1]),n.isRename=!0):(B=S.exec(N))?(X&&(n.newName=B[1]),n.isRename=!0):(B=x.exec(N))?(n.isBinary=!0,n.oldName=ga(B[1],void 0,e.srcPrefix),n.newName=ga(B[2],void 0,e.dstPrefix),ce("Binary file")):_.test(N)?(n.isBinary=!0,ce(N)):(B=A.exec(N))?n.unchangedPercentage=parseInt(B[1],10):(B=k.exec(N))?n.changedPercentage=parseInt(B[1],10):(B=w.exec(N))?(n.checksumBefore=B[1],n.checksumAfter=B[2],B[3]&&(n.mode=B[3])):(B=T.exec(N))?(n.checksumBefore=[B[2],B[3]],n.checksumAfter=B[1]):(B=C.exec(N))?(n.oldMode=[B[2],B[3]],n.newMode=B[1]):(B=I.exec(N))?(n.newFileMode=B[1],n.isNew=!0):(B=L.exec(N))&&(n.deletedFileMode=B[1],n.isDeleted=!0)}),J(),de(),r}m();m();m();function CU(t,e){if(t.length===0)return e.length;if(e.length===0)return t.length;let r=[],n;for(n=0;n<=e.length;n++)r[n]=[n];let i;for(i=0;i<=t.length;i++)r[0][i]=i;for(n=1;n<=e.length;n++)for(i=1;i<=t.length;i++)e.charAt(n-1)===t.charAt(i-1)?r[n][i]=r[n-1][i-1]:r[n][i]=Math.min(r[n-1][i-1]+1,Math.min(r[n][i-1]+1,r[n-1][i]+1));return r[e.length][t.length]}function Uo(t){return(e,r)=>{let n=t(e).trim(),i=t(r).trim();return CU(n,i)/(n.length+i.length)}}function Go(t){function e(n,i,a=new Map){let s=1/0,o;for(let l=0;l<n.length;++l)for(let c=0;c<i.length;++c){let u=JSON.stringify([n[l],i[c]]),f;a.has(u)&&(f=a.get(u))||(f=t(n[l],i[c]),a.set(u,f)),f<s&&(s=f,o={indexA:l,indexB:c,score:s})}return o}function r(n,i,a=0,s=new Map){let o=e(n,i,s);if(!o||n.length+i.length<3)return[[n,i]];let l=n.slice(0,o.indexA),c=i.slice(0,o.indexB),u=[n[o.indexA]],f=[i[o.indexB]],d=o.indexA+1,h=o.indexB+1,p=n.slice(d),g=i.slice(h),v=r(l,c,a+1,s),y=r(u,f,a+1,s),b=r(p,g,a+1,s),E=y;return(o.indexA>0||o.indexB>0)&&(E=v.concat(E)),(n.length>d||i.length>h)&&(E=E.concat(b)),E}return r}var Dt={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},ss={matching:cM.NONE,matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:uM.WORD,colorScheme:as.LIGHT},Zn="/",vM=Uo(t=>t.value),PU=Go(vM);function Gv(t){return t.indexOf("dev/null")!==-1}function RU(t){return t.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g,"")}function MU(t){return t.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g,"")}function zo(t){switch(t){case Ke.CONTEXT:return Dt.CONTEXT;case Ke.INSERT:return Dt.INSERTS;case Ke.DELETE:return Dt.DELETES}}function Vo(t){switch(t){case as.DARK:return"d2h-dark-color-scheme";case as.AUTO:return"d2h-auto-color-scheme";case as.LIGHT:default:return"d2h-light-color-scheme"}}function OU(t){return t?2:1}function va(t){return t.slice(0).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function en(t,e,r=!0){let n=OU(e);return{prefix:t.substring(0,n),content:r?va(t.substring(n)):t.substring(n)}}function os(t){let e=Hv(t.oldName),r=Hv(t.newName);if(e!==r&&!Gv(e)&&!Gv(r)){let n=[],i=[],a=e.split(Zn),s=r.split(Zn),o=a.length,l=s.length,c=0,u=o-1,f=l-1;for(;c<u&&c<f&&a[c]===s[c];)n.push(s[c]),c+=1;for(;u>c&&f>c&&a[u]===s[f];)i.unshift(s[f]),u-=1,f-=1;let d=n.join(Zn),h=i.join(Zn),p=a.slice(c,u+1).join(Zn),g=s.slice(c,f+1).join(Zn);return d.length&&h.length?d+Zn+"{"+p+" \u2192 "+g+"}"+Zn+h:d.length?d+Zn+"{"+p+" \u2192 "+g+"}":h.length?"{"+p+" \u2192 "+g+"}"+Zn+h:e+" \u2192 "+r}else return Gv(r)?e:r}function qo(t){return`d2h-${dM(os(t)).toString().slice(-6)}`}function Wo(t){let e="file-changed";return t.isRename||t.isCopy?e="file-renamed":t.isNew?e="file-added":t.isDeleted?e="file-deleted":t.newName!==t.oldName&&(e="file-renamed"),e}function wh(t,e,r,n={}){let{matching:i,maxLineLengthHighlight:a,matchWordsThreshold:s,diffStyle:o}=Object.assign(Object.assign({},ss),n),l=en(t,r,!1),c=en(e,r,!1);if(l.content.length>a||c.content.length>a)return{oldLine:{prefix:l.prefix,content:va(l.content)},newLine:{prefix:c.prefix,content:va(c.content)}};let u=o==="char"?E3(l.content,c.content):k3(l.content,c.content),f=[];if(o==="word"&&i==="words"){let h=u.filter(v=>v.removed),p=u.filter(v=>v.added);PU(p,h).forEach(v=>{v[0].length===1&&v[1].length===1&&vM(v[0][0],v[1][0])<s&&(f.push(v[0][0]),f.push(v[1][0]))})}let d=u.reduce((h,p)=>{let g=p.added?"ins":p.removed?"del":null,v=f.indexOf(p)>-1?' class="d2h-change"':"",y=va(p.value);return g!==null?`${h}<${g}${v}>${y}</${g}>`:`${h}${y}`},"");return{oldLine:{prefix:l.prefix,content:RU(d)},newLine:{prefix:c.prefix,content:MU(d)}}}var yM="file-summary",IU="icon",FU={colorScheme:ss.colorScheme},bh=class{constructor(e,r={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},FU),r)}render(e){let r=e.map(n=>this.hoganUtils.render(yM,"line",{fileHtmlId:qo(n),oldName:n.oldName,newName:n.newName,fileName:os(n),deletedLines:"-"+n.deletedLines,addedLines:"+"+n.addedLines},{fileIcon:this.hoganUtils.template(IU,Wo(n))})).join(`
+`);return this.hoganUtils.render(yM,"wrapper",{colorScheme:Vo(this.config.colorScheme),filesNumber:e.length,files:r})}};m();var Vv=Object.assign(Object.assign({},ss),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),Gc="generic",wM="line-by-line",$U="icon",DU="tag",zc=class{constructor(e,r={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},Vv),r)}render(e){let r=e.map(n=>{let i;return n.blocks.length?i=this.generateFileHtml(n):i=this.generateEmptyDiff(),this.makeFileDiffHtml(n,i)}).join(`
+`);return this.hoganUtils.render(Gc,"wrapper",{colorScheme:Vo(this.config.colorScheme),content:r})}makeFileDiffHtml(e,r){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&e.blocks.length===0)return"";let n=this.hoganUtils.template(wM,"file-diff"),i=this.hoganUtils.template(Gc,"file-path"),a=this.hoganUtils.template($U,"file"),s=this.hoganUtils.template(DU,Wo(e));return n.render({file:e,fileHtmlId:qo(e),diffs:r,filePath:i.render({fileDiffName:os(e)},{fileIcon:a,fileTag:s})})}generateEmptyDiff(){return this.hoganUtils.render(Gc,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:Dt})}generateFileHtml(e){let r=Go(Uo(n=>en(n.content,e.isCombined).content));return e.blocks.map(n=>{let i=this.hoganUtils.render(Gc,"block-header",{CSSLineClass:Dt,blockHeader:e.isTooBig?n.header:va(n.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return this.applyLineGroupping(n).forEach(([a,s,o])=>{if(s.length&&o.length&&!a.length)this.applyRematchMatching(s,o,r).map(([l,c])=>{let{left:u,right:f}=this.processChangedLines(e,e.isCombined,l,c);i+=u,i+=f});else if(a.length)a.forEach(l=>{let{prefix:c,content:u}=en(l.content,e.isCombined);i+=this.generateSingleLineHtml(e,{type:Dt.CONTEXT,prefix:c,content:u,oldNumber:l.oldNumber,newNumber:l.newNumber})});else if(s.length||o.length){let{left:l,right:c}=this.processChangedLines(e,e.isCombined,s,o);i+=l,i+=c}else console.error("Unknown state reached while processing groups of lines",a,s,o)}),i}).join(`
+`)}applyLineGroupping(e){let r=[],n=[],i=[];for(let a=0;a<e.lines.length;a++){let s=e.lines[a];(s.type!==Ke.INSERT&&i.length||s.type===Ke.CONTEXT&&n.length>0)&&(r.push([[],n,i]),n=[],i=[]),s.type===Ke.CONTEXT?r.push([[s],[],[]]):s.type===Ke.INSERT&&n.length===0?r.push([[],[],[s]]):s.type===Ke.INSERT&&n.length>0?i.push(s):s.type===Ke.DELETE&&n.push(s)}return(n.length||i.length)&&(r.push([[],n,i]),n=[],i=[]),r}applyRematchMatching(e,r,n){let i=e.length*r.length,a=yh(e.concat(r).map(o=>o.content.length));return i<this.config.matchingMaxComparisons&&a<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words")?n(e,r):[[e,r]]}processChangedLines(e,r,n,i){let a={right:"",left:""},s=Math.max(n.length,i.length);for(let o=0;o<s;o++){let l=n[o],c=i[o],u=l!==void 0&&c!==void 0?wh(l.content,c.content,r,this.config):void 0,f=l!==void 0&&l.oldNumber!==void 0?Object.assign(Object.assign({},u!==void 0?{prefix:u.oldLine.prefix,content:u.oldLine.content,type:Dt.DELETE_CHANGES}:Object.assign(Object.assign({},en(l.content,r)),{type:zo(l.type)})),{oldNumber:l.oldNumber,newNumber:l.newNumber}):void 0,d=c!==void 0&&c.newNumber!==void 0?Object.assign(Object.assign({},u!==void 0?{prefix:u.newLine.prefix,content:u.newLine.content,type:Dt.INSERT_CHANGES}:Object.assign(Object.assign({},en(c.content,r)),{type:zo(c.type)})),{oldNumber:c.oldNumber,newNumber:c.newNumber}):void 0,{left:h,right:p}=this.generateLineHtml(e,f,d);a.left+=h,a.right+=p}return a}generateLineHtml(e,r,n){return{left:this.generateSingleLineHtml(e,r),right:this.generateSingleLineHtml(e,n)}}generateSingleLineHtml(e,r){if(r===void 0)return"";let n=this.hoganUtils.render(wM,"numbers",{oldNumber:r.oldNumber||"",newNumber:r.newNumber||""});return this.hoganUtils.render(Gc,"line",{type:r.type,lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line",prefix:r.prefix===" "?" ":r.prefix,content:r.content,lineNumber:n,line:r,file:e})}};m();var qv=Object.assign(Object.assign({},ss),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),Vc="generic",LU="side-by-side",jU="icon",NU="tag",qc=class{constructor(e,r={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},qv),r)}render(e){let r=e.map(n=>{let i;return n.blocks.length?i=this.generateFileHtml(n):i=this.generateEmptyDiff(),this.makeFileDiffHtml(n,i)}).join(`
+`);return this.hoganUtils.render(Vc,"wrapper",{colorScheme:Vo(this.config.colorScheme),content:r})}makeFileDiffHtml(e,r){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&e.blocks.length===0)return"";let n=this.hoganUtils.template(LU,"file-diff"),i=this.hoganUtils.template(Vc,"file-path"),a=this.hoganUtils.template(jU,"file"),s=this.hoganUtils.template(NU,Wo(e));return n.render({file:e,fileHtmlId:qo(e),diffs:r,filePath:i.render({fileDiffName:os(e)},{fileIcon:a,fileTag:s})})}generateEmptyDiff(){return{right:"",left:this.hoganUtils.render(Vc,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:Dt})}}generateFileHtml(e){let r=Go(Uo(n=>en(n.content,e.isCombined).content));return e.blocks.map(n=>{let i={left:this.makeHeaderHtml(n.header,e),right:this.makeHeaderHtml("")};return this.applyLineGroupping(n).forEach(([a,s,o])=>{if(s.length&&o.length&&!a.length)this.applyRematchMatching(s,o,r).map(([l,c])=>{let{left:u,right:f}=this.processChangedLines(e.isCombined,l,c);i.left+=u,i.right+=f});else if(a.length)a.forEach(l=>{let{prefix:c,content:u}=en(l.content,e.isCombined),{left:f,right:d}=this.generateLineHtml({type:Dt.CONTEXT,prefix:c,content:u,number:l.oldNumber},{type:Dt.CONTEXT,prefix:c,content:u,number:l.newNumber});i.left+=f,i.right+=d});else if(s.length||o.length){let{left:l,right:c}=this.processChangedLines(e.isCombined,s,o);i.left+=l,i.right+=c}else console.error("Unknown state reached while processing groups of lines",a,s,o)}),i}).reduce((n,i)=>({left:n.left+i.left,right:n.right+i.right}),{left:"",right:""})}applyLineGroupping(e){let r=[],n=[],i=[];for(let a=0;a<e.lines.length;a++){let s=e.lines[a];(s.type!==Ke.INSERT&&i.length||s.type===Ke.CONTEXT&&n.length>0)&&(r.push([[],n,i]),n=[],i=[]),s.type===Ke.CONTEXT?r.push([[s],[],[]]):s.type===Ke.INSERT&&n.length===0?r.push([[],[],[s]]):s.type===Ke.INSERT&&n.length>0?i.push(s):s.type===Ke.DELETE&&n.push(s)}return(n.length||i.length)&&(r.push([[],n,i]),n=[],i=[]),r}applyRematchMatching(e,r,n){let i=e.length*r.length,a=yh(e.concat(r).map(o=>o.content.length));return i<this.config.matchingMaxComparisons&&a<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words")?n(e,r):[[e,r]]}makeHeaderHtml(e,r){return this.hoganUtils.render(Vc,"block-header",{CSSLineClass:Dt,blockHeader:r!=null&&r.isTooBig?e:va(e),lineClass:"d2h-code-side-linenumber",contentClass:"d2h-code-side-line"})}processChangedLines(e,r,n){let i={right:"",left:""},a=Math.max(r.length,n.length);for(let s=0;s<a;s++){let o=r[s],l=n[s],c=o!==void 0&&l!==void 0?wh(o.content,l.content,e,this.config):void 0,u=o!==void 0&&o.oldNumber!==void 0?Object.assign(Object.assign({},c!==void 0?{prefix:c.oldLine.prefix,content:c.oldLine.content,type:Dt.DELETE_CHANGES}:Object.assign(Object.assign({},en(o.content,e)),{type:zo(o.type)})),{number:o.oldNumber}):void 0,f=l!==void 0&&l.newNumber!==void 0?Object.assign(Object.assign({},c!==void 0?{prefix:c.newLine.prefix,content:c.newLine.content,type:Dt.INSERT_CHANGES}:Object.assign(Object.assign({},en(l.content,e)),{type:zo(l.type)})),{number:l.newNumber}):void 0,{left:d,right:h}=this.generateLineHtml(u,f);i.left+=d,i.right+=h}return i}generateLineHtml(e,r){return{left:this.generateSingleHtml(e),right:this.generateSingleHtml(r)}}generateSingleHtml(e){let r="d2h-code-side-linenumber",n="d2h-code-side-line";return this.hoganUtils.render(Vc,"line",{type:(e==null?void 0:e.type)||`${Dt.CONTEXT} d2h-emptyplaceholder`,lineClass:e!==void 0?r:`${r} d2h-code-side-emptyplaceholder`,contentClass:e!==void 0?n:`${n} d2h-code-side-emptyplaceholder`,prefix:(e==null?void 0:e.prefix)===" "?" ":e==null?void 0:e.prefix,content:e==null?void 0:e.content,lineNumber:e==null?void 0:e.number})}};m();var Kv=Ot(Xv());m();var ht=Ot(Xv()),dt={};dt["file-summary-line"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<li class="d2h-file-list-line">'),n.b(`
+`+r),n.b(' <span class="d2h-file-name-wrapper">'),n.b(`
+`+r),n.b(n.rp("<fileIcon0",t,e," ")),n.b(' <a href="#'),n.b(n.v(n.f("fileHtmlId",t,e,0))),n.b('" class="d2h-file-name">'),n.b(n.v(n.f("fileName",t,e,0))),n.b("</a>"),n.b(`
+`+r),n.b(' <span class="d2h-file-stats">'),n.b(`
+`+r),n.b(' <span class="d2h-lines-added">'),n.b(n.v(n.f("addedLines",t,e,0))),n.b("</span>"),n.b(`
+`+r),n.b(' <span class="d2h-lines-deleted">'),n.b(n.v(n.f("deletedLines",t,e,0))),n.b("</span>"),n.b(`
+`+r),n.b(" </span>"),n.b(`
+`+r),n.b(" </span>"),n.b(`
+`+r),n.b("</li>"),n.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}}},subs:{}});dt["file-summary-wrapper"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<div class="d2h-file-list-wrapper '),n.b(n.v(n.f("colorScheme",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="d2h-file-list-header">'),n.b(`
+`+r),n.b(' <span class="d2h-file-list-title">Files changed ('),n.b(n.v(n.f("filesNumber",t,e,0))),n.b(")</span>"),n.b(`
+`+r),n.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),n.b(`
+`+r),n.b(' <a class="d2h-file-switch d2h-show">show</a>'),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(' <ol class="d2h-file-list">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("files",t,e,0))),n.b(`
+`+r),n.b(" </ol>"),n.b(`
+`+r),n.b("</div>"),n.fl()},partials:{},subs:{}});dt["generic-block-header"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b("<tr>"),n.b(`
+`+r),n.b(' <td class="'),n.b(n.v(n.f("lineClass",t,e,0))),n.b(" "),n.b(n.v(n.d("CSSLineClass.INFO",t,e,0))),n.b('"></td>'),n.b(`
+`+r),n.b(' <td class="'),n.b(n.v(n.d("CSSLineClass.INFO",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="'),n.b(n.v(n.f("contentClass",t,e,0))),n.b('">'),n.s(n.f("blockHeader",t,e,1),t,e,0,156,173,"{{ }}")&&(n.rs(t,e,function(i,a,s){s.b(s.t(s.f("blockHeader",i,a,0)))}),t.pop()),n.s(n.f("blockHeader",t,e,1),t,e,1,0,0,"")||n.b(" "),n.b("</div>"),n.b(`
+`+r),n.b(" </td>"),n.b(`
+`+r),n.b("</tr>"),n.fl()},partials:{},subs:{}});dt["generic-empty-diff"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b("<tr>"),n.b(`
+`+r),n.b(' <td class="'),n.b(n.v(n.d("CSSLineClass.INFO",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="'),n.b(n.v(n.f("contentClass",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(" File without changes"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(" </td>"),n.b(`
+`+r),n.b("</tr>"),n.fl()},partials:{},subs:{}});dt["generic-file-path"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<span class="d2h-file-name-wrapper">'),n.b(`
+`+r),n.b(n.rp("<fileIcon0",t,e," ")),n.b(' <span class="d2h-file-name">'),n.b(n.v(n.f("fileDiffName",t,e,0))),n.b("</span>"),n.b(`
+`+r),n.b(n.rp("<fileTag1",t,e," ")),n.b("</span>"),n.b(`
+`+r),n.b('<label class="d2h-file-collapse">'),n.b(`
+`+r),n.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),n.b(`
+`+r),n.b(" Viewed"),n.b(`
+`+r),n.b("</label>"),n.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}},"<fileTag1":{name:"fileTag",partials:{},subs:{}}},subs:{}});dt["generic-line"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b("<tr>"),n.b(`
+`+r),n.b(' <td class="'),n.b(n.v(n.f("lineClass",t,e,0))),n.b(" "),n.b(n.v(n.f("type",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("lineNumber",t,e,0))),n.b(`
+`+r),n.b(" </td>"),n.b(`
+`+r),n.b(' <td class="'),n.b(n.v(n.f("type",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="'),n.b(n.v(n.f("contentClass",t,e,0))),n.b('">'),n.b(`
+`+r),n.s(n.f("prefix",t,e,1),t,e,0,162,238,"{{ }}")&&(n.rs(t,e,function(i,a,s){s.b(' <span class="d2h-code-line-prefix">'),s.b(s.t(s.f("prefix",i,a,0))),s.b("</span>"),s.b(`
+`+r)}),t.pop()),n.s(n.f("prefix",t,e,1),t,e,1,0,0,"")||(n.b(' <span class="d2h-code-line-prefix"> </span>'),n.b(`
+`+r)),n.s(n.f("content",t,e,1),t,e,0,371,445,"{{ }}")&&(n.rs(t,e,function(i,a,s){s.b(' <span class="d2h-code-line-ctn">'),s.b(s.t(s.f("content",i,a,0))),s.b("</span>"),s.b(`
+`+r)}),t.pop()),n.s(n.f("content",t,e,1),t,e,1,0,0,"")||(n.b(' <span class="d2h-code-line-ctn"><br></span>'),n.b(`
+`+r)),n.b(" </div>"),n.b(`
+`+r),n.b(" </td>"),n.b(`
+`+r),n.b("</tr>"),n.fl()},partials:{},subs:{}});dt["generic-wrapper"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<div class="d2h-wrapper '),n.b(n.v(n.f("colorScheme",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("content",t,e,0))),n.b(`
+`+r),n.b("</div>"),n.fl()},partials:{},subs:{}});dt["icon-file-added"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<svg aria-hidden="true" class="d2h-icon d2h-added" height="16" title="added" version="1.1" viewBox="0 0 14 16"'),n.b(`
+`+r),n.b(' width="14">'),n.b(`
+`+r),n.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"></path>'),n.b(`
+`+r),n.b("</svg>"),n.fl()},partials:{},subs:{}});dt["icon-file-changed"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1"'),n.b(`
+`+r),n.b(' viewBox="0 0 14 16" width="14">'),n.b(`
+`+r),n.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"></path>'),n.b(`
+`+r),n.b("</svg>"),n.fl()},partials:{},subs:{}});dt["icon-file-deleted"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<svg aria-hidden="true" class="d2h-icon d2h-deleted" height="16" title="removed" version="1.1"'),n.b(`
+`+r),n.b(' viewBox="0 0 14 16" width="14">'),n.b(`
+`+r),n.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM11 9H3V7h8v2z"></path>'),n.b(`
+`+r),n.b("</svg>"),n.fl()},partials:{},subs:{}});dt["icon-file-renamed"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<svg aria-hidden="true" class="d2h-icon d2h-moved" height="16" title="renamed" version="1.1"'),n.b(`
+`+r),n.b(' viewBox="0 0 14 16" width="14">'),n.b(`
+`+r),n.b(' <path d="M6 9H3V7h3V4l5 4-5 4V9z m8-7v12c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h12c0.55 0 1 0.45 1 1z m-1 0H1v12h12V2z"></path>'),n.b(`
+`+r),n.b("</svg>"),n.fl()},partials:{},subs:{}});dt["icon-file"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">'),n.b(`
+`+r),n.b(' <path d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"></path>'),n.b(`
+`+r),n.b("</svg>"),n.fl()},partials:{},subs:{}});dt["line-by-line-file-diff"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<div id="'),n.b(n.v(n.f("fileHtmlId",t,e,0))),n.b('" class="d2h-file-wrapper" data-lang="'),n.b(n.v(n.d("file.language",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="d2h-file-header">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("filePath",t,e,0))),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(' <div class="d2h-file-diff">'),n.b(`
+`+r),n.b(' <div class="d2h-code-wrapper">'),n.b(`
+`+r),n.b(' <table class="d2h-diff-table">'),n.b(`
+`+r),n.b(' <tbody class="d2h-diff-tbody">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("diffs",t,e,0))),n.b(`
+`+r),n.b(" </tbody>"),n.b(`
+`+r),n.b(" </table>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b("</div>"),n.fl()},partials:{},subs:{}});dt["line-by-line-numbers"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<div class="line-num1">'),n.b(n.v(n.f("oldNumber",t,e,0))),n.b("</div>"),n.b(`
+`+r),n.b('<div class="line-num2">'),n.b(n.v(n.f("newNumber",t,e,0))),n.b("</div>"),n.fl()},partials:{},subs:{}});dt["side-by-side-file-diff"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<div id="'),n.b(n.v(n.f("fileHtmlId",t,e,0))),n.b('" class="d2h-file-wrapper" data-lang="'),n.b(n.v(n.d("file.language",t,e,0))),n.b('">'),n.b(`
+`+r),n.b(' <div class="d2h-file-header">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.f("filePath",t,e,0))),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(' <div class="d2h-files-diff">'),n.b(`
+`+r),n.b(' <div class="d2h-file-side-diff">'),n.b(`
+`+r),n.b(' <div class="d2h-code-wrapper">'),n.b(`
+`+r),n.b(' <table class="d2h-diff-table">'),n.b(`
+`+r),n.b(' <tbody class="d2h-diff-tbody">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.d("diffs.left",t,e,0))),n.b(`
+`+r),n.b(" </tbody>"),n.b(`
+`+r),n.b(" </table>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(' <div class="d2h-file-side-diff">'),n.b(`
+`+r),n.b(' <div class="d2h-code-wrapper">'),n.b(`
+`+r),n.b(' <table class="d2h-diff-table">'),n.b(`
+`+r),n.b(' <tbody class="d2h-diff-tbody">'),n.b(`
+`+r),n.b(" "),n.b(n.t(n.d("diffs.right",t,e,0))),n.b(`
+`+r),n.b(" </tbody>"),n.b(`
+`+r),n.b(" </table>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b(" </div>"),n.b(`
+`+r),n.b("</div>"),n.fl()},partials:{},subs:{}});dt["tag-file-added"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<span class="d2h-tag d2h-added d2h-added-tag">ADDED</span>'),n.fl()},partials:{},subs:{}});dt["tag-file-changed"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span>'),n.fl()},partials:{},subs:{}});dt["tag-file-deleted"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<span class="d2h-tag d2h-deleted d2h-deleted-tag">DELETED</span>'),n.fl()},partials:{},subs:{}});dt["tag-file-renamed"]=new ht.Template({code:function(t,e,r){var n=this;return n.b(r=r||""),n.b('<span class="d2h-tag d2h-moved d2h-moved-tag">RENAMED</span>'),n.fl()},partials:{},subs:{}});var Wc=class{constructor({compiledTemplates:e={},rawTemplates:r={}}){let n=Object.entries(r).reduce((i,[a,s])=>{let o=Kv.compile(s,{asString:!1});return Object.assign(Object.assign({},i),{[a]:o})},{});this.preCompiledTemplates=Object.assign(Object.assign(Object.assign({},dt),e),n)}static compile(e){return Kv.compile(e,{asString:!1})}render(e,r,n,i,a){let s=this.templateKey(e,r);try{return this.preCompiledTemplates[s].render(n,i,a)}catch(o){throw new Error(`Could not find template to render '${s}'`)}}template(e,r){return this.preCompiledTemplates[this.templateKey(e,r)]}templateKey(e,r){return`${e}-${r}`}};var HU=Object.assign(Object.assign(Object.assign({},Vv),qv),{outputFormat:lM.LINE_BY_LINE,drawFileList:!0});function SM(t,e={}){let r=Object.assign(Object.assign({},HU),e),n=typeof t=="string"?gM(t,r):t,i=new Wc(r),{colorScheme:a}=r,s={colorScheme:a},o=r.drawFileList?new bh(i,s).render(n):"",l=r.outputFormat==="side-by-side"?new qc(i,r).render(n):new zc(i,r).render(n);return o+l}var xh=require("obsidian");var ls=class extends xh.ItemView{constructor(r,n){super(r);this.plugin=n;this.gettingDiff=!1;this.parser=new DOMParser,this.navigation=!0,this.gitRefreshRef=this.app.workspace.on("obsidian-git:status-changed",()=>{this.refresh().catch(console.error)})}getViewType(){return ua.type}getDisplayText(){var r;if(((r=this.state)==null?void 0:r.bFile)!=null){let n=this.state.bFile.split("/").last();return n!=null&&n.endsWith(".md")&&(n=n.slice(0,-3)),`Diff: ${n}`}return ua.name}getIcon(){return ua.icon}async setState(r,n){this.state=r,xh.Platform.isMobile&&(this.leaf.view.titleEl.textContent=this.getDisplayText()),await this.refresh()}getState(){return this.state}onClose(){return this.app.workspace.offref(this.gitRefreshRef),this.app.workspace.offref(this.gitViewRefreshRef),super.onClose()}async onOpen(){return await this.refresh(),super.onOpen()}async refresh(){var r;if((r=this.state)!=null&&r.bFile&&!this.gettingDiff&&this.plugin.gitManager){this.gettingDiff=!0;try{let n=await this.plugin.gitManager.getDiffString(this.state.bFile,this.state.aRef=="HEAD",this.state.bRef);this.contentEl.empty();let i=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);if(!n){if(this.plugin.gitManager instanceof Ce&&await this.plugin.gitManager.isTracked(this.state.bFile))n=[`--- ${this.state.aFile}`,`+++ ${this.state.bFile}`,""].join(`
+`);else if(await this.app.vault.adapter.exists(i)){let a=await this.app.vault.adapter.read(i);n=[...`--- /dev/null
++++ ${this.state.bFile}
+@@ -0,0 +1,${a.split(`
+`).length} @@`.split(`
+`),...a.split(`
+`).map(o=>`+${o}`)].join(`
+`)}}if(n){let a=this.parser.parseFromString(SM(n),"text/html").querySelector(".d2h-file-diff");this.contentEl.append(a)}else{let a=this.contentEl.createDiv({cls:"obsidian-git-center"});a.createSpan({text:"\u26A0\uFE0F",attr:{style:"font-size: 2em"}}),a.createEl("br"),a.createSpan({text:"File not found: "+this.state.bFile})}}finally{this.gettingDiff=!1}}}};m();var Qo=require("obsidian");var el=require("@codemirror/commands");m();var Ie=require("@codemirror/view"),ke=require("@codemirror/state");m();var Zv="\u037C",EM=typeof Symbol=="undefined"?"__"+Zv:Symbol.for(Zv),Jv=typeof Symbol=="undefined"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),AM=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:{},Sh=class{constructor(e,r){this.rules=[];let{finish:n}=r||{};function i(s){return/^@/.test(s)?[s]:s.split(/,\s*/)}function a(s,o,l,c){let u=[],f=/^@(\w+)\b/.exec(s[0]),d=f&&f[1]=="keyframes";if(f&&o==null)return l.push(s[0]+";");for(let h in o){let p=o[h];if(/&/.test(h))a(h.split(/,\s*/).map(g=>s.map(v=>g.replace(/&/,v))).reduce((g,v)=>g.concat(v)),p,l);else if(p&&typeof p=="object"){if(!f)throw new RangeError("The value of a property ("+h+") should be a primitive value.");a(i(h),p,u,d)}else p!=null&&u.push(h.replace(/_.*/,"").replace(/[A-Z]/g,g=>"-"+g.toLowerCase())+": "+p+";")}(u.length||d)&&l.push((n&&!f&&!c?s.map(n):s).join(", ")+" {"+u.join(" ")+"}")}for(let s in e)a(i(s),e[s],this.rules)}getRules(){return this.rules.join(`
+`)}static newName(){let e=AM[EM]||1;return AM[EM]=e+1,Zv+e.toString(36)}static mount(e,r,n){let i=e[Jv],a=n&&n.nonce;i?a&&i.setNonce(a):i=new Qv(e,a),i.mount(Array.isArray(r)?r:[r],e)}},kM=new Map,Qv=class{constructor(e,r){let n=e.ownerDocument||e,i=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let a=kM.get(n);if(a)return e[Jv]=a;this.sheet=new i.CSSStyleSheet,kM.set(n,this)}else this.styleTag=n.createElement("style"),r&&this.styleTag.setAttribute("nonce",r);this.modules=[],e[Jv]=this}mount(e,r){let n=this.sheet,i=0,a=0;for(let s=0;s<e.length;s++){let o=e[s],l=this.modules.indexOf(o);if(l<a&&l>-1&&(this.modules.splice(l,1),a--,l=-1),l==-1){if(this.modules.splice(a++,0,o),n)for(let c=0;c<o.rules.length;c++)n.insertRule(o.rules[c],i++)}else{for(;a<l;)i+=this.modules[a++].rules.length;i+=o.rules.length,a++}}if(n)r.adoptedStyleSheets.indexOf(this.sheet)<0&&(r.adoptedStyleSheets=[this.sheet,...r.adoptedStyleSheets]);else{let s="";for(let l=0;l<this.modules.length;l++)s+=this.modules[l].getRules()+`
+`;this.styleTag.textContent=s;let o=r.head||r;this.styleTag.parentNode!=o&&o.insertBefore(this.styleTag,o.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}};var zM=require("@codemirror/language"),UU=require("@lezer/highlight"),pt=class t{constructor(e,r,n,i){this.fromA=e,this.toA=r,this.fromB=n,this.toB=i}offset(e,r=e){return new t(this.fromA+e,this.toA+e,this.fromB+r,this.toB+r)}};function us(t,e,r,n,i,a){if(t==n)return[];let s=o1(t,e,r,n,i,a),o=l1(t,e+s,r,n,i+s,a);e+=s,r-=o,i+=s,a-=o;let l=r-e,c=a-i;if(!l||!c)return[new pt(e,r,i,a)];if(l>c){let f=t.slice(e,r).indexOf(n.slice(i,a));if(f>-1)return[new pt(e,e+f,i,i),new pt(e+f+c,r,a,a)]}else if(c>l){let f=n.slice(i,a).indexOf(t.slice(e,r));if(f>-1)return[new pt(e,e,i,i+f),new pt(r,r,i+f+l,a)]}if(l==1||c==1)return[new pt(e,r,i,a)];let u=qM(t,e,r,n,i,a);if(u){let[f,d,h]=u;return us(t,e,f,n,i,d).concat(us(t,f+h,r,n,d+h,a))}return GU(t,e,r,n,i,a)}var Yc=1e9,Xc=0,s1=!1;function GU(t,e,r,n,i,a){let s=r-e,o=a-i;if(Yc<1e9&&Math.min(s,o)>Yc*16||Xc>0&&Date.now()>Xc)return Math.min(s,o)>Yc*64?[new pt(e,r,i,a)]:TM(t,e,r,n,i,a);let l=Math.ceil((s+o)/2);e1.reset(l),t1.reset(l);let c=(h,p)=>t.charCodeAt(e+h)==n.charCodeAt(i+p),u=(h,p)=>t.charCodeAt(r-h-1)==n.charCodeAt(a-p-1),f=(s-o)%2!=0?t1:null,d=f?null:e1;for(let h=0;h<l;h++){if(h>Yc||Xc>0&&!(h&63)&&Date.now()>Xc)return TM(t,e,r,n,i,a);let p=e1.advance(h,s,o,l,f,!1,c)||t1.advance(h,s,o,l,d,!0,u);if(p)return zU(t,e,r,e+p[0],n,i,a,i+p[1])}return[new pt(e,r,i,a)]}var Ch=class{constructor(){this.vec=[]}reset(e){this.len=e<<1;for(let r=0;r<this.len;r++)this.vec[r]=-1;this.vec[e+1]=0,this.start=this.end=0}advance(e,r,n,i,a,s,o){for(let l=-e+this.start;l<=e-this.end;l+=2){let c=i+l,u=l==-e||l!=e&&this.vec[c-1]<this.vec[c+1]?this.vec[c+1]:this.vec[c-1]+1,f=u-l;for(;u<r&&f<n&&o(u,f);)u++,f++;if(this.vec[c]=u,u>r)this.end+=2;else if(f>n)this.start+=2;else if(a){let d=i+(r-n)-l;if(d>=0&&d<this.len&&a.vec[d]!=-1)if(s){let h=a.vec[d];if(h>=r-u)return[h,i+h-d]}else{let h=r-a.vec[d];if(u>=h)return[u,f]}}}return null}},e1=new Ch,t1=new Ch;function zU(t,e,r,n,i,a,s,o){let l=!1;return!Ko(t,n)&&++n==r&&(l=!0),!Ko(i,o)&&++o==s&&(l=!0),l?[new pt(e,r,a,s)]:us(t,e,n,i,a,o).concat(us(t,n,r,i,o,s))}function VM(t,e){let r=1,n=Math.min(t,e);for(;r<n;)r=r<<1;return r}function o1(t,e,r,n,i,a){if(e==r||e==a||t.charCodeAt(e)!=n.charCodeAt(i))return 0;let s=VM(r-e,a-i);for(let o=e,l=i;;){let c=o+s,u=l+s;if(c>r||u>a||t.slice(o,c)!=n.slice(l,u)){if(s==1)return o-e-(Ko(t,o)?0:1);s=s>>1}else{if(c==r||u==a)return c-e;o=c,l=u}}}function l1(t,e,r,n,i,a){if(e==r||i==a||t.charCodeAt(r-1)!=n.charCodeAt(a-1))return 0;let s=VM(r-e,a-i);for(let o=r,l=a;;){let c=o-s,u=l-s;if(c<e||u<i||t.slice(c,o)!=n.slice(u,l)){if(s==1)return r-o-(Ko(t,o)?0:1);s=s>>1}else{if(c==e||u==i)return r-c;o=c,l=u}}}function r1(t,e,r,n,i,a,s,o){let l=n.slice(i,a),c=null;for(;;){if(c||s<o)return c;for(let u=e+s;;){Ko(t,u)||u++;let f=u+s;if(Ko(t,f)||(f+=f==u+1?1:-1),f>=r)break;let d=t.slice(u,f),h=-1;for(;(h=l.indexOf(d,h+1))!=-1;){let p=o1(t,f,r,n,i+h+d.length,a),g=l1(t,e,u,n,i,i+h),v=d.length+p+g;(!c||c[2]<v)&&(c=[u-g,i+h-g,v])}u=f}if(o<0)return c;s=s>>1}}function qM(t,e,r,n,i,a){let s=r-e,o=a-i;if(s<o){let l=qM(n,i,a,t,e,r);return l&&[l[1],l[0],l[2]]}return s<4||o*2<s?null:r1(t,e,r,n,i,a,Math.floor(s/4),-1)}function TM(t,e,r,n,i,a){s1=!0;let s=r-e,o=a-i,l;if(s<o){let d=r1(n,i,a,t,e,r,Math.floor(s/6),50);l=d&&[d[1],d[0],d[2]]}else l=r1(t,e,r,n,i,a,Math.floor(o/6),50);if(!l)return[new pt(e,r,i,a)];let[c,u,f]=l;return us(t,e,c,n,i,u).concat(us(t,c+f,r,n,u+f,a))}function WM(t,e){for(let r=1;r<t.length;r++){let n=t[r-1],i=t[r];n.toA>i.fromA-e&&n.toB>i.fromB-e&&(t[r-1]=new pt(n.fromA,i.toA,n.fromB,i.toB),t.splice(r--,1))}}function VU(t,e,r){for(;;){WM(r,1);let n=!1;for(let i=0;i<r.length;i++){let a=r[i],s,o;(s=o1(t,a.fromA,a.toA,e,a.fromB,a.toB))&&(a=r[i]=new pt(a.fromA+s,a.toA,a.fromB+s,a.toB)),(o=l1(t,a.fromA,a.toA,e,a.fromB,a.toB))&&(a=r[i]=new pt(a.fromA,a.toA-o,a.fromB,a.toB-o));let l=a.toA-a.fromA,c=a.toB-a.fromB;if(l&&c)continue;let u=a.fromA-(i?r[i-1].toA:0),f=(i<r.length-1?r[i+1].fromA:t.length)-a.toA;if(!u||!f)continue;let d=l?t.slice(a.fromA,a.toA):e.slice(a.fromB,a.toB);u<=d.length&&t.slice(a.fromA-u,a.fromA)==d.slice(d.length-u)?(r[i]=new pt(a.fromA-u,a.toA-u,a.fromB-u,a.toB-u),n=!0):f<=d.length&&t.slice(a.toA,a.toA+f)==d.slice(0,f)&&(r[i]=new pt(a.fromA+f,a.toA+f,a.fromB+f,a.toB+f),n=!0)}if(!n)break}return r}function qU(t,e,r){for(let n=0,i=0;i<t.length;i++){let a=t[i],s=a.toA-a.fromA,o=a.toB-a.fromB;if(s&&o||s>3||o>3){let l=i==t.length-1?e.length:t[i+1].fromA,c=a.fromA-n,u=l-a.toA,f=PM(e,a.fromA,c),d=CM(e,a.toA,u),h=a.fromA-f,p=d-a.toA;if((!s||!o)&&h&&p){let g=Math.max(s,o),[v,y,b]=s?[e,a.fromA,a.toA]:[r,a.fromB,a.toB];g>h&&e.slice(f,a.fromA)==v.slice(b-h,b)?(a=t[i]=new pt(f,f+s,a.fromB-h,a.toB-h),f=a.fromA,d=CM(e,a.toA,l-a.toA)):g>p&&e.slice(a.toA,d)==v.slice(y,y+p)&&(a=t[i]=new pt(d-s,d,a.fromB+p,a.toB+p),d=a.toA,f=PM(e,a.fromA,a.fromA-n)),h=a.fromA-f,p=d-a.toA}if(h||p)a=t[i]=new pt(a.fromA-h,a.toA+p,a.fromB-h,a.toB+p);else if(s){if(!o){let g=MM(e,a.fromA,a.toA),v,y=g<0?-1:RM(e,a.toA,a.fromA);g>-1&&(v=g-a.fromA)<=u&&e.slice(a.fromA,g)==e.slice(a.toA,a.toA+v)?a=t[i]=a.offset(v):y>-1&&(v=a.toA-y)<=c&&e.slice(a.fromA-v,a.fromA)==e.slice(y,a.toA)&&(a=t[i]=a.offset(-v))}}else{let g=MM(r,a.fromB,a.toB),v,y=g<0?-1:RM(r,a.toB,a.fromB);g>-1&&(v=g-a.fromB)<=u&&r.slice(a.fromB,g)==r.slice(a.toB,a.toB+v)?a=t[i]=a.offset(v):y>-1&&(v=a.toB-y)<=c&&r.slice(a.fromB-v,a.fromB)==r.slice(y,a.toB)&&(a=t[i]=a.offset(-v))}}n=a.toA}return WM(t,3),t}var cs;try{cs=new RegExp("[\\p{Alphabetic}\\p{Number}]","u")}catch(t){}function YM(t){return t>48&&t<58||t>64&&t<91||t>96&&t<123}function XM(t,e){if(e==t.length)return 0;let r=t.charCodeAt(e);return r<192?YM(r)?1:0:cs?!JM(r)||e==t.length-1?cs.test(String.fromCharCode(r))?1:0:cs.test(t.slice(e,e+2))?2:0:0}function KM(t,e){if(!e)return 0;let r=t.charCodeAt(e-1);return r<192?YM(r)?1:0:cs?!QM(r)||e==1?cs.test(String.fromCharCode(r))?1:0:cs.test(t.slice(e-2,e))?2:0:0}var ZM=8;function CM(t,e,r){if(e==t.length||!KM(t,e))return e;for(let n=e,i=e+r,a=0;a<ZM;a++){let s=XM(t,n);if(!s||n+s>i)return n;n+=s}return e}function PM(t,e,r){if(!e||!XM(t,e))return e;for(let n=e,i=e-r,a=0;a<ZM;a++){let s=KM(t,n);if(!s||n-s<i)return n;n-=s}return e}function RM(t,e,r){for(;e!=r;e--)if(t.charCodeAt(e-1)==10)return e;return-1}function MM(t,e,r){for(;e!=r;e++)if(t.charCodeAt(e)==10)return e;return-1}var JM=t=>t>=55296&&t<=56319,QM=t=>t>=56320&&t<=57343;function Ko(t,e){return!e||e==t.length||!JM(t.charCodeAt(e-1))||!QM(t.charCodeAt(e))}function WU(t,e,r){var n;return Yc=((n=r==null?void 0:r.scanLimit)!==null&&n!==void 0?n:1e9)>>1,Xc=r!=null&&r.timeout?Date.now()+r.timeout:0,s1=!1,VU(t,e,us(t,0,t.length,e,0,e.length))}function eO(){return!s1}function tO(t,e,r){return qU(WU(t,e,r),t,e)}var Jn=ke.Facet.define({combine:t=>t[0]}),n1=ke.StateEffect.define(),YU=ke.Facet.define(),Zo=ke.StateField.define({create(t){return null},update(t,e){for(let r of e.effects)r.is(n1)&&(t=r.value);for(let r of e.state.facet(YU))t=r(t,e);return t}});var Xo=class t{constructor(e,r,n,i,a,s=!0){this.changes=e,this.fromA=r,this.toA=n,this.fromB=i,this.toB=a,this.precise=s}offset(e,r){return e||r?new t(this.changes,this.fromA+e,this.toA+e,this.fromB+r,this.toB+r,this.precise):this}get endA(){return Math.max(this.fromA,this.toA-1)}get endB(){return Math.max(this.fromB,this.toB-1)}static build(e,r,n){let i=tO(e.toString(),r.toString(),n);return rO(i,e,r,0,0,eO())}static updateA(e,r,n,i,a){return DM($M(e,i,!0,n.length),e,r,n,a)}static updateB(e,r,n,i,a){return DM($M(e,i,!1,r.length),e,r,n,a)}};function OM(t,e,r,n){let i=r.lineAt(t),a=n.lineAt(e);return i.to==t&&a.to==e&&t<r.length&&e<n.length?[t+1,e+1]:[i.from,a.from]}function IM(t,e,r,n){let i=r.lineAt(t),a=n.lineAt(e);return i.from==t&&a.from==e?[t,e]:[i.to+1,a.to+1]}function rO(t,e,r,n,i,a){let s=[];for(let o=0;o<t.length;o++){let l=t[o],[c,u]=OM(l.fromA+n,l.fromB+i,e,r),[f,d]=IM(l.toA+n,l.toB+i,e,r),h=[l.offset(-c+n,-u+i)];for(;o<t.length-1;){let p=t[o+1],[g,v]=OM(p.fromA+n,p.fromB+i,e,r);if(g>f+1&&v>d+1)break;h.push(p.offset(-c+n,-u+i)),[f,d]=IM(p.toA+n,p.toB+i,e,r),o++}s.push(new Xo(h,c,Math.max(c,f),u,Math.max(u,d),a))}return s}var Eh=1e3;function FM(t,e,r,n){let i=0,a=t.length;for(;;){if(i==a){let u=0,f=0;i&&({toA:u,toB:f}=t[i-1]);let d=e-(r?u:f);return[u+d,f+d]}let s=i+a>>1,o=t[s],[l,c]=r?[o.fromA,o.toA]:[o.fromB,o.toB];if(l>e)a=s;else if(c<=e)i=s+1;else return n?[o.fromA,o.fromB]:[o.toA,o.toB]}}function $M(t,e,r,n){let i=[];return e.iterChangedRanges((a,s,o,l)=>{let c=0,u=r?e.length:n,f=0,d=r?n:e.length;a>Eh&&([c,f]=FM(t,a-Eh,r,!0)),s<e.length-Eh&&([u,d]=FM(t,s+Eh,r,!1));let h=l-o-(s-a),p,[g,v]=r?[h,0]:[0,h];i.length&&(p=i[i.length-1]).toA>=c?i[i.length-1]={fromA:p.fromA,fromB:p.fromB,toA:u,toB:d,diffA:p.diffA+g,diffB:p.diffB+v}:i.push({fromA:c,toA:u,fromB:f,toB:d,diffA:g,diffB:v})}),i}function DM(t,e,r,n,i){if(!t.length)return e;let a=[];for(let s=0,o=0,l=0,c=0;;s++){let u=s==t.length?null:t[s],f=u?u.fromA+o:r.length,d=u?u.fromB+l:n.length;for(;c<e.length;){let v=e[c];if(v.toA+o>f||v.toB+l>d)break;a.push(v.offset(o,l)),c++}if(!u)break;let h=u.toA+o+u.diffA,p=u.toB+l+u.diffB,g=tO(r.sliceString(f,h),n.sliceString(d,p),i);for(let v of rO(g,r,n,f,d,eO()))a.push(v);for(o+=u.diffA,l+=u.diffB;c<e.length;){let v=e[c];if(v.fromA+o>h&&v.fromB+l>p)break;c++}}return a}var XU={scanLimit:500},nO=Ie.ViewPlugin.fromClass(class{constructor(t){({deco:this.deco,gutter:this.gutter}=NM(t))}update(t){(t.docChanged||t.viewportChanged||KU(t.startState,t.state)||ZU(t.startState,t.state))&&({deco:this.deco,gutter:this.gutter}=NM(t.view))}},{decorations:t=>t.deco}),Ah=ke.Prec.low((0,Ie.gutter)({class:"cm-changeGutter",markers:t=>{var e;return((e=t.plugin(nO))===null||e===void 0?void 0:e.gutter)||ke.RangeSet.empty}}));function KU(t,e){return t.field(Zo,!1)!=e.field(Zo,!1)}function ZU(t,e){return t.facet(Jn)!=e.facet(Jn)}var LM=Ie.Decoration.line({class:"cm-changedLine"}),JU=Ie.Decoration.mark({class:"cm-changedText"}),QU=Ie.Decoration.mark({tagName:"ins",class:"cm-insertedLine"}),eG=Ie.Decoration.mark({tagName:"del",class:"cm-deletedLine"}),jM=new class extends Ie.GutterMarker{constructor(){super(...arguments),this.elementClass="cm-changedLineGutter"}};function tG(t,e,r,n,i,a){let s=r?t.fromA:t.fromB,o=r?t.toA:t.toB,l=0;if(s!=o){i.add(s,s,LM),i.add(s,o,r?eG:QU),a&&a.add(s,s,jM);for(let c=e.iterRange(s,o-1),u=s;!c.next().done;){if(c.lineBreak){u++,i.add(u,u,LM),a&&a.add(u,u,jM);continue}let f=u+c.value.length;if(n)for(;l<t.changes.length;){let d=t.changes[l],h=s+(r?d.fromA:d.fromB),p=s+(r?d.toA:d.toB),g=Math.max(u,h),v=Math.min(f,p);if(g<v&&i.add(g,v,JU),p<f)l++;else break}u=f}}}function NM(t){let e=t.state.field(Zo),{side:r,highlightChanges:n,markGutter:i,overrideChunk:a}=t.state.facet(Jn),s=r=="a",o=new ke.RangeSetBuilder,l=i?new ke.RangeSetBuilder:null,{from:c,to:u}=t.viewport;for(let f of e){if((s?f.fromA:f.fromB)>=u)break;(s?f.toA:f.toB)>c&&(!a||!a(t.state,f,o,l))&&tG(f,t.state.doc,s,n,o,l)}return{deco:o.finish(),gutter:l&&l.finish()}}var Yo=class extends Ie.WidgetType{constructor(e){super(),this.height=e}eq(e){return this.height==e.height}toDOM(){let e=document.createElement("div");return e.className="cm-mergeSpacer",e.style.height=this.height+"px",e}updateDOM(e){return e.style.height=this.height+"px",!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}},Ph=ke.StateEffect.define({map:(t,e)=>t.map(e)}),Kc=ke.StateField.define({create:()=>Ie.Decoration.none,update:(t,e)=>{for(let r of e.effects)if(r.is(Ph))return r.value;return t.map(e.changes)},provide:t=>Ie.EditorView.decorations.from(t)}),kh=.01;function BM(t,e){if(t.size!=e.size)return!1;let r=t.iter(),n=e.iter();for(;r.value;){if(r.from!=n.from||Math.abs(r.value.spec.widget.height-n.value.spec.widget.height)>1)return!1;r.next(),n.next()}return!0}function rG(t,e,r){let n=new ke.RangeSetBuilder,i=new ke.RangeSetBuilder,a=t.state.field(Kc).iter(),s=e.state.field(Kc).iter(),o=0,l=0,c=0,u=0,f=t.viewport,d=e.viewport;for(let v=0;;v++){let y=v<r.length?r[v]:null,b=y?y.fromA:t.state.doc.length,E=y?y.fromB:e.state.doc.length;if(o<b){let S=t.lineBlockAt(o).top+c,A=e.lineBlockAt(l).top+u,k=S-A;k<-kh?(c-=k,n.add(o,o,Ie.Decoration.widget({widget:new Yo(-k),block:!0,side:-1}))):k>kh&&(u+=k,i.add(l,l,Ie.Decoration.widget({widget:new Yo(k),block:!0,side:-1})))}if(b>o+1e3&&o<f.from&&b>f.from&&l<d.from&&E>d.from){let S=Math.min(f.from-o,d.from-l);o+=S,l+=S,v--}else if(y)o=y.toA,l=y.toB;else break;for(;a.value&&a.from<o;)c-=a.value.spec.widget.height,a.next();for(;s.value&&s.from<l;)u-=s.value.spec.widget.height,s.next()}for(;a.value;)c-=a.value.spec.widget.height,a.next();for(;s.value;)u-=s.value.spec.widget.height,s.next();let h=t.contentHeight+c-(e.contentHeight+u);h<kh?n.add(t.state.doc.length,t.state.doc.length,Ie.Decoration.widget({widget:new Yo(-h),block:!0,side:1})):h>kh&&i.add(e.state.doc.length,e.state.doc.length,Ie.Decoration.widget({widget:new Yo(h),block:!0,side:1}));let p=n.finish(),g=i.finish();BM(p,t.state.field(Kc))||t.dispatch({effects:Ph.of(p)}),BM(g,e.state.field(Kc))||e.dispatch({effects:Ph.of(g)})}var i1=ke.StateEffect.define({map:(t,e)=>e.mapPos(t)}),a1=class extends Ie.WidgetType{constructor(e){super(),this.lines=e}eq(e){return this.lines==e.lines}toDOM(e){let r=document.createElement("div");return r.className="cm-collapsedLines",r.textContent=e.state.phrase("$ unchanged lines",this.lines),r.addEventListener("click",n=>{let i=e.posAtDOM(n.target);e.dispatch({effects:i1.of(i)});let{side:a,sibling:s}=e.state.facet(Jn);s&&s().dispatch({effects:i1.of(nG(i,e.state.field(Zo),a=="a"))})}),r}ignoreEvent(e){return e instanceof MouseEvent}get estimatedHeight(){return 27}get type(){return"collapsed-unchanged-code"}};function nG(t,e,r){let n=0,i=0;for(let a=0;;a++){let s=a<e.length?e[a]:null;if(!s||(r?s.fromA:s.fromB)>=t)return i+(t-n);[n,i]=r?[s.toA,s.toB]:[s.toB,s.toA]}}var iG=ke.StateField.define({create(t){return Ie.Decoration.none},update(t,e){t=t.map(e.changes);for(let r of e.effects)r.is(i1)&&(t=t.update({filter:n=>n!=r.value}));return t},provide:t=>Ie.EditorView.decorations.from(t)});function HM({margin:t=3,minSize:e=4}){return iG.init(r=>aG(r,t,e))}function aG(t,e,r){let n=new ke.RangeSetBuilder,i=t.facet(Jn).side=="a",a=t.field(Zo),s=1;for(let o=0;;o++){let l=o<a.length?a[o]:null,c=o?s+e:1,u=l?t.doc.lineAt(i?l.fromA:l.fromB).number-1-e:t.doc.lines,f=u-c+1;if(f>=r&&n.add(t.doc.line(c).from,t.doc.line(u).to,Ie.Decoration.replace({widget:new a1(f),block:!0})),!l)break;s=t.doc.lineAt(Math.min(t.doc.length,i?l.toA:l.toB)).number}return n.finish()}var sG=Ie.EditorView.styleModule.of(new Sh({".cm-mergeView":{overflowY:"auto"},".cm-mergeViewEditors":{display:"flex",alignItems:"stretch"},".cm-mergeViewEditor":{flexGrow:1,flexBasis:0,overflow:"hidden"},".cm-merge-revert":{width:"1.6em",flexGrow:0,flexShrink:0,position:"relative"},".cm-merge-revert button":{position:"absolute",display:"block",width:"100%",boxSizing:"border-box",textAlign:"center",background:"none",border:"none",font:"inherit",cursor:"pointer"}})),oG=Ie.EditorView.baseTheme({".cm-mergeView & .cm-scroller, .cm-mergeView &":{height:"auto !important",overflowY:"visible !important"},"&.cm-merge-a .cm-changedLine, .cm-deletedChunk":{backgroundColor:"rgba(160, 128, 100, .08)"},"&.cm-merge-b .cm-changedLine, .cm-inlineChangedLine":{backgroundColor:"rgba(100, 160, 128, .08)"},"&light.cm-merge-a .cm-changedText, &light .cm-deletedChunk .cm-deletedText":{background:"linear-gradient(#ee443366, #ee443366) bottom/100% 2px no-repeat"},"&dark.cm-merge-a .cm-changedText, &dark .cm-deletedChunk .cm-deletedText":{background:"linear-gradient(#ffaa9966, #ffaa9966) bottom/100% 2px no-repeat"},"&light.cm-merge-b .cm-changedText":{background:"linear-gradient(#22bb22aa, #22bb22aa) bottom/100% 2px no-repeat"},"&dark.cm-merge-b .cm-changedText":{background:"linear-gradient(#88ff88aa, #88ff88aa) bottom/100% 2px no-repeat"},"&.cm-merge-b .cm-deletedText":{background:"#ff000033"},".cm-insertedLine, .cm-deletedLine, .cm-deletedLine del":{textDecoration:"none"},".cm-deletedChunk":{paddingLeft:"6px","& .cm-chunkButtons":{position:"absolute",insetInlineEnd:"5px"},"& button":{border:"none",cursor:"pointer",color:"white",margin:"0 2px",borderRadius:"3px","&[name=accept]":{background:"#2a2"},"&[name=reject]":{background:"#d43"}}},".cm-collapsedLines":{padding:"5px 5px 5px 10px",cursor:"pointer","&:before":{content:'"\u299A"',marginInlineEnd:"7px"},"&:after":{content:'"\u299A"',marginInlineStart:"7px"}},"&light .cm-collapsedLines":{color:"#444",background:"linear-gradient(to bottom, transparent 0, #f3f3f3 30%, #f3f3f3 70%, transparent 100%)"},"&dark .cm-collapsedLines":{color:"#ddd",background:"linear-gradient(to bottom, transparent 0, #222 30%, #222 70%, transparent 100%)"},".cm-changeGutter":{width:"3px",paddingLeft:"1px"},"&light.cm-merge-a .cm-changedLineGutter, &light .cm-deletedLineGutter":{background:"#e43"},"&dark.cm-merge-a .cm-changedLineGutter, &dark .cm-deletedLineGutter":{background:"#fa9"},"&light.cm-merge-b .cm-changedLineGutter":{background:"#2b2"},"&dark.cm-merge-b .cm-changedLineGutter":{background:"#8f8"},".cm-inlineChangedLineGutter":{background:"#75d"}}),UM=new ke.Compartment,Th=new ke.Compartment,Rh=class{constructor(e){this.revertDOM=null,this.revertToA=!1,this.revertToLeft=!1,this.measuring=-1,this.diffConf=e.diffConfig||XU;let r=[ke.Prec.low(nO),oG,sG,Kc,Ie.EditorView.updateListener.of(f=>{this.measuring<0&&(f.heightChanged||f.viewportChanged)&&!f.transactions.some(d=>d.effects.some(h=>h.is(Ph)))&&this.measure()})],n=[Jn.of({side:"a",sibling:()=>this.b,highlightChanges:e.highlightChanges!==!1,markGutter:e.gutter!==!1})];e.gutter!==!1&&n.push(Ah);let i=ke.EditorState.create({doc:e.a.doc,selection:e.a.selection,extensions:[e.a.extensions||[],Ie.EditorView.editorAttributes.of({class:"cm-merge-a"}),Th.of(n),r]}),a=[Jn.of({side:"b",sibling:()=>this.a,highlightChanges:e.highlightChanges!==!1,markGutter:e.gutter!==!1})];e.gutter!==!1&&a.push(Ah);let s=ke.EditorState.create({doc:e.b.doc,selection:e.b.selection,extensions:[e.b.extensions||[],Ie.EditorView.editorAttributes.of({class:"cm-merge-b"}),Th.of(a),r]});this.chunks=Xo.build(i.doc,s.doc,this.diffConf);let o=[Zo.init(()=>this.chunks),UM.of(e.collapseUnchanged?HM(e.collapseUnchanged):[])];i=i.update({effects:ke.StateEffect.appendConfig.of(o)}).state,s=s.update({effects:ke.StateEffect.appendConfig.of(o)}).state,this.dom=document.createElement("div"),this.dom.className="cm-mergeView",this.editorDOM=this.dom.appendChild(document.createElement("div")),this.editorDOM.className="cm-mergeViewEditors";let l=e.orientation||"a-b",c=document.createElement("div");c.className="cm-mergeViewEditor";let u=document.createElement("div");u.className="cm-mergeViewEditor",this.editorDOM.appendChild(l=="a-b"?c:u),this.editorDOM.appendChild(l=="a-b"?u:c),this.a=new Ie.EditorView({state:i,parent:c,root:e.root,dispatchTransactions:f=>this.dispatch(f,this.a)}),this.b=new Ie.EditorView({state:s,parent:u,root:e.root,dispatchTransactions:f=>this.dispatch(f,this.b)}),this.setupRevertControls(!!e.revertControls,e.revertControls=="b-to-a",e.renderRevertControl),e.parent&&e.parent.appendChild(this.dom),this.scheduleMeasure()}dispatch(e,r){if(e.some(n=>n.docChanged)){let n=e[e.length-1],i=e.reduce((s,o)=>s.compose(o.changes),ke.ChangeSet.empty(e[0].startState.doc.length));this.chunks=r==this.a?Xo.updateA(this.chunks,n.newDoc,this.b.state.doc,i,this.diffConf):Xo.updateB(this.chunks,this.a.state.doc,n.newDoc,i,this.diffConf),r.update([...e,n.state.update({effects:n1.of(this.chunks)})]);let a=r==this.a?this.b:this.a;a.update([a.state.update({effects:n1.of(this.chunks)})]),this.scheduleMeasure()}else r.update(e)}reconfigure(e){if("diffConfig"in e&&(this.diffConf=e.diffConfig),"orientation"in e){let a=e.orientation!="b-a";if(a!=(this.editorDOM.firstChild==this.a.dom.parentNode)){let s=this.a.dom.parentNode,o=this.b.dom.parentNode;s.remove(),o.remove(),this.editorDOM.insertBefore(a?s:o,this.editorDOM.firstChild),this.editorDOM.appendChild(a?o:s),this.revertToLeft=!this.revertToLeft,this.revertDOM&&(this.revertDOM.textContent="")}}if("revertControls"in e||"renderRevertControl"in e){let a=!!this.revertDOM,s=this.revertToA,o=this.renderRevert;"revertControls"in e&&(a=!!e.revertControls,s=e.revertControls=="b-to-a"),"renderRevertControl"in e&&(o=e.renderRevertControl),this.setupRevertControls(a,s,o)}let r="highlightChanges"in e,n="gutter"in e,i="collapseUnchanged"in e;if(r||n||i){let a=[],s=[];if(r||n){let o=this.a.state.facet(Jn),l=n?e.gutter!==!1:o.markGutter,c=r?e.highlightChanges!==!1:o.highlightChanges;a.push(Th.reconfigure([Jn.of({side:"a",sibling:()=>this.b,highlightChanges:c,markGutter:l}),l?Ah:[]])),s.push(Th.reconfigure([Jn.of({side:"b",sibling:()=>this.a,highlightChanges:c,markGutter:l}),l?Ah:[]]))}if(i){let o=UM.reconfigure(e.collapseUnchanged?HM(e.collapseUnchanged):[]);a.push(o),s.push(o)}this.a.dispatch({effects:a}),this.b.dispatch({effects:s})}this.scheduleMeasure()}setupRevertControls(e,r,n){this.revertToA=r,this.revertToLeft=this.revertToA==(this.editorDOM.firstChild==this.a.dom.parentNode),this.renderRevert=n,!e&&this.revertDOM?(this.revertDOM.remove(),this.revertDOM=null):e&&!this.revertDOM?(this.revertDOM=this.editorDOM.insertBefore(document.createElement("div"),this.editorDOM.firstChild.nextSibling),this.revertDOM.addEventListener("mousedown",i=>this.revertClicked(i)),this.revertDOM.className="cm-merge-revert"):this.revertDOM&&(this.revertDOM.textContent="")}scheduleMeasure(){if(this.measuring<0){let e=this.dom.ownerDocument.defaultView||window;this.measuring=e.requestAnimationFrame(()=>{this.measuring=-1,this.measure()})}}measure(){rG(this.a,this.b,this.chunks),this.revertDOM&&this.updateRevertButtons()}updateRevertButtons(){let e=this.revertDOM,r=e.firstChild,n=this.a.viewport,i=this.b.viewport;for(let a=0;a<this.chunks.length;a++){let s=this.chunks[a];if(s.fromA>n.to||s.fromB>i.to)break;if(s.fromA<n.from||s.fromB<i.from)continue;let o=this.a.lineBlockAt(s.fromA).top+"px";for(;r&&+r.dataset.chunk<a;)r=GM(r);r&&r.dataset.chunk==String(a)?(r.style.top!=o&&(r.style.top=o),r=r.nextSibling):e.insertBefore(this.renderRevertButton(o,a),r)}for(;r;)r=GM(r)}renderRevertButton(e,r){let n;if(this.renderRevert)n=this.renderRevert();else{n=document.createElement("button");let i=this.a.state.phrase("Revert this chunk");n.setAttribute("aria-label",i),n.setAttribute("title",i),n.textContent=this.revertToLeft?"\u21DC":"\u21DD"}return n.style.top=e,n.setAttribute("data-chunk",String(r)),n}revertClicked(e){let r=e.target,n;for(;r&&r.parentNode!=this.revertDOM;)r=r.parentNode;if(r&&(n=this.chunks[r.dataset.chunk])){let[i,a,s,o,l,c]=this.revertToA?[this.b,this.a,n.fromB,n.toB,n.fromA,n.toA]:[this.a,this.b,n.fromA,n.toA,n.fromB,n.toB],u=i.state.sliceDoc(s,Math.max(s,o-1));s!=o&&c<=a.state.doc.length&&(u+=i.state.lineBreak),a.dispatch({changes:{from:l,to:Math.min(a.state.doc.length,c),insert:u},userEvent:"revert"}),e.preventDefault()}}destroy(){this.a.destroy(),this.b.destroy(),this.measuring>-1&&(this.dom.ownerDocument.defaultView||window).cancelAnimationFrame(this.measuring),this.dom.remove()}};function GM(t){let e=t.nextSibling;return t.remove(),e}var Mh=require("@codemirror/search"),Jo=require("@codemirror/state"),tn=require("@codemirror/view");var fs=class extends Qo.ItemView{constructor(r,n){super(r);this.plugin=n;this.refreshing=!1;this.ignoreNextModification=!1;this.navigation=!0,this.registerEvent(this.app.workspace.on("obsidian-git:status-changed",()=>{this.mergeView?this.updateRefEditors().catch(console.error):this.createMergeView().catch(console.error)})),this.intervalRef=window.setInterval(()=>{this.mergeView&&this.updateRefEditors().catch(console.error)},30*1e3),this.registerEvent(this.app.vault.on("modify",i=>{this.state.bRef==null&&i.path===this.state.bFile&&(this.ignoreNextModification?this.ignoreNextModification=!1:this.updateModifiableEditor().catch(console.error))})),this.registerEvent(this.app.vault.on("delete",i=>{this.state.bRef==null&&i.path===this.state.bFile&&this.createMergeView().catch(console.error)})),this.registerEvent(this.app.vault.on("create",i=>{this.state.bRef==null&&i.path===this.state.bFile&&this.createMergeView().catch(console.error)})),this.registerEvent(this.app.vault.on("rename",(i,a)=>{this.state.bRef==null&&(i.path===this.state.bFile||a===this.state.bFile)&&this.createMergeView().catch(console.error)})),this.fileSaveDebouncer=(0,Qo.debounce)(i=>{let a=this.state.bFile;a&&(this.ignoreNextModification=!0,this.plugin.app.vault.adapter.write(this.plugin.gitManager.getRelativeVaultPath(a),i).catch(s=>this.plugin.displayError(s)))},1e3,!1)}getViewType(){return ca.type}getDisplayText(){var r;if(((r=this.state)==null?void 0:r.bFile)!=null){let n=this.state.bFile.split("/").last();return n!=null&&n.endsWith(".md")&&(n=n.slice(0,-3)),`Diff: ${n}`}return ca.name}getIcon(){return ca.icon}async setState(r,n){this.state=r,Qo.Platform.isMobile&&(this.leaf.view.titleEl.textContent=this.getDisplayText()),await super.setState(r,n),await this.createMergeView()}getState(){return this.state}onClose(){return window.clearInterval(this.intervalRef),super.onClose()}async onOpen(){return await this.createMergeView(),super.onOpen()}async gitShow(r,n){try{return await this.plugin.gitManager.show(r,n,!1)}catch(i){if(i instanceof wr&&(i.message.includes("does not exist")||i.message.includes("unknown revision or path")||i.message.includes("exists on disk, but not in")||i.message.includes("fatal: bad object")))return i.message.includes("fatal: bad object")&&this.plugin.displayError(i.message),"";throw i}}async bShouldBeEditable(){if(this.state.bRef!=null)return!1;let r=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);return await this.app.vault.adapter.exists(r)}async updateModifiableEditor(){if(!this.mergeView||this.refreshing)return;let r=this.mergeView.b;this.refreshing=!0;let n=await this.app.vault.adapter.read(this.state.bFile);if(n!=r.state.doc.toString()){let i=r.state.update({changes:{from:0,to:r.state.doc.length,insert:n},annotations:[Jo.Transaction.remote.of(!0)]});r.dispatch(i)}this.refreshing=!1}async updateRefEditors(){if(!this.mergeView||this.refreshing)return;let r=this.mergeView.a,n=this.mergeView.b;this.refreshing=!0;let i=await this.gitShow(this.state.aRef,this.state.aFile),a;if(this.state.bRef!=null&&(a=await this.gitShow(this.state.bRef,this.state.bFile)),i!=r.state.doc.toString()){let s=r.state.update({changes:{from:0,to:r.state.doc.length,insert:i}});r.dispatch(s)}if(a!=null&&a!=n.state.doc.toString()){let s=n.state.update({changes:{from:0,to:n.state.doc.length,insert:a}});n.dispatch(s)}this.refreshing=!1}async createMergeView(){var r,n,i;if((r=this.state)!=null&&r.aFile&&((n=this.state)!=null&&n.bFile)&&!this.refreshing&&this.plugin.gitManager){this.refreshing=!0,(i=this.mergeView)==null||i.destroy();let a=this.containerEl.children[1];a.empty(),this.contentEl.addClass("git-split-diff-view"),this.bIsEditable=await this.bShouldBeEditable();let s=await this.gitShow(this.state.aRef,this.state.aFile),o;if(this.state.bRef!=null)o=await this.gitShow(this.state.bRef,this.state.bFile);else{let p=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);await this.app.vault.adapter.exists(p)?o=await this.app.vault.adapter.read(p):o=""}let l=[(0,tn.lineNumbers)(),(0,Mh.highlightSelectionMatches)(),(0,tn.drawSelection)(),tn.keymap.of([...el.standardKeymap,el.indentWithTab]),(0,el.history)(),(0,Mh.search)(),tn.EditorView.lineWrapping],c=this,u=tn.ViewPlugin.define(p=>({update(g){if(g.docChanged&&!g.transactions.some(v=>v.annotation(Jo.Transaction.remote))){let v=p.state.doc.toString();c.fileSaveDebouncer(v)}}})),f={doc:s,extensions:[...l,tn.EditorView.editable.of(!1),Jo.EditorState.readOnly.of(!0)]},d=[...l];this.bIsEditable?d.push(u):d.push(tn.EditorView.editable.of(!1),Jo.EditorState.readOnly.of(!0));let h={doc:o,extensions:d};a.addClasses(["cm-s-obsidian","mod-cm6","markdown-source-view","cm-content"]),this.mergeView=new Rh({b:h,a:f,collapseUnchanged:{minSize:6,margin:4},diffConfig:{scanLimit:this.bIsEditable?1e3:1e4},parent:a}),this.refreshing=!1}}};m();var C5=require("obsidian");m();m();m();var iO="5";var aO,sO,oO;typeof window!="undefined"&&((oO=(sO=(aO=window.__svelte)!=null?aO:window.__svelte={}).v)!=null?oO:sO.v=new Set).add(iO);m();m();m();var tl="[",ya="[!",ds="]",Ci={};var qe=Symbol(),rn=Symbol("filename"),lO=Symbol("hmr"),cO="http://www.w3.org/1999/xhtml";m();m();m();m();var Oh=!0;m();var D=!1;m();var nn=Array.isArray,uO=Array.prototype.indexOf,Zc=Array.from,c1=Object.keys,qt=Object.defineProperty,_r=Object.getOwnPropertyDescriptor,u1=Object.getOwnPropertyDescriptors,f1=Object.prototype,fO=Array.prototype,rl=Object.getPrototypeOf,d1=Object.isExtensible;function h1(t){return typeof t=="function"}var ir=()=>{};function Jc(t){for(var e=0;e<t.length;e++)t[e]()}function dO(){var t,e,r=new Promise((n,i)=>{t=n,e=i});return{promise:r,resolve:t,reject:e}}m();m();var xr=Symbol("$state"),Qc=Symbol("legacy props"),hO=Symbol(""),Ih=Symbol("proxy path"),nl=new class extends Error{constructor(){super(...arguments);vt(this,"name","StaleReactionError");vt(this,"message","The reaction that called `getAbortSignal()` was re-run or destroyed")}};var eu=3,an=8;m();m();function pO(){if(D){let t=new Error("await_outside_boundary\nCannot await outside a `<svelte:boundary>` with a `pending` snippet\nhttps://svelte.dev/e/await_outside_boundary");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/await_outside_boundary")}function tu(t){if(D){let e=new Error(`lifecycle_outside_component
+\`${t}(...)\` can only be used during component initialisation
+https://svelte.dev/e/lifecycle_outside_component`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function mO(){if(D){let t=new Error("async_derived_orphan\nCannot create a `$derived(...)` with an `await` expression outside of an effect tree\nhttps://svelte.dev/e/async_derived_orphan");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/async_derived_orphan")}function p1(){if(D){let t=new Error("bind_invalid_checkbox_value\nUsing `bind:value` together with a checkbox input is not allowed. Use `bind:checked` instead\nhttps://svelte.dev/e/bind_invalid_checkbox_value");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/bind_invalid_checkbox_value")}function gO(){if(D){let t=new Error(`derived_references_self
+A derived value cannot reference itself recursively
+https://svelte.dev/e/derived_references_self`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/derived_references_self")}function vO(t){if(D){let e=new Error(`effect_in_teardown
+\`${t}\` cannot be used inside an effect cleanup function
+https://svelte.dev/e/effect_in_teardown`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_in_teardown")}function yO(){if(D){let t=new Error("effect_in_unowned_derived\nEffect cannot be created inside a `$derived` value that was not itself created inside an effect\nhttps://svelte.dev/e/effect_in_unowned_derived");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function wO(t){if(D){let e=new Error(`effect_orphan
+\`${t}\` can only be used inside an effect (e.g. during component initialisation)
+https://svelte.dev/e/effect_orphan`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_orphan")}function bO(){if(D){let t=new Error(`effect_update_depth_exceeded
+Maximum update depth exceeded. This typically indicates that an effect reads and writes the same piece of state
+https://svelte.dev/e/effect_update_depth_exceeded`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function _O(){if(D){let t=new Error("flush_sync_in_effect\nCannot use `flushSync` inside an effect\nhttps://svelte.dev/e/flush_sync_in_effect");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/flush_sync_in_effect")}function xO(){if(D){let t=new Error(`hydration_failed
+Failed to hydrate the application
+https://svelte.dev/e/hydration_failed`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/hydration_failed")}function SO(t){if(D){let e=new Error(`props_invalid_value
+Cannot do \`bind:${t}={undefined}\` when \`${t}\` has a fallback value
+https://svelte.dev/e/props_invalid_value`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/props_invalid_value")}function EO(t){if(D){let e=new Error(`rune_outside_svelte
+The \`${t}\` rune is only available inside \`.svelte\` and \`.svelte.js/ts\` files
+https://svelte.dev/e/rune_outside_svelte`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/rune_outside_svelte")}function AO(){if(D){let t=new Error("state_descriptors_fixed\nProperty descriptors defined on `$state` objects must contain `value` and always be `enumerable`, `configurable` and `writable`.\nhttps://svelte.dev/e/state_descriptors_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function kO(){if(D){let t=new Error("state_prototype_fixed\nCannot set prototype of `$state` object\nhttps://svelte.dev/e/state_prototype_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_prototype_fixed")}function TO(){if(D){let t=new Error("state_unsafe_mutation\nUpdating state inside `$derived(...)`, `$inspect(...)` or a template expression is forbidden. If the value should not be reactive, declare it without `$state`\nhttps://svelte.dev/e/state_unsafe_mutation");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_unsafe_mutation")}m();m();m();var hs="font-weight: bold",ps="font-weight: normal";function CO(t){D?console.warn(`%c[svelte] await_reactivity_loss
+%cDetected reactivity loss when reading \`${t}\`. This happens when state is read in an async function after an earlier \`await\`
+https://svelte.dev/e/await_reactivity_loss`,hs,ps):console.warn("https://svelte.dev/e/await_reactivity_loss")}function PO(t,e){D?console.warn(`%c[svelte] await_waterfall
+%cAn async derived, \`${t}\` (${e}) was not read immediately after it resolved. This often indicates an unnecessary waterfall, which can slow down your app
+https://svelte.dev/e/await_waterfall`,hs,ps):console.warn("https://svelte.dev/e/await_waterfall")}function RO(t,e,r){D?console.warn(`%c[svelte] hydration_attribute_changed
+%cThe \`${t}\` attribute on \`${e}\` changed its value between server and client renders. The client value, \`${r}\`, will be ignored in favour of the server value
+https://svelte.dev/e/hydration_attribute_changed`,hs,ps):console.warn("https://svelte.dev/e/hydration_attribute_changed")}function ms(t){D?console.warn(`%c[svelte] hydration_mismatch
+%c${t?`Hydration failed because the initial UI does not match what was rendered on the server. The error occurred near ${t}`:"Hydration failed because the initial UI does not match what was rendered on the server"}
+https://svelte.dev/e/hydration_mismatch`,hs,ps):console.warn("https://svelte.dev/e/hydration_mismatch")}function MO(){D?console.warn(`%c[svelte] lifecycle_double_unmount
+%cTried to unmount a component that was not mounted
+https://svelte.dev/e/lifecycle_double_unmount`,hs,ps):console.warn("https://svelte.dev/e/lifecycle_double_unmount")}function Fh(t){D?console.warn(`%c[svelte] state_proxy_equality_mismatch
+%cReactive \`$state(...)\` proxies and the values they proxy have different identities. Because of this, comparisons with \`${t}\` will produce unexpected results
+https://svelte.dev/e/state_proxy_equality_mismatch`,hs,ps):console.warn("https://svelte.dev/e/state_proxy_equality_mismatch")}function OO(t){D?console.warn(`%c[svelte] transition_slide_display
+%cThe \`slide\` transition does not work correctly for elements with \`display: ${t}\`
+https://svelte.dev/e/transition_slide_display`,hs,ps):console.warn("https://svelte.dev/e/transition_slide_display")}var se=!1;function Yt(t){se=t}var ge;function et(t){if(t===null)throw ms(),Ci;return ge=t}function Xt(){return et(jt(ge))}function H(t){if(se){if(jt(ge)!==null)throw ms(),Ci;ge=t}}function il(t=1){if(se){for(var e=t,r=ge;e--;)r=jt(r);ge=r}}function gs(){for(var t=0,e=ge;;){if(e.nodeType===an){var r=e.data;if(r===ds){if(t===0)return e;t-=1}else(r===tl||r===ya)&&(t+=1)}var n=jt(e);e.remove(),e=n}}function $h(t){if(!t||t.nodeType!==an)throw ms(),Ci;return t.data}m();m();m();m();function Dh(t){return t===this.v}function Lh(t,e){return t!=t?e==e:t!==e||t!==null&&typeof t=="object"||typeof t=="function"}function jh(t){return!Lh(t,this.v)}m();var _n=!1,Pi=!1,Qn=!1;m();m();m();var ru=null;function ei(t){let e=Error(),r=e.stack;if(!r)return null;let n=r.split(`
+`),i=[`
+`];for(let a=0;a<n.length;a++){let s=n[a];if(s!=="Error"){if(s.includes("validate_each_keys"))return null;s.includes("svelte/src/internal")||i.push(s)}}return i.length===1?null:(qt(e,"stack",{value:i.join(`
+`)}),qt(e,"name",{value:`${t}Error`}),e)}function sn(t,e){return t.label=e,Nh(t.v,e),t}function Nh(t,e){var r;return(r=t==null?void 0:t[Ih])==null||r.call(t,e),t}m();var ye=null;function ba(t){ye=t}var Mi=null;function Bh(t){Mi=t}var xn=null;function nu(t){xn=t}function tt(t,e=!1,r){ye={p:ye,c:null,e:null,s:t,x:null,l:Pi&&!e?{s:null,u:null,$:[]}:null},D&&(ye.function=r,xn=r)}function rt(t){var i;var e=ye,r=e.e;if(r!==null){e.e=null;for(var n of r)g1(n)}return t!==void 0&&(e.x=t),ye=e.p,D&&(xn=(i=ye==null?void 0:ye.function)!=null?i:null),t!=null?t:{}}function on(){return!Pi||ye!==null&&ye.l===null}m();m();m();var v1=new WeakMap;function y1(t){var e=ee;if(e===null)return oe.f|=8388608,t;if(D&&t instanceof Error&&!v1.has(t)&&v1.set(t,cG(t,e)),e.f&32768)al(t,e);else{if(!(e.f&128))throw!e.parent&&t instanceof Error&&$O(t),t;e.b.error(t)}}function al(t,e){for(;e!==null;){if(e.f&128)try{e.b.error(t);return}catch(r){t=r}e=e.parent}throw t instanceof Error&&$O(t),t}function cG(t,e){var s,o,l;let r=_r(t,"message");if(!(r&&!r.configurable)){for(var n=iu?" ":" ",i=`
+${n}in ${((s=e.fn)==null?void 0:s.name)||"<unknown>"}`,a=e.ctx;a!==null;)i+=`
+${n}in ${(o=a.function)==null?void 0:o[rn].split("/").pop()}`,a=a.p;return{message:t.message+`
+${i}
+`,stack:(l=t.stack)==null?void 0:l.split(`
+`).filter(c=>!c.includes("svelte/src/internal")).join(`
+`)}}}function $O(t){let e=v1.get(t);e&&(qt(t,"message",{value:e.message}),qt(t,"stack",{value:e.stack}))}m();var au=[],w1=[];function DO(){var t=au;au=[],Jc(t)}function uG(){var t=w1;w1=[],Jc(t)}function Lr(t){au.length===0&&queueMicrotask(DO),au.push(t)}function LO(){au.length>0&&DO(),w1.length>0&&uG()}m();var ane=589952;function Uh(){for(var t=ee.b;t!==null&&!t.has_pending_snippet();)t=t.parent;return t===null&&pO(),t}m();m();var Ii=null;function S1(t){Ii=t}var ou=new Set;function vs(t){var e=2050,r=oe!==null&&oe.f&2?oe:null;ee===null||r!==null&&r.f&256?e|=256:ee.f|=524288;let n={ctx:ye,deps:null,effects:null,equals:Dh,f:e,fn:t,reactions:null,rv:0,v:qe,wv:0,parent:r!=null?r:ee,ac:null};return D&&Qn&&(n.created=ei("CreatedAt")),n}function E1(t,e){let r=ee;r===null&&mO();var n=r.b,i=void 0,a=jr(qe),s=null,o=!oe;return jO(()=>{var h;D&&(Ii=ee);try{var l=t()}catch(p){l=Promise.reject(p)}D&&(Ii=null);var c=()=>l;i=(h=s==null?void 0:s.then(c,c))!=null?h:Promise.resolve(l),s=i;var u=xe,f=n.pending;o&&(n.update_pending_count(1),f||u.increment());let d=(p,g=void 0)=>{s=null,Ii=null,f||u.activate(),g?g!==nl&&(a.f|=8388608,ri(a,g)):(a.f&8388608&&(a.f^=8388608),ri(a,p),D&&e!==void 0&&(ou.add(a),setTimeout(()=>{ou.has(a)&&(PO(a.label,e),ou.delete(a))}))),o&&(n.update_pending_count(-1),f||u.decrement()),Vh()};if(i.then(d,p=>d(null,p||"unknown")),u)return()=>{queueMicrotask(()=>u.neuter())}}),D&&(a.f|=4194304),new Promise(l=>{function c(u){function f(){u===i?l(a):c(i)}u.then(f,f)}c(i)})}function Ct(t){let e=vs(t);return qh(e),e}function ys(t){let e=vs(t);return e.equals=jh,e}function Gh(t){var e=t.effects;if(e!==null){t.effects=null;for(var r=0;r<e.length;r+=1)At(e[r])}}var _1=[];function fG(t){for(var e=t.parent;e!==null;){if(!(e.f&2))return e;e=e.parent}return null}function lu(t){var e,r=ee;if(Nt(fG(t)),D){let n=ws;x1(new Set);try{_1.includes(t)&&gO(),_1.push(t),Gh(t),e=zh(t)}finally{Nt(r),x1(n),_1.pop()}}else try{Gh(t),e=zh(t)}finally{Nt(r)}return e}function A1(t){var e=lu(t);if(t.equals(e)||(t.v=e,t.wv=cu()),!Sn)if(_a!==null)_a.set(t,t.v);else{var r=(Fi||t.f&256)&&t.deps!==null?4096:1024;mt(t,r)}}function Wh(t,e,r){let n=on()?vs:ys;if(e.length===0){r(t.map(n));return}var i=xe,a=ee,s=dG(),o=Uh();Promise.all(e.map(l=>E1(l))).then(l=>{i==null||i.activate(),s();try{r([...t.map(n),...l])}catch(c){a.f&16384||al(c,a)}i==null||i.deactivate(),Vh()}).catch(l=>{o.error(l)})}function dG(){var t=ee,e=oe,r=ye;return function(){Nt(t),kt(e),ba(r),D&&S1(null)}}function Vh(){Nt(null),kt(null),ba(null),D&&S1(null)}var uu=new Set,xe=null,fu=null,_a=null,b1=new Set,Kh=[];function BO(){let t=Kh.shift();Kh.length>0&&queueMicrotask(BO),t()}var _s=[],Qh=null,k1=!1,Yh=!1,ol,ll,xa,du,hu,bs,cl,Sa,Ea,ul,pu,mu,An,HO,Xh,T1,Zh=class Zh{constructor(){yt(this,An);vt(this,"current",new Map);yt(this,ol,new Map);yt(this,ll,new Set);yt(this,xa,0);yt(this,du,null);yt(this,hu,!1);yt(this,bs,[]);yt(this,cl,[]);yt(this,Sa,[]);yt(this,Ea,[]);yt(this,ul,[]);yt(this,pu,[]);yt(this,mu,[]);vt(this,"skipped_effects",new Set)}process(e){var a;_s=[],fu=null;var r=null;if(uu.size>1){r=new Map,_a=new Map;for(let[s,o]of this.current)r.set(s,{v:s.v,wv:s.wv}),s.v=o;for(let s of uu)if(s!==this)for(let[o,l]of ue(s,ol))r.has(o)||(r.set(o,{v:o.v,wv:o.wv}),o.v=l)}for(let s of e)di(this,An,HO).call(this,s);if(ue(this,bs).length===0&&ue(this,xa)===0){di(this,An,T1).call(this);var n=ue(this,Sa),i=ue(this,Ea);It(this,Sa,[]),It(this,Ea,[]),It(this,ul,[]),fu=xe,xe=null,NO(n),NO(i),xe===null?xe=this:uu.delete(this),(a=ue(this,du))==null||a.resolve()}else di(this,An,Xh).call(this,ue(this,Sa)),di(this,An,Xh).call(this,ue(this,Ea)),di(this,An,Xh).call(this,ue(this,ul));if(r){for(let[s,{v:o,wv:l}]of r)s.wv<=l&&(s.v=o);_a=null}for(let s of ue(this,bs))$i(s);for(let s of ue(this,cl))$i(s);It(this,bs,[]),It(this,cl,[])}capture(e,r){ue(this,ol).has(e)||ue(this,ol).set(e,r),this.current.set(e,e.v)}activate(){xe=this}deactivate(){xe=null,fu=null;for(let e of b1)if(b1.delete(e),e(),xe!==null)break}neuter(){It(this,hu,!0)}flush(){_s.length>0?C1():di(this,An,T1).call(this),xe===this&&(ue(this,xa)===0&&uu.delete(this),this.deactivate())}increment(){It(this,xa,ue(this,xa)+1)}decrement(){if(It(this,xa,ue(this,xa)-1),ue(this,xa)===0){for(let e of ue(this,pu))mt(e,2048),ii(e);for(let e of ue(this,mu))mt(e,4096),ii(e);It(this,Sa,[]),It(this,Ea,[]),this.flush()}else this.deactivate()}add_callback(e){ue(this,ll).add(e)}settled(){var e;return((e=ue(this,du))!=null?e:It(this,du,dO())).promise}static ensure(){if(xe===null){let e=xe=new Zh;uu.add(xe),Yh||Zh.enqueue(()=>{xe===e&&e.flush()})}return xe}static enqueue(e){Kh.length===0&&queueMicrotask(BO),Kh.unshift(e)}};ol=new WeakMap,ll=new WeakMap,xa=new WeakMap,du=new WeakMap,hu=new WeakMap,bs=new WeakMap,cl=new WeakMap,Sa=new WeakMap,Ea=new WeakMap,ul=new WeakMap,pu=new WeakMap,mu=new WeakMap,An=new WeakSet,HO=function(e){var u;e.f^=1024;for(var r=e.first;r!==null;){var n=r.f,i=(n&96)!==0,a=i&&(n&1024)!==0,s=a||(n&8192)!==0||this.skipped_effects.has(r);if(!s&&r.fn!==null){if(i)r.f^=1024;else if(!(n&1024))if(n&4)ue(this,Ea).push(r);else if(_n&&n&8)ue(this,Sa).push(r);else if(n&4194304){var o=(u=r.b)!=null&&u.pending?ue(this,cl):ue(this,bs);o.push(r)}else Aa(r)&&(r.f&16&&ue(this,ul).push(r),$i(r));var l=r.first;if(l!==null){r=l;continue}}var c=r.parent;for(r=r.next;r===null&&c!==null;)r=c.next,c=c.parent}},Xh=function(e){for(let r of e)(r.f&2048?ue(this,pu):ue(this,mu)).push(r),mt(r,1024);e.length=0},T1=function(){if(!ue(this,hu))for(let e of ue(this,ll))e();ue(this,ll).clear()};var ti=Zh;function fl(t){_n&&ee!==null&&_O();var e=Yh;Yh=!0;try{var r;for(t&&(C1(),r=t());;){if(LO(),_s.length===0&&(xe==null||xe.flush(),_s.length===0))return Qh=null,r;C1()}}finally{Yh=e}}function C1(){var a;var t=xs;k1=!0;try{var e=0;for(P1(!0);_s.length>0;){var r=ti.ensure();if(e++>1e3){if(D){var n=new Map;for(let s of r.current.keys())for(let[o,l]of(a=s.updated)!=null?a:[]){var i=n.get(o);i||(i={error:l.error,count:0},n.set(o,i)),i.count+=l.count}for(let s of n.values())console.error(s.error)}hG()}r.process(_s),Di.clear()}}finally{k1=!1,P1(t),Qh=null}}function hG(){try{bO()}catch(t){D&&qt(t,"stack",{value:""}),al(t,Qh)}}function NO(t){var e=t.length;if(e!==0){for(var r=0;r<e;){var n=t[r++];if(!(n.f&24576)&&Aa(n)){var i=xe?xe.current.size:0;if($i(n),n.deps===null&&n.first===null&&n.nodes_start===null&&(n.teardown===null&&n.ac===null?M1(n):n.fn=null),xe!==null&&xe.current.size>i&&n.f&1048576)break}}for(;r<e;)ii(t[r++])}}function ii(t){for(var e=Qh=t;e.parent!==null;){e=e.parent;var r=e.f;if(k1&&e===ee&&r&16)return;if(r&96){if(!(r&1024))return;e.f^=1024}}_s.push(e)}var ws=new Set,Di=new Map;function x1(t){ws=t}var O1=!1;function UO(){O1=!0}function jr(t,e){var r={f:0,v:t,reactions:null,equals:Dh,rv:0,wv:0};return D&&Qn&&(r.created=e!=null?e:ei("CreatedAt"),r.updated=null,r.set_during_effect=!1,r.trace=null),r}function Pe(t,e){let r=jr(t,e);return qh(r),r}function Ss(t,e=!1,r=!0){var i,a;let n=jr(t);return e||(n.equals=jh),Pi&&r&&ye!==null&&ye.l!==null&&((a=(i=ye.l).s)!=null?a:i.s=[]).push(n),n}function ie(t,e,r=!1){var i;oe!==null&&(!Er||oe.f&131072)&&on()&&oe.f&4325394&&!((i=Ar)!=null&&i.includes(t))&&TO();let n=r?Ne(e):e;return D&&Nh(n,t.label),ri(t,n)}function ri(t,e){var i;if(!t.equals(e)){var r=t.v;Sn?Di.set(t,e):Di.set(t,r),t.v=e;var n=ti.ensure();if(n.capture(t,r),D){if(Qn||ee!==null){let a=ei("UpdatedAt");if(a!==null){(i=t.updated)!=null||(t.updated=new Map);let s=t.updated.get(a.stack);s||(s={error:a,count:0},t.updated.set(a.stack,s)),s.count++}}ee!==null&&(t.set_during_effect=!0)}t.f&2&&(t.f&2048&&lu(t),mt(t,t.f&256?4096:1024)),t.wv=cu(),GO(t,2048),on()&&ee!==null&&ee.f&1024&&!(ee.f&96)&&(Br===null?zO([t]):Br.push(t)),D&&ws.size>0&&!O1&&I1()}return e}function I1(){O1=!1;let t=Array.from(ws);for(let e of t)e.f&1024&&mt(e,4096),Aa(e)&&$i(e);ws.clear()}function su(t){ie(t,t.v+1)}function GO(t,e){var r=t.reactions;if(r!==null)for(var n=on(),i=r.length,a=0;a<i;a++){var s=r[a],o=s.f;if(!(!n&&s===ee)){if(D&&o&131072){ws.add(s);continue}var l=(o&2048)===0;l&&mt(s,e),o&2?GO(s,4096):l&&ii(s)}}}var pG=/^[a-zA-Z_$][a-zA-Z_$0-9]*$/;function Ne(t){if(typeof t!="object"||t===null||xr in t)return t;let e=rl(t);if(e!==f1&&e!==fO)return t;var r=new Map,n=nn(t),i=Pe(0),a=D&&Qn?ei("CreatedAt"):null,s=ka,o=u=>{if(ka===s)return u();var f=oe,d=ka;kt(null),F1(s);var h=u();return kt(f),F1(d),h};n&&(r.set("length",Pe(t.length,a)),D&&(t=gG(t)));var l="";function c(u){l=u,sn(i,`${l} version`);for(let[f,d]of r)sn(d,Es(l,f))}return new Proxy(t,{defineProperty(u,f,d){(!("value"in d)||d.configurable===!1||d.enumerable===!1||d.writable===!1)&&AO();var h=r.get(f);return h===void 0?h=o(()=>{var p=Pe(d.value,a);return r.set(f,p),D&&typeof f=="string"&&sn(p,Es(l,f)),p}):ie(h,d.value,!0),!0},deleteProperty(u,f){var d=r.get(f);if(d===void 0){if(f in u){let h=o(()=>Pe(qe,a));r.set(f,h),su(i),D&&sn(h,Es(l,f))}}else ie(d,qe),su(i);return!0},get(u,f,d){var v;if(f===xr)return t;if(D&&f===Ih)return c;var h=r.get(f),p=f in u;if(h===void 0&&(!p||(v=_r(u,f))!=null&&v.writable)&&(h=o(()=>{var y=Ne(p?u[f]:qe),b=Pe(y,a);return D&&sn(b,Es(l,f)),b}),r.set(f,h)),h!==void 0){var g=R(h);return g===qe?void 0:g}return Reflect.get(u,f,d)},getOwnPropertyDescriptor(u,f){var d=Reflect.getOwnPropertyDescriptor(u,f);if(d&&"value"in d){var h=r.get(f);h&&(d.value=R(h))}else if(d===void 0){var p=r.get(f),g=p==null?void 0:p.v;if(p!==void 0&&g!==qe)return{enumerable:!0,configurable:!0,value:g,writable:!0}}return d},has(u,f){var g;if(f===xr)return!0;var d=r.get(f),h=d!==void 0&&d.v!==qe||Reflect.has(u,f);if(d!==void 0||ee!==null&&(!h||(g=_r(u,f))!=null&&g.writable)){d===void 0&&(d=o(()=>{var v=h?Ne(u[f]):qe,y=Pe(v,a);return D&&sn(y,Es(l,f)),y}),r.set(f,d));var p=R(d);if(p===qe)return!1}return h},set(u,f,d,h){var k;var p=r.get(f),g=f in u;if(n&&f==="length")for(var v=d;v<p.v;v+=1){var y=r.get(v+"");y!==void 0?ie(y,qe):v in u&&(y=o(()=>Pe(qe,a)),r.set(v+"",y),D&&sn(y,Es(l,v)))}if(p===void 0)(!g||(k=_r(u,f))!=null&&k.writable)&&(p=o(()=>Pe(void 0,a)),ie(p,Ne(d)),r.set(f,p),D&&sn(p,Es(l,f)));else{g=p.v!==qe;var b=o(()=>Ne(d));ie(p,b)}var E=Reflect.getOwnPropertyDescriptor(u,f);if(E!=null&&E.set&&E.set.call(h,d),!g){if(n&&typeof f=="string"){var S=r.get("length"),A=Number(f);Number.isInteger(A)&&A>=S.v&&ie(S,A+1)}su(i)}return!0},ownKeys(u){R(i);var f=Reflect.ownKeys(u).filter(p=>{var g=r.get(p);return g===void 0||g.v!==qe});for(var[d,h]of r)h.v!==qe&&!(d in u)&&f.push(d);return f},setPrototypeOf(){kO()}})}function Es(t,e){var r;return typeof e=="symbol"?`${t}[Symbol(${(r=e.description)!=null?r:""})]`:pG.test(e)?`${t}.${e}`:/^\d+$/.test(e)?`${t}[${e}]`:`${t}['${e}']`}function ep(t){try{if(t!==null&&typeof t=="object"&&xr in t)return t[xr]}catch(e){}return t}var mG=new Set(["copyWithin","fill","pop","push","reverse","shift","sort","splice","unshift"]);function gG(t){return new Proxy(t,{get(e,r,n){var i=Reflect.get(e,r,n);return mG.has(r)?function(...a){UO();var s=i.apply(this,a);return I1(),s}:i}})}function VO(){let t=Array.prototype,e=Array.__svelte_cleanup;e&&e();let{indexOf:r,lastIndexOf:n,includes:i}=t;t.indexOf=function(a,s){let o=r.call(this,a,s);if(o===-1){for(let l=s!=null?s:0;l<this.length;l+=1)if(ep(this[l])===a){Fh("array.indexOf(...)");break}}return o},t.lastIndexOf=function(a,s){let o=n.call(this,a,s!=null?s:this.length-1);if(o===-1){for(let l=0;l<=(s!=null?s:this.length-1);l+=1)if(ep(this[l])===a){Fh("array.lastIndexOf(...)");break}}return o},t.includes=function(a,s){let o=i.call(this,a,s);if(!o){for(let l=0;l<this.length;l+=1)if(ep(this[l])===a){Fh("array.includes(...)");break}}return o},Array.__svelte_cleanup=()=>{t.indexOf=r,t.lastIndexOf=n,t.includes=i}}var $1,qO,iu,WO,YO;function tp(){if($1===void 0){$1=window,qO=document,iu=/Firefox/.test(navigator.userAgent);var t=Element.prototype,e=Node.prototype,r=Text.prototype;WO=_r(e,"firstChild").get,YO=_r(e,"nextSibling").get,d1(t)&&(t.__click=void 0,t.__className=void 0,t.__attributes=null,t.__style=void 0,t.__e=void 0),d1(r)&&(r.__t=void 0),D&&(t.__svelte_meta=null,VO())}}function Bt(t=""){return document.createTextNode(t)}function Ht(t){return WO.call(t)}function jt(t){return YO.call(t)}function G(t,e){if(!se)return Ht(t);var r=Ht(ge);if(r===null)r=ge.appendChild(Bt());else if(e&&r.nodeType!==eu){var n=Bt();return r==null||r.before(n),et(n),n}return et(r),r}function kr(t,e){var i,a;if(!se){var r=Ht(t);return r instanceof Comment&&r.data===""?jt(r):r}if(e&&((i=ge)==null?void 0:i.nodeType)!==eu){var n=Bt();return(a=ge)==null||a.before(n),et(n),n}return ge}function te(t,e=1,r=!1){let n=se?ge:t;for(var i;e--;)i=n,n=jt(n);if(!se)return n;if(r&&(n==null?void 0:n.nodeType)!==eu){var a=Bt();return n===null?i==null||i.after(a):n.before(a),et(a),a}return et(n),n}function dl(t){t.textContent=""}function hl(){if(!_n)return!1;var t=ee.f;return(t&32768)!==0}function KO(t){ee===null&&oe===null&&wO(t),oe!==null&&oe.f&256&&ee===null&&yO(),Sn&&vO(t)}function vG(t,e){var r=e.last;r===null?e.last=e.first=t:(r.next=t,t.prev=r,e.last=t)}function si(t,e,r,n=!0){var l;var i=ee;if(D)for(;i!==null&&i.f&131072;)i=i.parent;i!==null&&i.f&8192&&(t|=8192);var a={ctx:ye,deps:null,nodes_start:null,nodes_end:null,f:t|2048,first:null,fn:e,last:null,next:null,parent:i,b:i&&i.b,prev:null,teardown:null,transitions:null,wv:0,ac:null};if(D&&(a.component_function=xn),r)try{$i(a),a.f|=32768}catch(c){throw At(a),c}else e!==null&&ii(a);var s=r&&a.deps===null&&a.first===null&&a.nodes_start===null&&a.teardown===null&&(a.f&524288)===0;if(!s&&n&&(i!==null&&vG(a,i),oe!==null&&oe.f&2&&!(t&64))){var o=oe;((l=o.effects)!=null?l:o.effects=[]).push(a)}return a}function Hr(t){let e=si(8,null,!1);return mt(e,1024),e.teardown=t,e}function Zt(t){var i;KO("$effect"),D&&qt(t,"name",{value:"$effect"});var e=ee.f,r=!oe&&(e&32)!==0&&(e&32768)===0;if(r){var n=ye;((i=n.e)!=null?i:n.e=[]).push(t)}else return g1(t)}function g1(t){return si(1048580,t,!1)}function L1(t){ti.ensure();let e=si(64,t,!0);return()=>{At(e)}}function ZO(t){ti.ensure();let e=si(64,t,!0);return(r={})=>new Promise(n=>{r.outro?ni(e,()=>{At(e),n(void 0)}):(At(e),n(void 0))})}function Tr(t){return si(4,t,!1)}function jO(t){return si(4718592,t,!0)}function Kt(t,e=0){return si(8|e,t,!0)}function Fe(t,e=[],r=[]){Wh(e,r,n=>{si(8,()=>t(...n.map(R)),!0)})}function Sr(t,e=0){var r=si(16|e,t,!0);return D&&(r.dev_stack=Mi),r}function Et(t,e=!0){return si(32,t,!0,e)}function j1(t){var e=t.teardown;if(e!==null){let r=Sn,n=oe;D1(!0),kt(null);try{e.call(null)}finally{D1(r),kt(n)}}}function N1(t,e=!1){var i;var r=t.first;for(t.first=t.last=null;r!==null;){(i=r.ac)==null||i.abort(nl);var n=r.next;r.f&64?r.parent=null:At(r,e),r=n}}function JO(t){for(var e=t.first;e!==null;){var r=e.next;e.f&32||At(e),e=r}}function At(t,e=!0){var r=!1;(e||t.f&262144)&&t.nodes_start!==null&&t.nodes_end!==null&&(QO(t.nodes_start,t.nodes_end),r=!0),N1(t,e&&!r),yu(t,0),mt(t,16384);var n=t.transitions;if(n!==null)for(let a of n)a.stop();j1(t);var i=t.parent;i!==null&&i.first!==null&&M1(t),D&&(t.component_function=null),t.next=t.prev=t.teardown=t.ctx=t.deps=t.fn=t.nodes_start=t.nodes_end=t.ac=null}function QO(t,e){for(;t!==null;){var r=t===e?null:jt(t);t.remove(),t=r}}function M1(t){var e=t.parent,r=t.prev,n=t.next;r!==null&&(r.next=n),n!==null&&(n.prev=r),e!==null&&(e.first===t&&(e.first=n),e.last===t&&(e.last=r))}function ni(t,e){var r=[];rp(t,r,!0),B1(r,()=>{At(t),e&&e()})}function B1(t,e){var r=t.length;if(r>0){var n=()=>--r||e();for(var i of t)i.out(n)}else e()}function rp(t,e,r){if(!(t.f&8192)){if(t.f^=8192,t.transitions!==null)for(let s of t.transitions)(s.is_global||r)&&e.push(s);for(var n=t.first;n!==null;){var i=n.next,a=(n.f&65536)!==0||(n.f&32)!==0;rp(n,e,a?r:!1),n=i}}}function As(t){e5(t,!0)}function e5(t,e){if(t.f&8192){t.f^=8192,t.f&1024||(mt(t,2048),ii(t));for(var r=t.first;r!==null;){var n=r.next,i=(r.f&65536)!==0||(r.f&32)!==0;e5(r,i?e:!1),r=n}if(t.transitions!==null)for(let a of t.transitions)(a.is_global||e)&&a.in()}}m();var t5=null;var xs=!1;function P1(t){xs=t}var Sn=!1;function D1(t){Sn=t}var oe=null,Er=!1;function kt(t){oe=t}var ee=null;function Nt(t){ee=t}var Ar=null;function qh(t){oe!==null&&(!_n||oe.f&2)&&(Ar===null?Ar=[t]:Ar.push(t))}var or=null,Ur=0,Br=null;function zO(t){Br=t}var r5=1,wu=0,ka=wu;function F1(t){ka=t}var Fi=!1;function cu(){return++r5}function Aa(t){var f,d;var e=t.f;if(e&2048)return!0;if(e&4096){var r=t.deps,n=(e&256)!==0;if(r!==null){var i,a,s=(e&512)!==0,o=n&&ee!==null&&!Fi,l=r.length;if((s||o)&&(ee===null||!(ee.f&16384))){var c=t,u=c.parent;for(i=0;i<l;i++)a=r[i],(s||!((f=a==null?void 0:a.reactions)!=null&&f.includes(c)))&&((d=a.reactions)!=null?d:a.reactions=[]).push(c);s&&(c.f^=512),o&&u!==null&&!(u.f&256)&&(c.f^=256)}for(i=0;i<l;i++)if(a=r[i],Aa(a)&&A1(a),a.wv>t.wv)return!0}(!n||ee!==null&&!Fi)&&mt(t,1024)}return!1}function n5(t,e,r=!0){var n=t.reactions;if(n!==null&&!(!_n&&(Ar!=null&&Ar.includes(t))))for(var i=0;i<n.length;i++){var a=n[i];a.f&2?n5(a,e,!1):e===a&&(r?mt(a,2048):a.f&1024&&mt(a,4096),ii(a))}}function zh(t){var p,g;var e=or,r=Ur,n=Br,i=oe,a=Fi,s=Ar,o=ye,l=Er,c=ka,u=t.f;or=null,Ur=0,Br=null,Fi=(u&256)!==0&&(Er||!xs||oe===null),oe=u&96?null:t,Ar=null,ba(t.ctx),Er=!1,ka=++wu,t.ac!==null&&(t.ac.abort(nl),t.ac=null);try{t.f|=2097152;var f=(0,t.fn)(),d=t.deps;if(or!==null){var h;if(yu(t,Ur),d!==null&&Ur>0)for(d.length=Ur+or.length,h=0;h<or.length;h++)d[Ur+h]=or[h];else t.deps=d=or;if(!Fi||u&2&&t.reactions!==null)for(h=Ur;h<d.length;h++)((g=(p=d[h]).reactions)!=null?g:p.reactions=[]).push(t)}else d!==null&&Ur<d.length&&(yu(t,Ur),d.length=Ur);if(on()&&Br!==null&&!Er&&d!==null&&!(t.f&6146))for(h=0;h<Br.length;h++)n5(Br[h],t);return i!==null&&i!==t&&(wu++,Br!==null&&(n===null?n=Br:n.push(...Br))),t.f&8388608&&(t.f^=8388608),f}catch(v){return y1(v)}finally{t.f^=2097152,or=e,Ur=r,Br=n,oe=i,Fi=a,Ar=s,ba(o),Er=l,ka=c}}function yG(t,e){let r=e.reactions;if(r!==null){var n=uO.call(r,t);if(n!==-1){var i=r.length-1;i===0?r=e.reactions=null:(r[n]=r[i],r.pop())}}r===null&&e.f&2&&(or===null||!or.includes(e))&&(mt(e,4096),e.f&768||(e.f^=512),Gh(e),yu(e,0))}function yu(t,e){var r=t.deps;if(r!==null)for(var n=e;n<r.length;n++)yG(t,r[n])}function $i(t){var l;var e=t.f;if(!(e&16384)){mt(t,1024);var r=ee,n=xs;if(ee=t,xs=!0,D){var i=xn;nu(t.component_function);var a=Mi;Bh((l=t.dev_stack)!=null?l:Mi)}try{e&16?JO(t):N1(t),j1(t);var s=zh(t);if(t.teardown=typeof s=="function"?s:null,t.wv=r5,D&&Qn&&t.f&2048&&t.deps!==null)for(var o of t.deps)o.set_during_effect&&(o.wv=cu(),o.set_during_effect=!1)}finally{xs=n,ee=r,D&&(nu(i),Bh(a))}}}function R(t){var p,g,v,y;var e=t.f,r=(e&2)!==0;if((p=t5)==null||p.add(t),oe!==null&&!Er){var n=ee!==null&&(ee.f&16384)!==0;if(!n&&!(Ar!=null&&Ar.includes(t))){var i=oe.deps;if(oe.f&2097152)t.rv<wu&&(t.rv=wu,or===null&&i!==null&&i[Ur]===t?Ur++:or===null?or=[t]:(!Fi||!or.includes(t))&&or.push(t));else{((g=oe.deps)!=null?g:oe.deps=[]).push(t);var a=t.reactions;a===null?t.reactions=[oe]:a.includes(oe)||a.push(oe)}}}else if(r&&t.deps===null&&t.effects===null){var s=t,o=s.parent;o!==null&&!(o.f&256)&&(s.f^=256)}if(D){if(Ii){var l=(Ii.f&2097152)!==0,c=(v=Ii.deps)==null?void 0:v.includes(t);if(!l&&!Er&&!c){CO(t.label);var u=ei("TracedAt");u&&console.warn(u)}}if(ou.delete(t),Qn&&!Er&&ru!==null&&oe!==null&&ru.reaction===oe){if(t.trace)t.trace();else if(u=ei("TracedAt"),u){var f=ru.entries.get(t);f===void 0&&(f={traces:[]},ru.entries.set(t,f));var d=f.traces[f.traces.length-1];u.stack!==(d==null?void 0:d.stack)&&f.traces.push(u)}}}if(Sn){if(Di.has(t))return Di.get(t);if(r){s=t;var h=s.v;return(!(s.f&1024)&&s.reactions!==null||i5(s))&&(h=lu(s)),Di.set(s,h),h}}else if(r){if(s=t,(y=_a)!=null&&y.has(s))return _a.get(s);Aa(s)&&A1(s)}if(t.f&8388608)throw t.v;return t.v}function i5(t){if(t.v===qe)return!0;if(t.deps===null)return!1;for(let e of t.deps)if(Di.has(e)||e.f&2&&i5(e))return!0;return!1}function Ue(t){var e=Er;try{return Er=!0,t()}finally{Er=e}}var wG=-7169;function mt(t,e){t.f=t.f&wG|e}m();m();m();m();function H1(t){se&&Ht(t)!==null&&dl(t)}var a5=!1;function U1(){a5||(a5=!0,document.addEventListener("reset",t=>{Promise.resolve().then(()=>{var e;if(!t.defaultPrevented)for(let r of t.target.elements)(e=r.__on_r)==null||e.call(r)})},{capture:!0}))}function ks(t){var e=oe,r=ee;kt(null),Nt(null);try{return t()}finally{kt(e),Nt(r)}}function G1(t,e,r,n=r){t.addEventListener(e,()=>ks(r));let i=t.__on_r;i?t.__on_r=()=>{i(),n(!0)}:t.__on_r=()=>n(!0),U1()}var z1=new Set,ap=new Set;function s5(t,e,r,n={}){function i(a){if(n.capture||pl.call(e,a),!a.cancelBubble)return ks(()=>r==null?void 0:r.call(this,a))}return t.startsWith("pointer")||t.startsWith("touch")||t==="wheel"?Lr(()=>{e.addEventListener(t,i,n)}):e.addEventListener(t,i,n),i}function Gr(t,e,r,n,i){var a={capture:n,passive:i},s=s5(t,e,r,a);(e===document.body||e===window||e===document||e instanceof HTMLMediaElement)&&Hr(()=>{e.removeEventListener(t,s,a)})}function gt(t){for(var e=0;e<t.length;e++)z1.add(t[e]);for(var r of ap)r(t)}function pl(t){var b;var e=this,r=e.ownerDocument,n=t.type,i=((b=t.composedPath)==null?void 0:b.call(t))||[],a=i[0]||t.target,s=0,o=t.__root;if(o){var l=i.indexOf(o);if(l!==-1&&(e===document||e===window)){t.__root=e;return}var c=i.indexOf(e);if(c===-1)return;l<=c&&(s=l)}if(a=i[s]||t.target,a!==e){qt(t,"currentTarget",{configurable:!0,get(){return a||r}});var u=oe,f=ee;kt(null),Nt(null);try{for(var d,h=[];a!==null;){var p=a.assignedSlot||a.parentNode||a.host||null;try{var g=a["__"+n];if(g!=null&&(!a.disabled||t.target===a))if(nn(g)){var[v,...y]=g;v.apply(a,[t,...y])}else g.call(a,t)}catch(E){d?h.push(E):d=E}if(t.cancelBubble||p===e||p===null)break;a=p}if(d){for(let E of h)queueMicrotask(()=>{throw E});throw d}}finally{t.__root=e,delete t.currentTarget,kt(u),Nt(f)}}}m();var bG;function o5(){bG=void 0}m();m();function sp(t){var e=document.createElement("template");return e.innerHTML=t.replaceAll("<!>","<!---->"),e.content}function oi(t,e){var r=ee;r.nodes_start===null&&(r.nodes_start=t,r.nodes_end=e)}function fe(t,e){var r=(e&1)!==0,n=(e&2)!==0,i,a=!t.startsWith("<!>");return()=>{if(se)return oi(ge,null),ge;i===void 0&&(i=sp(a?t:"<!>"+t),r||(i=Ht(i)));var s=n||iu?document.importNode(i,!0):i.cloneNode(!0);if(r){var o=Ht(s),l=s.lastChild;oi(o,l)}else oi(s,s);return s}}function Li(){if(se)return oi(ge,null),ge;var t=document.createDocumentFragment(),e=document.createComment(""),r=Bt();return t.append(e,r),oi(e,r),t}function ae(t,e){if(se){ee.nodes_end=ge,Xt();return}t!==null&&t.before(e)}m();var EG=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected","webkitdirectory","defer","disablepictureinpicture","disableremoteplayback"];var Yae=[...EG,"formNoValidate","isMap","noModule","playsInline","readOnly","value","volume","defaultValue","defaultChecked","srcObject","noValidate","allowFullscreen","disablePictureInPicture","disableRemotePlayback"];var AG=["touchstart","touchmove"];function c5(t){return AG.includes(t)}var kG=["$state","$state.raw","$derived","$derived.by"],Xae=[...kG,"$state.snapshot","$props","$props.id","$bindable","$effect","$effect.pre","$effect.tracking","$effect.root","$effect.pending","$inspect","$inspect().with","$inspect.trace","$host"];var op=!0;function Be(t,e){var n;var r=e==null?"":typeof e=="object"?e+"":e;r!==((n=t.__t)!=null?n:t.__t=t.nodeValue)&&(t.__t=r,t.nodeValue=r+"")}function Ta(t,e){return u5(t,e)}function q1(t,e){var s;tp(),e.intro=(s=e.intro)!=null?s:!1;let r=e.target,n=se,i=ge;try{for(var a=Ht(r);a&&(a.nodeType!==an||a.data!==tl);)a=jt(a);if(!a)throw Ci;Yt(!0),et(a),Xt();let o=u5(t,{...e,anchor:a});if(ge===null||ge.nodeType!==an||ge.data!==ds)throw ms(),Ci;return Yt(!1),o}catch(o){if(o===Ci)return e.recover===!1&&xO(),tp(),dl(r),Yt(!1),Ta(t,e);throw o}finally{Yt(n),et(i),o5()}}var ml=new Map;function u5(t,{target:e,anchor:r,props:n={},events:i,context:a,intro:s=!0}){tp();var o=new Set,l=f=>{for(var d=0;d<f.length;d++){var h=f[d];if(!o.has(h)){o.add(h);var p=c5(h);e.addEventListener(h,pl,{passive:p});var g=ml.get(h);g===void 0?(document.addEventListener(h,pl,{passive:p}),ml.set(h,1)):ml.set(h,g+1)}}};l(Zc(z1)),ap.add(l);var c=void 0,u=ZO(()=>{var f=r!=null?r:e.appendChild(Bt());return Et(()=>{if(a){tt({});var d=ye;d.c=a}i&&(n.$$events=i),se&&oi(f,null),op=s,c=t(f,n)||{},op=!0,se&&(ee.nodes_end=ge),a&&rt()}),()=>{var p;for(var d of o){e.removeEventListener(d,pl);var h=ml.get(d);--h===0?(document.removeEventListener(d,pl),ml.delete(d)):ml.set(d,h)}ap.delete(l),f!==r&&((p=f.parentNode)==null||p.removeChild(f))}});return V1.set(c,u),c}var V1=new WeakMap;function ji(t,e){let r=V1.get(t);return r?(V1.delete(t),r(e)):(D&&MO(),Promise.resolve())}m();m();if(D){let t=function(e){if(!(e in globalThis)){let r;Object.defineProperty(globalThis,e,{configurable:!0,get:()=>{if(r!==void 0)return r;EO(e)},set:n=>{r=n}})}};t("$state"),t("$effect"),t("$derived"),t("$inspect"),t("$props"),t("$bindable")}function W1(t){ye===null&&tu("onMount"),Pi&&ye.l!==null?RG(ye).m.push(t):Zt(()=>{let e=Ue(t);if(typeof e=="function")return e})}function d5(t){ye===null&&tu("onDestroy"),W1(()=>()=>Ue(t))}function RG(t){var r;var e=t.l;return(r=e.u)!=null?r:e.u={a:[],b:[],m:[]}}m();m();var p5=new Map;function m5(t,e){var r=p5.get(t);r||(r=new Set,p5.set(t,r)),r.add(e)}m();m();m();m();m();m();m();m();m();function _e(t,e,r=!1){se&&Xt();var n=t,i=null,a=null,s=qe,o=r?65536:0,l=!1;let c=(h,p=!0)=>{l=!0,d(p,h)};var u=null;function f(){u!==null&&(u.lastChild.remove(),n.before(u),u=null);var h=s?i:a,p=s?a:i;h&&As(h),p&&ni(p,()=>{s?a=null:i=null})}let d=(h,p)=>{if(s===(s=h))return;let g=!1;if(se){let A=$h(n)===ya;!!s===A&&(n=gs(),et(n),Yt(!1),g=!0)}var v=hl(),y=n;if(v&&(u=document.createDocumentFragment(),u.append(y=Bt())),s?i!=null||(i=p&&Et(()=>p(y))):a!=null||(a=p&&Et(()=>p(y))),v){var b=xe,E=s?i:a,S=s?a:i;E&&b.skipped_effects.delete(E),S&&b.skipped_effects.add(S),b.add_callback(f)}else f();g&&Yt(!0)};Sr(()=>{l=!1,e(c),l||d(null,null)},o),se&&(n=ge)}m();m();m();var bu=null;function zr(t,e){return e}function $G(t,e,r){for(var n=t.items,i=[],a=e.length,s=0;s<a;s++)rp(e[s].e,i,!0);var o=a>0&&i.length===0&&r!==null;if(o){var l=r.parentNode;dl(l),l.append(r),n.clear(),li(t,e[0].prev,e[a-1].next)}B1(i,()=>{for(var c=0;c<a;c++){var u=e[c];o||(n.delete(u.k),li(t,u.prev,u.next)),At(u.e,!o)}})}function Vr(t,e,r,n,i,a=null){var s=t,o={flags:e,items:new Map,first:null},l=(e&4)!==0;if(l){var c=t;s=se?et(Ht(c)):c.appendChild(Bt())}se&&Xt();var u=null,f=!1,d=new Map,h=ys(()=>{var y=r();return nn(y)?y:y==null?[]:Zc(y)}),p,g;function v(){DG(g,p,o,d,s,i,e,n,r),a!==null&&(p.length===0?u?As(u):u=Et(()=>a(s)):u!==null&&ni(u,()=>{u=null}))}Sr(()=>{var I;g!=null||(g=ee),p=R(h);var y=p.length;if(f&&y===0)return;f=y===0;let b=!1;if(se){var E=$h(s)===ya;E!==(y===0)&&(s=gs(),et(s),Yt(!1),b=!0)}if(se){for(var S=null,A,k=0;k<y;k++){if(ge.nodeType===an&&ge.data===ds){s=ge,b=!0,Yt(!1);break}var w=p[k],x=n(w,k);A=X1(ge,o,S,null,w,x,k,i,e,r),o.items.set(x,A),S=A}y>0&&et(gs())}if(se)y===0&&a&&(u=Et(()=>a(s)));else if(hl()){var _=new Set,T=xe;for(k=0;k<y;k+=1){w=p[k],x=n(w,k);var C=(I=o.items.get(x))!=null?I:d.get(x);C?e&3&&v5(C,w,k,e):(A=X1(null,o,null,null,w,x,k,i,e,r,!0),d.set(x,A)),_.add(x)}for(let[L,$]of o.items)_.has(L)||T.skipped_effects.add($.e);T.add_callback(v)}else v();b&&Yt(!0),R(h)}),se&&(s=ge)}function DG(t,e,r,n,i,a,s,o,l){var Te,ne,N,W;var c=(s&8)!==0,u=(s&3)!==0,f=e.length,d=r.items,h=r.first,p=h,g,v=null,y,b=[],E=[],S,A,k,w;if(c)for(w=0;w<f;w+=1)S=e[w],A=o(S,w),k=d.get(A),k!==void 0&&((Te=k.a)==null||Te.measure(),(y!=null?y:y=new Set).add(k));for(w=0;w<f;w+=1){if(S=e[w],A=o(S,w),k=d.get(A),k===void 0){var x=n.get(A);if(x!==void 0){n.delete(A),d.set(A,x);var _=v?v.next:p;li(r,v,x),li(r,x,_),Y1(x,_,i),v=x}else{var T=p?p.e.nodes_start:i;v=X1(T,r,v,v===null?r.first:v.next,S,A,w,a,s,l)}d.set(A,v),b=[],E=[],p=v.next;continue}if(u&&v5(k,S,w,s),k.e.f&8192&&(As(k.e),c&&((ne=k.a)==null||ne.unfix(),(y!=null?y:y=new Set).delete(k))),k!==p){if(g!==void 0&&g.has(k)){if(b.length<E.length){var C=E[0],I;v=C.prev;var L=b[0],$=b[b.length-1];for(I=0;I<b.length;I+=1)Y1(b[I],C,i);for(I=0;I<E.length;I+=1)g.delete(E[I]);li(r,L.prev,$.next),li(r,v,L),li(r,$,C),p=C,v=$,w-=1,b=[],E=[]}else g.delete(k),Y1(k,p,i),li(r,k.prev,k.next),li(r,k,v===null?r.first:v.next),li(r,v,k),v=k;continue}for(b=[],E=[];p!==null&&p.k!==A;)p.e.f&8192||(g!=null?g:g=new Set).add(p),E.push(p),p=p.next;if(p===null)continue;k=p}b.push(k),v=k,p=k.next}if(p!==null||g!==void 0){for(var J=g===void 0?[]:Zc(g);p!==null;)p.e.f&8192||J.push(p),p=p.next;var de=J.length;if(de>0){var le=s&4&&f===0?i:null;if(c){for(w=0;w<de;w+=1)(N=J[w].a)==null||N.measure();for(w=0;w<de;w+=1)(W=J[w].a)==null||W.fix()}$G(r,J,le)}}c&&Lr(()=>{var B;if(y!==void 0)for(k of y)(B=k.a)==null||B.apply()}),t.first=r.first&&r.first.e,t.last=v&&v.e;for(var ce of n.values())At(ce.e);n.clear()}function v5(t,e,r,n){n&1&&ri(t.v,e),n&2?ri(t.i,r):t.i=r}function X1(t,e,r,n,i,a,s,o,l,c,u){var f=bu,d=(l&1)!==0,h=(l&16)===0,p=d?h?Ss(i,!1,!1):jr(i):i,g=l&2?jr(s):s;D&&d&&(p.trace=()=>{var b=typeof g=="number"?s:g.v;c()[b]});var v={i:g,v:p,k:a,a:null,e:null,prev:r,next:n};bu=v;try{if(t===null){var y=document.createDocumentFragment();y.append(t=Bt())}return v.e=Et(()=>o(t,p,g,c),se),v.e.prev=r&&r.e,v.e.next=n&&n.e,r===null?u||(e.first=v):(r.next=v,r.e.next=v.e),n!==null&&(n.prev=v,n.e.prev=v.e),v}finally{bu=f}}function Y1(t,e,r){for(var n=t.next?t.next.e.nodes_start:r,i=e?e.e.nodes_start:r,a=t.e.nodes_start;a!==null&&a!==n;){var s=jt(a);i.before(a),a=s}}function li(t,e,r){e===null?t.first=r:(e.next=r,e.e.next=r&&r.e),r!==null&&(r.prev=e,r.e.prev=e&&e.e)}m();m();m();m();m();function Tn(t,e){Tr(()=>{var i;var r=t.getRootNode(),n=r.host?r:(i=r.head)!=null?i:r.ownerDocument.head;if(!n.querySelector("#"+e.hash)){let a=document.createElement("style");a.id=e.hash,a.textContent=e.code,n.appendChild(a),D&&m5(e.hash,a)}})}m();m();m();m();m();m();var w5=[...`
+\r\f\xA0\v\uFEFF`];function b5(t,e,r){var n=t==null?"":""+t;if(e&&(n=n?n+" "+e:e),r){for(var i in r)if(r[i])n=n?n+" "+i:i;else if(n.length)for(var a=i.length,s=0;(s=n.indexOf(i,s))>=0;){var o=s+a;(s===0||w5.includes(n[s-1]))&&(o===n.length||w5.includes(n[o]))?n=(s===0?"":n.substring(0,s))+n.substring(o+1):s=o}}return n===""?null:n}m();function ot(t,e,r,n,i,a){var s=t.__className;if(se||s!==r||s===void 0){var o=b5(r,n,a);(!se||o!==t.getAttribute("class"))&&(o==null?t.removeAttribute("class"):e?t.className=o:t.setAttribute("class",o)),t.__className=r}else if(a&&i!==a)for(var l in a){var c=!!a[l];(i==null||c!==!!i[l])&&t.classList.toggle(l,c)}return a}m();m();var zG=Symbol("class"),VG=Symbol("style"),qG=Symbol("is custom element"),WG=Symbol("is html");function ve(t,e,r,n){var i=YG(t);if(se&&(i[e]=t.getAttribute(e),e==="src"||e==="srcset"||e==="href"&&t.nodeName==="LINK")){n||KG(t,e,r!=null?r:"");return}i[e]!==(i[e]=r)&&(e==="loading"&&(t[hO]=r),r==null?t.removeAttribute(e):typeof r!="string"&&XG(t).includes(e)?t[e]=r:t.setAttribute(e,r))}function YG(t){var e;return(e=t.__attributes)!=null?e:t.__attributes={[qG]:t.nodeName.includes("-"),[WG]:t.namespaceURI===cO}}var _5=new Map;function XG(t){var e=_5.get(t.nodeName);if(e)return e;_5.set(t.nodeName,e=[]);for(var r,n=t,i=Element.prototype;i!==n;){r=u1(n);for(var a in r)r[a].set&&e.push(a);n=rl(n)}return e}function KG(t,e,r){var n;D&&(e==="srcset"&&ZG(t,r)||K1((n=t.getAttribute(e))!=null?n:"",r)||RO(e,t.outerHTML.replace(t.innerHTML,t.innerHTML&&"..."),String(r)))}function K1(t,e){return t===e?!0:new URL(t,document.baseURI).href===new URL(e,document.baseURI).href}function x5(t){return t.split(",").map(e=>e.trim().split(" ").filter(Boolean))}function ZG(t,e){var r=x5(t.srcset),n=x5(e);return n.length===r.length&&n.every(([i,a],s)=>a===r[s][1]&&(K1(r[s][0],i)||K1(i,r[s][0])))}m();m();m();var JG=Oh?()=>performance.now():()=>Date.now(),Cn={tick:t=>(Oh?requestAnimationFrame:ir)(t),now:()=>JG(),tasks:new Set};function S5(){let t=Cn.now();Cn.tasks.forEach(e=>{e.c(t)||(Cn.tasks.delete(e),e.f())}),Cn.tasks.size!==0&&Cn.tick(S5)}function E5(t){let e;return Cn.tasks.size===0&&Cn.tick(S5),{promise:new Promise(r=>{Cn.tasks.add(e={c:t,f:r})}),abort(){Cn.tasks.delete(e)}}}function up(t,e){ks(()=>{t.dispatchEvent(new CustomEvent(e))})}function rz(t){if(t==="float")return"cssFloat";if(t==="offset")return"cssOffset";if(t.startsWith("--"))return t;let e=t.split("-");return e.length===1?e[0]:e[0]+e.slice(1).map(r=>r[0].toUpperCase()+r.slice(1)).join("")}function A5(t){let e={},r=t.split(";");for(let n of r){let[i,a]=n.split(":");if(!i||a===void 0)break;let s=rz(i.trim());e[s]=a.trim()}return e}var nz=t=>t;function Pn(t,e,r,n){var E;var i=(t&1)!==0,a=(t&2)!==0,s=i&&a,o=(t&4)!==0,l=s?"both":i?"in":"out",c,u=e.inert,f=e.style.overflow,d,h;function p(){return ks(()=>{var S;return c!=null?c:c=r()(e,(S=n==null?void 0:n())!=null?S:{},{direction:l})})}var g={is_global:o,in(){var S;if(e.inert=u,!i){h==null||h.abort(),(S=h==null?void 0:h.reset)==null||S.call(h);return}a||d==null||d.abort(),up(e,"introstart"),d=Z1(e,p(),h,1,()=>{up(e,"introend"),d==null||d.abort(),d=c=void 0,e.style.overflow=f})},out(S){if(!a){S==null||S(),c=void 0;return}e.inert=!0,up(e,"outrostart"),h=Z1(e,p(),d,0,()=>{up(e,"outroend"),S==null||S()})},stop:()=>{d==null||d.abort(),h==null||h.abort()}},v=ee;if(((E=v.transitions)!=null?E:v.transitions=[]).push(g),i&&op){var y=o;if(!y){for(var b=v.parent;b&&b.f&65536;)for(;(b=b.parent)&&!(b.f&16););y=!b||(b.f&32768)!==0}y&&Tr(()=>{Ue(()=>g.in())})}}function Z1(t,e,r,n,i){var a=n===1;if(h1(e)){var s,o=!1;return Lr(()=>{if(!o){var v=e({direction:a?"in":"out"});s=Z1(t,v,r,n,i)}}),{abort:()=>{o=!0,s==null||s.abort()},deactivate:()=>s.deactivate(),reset:()=>s.reset(),t:()=>s.t()}}if(r==null||r.deactivate(),!(e!=null&&e.duration))return i(),{abort:ir,deactivate:ir,reset:ir,t:()=>n};let{delay:l=0,css:c,tick:u,easing:f=nz}=e;var d=[];if(a&&r===void 0&&(u&&u(0,1),c)){var h=A5(c(0,1));d.push(h,h)}var p=()=>1-n,g=t.animate(d,{duration:l,fill:"forwards"});return g.onfinish=()=>{var _;g.cancel();var v=(_=r==null?void 0:r.t())!=null?_:1-n;r==null||r.abort();var y=n-v,b=e.duration*Math.abs(y),E=[];if(b>0){var S=!1;if(c)for(var A=Math.ceil(b/16.666666666666668),k=0;k<=A;k+=1){var w=v+y*f(k/A),x=A5(c(w,1-w));E.push(x),S||(S=x.overflow==="hidden")}S&&(t.style.overflow="hidden"),p=()=>{var T=g.currentTime;return v+y*f(T/b)},u&&E5(()=>{if(g.playState!=="running")return!1;var T=p();return u(T,1-T),!0})}g=t.animate(E,{duration:b,fill:"forwards"}),g.onfinish=()=>{p=()=>n,u==null||u(n,1-n),i()}},{abort:()=>{g&&(g.cancel(),g.effect=null,g.onfinish=ir)},deactivate:()=>{i=ir},reset:()=>{n===0&&(u==null||u(1,0))},t:()=>p()}}m();m();function ey(t,e,r=e){var n=on(),i=new WeakSet;G1(t,"input",a=>{D&&t.type==="checkbox"&&p1();var s=a?t.defaultValue:t.value;if(s=J1(t)?Q1(s):s,r(s),xe!==null&&i.add(xe),n&&s!==(s=e())){var o=t.selectionStart,l=t.selectionEnd;t.value=s!=null?s:"",l!==null&&(t.selectionStart=o,t.selectionEnd=Math.min(l,t.value.length))}}),(se&&t.defaultValue!==t.value||Ue(e)==null&&t.value)&&(r(J1(t)?Q1(t.value):t.value),xe!==null&&i.add(xe)),Kt(()=>{var o;D&&t.type==="checkbox"&&p1();var a=e();if(t===document.activeElement){var s=(o=fu)!=null?o:xe;if(i.has(s))return}J1(t)&&a===Q1(t.value)||t.type==="date"&&!a&&!t.value||a!==t.value&&(t.value=a!=null?a:"")})}function J1(t){var e=t.type;return e==="number"||e==="range"}function Q1(t){return t===""?null:+t}m();m();m();m();m();function k5(t,e){return t===e||(t==null?void 0:t[xr])===e}function Ze(t={},e,r,n){return Tr(()=>{var i,a;return Kt(()=>{i=a,a=(n==null?void 0:n())||[],Ue(()=>{t!==r(...a)&&(e(t,...a),i&&k5(r(...i),t)&&e(null,...i))})}),()=>{Lr(()=>{a&&k5(r(...a),t)&&e(null,...a)})}}),t}m();m();m();m();m();m();m();m();m();var dp=!1,Wde=Symbol();function ry(t){var e=dp;try{return dp=!1,[t(),dp]}finally{dp=e}}function cn(t,e,r,n){var E,S;var i=!Pi||(r&2)!==0,a=(r&8)!==0,s=(r&16)!==0,o=n,l=!0,c=()=>(l&&(l=!1,o=s?Ue(n):n),o),u;if(a){var f=xr in t||Qc in t;u=(S=(E=_r(t,e))==null?void 0:E.set)!=null?S:f&&e in t?A=>t[e]=A:void 0}var d,h=!1;a?[d,h]=ry(()=>t[e]):d=t[e],d===void 0&&n!==void 0&&(d=c(),u&&(i&&SO(e),u(d)));var p;if(i?p=()=>{var A=t[e];return A===void 0?c():(l=!0,A)}:p=()=>{var A=t[e];return A!==void 0&&(o=void 0),A===void 0?o:A},i&&!(r&4))return p;if(u){var g=t.$$legacy;return function(A,k){return arguments.length>0?((!i||!k||g||h)&&u(k?p():A),A):p()}}var v=!1,y=(r&1?vs:ys)(()=>(v=!1,p()));D&&(y.label=e),a&&R(y);var b=ee;return function(A,k){if(arguments.length>0){let w=k?R(y):i&&a?Ne(A):A;return ie(y,w),v=!0,o!==void 0&&(o=w),A}return Sn&&v||b.f&16384?y.v:R(y)}}m();m();m();function T5(t){return new ny(t)}var Ni,un,ny=class{constructor(e){yt(this,Ni);yt(this,un);var a,s;var r=new Map,n=(o,l)=>{var c=Ss(l,!1,!1);return r.set(o,c),c};let i=new Proxy({...e.props||{},$$events:{}},{get(o,l){var c;return R((c=r.get(l))!=null?c:n(l,Reflect.get(o,l)))},has(o,l){var c;return l===Qc?!0:(R((c=r.get(l))!=null?c:n(l,Reflect.get(o,l))),Reflect.has(o,l))},set(o,l,c){var u;return ie((u=r.get(l))!=null?u:n(l,c),c),Reflect.set(o,l,c)}});It(this,un,(e.hydrate?q1:Ta)(e.component,{target:e.target,anchor:e.anchor,props:i,context:e.context,intro:(a=e.intro)!=null?a:!1,recover:e.recover})),!_n&&(!((s=e==null?void 0:e.props)!=null&&s.$$host)||e.sync===!1)&&fl(),It(this,Ni,i.$$events);for(let o of Object.keys(ue(this,un)))o==="$set"||o==="$destroy"||o==="$on"||qt(this,o,{get(){return ue(this,un)[o]},set(l){ue(this,un)[o]=l},enumerable:!0});ue(this,un).$set=o=>{Object.assign(i,o)},ue(this,un).$destroy=()=>{ji(ue(this,un))}}$set(e){ue(this,un).$set(e)}$on(e,r){ue(this,Ni)[e]=ue(this,Ni)[e]||[];let n=(...i)=>r.call(this,...i);return ue(this,Ni)[e].push(n),()=>{ue(this,Ni)[e]=ue(this,Ni)[e].filter(i=>i!==n)}}$destroy(){ue(this,un).$destroy()}};Ni=new WeakMap,un=new WeakMap;var vz;typeof HTMLElement=="function"&&(vz=class extends HTMLElement{constructor(e,r,n){super();vt(this,"$$ctor");vt(this,"$$s");vt(this,"$$c");vt(this,"$$cn",!1);vt(this,"$$d",{});vt(this,"$$r",!1);vt(this,"$$p_d",{});vt(this,"$$l",{});vt(this,"$$l_u",new Map);vt(this,"$$me");this.$$ctor=e,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(e,r,n){if(this.$$l[e]=this.$$l[e]||[],this.$$l[e].push(r),this.$$c){let i=this.$$c.$on(e,r);this.$$l_u.set(r,i)}super.addEventListener(e,r,n)}removeEventListener(e,r,n){if(super.removeEventListener(e,r,n),this.$$c){let i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}async connectedCallback(){if(this.$$cn=!0,!this.$$c){let e=function(i){return a=>{let s=document.createElement("slot");i!=="default"&&(s.name=i),ae(a,s)}};if(await Promise.resolve(),!this.$$cn||this.$$c)return;let r={},n=yz(this);for(let i of this.$$s)i in n&&(i==="default"&&!this.$$d.children?(this.$$d.children=e(i),r.default=!0):r[i]=e(i));for(let i of this.attributes){let a=this.$$g_p(i.name);a in this.$$d||(this.$$d[a]=iy(a,i.value,this.$$p_d,"toProp"))}for(let i in this.$$p_d)!(i in this.$$d)&&this[i]!==void 0&&(this.$$d[i]=this[i],delete this[i]);this.$$c=T5({component:this.$$ctor,target:this.shadowRoot||this,props:{...this.$$d,$$slots:r,$$host:this}}),this.$$me=L1(()=>{Kt(()=>{var i;this.$$r=!0;for(let a of c1(this.$$c)){if(!((i=this.$$p_d[a])!=null&&i.reflect))continue;this.$$d[a]=this.$$c[a];let s=iy(a,this.$$d[a],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[a].attribute||a):this.setAttribute(this.$$p_d[a].attribute||a,s)}this.$$r=!1})});for(let i in this.$$l)for(let a of this.$$l[i]){let s=this.$$c.$on(i,a);this.$$l_u.set(a,s)}this.$$l={}}}attributeChangedCallback(e,r,n){var i;this.$$r||(e=this.$$g_p(e),this.$$d[e]=iy(e,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[e]:this.$$d[e]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$me(),this.$$c=void 0)})}$$g_p(e){return c1(this.$$p_d).find(r=>this.$$p_d[r].attribute===e||!this.$$p_d[r].attribute&&r.toLowerCase()===e)||e}});function iy(t,e,r,n){var a;let i=(a=r[t])==null?void 0:a.type;if(e=i==="Boolean"&&typeof e!="boolean"?e!=null:e,!n||!r[t])return e;if(n==="toAttribute")switch(i){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e==null?null:e;default:return e}else switch(i){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}function yz(t){let e={};return t.childNodes.forEach(r=>{e[r.slot||"default"]=!0}),e}m();m();function Ts(t,e,r,n){function i(a){return a instanceof r?a:new r(function(s){s(a)})}return new(r||(r=Promise))(function(a,s){function o(u){try{c(n.next(u))}catch(f){s(f)}}function l(u){try{c(n.throw(u))}catch(f){s(f)}}function c(u){u.done?a(u.value):i(u.value).then(o,l)}c((n=n.apply(t,e||[])).next())})}var ly=require("obsidian");m();var sy=require("obsidian");m();function wz(t){let e=t-1;return e*e*e+1}var ay=!1;function ui(t,{delay:e=0,duration:r=400,easing:n=wz,axis:i="y"}={}){let a=getComputedStyle(t);D&&!ay&&/(contents|inline|table)/.test(a.display)&&(ay=!0,Promise.resolve().then(()=>ay=!1),OO(a.display));let s=+a.opacity,o=i==="y"?"height":"width",l=parseFloat(a[o]),c=i==="y"?["top","bottom"]:["left","right"],u=c.map(y=>`${y[0].toUpperCase()}${y.slice(1)}`),f=parseFloat(a[`padding${u[0]}`]),d=parseFloat(a[`padding${u[1]}`]),h=parseFloat(a[`margin${u[0]}`]),p=parseFloat(a[`margin${u[1]}`]),g=parseFloat(a[`border${u[0]}Width`]),v=parseFloat(a[`border${u[1]}Width`]);return{delay:e,duration:r,easing:n,css:y=>`overflow: hidden;opacity: ${Math.min(y*20,1)*s};${o}: ${y*l}px;padding-${c[0]}: ${y*f}px;padding-${c[1]}: ${y*d}px;margin-${c[0]}: ${y*h}px;margin-${c[1]}: ${y*p}px;border-${c[0]}-width: ${y*g}px;border-${c[1]}-width: ${y*v}px;min-${o}: 0`}}m();var hp=require("obsidian");var bz=fe('<div data-icon="go-to-file" aria-label="Open File" class="clickable-icon"></div>'),_z=fe('<main class="tree-item nav-file svelte-1wbh8tp"><div class="tree-item-self is-clickable nav-file-title svelte-1wbh8tp"><div class="tree-item-inner nav-file-title-content"> </div> <div class="git-tools"><div class="buttons"><!></div> <span class="type"> </span></div></div></main>'),xz={hash:"svelte-1wbh8tp",code:"main.svelte-1wbh8tp .nav-file-title:where(.svelte-1wbh8tp) {align-items:center;}"};function _u(t,e){tt(e,!0),Tn(t,xz);let r=Ne([]),n=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");Zt(()=>{for(let y of r)y&&(0,hp.setIcon)(y,y.getAttr("data-icon"))});function i(y){y.stopPropagation(),Io(e.diff.path)?a(y):s(y)}function a(y){var b;y.stopPropagation();let E=e.view.app.vault.getAbstractFileByPath(e.diff.vaultPath);E instanceof hp.TFile&&((b=vn(e.view.app,y))===null||b===void 0||b.openFile(E).catch(S=>e.view.plugin.displayError(S)))}function s(y){var b;e.view.plugin.tools.openDiff({event:y,aFile:(b=e.diff.fromPath)!==null&&b!==void 0?b:e.diff.path,aRef:`${e.diff.hash}^`,bFile:e.diff.path,bRef:e.diff.hash})}var o=_z();o.__click=i;var l=G(o),c=G(l),u=G(c,!0);H(c);var f=te(c,2),d=G(f),h=G(d);{var p=y=>{var b=bz();b.__click=a,Ze(b,E=>r[0]=E,()=>r==null?void 0:r[0]),Gr("auxclick",b,a),ae(y,b)};_e(h,y=>{Fo(e.diff.vaultPath,e.view.app)&&y(p)})}H(d);var g=te(d,2),v=G(g,!0);H(g),H(f),H(l),H(o),Fe(y=>{ve(l,"data-path",e.diff.vaultPath),ve(l,"data-tooltip-position",R(n)),ve(l,"aria-label",e.diff.vaultPath),Be(u,y),ve(g,"data-type",e.diff.status),Be(v,e.diff.status)},[()=>Kn(e.diff.vaultPath)]),Gr("auxclick",o,y=>{y.stopPropagation(),y.button==2?Xn(e.view.app,y,e.diff.vaultPath,e.view.leaf,"git-history"):i(y)}),ae(t,o),rt()}gt(["click"]);m();var Sz=fe("<div><!></div>"),Ez=(t,e,r)=>e(t,R(r)),Az=fe('<div class="tree-item-children nav-folder-children"><!></div>'),kz=fe('<div><div class="tree-item-self is-clickable nav-folder-title"><div data-icon="folder" style="padding-right: 5px; display: flex; "></div> <div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div class="tree-item-inner nav-folder-title-content svelte-1lnl15d"> </div></div> <!></div>'),Tz=fe("<main></main>"),Cz={hash:"svelte-1lnl15d",code:"main.svelte-1lnl15d .nav-folder-title-content:where(.svelte-1lnl15d) {display:flex;align-items:center;}"};function xu(t,e){tt(e,!0),Tn(t,Cz);let r=cn(e,"topLevel",3,!1),n=cn(e,"closed",15),i=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function a(l,c){l.stopPropagation(),n(n()[c.path]=!n()[c.path],!0)}var s=Tz();let o;Vr(s,21,()=>e.hierarchy.children,zr,(l,c)=>{var u=Li(),f=kr(u);{var d=p=>{var g=Sz(),v=G(g);_u(v,{get diff(){return R(c).data},get view(){return e.view}}),H(g),ae(p,g)},h=p=>{var g=kz();let v;var y=G(g);y.__click=[Ez,a,c];var b=te(G(y),2);let E;var S=te(b,2),A=G(S,!0);H(S),H(y);var k=te(y,2);{var w=x=>{var _=Az(),T=G(_);xu(T,{get hierarchy(){return R(c)},get plugin(){return e.plugin},get view(){return e.view},get closed(){return n()},set closed(C){n(C)}}),H(_),Pn(3,_,()=>ui,()=>({duration:150})),ae(x,_)};_e(k,x=>{n()[R(c).path]||x(w)})}H(g),Fe((x,_)=>{v=ot(g,1,"tree-item nav-folder",null,v,x),ve(y,"data-tooltip-position",R(i)),ve(y,"aria-label",R(c).vaultPath),E=ot(b,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,E,_),Be(A,R(c).title)},[()=>({"is-collapsed":n()[R(c).path]}),()=>({"is-collapsed":n()[R(c).path]})]),ae(p,g)};_e(f,p=>{R(c).data?p(d):p(h,!1)})}ae(l,u)}),H(s),Fe(l=>o=ot(s,1,"svelte-1lnl15d",null,o,l),[()=>({topLevel:r()})]),ae(t,s),rt()}gt(["click"]);var Pz=(t,e)=>ie(e,!R(e)),Rz=fe('<div class="git-ref"> </div>'),Mz=fe('<div class="git-author"> </div>'),Oz=fe('<div class="git-date"> </div>'),Iz=fe('<div class="tree-item-children nav-folder-children"><!></div>'),Fz=fe('<main><div><div class="tree-item-self is-clickable nav-folder-title"><div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div><!> <!> <!> <div class="tree-item-inner nav-folder-title-content"> </div></div></div> <!></div></main>'),$z={hash:"svelte-45h",code:""};function oy(t,e){tt(e,!0),Tn(t,$z);let r=Ct(()=>({title:"",path:"",vaultPath:"",children:e.plugin.gitManager.getTreeStructure(e.log.diff.files)})),n=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left"),i=Pe(!0),a=Pe(Ne({}));function s(x){let _=x.author.name;if(e.plugin.settings.authorInHistoryView=="full")return _;if(e.plugin.settings.authorInHistoryView=="initials")return _.split(" ").filter(C=>C.length>0).map(C=>C[0].toUpperCase()).join("")}var o=Fz(),l=G(o);let c;var u=G(l);u.__click=[Pz,i];var f=G(u);let d;var h=te(f,2),p=G(h);{var g=x=>{var _=Rz(),T=G(_,!0);H(_),Fe(C=>Be(T,C),[()=>e.log.refs.join(", ")]),ae(x,_)};_e(p,x=>{e.log.refs.length>0&&x(g)})}var v=te(p,2);{var y=x=>{var _=Mz(),T=G(_,!0);H(_),Fe(C=>Be(T,C),[()=>s(e.log)]),ae(x,_)};_e(v,x=>{var _;e.plugin.settings.authorInHistoryView!="hide"&&((_=e.log.author)!=null&&_.name)&&x(y)})}var b=te(v,2);{var E=x=>{var _=Oz(),T=G(_,!0);H(_),Fe(C=>Be(T,C),[()=>(0,sy.moment)(e.log.date).format(e.plugin.settings.commitDateFormat)]),ae(x,_)};_e(b,x=>{e.plugin.settings.dateInHistoryView&&x(E)})}var S=te(b,2),A=G(S,!0);H(S),H(h),H(u);var k=te(u,2);{var w=x=>{var _=Iz(),T=G(_);{var C=L=>{xu(L,{get hierarchy(){return R(r)},get plugin(){return e.plugin},get view(){return e.view},topLevel:!0,get closed(){return R(a)},set closed($){ie(a,$,!0)}})},I=L=>{var $=Li(),J=kr($);Vr(J,17,()=>e.log.diff.files,zr,(de,le)=>{_u(de,{get view(){return e.view},get diff(){return R(le)}})}),ae(L,$)};_e(T,L=>{e.showTree?L(C):L(I,!1)})}H(_),Pn(3,_,()=>ui,()=>({duration:150})),ae(x,_)};_e(k,x=>{R(i)||x(w)})}H(l),H(o),Fe((x,_,T)=>{c=ot(l,1,"tree-item nav-folder",null,c,x),ve(u,"aria-label",_),ve(u,"data-tooltip-position",R(n)),d=ot(f,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,d,T),Be(A,e.log.message)},[()=>({"is-collapsed":R(i)}),()=>{var x;return`${e.log.refs.length>0?e.log.refs.join(", ")+`
+`:""}${(x=e.log.author)==null?void 0:x.name}
+${(0,sy.moment)(e.log.date).format(e.plugin.settings.commitDateFormat)}
+${e.log.message}`},()=>({"is-collapsed":R(i)})]),ae(t,o),rt()}gt(["click"]);function Dz(t,e){e().catch(console.error)}var Lz=(t,e,r,n)=>{ie(e,!R(e)),(0,ly.setIcon)(r[0],R(e)?"list":"folder"),n(n().settings.treeStructure=R(e),!0),n().saveSettings()},jz=fe('<div class="tree-item nav-folder mod-root"></div>'),Nz=fe('<main class="git-view"><div class="nav-header"><div class="nav-buttons-container"><div id="layoutChange" class="clickable-icon nav-action-button" aria-label="Change Layout"></div> <div id="refresh" data-icon="refresh-cw" aria-label="Refresh"></div></div></div> <div class="nav-files-container" style="position: relative;"><!> <div id="sentinel"></div> <div style="margin-bottom:40px"></div></div></main>'),Bz={hash:"svelte-45h",code:""};function cy(t,e){tt(e,!0),Tn(t,Bz);let r=cn(e,"plugin",15),n=Pe(!1),i=Ne([]),a=Pe(void 0),s=Pe(Ne(r().settings.treeStructure)),o,l;Zt(()=>{l&&l.empty()}),o=e.view.app.workspace.on("obsidian-git:head-change",()=>void c().catch(console.error)),Zt(()=>{i.forEach(S=>(0,ly.setIcon)(S,S.getAttr("data-icon")))}),d5(()=>{e.view.app.workspace.offref(o)}),W1(()=>{let S=new IntersectionObserver(k=>{k[0].isIntersecting&&!R(n)&&u().catch(console.error)}),A=document.querySelector("#sentinel");return A&&S.observe(A),()=>{S.disconnect()}}),c().catch(console.error);function c(){return Ts(this,void 0,void 0,function*(){var S;if(!r().gitReady){ie(a,void 0);return}ie(n,!0);let A=r().gitManager instanceof Ce,k;((S=R(a)===null||R(a)===void 0?void 0:R(a).length)!==null&&S!==void 0?S:0)==0?k=A?50:10:k=R(a).length,ie(a,yield r().gitManager.log(void 0,!1,k),!0),ie(n,!1)})}function u(){return Ts(this,void 0,void 0,function*(){var S;if(!r().gitReady||R(a)===void 0)return;ie(n,!0);let k=r().gitManager instanceof Ce?50:10,w=yield r().gitManager.log(void 0,!1,k,(S=R(a).last())===null||S===void 0?void 0:S.hash);R(a).push(...w.slice(1)),ie(n,!1)})}var f=Nz(),d=G(f),h=G(d),p=G(h);p.__click=[Lz,s,i,r],Ze(p,S=>i[0]=S,()=>i==null?void 0:i[0]);var g=te(p,2);let v;g.__click=[Dz,c],Ze(g,S=>i[1]=S,()=>i==null?void 0:i[1]),H(h),H(d);var y=te(d,2),b=G(y);{var E=S=>{var A=jz();Vr(A,21,()=>R(a),zr,(k,w)=>{oy(k,{get view(){return e.view},get showTree(){return R(s)},get log(){return R(w)},get plugin(){return r()}})}),H(A),ae(S,A)};_e(b,S=>{R(a)&&S(E)})}il(4),H(y),H(f),Fe(S=>{ve(p,"data-icon",R(s)?"list":"folder"),v=ot(g,1,"clickable-icon nav-action-button",null,v,S)},[()=>({loading:R(n)})]),ae(t,f),rt()}gt(["click"]);var Su=class extends C5.ItemView{constructor(e,r){super(e),this.plugin=r,this.hoverPopover=null}getViewType(){return Zr.type}getDisplayText(){return Zr.name}getIcon(){return Zr.icon}onClose(){return this._view&&ji(this._view),super.onClose()}reload(){this._view&&ji(this._view),this._view=Ta(cy,{target:this.contentEl,props:{plugin:this.plugin,view:this}})}onOpen(){return this.reload(),super.onOpen()}};m();var P5=require("obsidian"),pp=class extends P5.FuzzySuggestModal{constructor(r,n){super(r.app);this.branches=n;this.setPlaceholder("Select branch to checkout")}getItems(){return this.branches}getItemText(r){return r}onChooseItem(r,n){this.resolve(r)}openAndGetReslt(){return new Promise(r=>{this.resolve=r,this.open()})}onClose(){new Promise(r=>setTimeout(r,10)).then(()=>{this.resolve&&this.resolve(void 0)})}};m();var $5=require("obsidian");m();var Ms=require("obsidian");m();var Au=require("obsidian");m();m();var Hz=Ot(R5()),Ca=require("obsidian");function Cs(t,e,r){let n=t.target;app.workspace.trigger("hover-link",{event:t,source:e.getViewType(),hoverParent:e,targetEl:n,linktext:r})}m();var M5=require("obsidian");var gl=class extends M5.Modal{constructor({app:r,path:n,filesToDeleteCount:i,filesToDiscardCount:a}){super(r);this.resolve=null;this.path=n,this.deleteCount=i,this.discardCount=a}openAndGetResult(){return this.open(),new Promise(r=>{this.resolve=r})}onOpen(){let r=this.deleteCount+this.discardCount,{contentEl:n,titleEl:i}=this,a="";this.path!=""&&(r>1?a=`files in "${this.path}"`:a=`"${this.path}"`),i.setText(`${this.discardCount==0?"Delete":"Discard"} ${a}`),this.deleteCount>0&&n.createEl("p").setText(`Are you sure you want to DELETE the ${Ic(this.deleteCount,"untracked file")}? They are deleted according to your Obsidian trash settting.`),this.discardCount>0&&n.createEl("p").setText(`Are you sure you want to discard ALL changes in ${Ic(this.discardCount,"tracked file")}?`);let s=n.createDiv({cls:"modal-button-container"});if(this.deleteCount>0){let l=s.createEl("button",{cls:"mod-warning",text:`${this.discardCount>0?"Discard":"Delete"} all ${Ic(r,"file")}`});l.addEventListener("click",()=>{this.resolve&&this.resolve("delete"),this.close()}),l.addEventListener("keypress",()=>{this.resolve&&this.resolve("delete"),this.close()})}if(this.discardCount>0){let l=s.createEl("button",{cls:"mod-warning",text:`Discard all ${Ic(this.discardCount,"tracked file")}`});l.addEventListener("click",()=>{this.resolve&&this.resolve("discard"),this.close()}),l.addEventListener("keypress",()=>{this.resolve&&this.resolve("discard"),this.close()})}let o=s.createEl("button",{text:"Cancel"});o.addEventListener("click",()=>(this.resolve&&this.resolve(!1),this.close())),o.addEventListener("keypress",()=>(this.resolve&&this.resolve(!1),this.close()))}onClose(){let{contentEl:r}=this;r.empty()}};function Uz(t,e){e.view.app.vault.getAbstractFileByPath(e.change.vaultPath)&&Cs(t,e.view,e.change.vaultPath)}function Gz(t,e){t.stopPropagation(),e.manager.stage(e.change.path,!1).catch(r=>e.view.plugin.displayError(r)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function zz(t,e){t.stopPropagation();let r=e.change.workingDir=="U";new gl({app:e.view.app,filesToDeleteCount:r?1:0,filesToDiscardCount:r?0:1,path:e.change.vaultPath}).openAndGetResult().then(n=>Ts(this,void 0,void 0,function*(){if(n=="delete"){let i=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);i instanceof Au.TFile?yield e.view.app.fileManager.trashFile(i):yield e.view.app.vault.adapter.remove(e.change.vaultPath)}else n=="discard"&&(yield e.manager.discard(e.change.path).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")}));e.view.app.workspace.trigger("obsidian-git:refresh")}),n=>e.view.plugin.displayError(n))}var Vz=fe('<div data-icon="go-to-file" aria-label="Open File" class="clickable-icon"></div>'),qz=fe('<main class="tree-item nav-file"><div class="tree-item-self is-clickable nav-file-title"><div class="tree-item-inner nav-file-title-content"> </div> <div class="git-tools"><div class="buttons"><!> <div data-icon="undo" aria-label="Discard" class="clickable-icon"></div> <div data-icon="plus" aria-label="Stage" class="clickable-icon"></div></div> <div class="type"> </div></div></div></main>');function ku(t,e){tt(e,!0);let r=Ne([]),n=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");Zt(()=>{for(let E of r)E&&(0,Au.setIcon)(E,E.getAttr("data-icon"))});function i(E){E.stopPropagation(),Io(e.change.path)?a(E):s(E)}function a(E){var S;E.stopPropagation();let A=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);A instanceof Au.TFile&&((S=vn(e.view.app,E))===null||S===void 0||S.openFile(A).catch(k=>e.view.plugin.displayError(k)))}function s(E){E.stopPropagation(),e.view.plugin.tools.openDiff({aFile:e.change.path,aRef:"",event:E})}var o=qz();o.__mouseover=[Uz,e],o.__click=i;var l=G(o),c=G(l),u=G(c,!0);H(c);var f=te(c,2),d=G(f),h=G(d);{var p=E=>{var S=Vz();S.__click=a,Ze(S,A=>r[0]=A,()=>r==null?void 0:r[0]),Gr("auxclick",S,a),ae(E,S)};_e(h,E=>{Fo(e.change.vaultPath,e.view.app)&&E(p)})}var g=te(h,2);g.__click=[zz,e],Ze(g,E=>r[1]=E,()=>r==null?void 0:r[1]);var v=te(g,2);v.__click=[Gz,e],Ze(v,E=>r[2]=E,()=>r==null?void 0:r[2]),H(d);var y=te(d,2),b=G(y,!0);H(y),H(f),H(l),H(o),Fe(E=>{ve(l,"data-path",e.change.vaultPath),ve(l,"data-tooltip-position",R(n)),ve(l,"aria-label",e.change.vaultPath),Be(u,E),ve(y,"data-type",e.change.workingDir),Be(b,e.change.workingDir)},[()=>Kn(e.change.vaultPath)]),Gr("auxclick",o,E=>{E.stopPropagation(),E.button==2?Xn(e.view.app,E,e.change.vaultPath,e.view.leaf,"git-source-control"):i(E)}),ae(t,o),rt()}gt(["mouseover","click"]);m();var O5=require("obsidian");function Wz(t,e){e.view.app.vault.getAbstractFileByPath(e.change.vaultPath)&&Cs(t,e.view,e.change.vaultPath)}var Yz=fe('<main class="tree-item nav-file"><div class="tree-item-self is-clickable nav-file-title"><div class="tree-item-inner nav-file-title-content"> </div> <div class="git-tools"><span class="type"> </span></div></div></main>');function Tu(t,e){tt(e,!0);let r=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function n(f){var d;f.stopPropagation();let h=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);h instanceof O5.TFile&&((d=vn(e.view.app,f))===null||d===void 0||d.openFile(h).catch(p=>e.view.plugin.displayError(p)))}var i=Yz();i.__mouseover=[Wz,e],i.__click=n;var a=G(i),s=G(a),o=G(s,!0);H(s);var l=te(s,2),c=G(l),u=G(c,!0);H(c),H(l),H(a),H(i),Fe(f=>{ve(a,"data-path",e.change.vaultPath),ve(a,"data-tooltip-position",R(r)),ve(a,"aria-label",e.change.vaultPath),Be(o,f),ve(c,"data-type",e.change.workingDir),Be(u,e.change.workingDir)},[()=>Kn(e.change.vaultPath)]),Gr("auxclick",i,f=>{f.stopPropagation(),f.button==2?Xn(e.view.app,f,e.change.vaultPath,e.view.leaf,"git-source-control"):n(f)}),ae(t,i),rt()}gt(["mouseover","click"]);m();var mp=require("obsidian");function Xz(t,e){e.view.app.vault.getFileByPath(e.change.vaultPath)&&Cs(t,e.view,e.change.vaultPath)}function Kz(t,e){t.stopPropagation(),e.manager.unstage(e.change.path,!1).catch(r=>e.view.plugin.displayError(r)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}var Zz=fe('<div data-icon="go-to-file" aria-label="Open File" class="clickable-icon"></div>'),Jz=fe('<main class="tree-item nav-file"><div class="tree-item-self is-clickable nav-file-title"><div class="tree-item-inner nav-file-title-content"> </div> <div class="git-tools"><div class="buttons"><!> <div data-icon="minus" aria-label="Unstage" class="clickable-icon"></div></div> <div class="type"> </div></div></div></main>');function Cu(t,e){tt(e,!0);let r=Ne([]),n=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");Zt(()=>{for(let b of r)b&&(0,mp.setIcon)(b,b.getAttr("data-icon"))});function i(b){b.stopPropagation(),Io(e.change.path)?a(b):s(b)}function a(b){var E;b.stopPropagation();let S=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);S instanceof mp.TFile&&((E=vn(e.view.app,b))===null||E===void 0||E.openFile(S).catch(A=>e.view.plugin.displayError(A)))}function s(b){var E;b.stopPropagation(),e.view.plugin.tools.openDiff({aFile:(E=e.change.from)!==null&&E!==void 0?E:e.change.path,bFile:e.change.path,aRef:"HEAD",bRef:"",event:b})}var o=Jz();o.__mouseover=[Xz,e],o.__click=i;var l=G(o),c=G(l),u=G(c,!0);H(c);var f=te(c,2),d=G(f),h=G(d);{var p=b=>{var E=Zz();E.__click=a,Ze(E,S=>r[0]=S,()=>r==null?void 0:r[0]),ae(b,E)};_e(h,b=>{Fo(e.change.vaultPath,e.view.app)&&b(p)})}var g=te(h,2);g.__click=[Kz,e],Ze(g,b=>r[1]=b,()=>r==null?void 0:r[1]),H(d);var v=te(d,2),y=G(v,!0);H(v),H(f),H(l),H(o),Fe(b=>{ve(l,"data-path",e.change.vaultPath),ve(l,"data-tooltip-position",R(n)),ve(l,"aria-label",e.change.vaultPath),Be(u,b),ve(v,"data-type",e.change.index),Be(y,e.change.index)},[()=>Kn(e.change.vaultPath)]),Gr("auxclick",o,b=>{b.stopPropagation(),b.button==2?Xn(e.view.app,b,e.change.vaultPath,e.view.leaf,"git-source-control"):i(b)}),ae(t,o),rt()}gt(["mouseover","click"]);m();m();var Qz=fe('<div class="tree-item nav-file"><div class="tree-item-self nav-file-title"><div class="tree-item-inner nav-file-title-content"> </div></div></div>'),eV=fe("<main><!></main>");function Ps(t,e){tt(e,!0);var r=eV(),n=G(r);{var i=a=>{var s=Qz(),o=G(s),l=G(o),c=G(l,!0);H(l),H(o),H(s),Fe(()=>{ve(o,"aria-label","And "+(e.files.length-500)+" more files"),Be(c,"And "+(e.files.length-500)+" more files")}),ae(a,s)};_e(n,a=>{e.files.length>500&&a(i)})}H(r),ae(t,r),rt()}var rV=fe("<div><!></div>"),nV=(t,e,r)=>e(t,R(r)),iV=(t,e,r)=>e(t,R(r).path),aV=fe('<div data-icon="minus" aria-label="Unstage" class="clickable-icon"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-minus"><line x1="4" y1="9" x2="14" y2="9"></line></svg></div>'),sV=(t,e,r)=>e(t,R(r)),oV=(t,e,r)=>e(t,R(r).path),lV=fe('<div data-icon="undo" aria-label="Discard" class="clickable-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-undo"><path d="M3 7v6h6"></path><path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"></path></svg></div> <div data-icon="plus" aria-label="Stage" class="clickable-icon"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-plus"><line x1="9" y1="4" x2="9" y2="14"></line><line x1="4" y1="9" x2="14" y2="9"></line></svg></div>',1),cV=fe('<div class="tree-item-children nav-folder-children"><!></div>'),uV=fe('<div><div class="tree-item-self is-clickable nav-folder-title"><div data-icon="folder" style="padding-right: 5px; display: flex; "></div> <div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div class="tree-item-inner nav-folder-title-content"> </div> <div class="git-tools"><div class="buttons"><!> <div style="width:11px"></div></div></div></div> <!></div>'),fV=fe("<main><!> <!></main>");function Rs(t,e){tt(e,!0);var r,n;let i=cn(e,"topLevel",3,!1),a=cn(e,"closed",15);for(let g of e.hierarchy.children)((n=(r=g.children)===null||r===void 0?void 0:r.length)!==null&&n!==void 0?n:0)>100&&a(a()[g.title]=!0,!0);let s=Ct(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function o(g,v){g.stopPropagation(),e.plugin.gitManager.stageAll({dir:v}).catch(y=>e.plugin.displayError(y)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function l(g,v){g.stopPropagation(),e.plugin.gitManager.unstageAll({dir:v}).catch(y=>e.plugin.displayError(y)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function c(g,v){g.stopPropagation(),e.plugin.discardAll(v.vaultPath)}function u(g,v){g.stopPropagation(),a(a()[v.path]=!a()[v.path],!0)}var f=fV();let d;var h=G(f);Vr(h,17,()=>Fc(e.hierarchy.children,500),zr,(g,v)=>{var y=Li(),b=kr(y);{var E=A=>{var k=rV(),w=G(k);{var x=T=>{Cu(T,{get change(){return R(v).data},get manager(){return e.plugin.gitManager},get view(){return e.view}})},_=T=>{var C=Li(),I=kr(C);{var L=J=>{ku(J,{get change(){return R(v).data},get manager(){return e.plugin.gitManager},get view(){return e.view}})},$=J=>{var de=Li(),le=kr(de);{var ce=Te=>{Tu(Te,{get change(){return R(v).data},get view(){return e.view}})};_e(le,Te=>{e.fileType==2&&Te(ce)},!0)}ae(J,de)};_e(I,J=>{e.fileType==1?J(L):J($,!1)},!0)}ae(T,C)};_e(w,T=>{e.fileType==0?T(x):T(_,!1)})}H(k),ae(A,k)},S=A=>{var k=uV();k.__click=[nV,u,v];let w;var x=G(k),_=te(G(x),2);let T;var C=te(_,2),I=G(C,!0);H(C);var L=te(C,2),$=G(L),J=G($);{var de=ne=>{var N=aV();N.__click=[iV,l,v],ae(ne,N)},le=ne=>{var N=lV(),W=kr(N);W.__click=[sV,c,v];var B=te(W,2);B.__click=[oV,o,v],ae(ne,N)};_e(J,ne=>{e.fileType==0?ne(de):ne(le,!1)})}il(2),H($),H(L),H(x);var ce=te(x,2);{var Te=ne=>{var N=cV(),W=G(N);Rs(W,{get hierarchy(){return R(v)},get plugin(){return e.plugin},get view(){return e.view},get fileType(){return e.fileType},get closed(){return a()},set closed(B){a(B)}}),H(N),Pn(3,N,()=>ui,()=>({duration:150})),ae(ne,N)};_e(ce,ne=>{a()[R(v).path]||ne(Te)})}H(k),Fe((ne,N)=>{w=ot(k,1,"tree-item nav-folder",null,w,ne),ve(x,"data-tooltip-position",R(s)),ve(x,"aria-label",R(v).vaultPath),T=ot(_,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,T,N),Be(I,R(v).title)},[()=>({"is-collapsed":a()[R(v).path]}),()=>({"is-collapsed":a()[R(v).path]})]),Gr("auxclick",k,ne=>Xn(e.view.app,ne,R(v).vaultPath,e.view.leaf,"git-source-control")),ae(A,k)};_e(b,A=>{R(v).data?A(E):A(S,!1)})}ae(g,y)});var p=te(h,2);Ps(p,{get files(){return e.hierarchy.children}}),H(f),Fe(g=>d=ot(f,1,"",null,d,g),[()=>({topLevel:i()})]),ae(t,f),rt()}gt(["click"]);function dV(t,e,r,n,i,a){if(ie(e,!0),R(r)){let s=R(r).staged.length>0;n().promiseQueue.addTask(()=>n().commit({fromAuto:!1,commitMessage:R(i),onlyStaged:s}).then(()=>ie(i,n().settings.commitMessage,!0)).finally(a))}}function I5(t,e,r,n,i){t.stopPropagation(),ie(e,!0),r().promiseQueue.addTask(()=>r().gitManager.stageAll({status:R(n)}).finally(i))}function F5(t,e,r,n,i){t.stopPropagation(),ie(e,!0),r().promiseQueue.addTask(()=>r().gitManager.unstageAll({status:R(n)}).finally(i))}function hV(t,e,r,n){ie(e,!0),r().promiseQueue.addTask(()=>r().push().finally(n))}function pV(t,e,r,n){ie(e,!0),r().promiseQueue.addTask(()=>r().pullChangesFromRemote().finally(n))}function mV(t,e){t.stopPropagation(),e().discardAll()}var gV=(t,e,r,n)=>{ie(e,!R(e)),(0,Ms.setIcon)(r[6],R(e)?"list":"folder"),n().settings.treeStructure=R(e),n().saveSettings()},vV=(t,e)=>ie(e,""),yV=fe('<div class="git-commit-msg-clear-button svelte-11adhly"></div>'),wV=(t,e)=>ie(e,!R(e)),bV=fe("<!> <!>",1),_V=fe('<div class="tree-item-children nav-folder-children"><!></div>'),xV=(t,e)=>ie(e,!R(e)),SV=fe("<!> <!>",1),EV=fe('<div class="tree-item-children nav-folder-children"><!></div>'),AV=(t,e)=>ie(e,!R(e)),kV=fe("<!> <!>",1),TV=fe('<div class="tree-item-children nav-folder-children"><!></div>'),CV=fe('<div><div class="tree-item-self is-clickable nav-folder-title svelte-11adhly"><div class="tree-item-icon nav-folder-collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div class="tree-item-inner nav-folder-title-content">Recently Pulled Files</div> <span class="tree-item-flair"> </span></div> <!></div>'),PV=fe('<div class="tree-item nav-folder mod-root"><div><div class="tree-item-self is-clickable nav-folder-title svelte-11adhly"><div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div class="tree-item-inner nav-folder-title-content">Staged Changes</div> <div class="git-tools svelte-11adhly"><div class="buttons"><div data-icon="minus" aria-label="Unstage" class="clickable-icon"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-minus"><line x1="4" y1="9" x2="14" y2="9"></line></svg></div></div> <div class="files-count svelte-11adhly"> </div></div></div> <!></div> <div><div class="tree-item-self is-clickable nav-folder-title svelte-11adhly"><div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div> <div class="tree-item-inner nav-folder-title-content">Changes</div> <div class="git-tools svelte-11adhly"><div class="buttons"><div data-icon="undo" aria-label="Discard" class="clickable-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-undo"><path d="M3 7v6h6"></path><path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"></path></svg></div> <div data-icon="plus" aria-label="Stage" class="clickable-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg></div></div> <div class="files-count svelte-11adhly"> </div></div></div> <!></div> <!></div>'),RV=fe('<main class="git-view svelte-11adhly"><div class="nav-header"><div class="nav-buttons-container"><div id="backup-btn" data-icon="arrow-up-circle" class="clickable-icon nav-action-button" aria-label="Commit-and-sync"></div> <div id="commit-btn" data-icon="check" class="clickable-icon nav-action-button" aria-label="Commit"></div> <div id="stage-all" class="clickable-icon nav-action-button" data-icon="plus-circle" aria-label="Stage all"></div> <div id="unstage-all" class="clickable-icon nav-action-button" data-icon="minus-circle" aria-label="Unstage all"></div> <div id="push" class="clickable-icon nav-action-button" data-icon="upload" aria-label="Push"></div> <div id="pull" class="clickable-icon nav-action-button" data-icon="download" aria-label="Pull"></div> <div id="layoutChange" class="clickable-icon nav-action-button" aria-label="Change Layout"></div> <div id="refresh" data-icon="refresh-cw" aria-label="Refresh"></div></div></div> <div class="git-commit-msg svelte-11adhly"><textarea class="commit-msg-input svelte-11adhly" spellcheck="true" placeholder="Commit Message"></textarea> <!></div> <div class="nav-files-container" style="position: relative;"><!></div></main>'),MV={hash:"svelte-11adhly",code:`.commit-msg-input.svelte-11adhly {width:100%;overflow:hidden;resize:none;padding:7px 5px;background-color:var(--background-modifier-form-field);}.git-commit-msg.svelte-11adhly {position:relative;padding:0;width:calc(100% - var(--size-4-8));margin:4px auto;}main.svelte-11adhly .git-tools:where(.svelte-11adhly) .files-count:where(.svelte-11adhly) {padding-left:var(--size-2-1);width:11px;display:flex;align-items:center;justify-content:center;}.nav-folder-title.svelte-11adhly {align-items:center;}.git-commit-msg-clear-button.svelte-11adhly {position:absolute;background:transparent;border-radius:50%;color:var(--search-clear-button-color);cursor:var(--cursor);top:-4px;right:2px;bottom:0px;line-height:0;height:var(--input-height);width:28px;margin:auto;padding:0 0;text-align:center;display:flex;justify-content:center;align-items:center;transition:color 0.15s ease-in-out;}.git-commit-msg-clear-button.svelte-11adhly:after {content:"";height:var(--search-clear-button-size);width:var(--search-clear-button-size);display:block;background-color:currentColor;mask-image:url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM3.8705 3.09766L6.00003 5.22718L8.12955 3.09766L8.9024 3.8705L6.77287 6.00003L8.9024 8.12955L8.12955 8.9024L6.00003 6.77287L3.8705 8.9024L3.09766 8.12955L5.22718 6.00003L3.09766 3.8705L3.8705 3.09766Z' fill='currentColor'/></svg>");mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM3.8705 3.09766L6.00003 5.22718L8.12955 3.09766L8.9024 3.8705L6.77287 6.00003L8.9024 8.12955L8.12955 8.9024L6.00003 6.77287L3.8705 8.9024L3.09766 8.12955L5.22718 6.00003L3.09766 3.8705L3.8705 3.09766Z' fill='currentColor'/></svg>");-webkit-mask-repeat:no-repeat;}`};function fy(t,e){tt(e,!0),Tn(t,MV);let r=cn(e,"plugin",7),n=cn(e,"view",7),i=Pe(!1),a=Pe(void 0),s=Pe(Ne([])),o=Pe(Ne(r().settings.commitMessage)),l=Ne([]),c=Pe(void 0),u=Pe(void 0),f=Pe(void 0),d=Pe(!0),h=Pe(!0),p=Pe(!0),g=Pe(0),v=Pe(Ne({})),y=Pe(Ne({})),b=Pe(Ne({})),E=Pe(Ne(r().settings.treeStructure));n().registerEvent(n().app.workspace.on("obsidian-git:loading-status",()=>ie(i,!0))),n().registerEvent(n().app.workspace.on("obsidian-git:status-changed",()=>void A().catch(console.error))),n().plugin.cachedStatus==null?n().plugin.refresh().catch(console.error):A().catch(console.error),Zt(()=>{l.forEach(X=>(0,Ms.setIcon)(X,X.getAttr("data-icon")))}),Zt(()=>{l.forEach(X=>{var Oe,De;!X||X.id!="push"||(Ms.Platform.isMobile?(X.removeClass("button-border"),R(g)>0&&X.addClass("button-border")):((Oe=X.firstElementChild)===null||Oe===void 0||Oe.removeAttribute("color"),R(g)>0&&((De=X.firstElementChild)===null||De===void 0||De.setAttr("color","var(--text-accent)"))))})}),n().scope=new Ms.Scope(r().app.scope),n().scope.register(["Ctrl"],"Enter",X=>S());function S(){if(ie(i,!0),R(a)){let X=R(a).staged.length>0;r().promiseQueue.addTask(()=>r().commitAndSync({fromAutoBackup:!1,commitMessage:R(o),onlyStaged:X}).then(()=>{ie(o,r().settings.commitMessage,!0)}).finally(k))}}function A(){return Ts(this,void 0,void 0,function*(){if(!r().gitReady){ie(a,void 0);return}if(ie(g,yield r().gitManager.getUnpushedCommits(),!0),ie(a,r().cachedStatus,!0),ie(i,!1),r().lastPulledFiles&&r().lastPulledFiles!=R(s)&&(ie(s,r().lastPulledFiles,!0),ie(f,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure(R(s))},!0)),R(a)){let X=(Oe,De)=>Oe.vaultPath.split("/").last().localeCompare(Kn(De.vaultPath));R(a).changed.sort(X),R(a).staged.sort(X),ie(c,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure(R(a).changed)},!0),ie(u,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure(R(a).staged)},!0)}else ie(c,void 0),ie(u,void 0)})}function k(){n().app.workspace.trigger("obsidian-git:refresh")}let w=Ct(()=>(R(o).match(/\n/g)||[]).length+1||1);var x=RV(),_=G(x),T=G(_),C=G(T);C.__click=S,Ze(C,X=>l[0]=X,()=>l==null?void 0:l[0]);var I=te(C,2);I.__click=[dV,i,a,r,o,k],Ze(I,X=>l[1]=X,()=>l==null?void 0:l[1]);var L=te(I,2);L.__click=[I5,i,r,a,k],Ze(L,X=>l[2]=X,()=>l==null?void 0:l[2]);var $=te(L,2);$.__click=[F5,i,r,a,k],Ze($,X=>l[3]=X,()=>l==null?void 0:l[3]);var J=te($,2);J.__click=[hV,i,r,k],Ze(J,X=>l[4]=X,()=>l==null?void 0:l[4]);var de=te(J,2);de.__click=[pV,i,r,k],Ze(de,X=>l[5]=X,()=>l==null?void 0:l[5]);var le=te(de,2);le.__click=[gV,E,l,r],Ze(le,X=>l[6]=X,()=>l==null?void 0:l[6]);var ce=te(le,2);let Te;ce.__click=k,Ze(ce,X=>l[7]=X,()=>l==null?void 0:l[7]),H(T),H(_);var ne=te(_,2),N=G(ne);H1(N);var W=te(N,2);{var B=X=>{var Oe=yV();Oe.__click=[vV,o],ve(Oe,"aria-label","Clear"),ae(X,Oe)};_e(W,X=>{R(o)&&X(B)})}H(ne);var $e=te(ne,2),lr=G($e);{var Ut=X=>{var Oe=PV(),De=G(Oe);let Pt;var Le=G(De);Le.__click=[wV,h];var U=G(Le);let Je;var j=te(U,4),Z=G(j),Se=G(Z);Se.__click=[F5,i,r,a,k],Ze(Se,Mt=>l[8]=Mt,()=>l==null?void 0:l[8]),H(Z);var We=te(Z,2),Rt=G(We,!0);H(We),H(j),H(Le);var vl=te(Le,2);{var j5=Mt=>{var Gt=_V(),Bi=G(Gt);{var Rn=Jt=>{Rs(Jt,{get hierarchy(){return R(u)},get plugin(){return r()},get view(){return n()},get fileType(){return 0},topLevel:!0,get closed(){return R(v)},set closed(fn){ie(v,fn,!0)}})},Os=Jt=>{var fn=bV(),Pa=kr(fn);Vr(Pa,17,()=>Fc(R(a).staged,500),zr,(Hi,yl)=>{Cu(Hi,{get change(){return R(yl)},get view(){return n()},get manager(){return r().gitManager}})});var fi=te(Pa,2);Ps(fi,{get files(){return R(a).staged}}),ae(Jt,fn)};_e(Bi,Jt=>{R(E)?Jt(Rn):Jt(Os,!1)})}H(Gt),Pn(3,Gt,()=>ui,()=>({duration:150})),ae(Mt,Gt)};_e(vl,Mt=>{R(h)&&Mt(j5)})}H(De);var Ru=te(De,2);let dy;var Mu=G(Ru);Mu.__click=[xV,d];var hy=G(Mu);let py;var my=te(hy,4),yp=G(my),gy=G(yp);gy.__click=[mV,r];var vy=te(gy,2);vy.__click=[I5,i,r,a,k],Ze(vy,Mt=>l[9]=Mt,()=>l==null?void 0:l[9]),H(yp);var yy=te(yp,2),N5=G(yy,!0);H(yy),H(my),H(Mu);var B5=te(Mu,2);{var H5=Mt=>{var Gt=EV(),Bi=G(Gt);{var Rn=Jt=>{Rs(Jt,{get hierarchy(){return R(c)},get plugin(){return r()},get view(){return n()},get fileType(){return 1},topLevel:!0,get closed(){return R(y)},set closed(fn){ie(y,fn,!0)}})},Os=Jt=>{var fn=SV(),Pa=kr(fn);Vr(Pa,17,()=>Fc(R(a).changed,500),zr,(Hi,yl)=>{ku(Hi,{get change(){return R(yl)},get view(){return n()},get manager(){return r().gitManager}})});var fi=te(Pa,2);Ps(fi,{get files(){return R(a).changed}}),ae(Jt,fn)};_e(Bi,Jt=>{R(E)?Jt(Rn):Jt(Os,!1)})}H(Gt),Pn(3,Gt,()=>ui,()=>({duration:150})),ae(Mt,Gt)};_e(B5,Mt=>{R(d)&&Mt(H5)})}H(Ru);var U5=te(Ru,2);{var G5=Mt=>{var Gt=CV();let Bi;var Rn=G(Gt);Rn.__click=[AV,p];var Os=te(G(Rn),4),Jt=G(Os,!0);H(Os),H(Rn);var fn=te(Rn,2);{var Pa=fi=>{var Hi=TV(),yl=G(Hi);{var z5=Is=>{Rs(Is,{get hierarchy(){return R(f)},get plugin(){return r()},get view(){return n()},get fileType(){return 2},topLevel:!0,get closed(){return R(b)},set closed(Ou){ie(b,Ou,!0)}})},V5=Is=>{var Ou=kV(),wy=kr(Ou);Vr(wy,17,()=>R(s),zr,(W5,Y5)=>{Tu(W5,{get change(){return R(Y5)},get view(){return n()}})});var q5=te(wy,2);Ps(q5,{get files(){return R(s)}}),ae(Is,Ou)};_e(yl,Is=>{R(E)?Is(z5):Is(V5,!1)})}H(Hi),Pn(3,Hi,()=>ui,()=>({duration:150})),ae(fi,Hi)};_e(fn,fi=>{R(p)&&fi(Pa)})}H(Gt),Fe(fi=>{Bi=ot(Gt,1,"pulled nav-folder",null,Bi,fi),Be(Jt,R(s).length)},[()=>({"is-collapsed":!R(p)})]),ae(Mt,Gt)};_e(U5,Mt=>{R(s).length>0&&R(f)&&Mt(G5)})}H(Oe),Fe((Mt,Gt,Bi,Rn)=>{Pt=ot(De,1,"staged tree-item nav-folder",null,Pt,Mt),Je=ot(U,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,Je,Gt),Be(Rt,R(a).staged.length),dy=ot(Ru,1,"changes tree-item nav-folder",null,dy,Bi),py=ot(hy,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,py,Rn),Be(N5,R(a).changed.length)},[()=>({"is-collapsed":!R(h)}),()=>({"is-collapsed":!R(h)}),()=>({"is-collapsed":!R(d)}),()=>({"is-collapsed":!R(d)})]),ae(X,Oe)};_e(lr,X=>{R(a)&&R(u)&&R(c)&&X(Ut)})}H($e),H(x),Fe(X=>{ve(x,"data-type",$t.type),ve(le,"data-icon",R(E)?"list":"folder"),Te=ot(ce,1,"clickable-icon nav-action-button",null,Te,X),ve(N,"rows",R(w))},[()=>({loading:R(i)})]),ey(N,()=>R(o),X=>ie(o,X)),ae(t,x),rt()}gt(["click"]);var Pu=class extends $5.ItemView{constructor(e,r){super(e),this.plugin=r,this.hoverPopover=null}getViewType(){return $t.type}getDisplayText(){return $t.name}getIcon(){return $t.icon}onClose(){return this._view&&ji(this._view),super.onClose()}reload(){this._view&&ji(this._view),this._view=Ta(fy,{target:this.contentEl,props:{plugin:this.plugin,view:this}})}onOpen(){return this.reload(),super.onOpen()}};m();var gp=class{constructor(e,r){this.statusBarEl=e;this.plugin=r;this.statusBarEl.addClass("mod-clickable"),this.statusBarEl.onClickEvent(n=>{this.plugin.switchBranch().catch(i=>r.displayError(i))})}async display(){if(this.plugin.gitReady){let e=await this.plugin.gitManager.branchInfo();e.current!=null?this.statusBarEl.setText(e.current):this.statusBarEl.empty()}else this.statusBarEl.empty()}remove(){this.statusBarEl.remove()}};var vp=class extends we.Plugin{constructor(){super(...arguments);this.automaticsManager=new Bc(this);this.tools=new Uc(this);this.localStorage=new vh(this);this.state={gitAction:0,offlineMode:!1};this.gitReady=!1;this.promiseQueue=new fh(this);this.intervalsToClear=[];this.lineAuthoringFeature=new uh(this)}setPluginState(r){var n;this.state=Object.assign(this.state,r),(n=this.statusBar)==null||n.display()}async updateCachedStatus(){var r,n;return this.app.workspace.trigger("obsidian-git:loading-status"),this.cachedStatus=await this.gitManager.status(),this.cachedStatus.conflicted.length>0?(this.localStorage.setConflict(!0),await((r=this.branchBar)==null?void 0:r.display())):(this.localStorage.setConflict(!1),await((n=this.branchBar)==null?void 0:n.display())),this.app.workspace.trigger("obsidian-git:status-changed",this.cachedStatus),this.cachedStatus}async refresh(){if(!this.gitReady)return;let r=this.app.workspace.getLeavesOfType($t.type),n=this.app.workspace.getLeavesOfType(Zr.type);(this.settings.changedFilesInStatusBar||r.some(i=>{var a;return!((a=i.isDeferred)!=null&&a)})||n.some(i=>{var a;return!((a=i.isDeferred)!=null&&a)}))&&await this.updateCachedStatus().catch(i=>this.displayError(i)),this.app.workspace.trigger("obsidian-git:refreshed")}refreshUpdatedHead(){this.lineAuthoringFeature.refreshLineAuthorViews()}async onload(){console.log("loading "+this.manifest.name+" plugin: v"+this.manifest.version),Nc.plugin=this,this.localStorage.migrate(),await this.loadSettings(),await this.migrateSettings(),this.settingsTab=new Kd(this.app,this),this.addSettingTab(this.settingsTab),this.localStorage.getPluginDisabled()||(this.registerStuff(),this.app.workspace.onLayoutReady(()=>this.init({fromReload:!1}).catch(r=>this.displayError(r))))}onExternalSettingsChange(){this.reloadSettings().catch(r=>this.displayError(r))}async reloadSettings(){let r=JSON.stringify(this.settings);await this.loadSettings();let n=JSON.stringify(this.settings);r!==n&&(this.log("Reloading settings"),this.unloadPlugin(),await this.init({fromReload:!0}),this.app.workspace.getLeavesOfType($t.type).forEach(i=>{var a;if(!((a=i.isDeferred)!=null&&a))return i.view.reload()}),this.app.workspace.getLeavesOfType(Zr.type).forEach(i=>{var a;if(!((a=i.isDeferred)!=null&&a))return i.view.reload()}))}registerStuff(){this.registerEvent(this.app.workspace.on("obsidian-git:refresh",()=>{this.refresh().catch(r=>this.displayError(r))})),this.registerEvent(this.app.workspace.on("obsidian-git:head-change",()=>{this.refreshUpdatedHead()})),this.registerEvent(this.app.workspace.on("file-menu",(r,n,i)=>{this.handleFileMenu(r,n,i,"file-manu")})),this.registerEvent(this.app.workspace.on("obsidian-git:menu",(r,n,i)=>{this.handleFileMenu(r,n,i,"obsidian-git:menu")})),this.registerEvent(this.app.workspace.on("active-leaf-change",r=>{this.onActiveLeafChange(r)})),this.registerEvent(this.app.vault.on("modify",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("delete",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("create",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("rename",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerView($t.type,r=>new Pu(r,this)),this.registerView(Zr.type,r=>new Su(r,this)),this.registerView(ua.type,r=>new ls(r,this)),this.registerView(ca.type,r=>new fs(r,this)),this.addRibbonIcon("git-pull-request","Open Git source control",async()=>{var i;let r=this.app.workspace.getLeavesOfType($t.type),n;r.length===0?(n=(i=this.app.workspace.getRightLeaf(!1))!=null?i:this.app.workspace.getLeaf(),await n.setViewState({type:$t.type})):n=r.first(),await this.app.workspace.revealLeaf(n)}),this.registerHoverLinkSource($t.type,{display:"Git View",defaultMod:!0}),this.lineAuthoringFeature.onLoadPlugin(),this.setRefreshDebouncer(),oM(this)}setRefreshDebouncer(){var r;(r=this.debRefresh)==null||r.cancel(),this.debRefresh=(0,we.debounce)(()=>{this.settings.refreshSourceControl&&this.refresh().catch(console.error)},this.settings.refreshSourceControlTimer,!0)}async addFileToGitignore(r,n){let i=this.gitManager.getRelativeRepoPath(r,!0),a=u3({isFolder:n,gitRelativePath:i});return await this.app.vault.adapter.append(this.gitManager.getRelativeVaultPath(".gitignore"),`
+`+a),this.refresh()}handleFileMenu(r,n,i,a){if(!this.gitReady||!this.settings.showFileMenu||!n)return;let s;if(typeof n=="string"?s=n:s=n.path,i=="file-explorer-context-menu"&&(r.addItem(o=>{o.setTitle("Git: Stage").setIcon("plus-circle").setSection("action").onClick(l=>{this.promiseQueue.addTask(async()=>{n instanceof we.TFile?await this.stageFile(n):(await this.gitManager.stageAll({dir:this.gitManager.getRelativeRepoPath(s,!0)}),this.app.workspace.trigger("obsidian-git:refresh"))})})}),r.addItem(o=>{o.setTitle("Git: Unstage").setIcon("minus-circle").setSection("action").onClick(l=>{this.promiseQueue.addTask(async()=>{n instanceof we.TFile?await this.unstageFile(n):(await this.gitManager.unstageAll({dir:this.gitManager.getRelativeRepoPath(s,!0)}),this.app.workspace.trigger("obsidian-git:refresh"))})})}),r.addItem(o=>{o.setTitle("Git: Add to .gitignore").setIcon("file-x").setSection("action").onClick(l=>{this.addFileToGitignore(s,n instanceof we.TFolder).catch(c=>this.displayError(c))})})),i=="git-source-control"){r.addItem(l=>{l.setTitle("Git: Add to .gitignore").setIcon("file-x").setSection("action").onClick(c=>{this.addFileToGitignore(s,n instanceof we.TFolder).catch(u=>this.displayError(u))})});let o=this.app.vault.adapter;a==="obsidian-git:menu"&&o instanceof we.FileSystemAdapter&&(r.addItem(l=>{l.setTitle("Open in default app").setIcon("arrow-up-right").setSection("action").onClick(c=>{this.app.openWithDefaultApp(s)})}),r.addItem(l=>{l.setTitle("Show in system explorer").setIcon("arrow-up-right").setSection("action").onClick(c=>{window.electron.shell.showItemInFolder(L5.join(o.getBasePath(),s))})}))}}async migrateSettings(){this.settings.mergeOnPull!=null&&(this.settings.syncMethod=this.settings.mergeOnPull?"merge":"rebase",this.settings.mergeOnPull=void 0,await this.saveSettings()),this.settings.autoCommitMessage===void 0&&(this.settings.autoCommitMessage=this.settings.commitMessage,await this.saveSettings()),this.settings.gitPath!=null&&(this.localStorage.setGitPath(this.settings.gitPath),this.settings.gitPath=void 0,await this.saveSettings()),this.settings.username!=null&&(this.localStorage.setPassword(this.settings.username),this.settings.username=void 0,await this.saveSettings())}unloadPlugin(){var r,n;this.gitReady=!1,this.lineAuthoringFeature.deactivateFeature(),this.automaticsManager.unload(),(r=this.branchBar)==null||r.remove(),(n=this.statusBar)==null||n.remove(),this.statusBar=void 0,this.branchBar=void 0,this.gitManager.unload(),this.promiseQueue.clear();for(let i of this.intervalsToClear)window.clearInterval(i);this.intervalsToClear=[],this.debRefresh.cancel()}onunload(){this.unloadPlugin(),console.log("unloading "+this.manifest.name+" plugin")}async loadSettings(){let r=await this.loadData();r==null&&(r={showedMobileNotice:!0}),this.settings=gT(Xe,r)}async saveSettings(){var r;(r=this.settingsTab)==null||r.beforeSaveSettings(),await this.saveData(this.settings)}get useSimpleGit(){return we.Platform.isDesktopApp}async init({fromReload:r=!1}){var n;if(this.settings.showStatusBar&&!this.statusBar){let i=this.addStatusBarItem();this.statusBar=new dh(i,this),this.intervalsToClear.push(window.setInterval(()=>{var a;return(a=this.statusBar)==null?void 0:a.display()},1e3))}try{this.useSimpleGit?(this.gitManager=new Ce(this),await this.gitManager.setGitInstance()):this.gitManager=new wn(this);let i=await this.gitManager.checkRequirements(),a=this.localStorage.getPausedAutomatics();switch(i){case"missing-git":this.displayError(`Cannot run git command. Trying to run: '${this.localStorage.getGitPath()||"git"}' .`);break;case"missing-repo":new we.Notice("Can't find a valid git repository. Please create one via the given command or clone an existing repo.",1e4);break;case"valid":if(this.gitReady=!0,this.setPluginState({gitAction:0}),we.Platform.isDesktop&&this.settings.showBranchStatusBar&&!this.branchBar){let s=this.addStatusBarItem();this.branchBar=new gp(s,this),this.intervalsToClear.push(window.setInterval(()=>{var o;return void((o=this.branchBar)==null?void 0:o.display().catch(console.error))},6e4))}await((n=this.branchBar)==null?void 0:n.display()),this.lineAuthoringFeature.conditionallyActivateBySettings(),this.app.workspace.trigger("obsidian-git:refresh"),this.app.workspace.trigger("obsidian-git:head-change"),!r&&this.settings.autoPullOnBoot&&!a&&this.promiseQueue.addTask(()=>this.pullChangesFromRemote()),a||await this.automaticsManager.init(),a&&new we.Notice("Automatic routines are currently paused.");break;default:this.log("Something weird happened. The 'checkRequirements' result is "+i)}}catch(i){this.displayError(i),console.error(i)}}async createNewRepo(){try{await this.gitManager.init(),new we.Notice("Initialized new repo"),await this.init({fromReload:!0})}catch(r){this.displayError(r)}}async cloneNewRepo(){let n=await new ze(this,{placeholder:"Enter remote URL"}).openAndGetResult();if(n){let i="Vault Root",a=await new ze(this,{options:this.gitManager instanceof wn?[i]:[],placeholder:"Enter directory for clone. It needs to be empty or not existent.",allowEmpty:this.gitManager instanceof wn}).openAndGetResult();if(a==null)return;if(a===i&&(a="."),a=(0,we.normalizePath)(a),a==="/"&&(a="."),a==="."){let f=await new ze(this,{options:["NO","YES"],placeholder:`Does your remote repo contain a ${this.app.vault.configDir} directory at the root?`,onlySelection:!0}).openAndGetResult();if(f===void 0){new we.Notice("Aborted clone");return}else if(f==="YES"){let d="DELETE ALL YOUR LOCAL CONFIG AND PLUGINS";if(await new ze(this,{options:["Abort clone",d],placeholder:`To avoid conflicts, the local ${this.app.vault.configDir} directory needs to be deleted.`,onlySelection:!0}).openAndGetResult()===d)await this.app.vault.adapter.rmdir(this.app.vault.configDir,!0);else{new we.Notice("Aborted clone");return}}}let s=await new ze(this,{placeholder:"Specify depth of clone. Leave empty for full clone.",allowEmpty:!0}).openAndGetResult(),o;if(s===void 0){new we.Notice("Aborted clone");return}if(s!==""&&(o=parseInt(s),isNaN(o))){new we.Notice("Invalid depth. Aborting clone.");return}new we.Notice(`Cloning new repo into "${a}"`);let l=this.settings.basePath,c=a&&a!==".";c&&(this.settings.basePath=a);try{await this.gitManager.clone(vv(n),a,o),new we.Notice("Cloned new repo."),new we.Notice("Please restart Obsidian"),c&&await this.saveSettings()}catch(u){this.displayError(u),this.settings.basePath=l,await this.saveSettings()}}}async isAllInitialized(){return this.gitReady||await this.init({fromReload:!0}),this.gitReady}async pullChangesFromRemote(){if(!await this.isAllInitialized())return;let r=await this.pull();if(r!==!1){if(r||this.displayMessage("Pull: Everything is up-to-date"),this.gitManager instanceof Ce){let n=await this.updateCachedStatus();n.conflicted.length>0&&(this.displayError(`You have conflicts in ${n.conflicted.length} ${n.conflicted.length==1?"file":"files"}`),await this.handleConflict(n.conflicted))}this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0})}}async commitAndSync({fromAutoBackup:r,requestCustomMessage:n=!1,commitMessage:i,onlyStaged:a=!1}){!await this.isAllInitialized()||(this.settings.syncMethod=="reset"&&this.settings.pullBeforePush&&await this.pull(),!await this.commit({fromAuto:r,requestCustomMessage:n,commitMessage:i,onlyStaged:a}))||(this.settings.syncMethod!="reset"&&this.settings.pullBeforePush&&await this.pull(),this.settings.disablePush||(await this.remotesAreSet()&&await this.gitManager.canPush()?await this.push():this.displayMessage("No commits to push")),this.setPluginState({gitAction:0}))}async commit({fromAuto:r,requestCustomMessage:n=!1,onlyStaged:i=!1,commitMessage:a,amend:s=!1}){if(!await this.isAllInitialized())return!1;try{let o=this.localStorage.getConflict(),l,c=[],u=[];if(this.gitManager instanceof Ce){if(await this.mayDeleteConflictFile(),l=await this.updateCachedStatus(),l.conflicted.length==0&&(o=!1),r&&l.conflicted.length>0)return this.displayError(`Did not commit, because you have conflicts in ${l.conflicted.length} ${l.conflicted.length==1?"file":"files"}. Please resolve them and commit per command.`),await this.handleConflict(l.conflicted),!1;c=l.staged,u=l.changed}else{if(r&&o)return this.displayError("Did not commit, because you have conflicts. Please resolve them and commit per command."),!1;{o&&await this.mayDeleteConflictFile();let f=this.gitManager;i?c=await f.getStagedFiles():u=(await f.getUnstagedFiles()).map(({path:h,type:p})=>({vaultPath:this.gitManager.getRelativeVaultPath(h),path:h,type:p}))}}if(await this.tools.hasTooBigFiles(i?c:[...c,...u]))return this.setPluginState({gitAction:0}),!1;if(u.length+c.length!==0||o){let f=a!=null?a:a=r?this.settings.autoCommitMessage:this.settings.commitMessage;if(r&&this.settings.customMessageOnAutoBackup||n){!this.settings.disablePopups&&r&&new we.Notice("Auto backup: Please enter a custom commit message. Leave empty to abort");let p=await new hh(this).openAndGetResult();if(p!=null&&p!=""&&p!="...")f=p;else return this.setPluginState({gitAction:0}),!1}else if(this.gitManager instanceof Ce&&this.settings.commitMessageScript){let p=this.settings.commitMessageScript,g=this.localStorage.getHostname()||"",v=p.replace("{{hostname}}",g);v=v.replace("{{date}}",(0,we.moment)().format(this.settings.commitDateFormat));let y=await $c("sh",["-c",v],{cwd:this.gitManager.absoluteRepoPath});y.code!=0?this.displayError(y.stderr):y.stdout.trim().length==0?this.displayMessage("Stdout from commit message script is empty. Using default message."):f=y.stdout}let d;i?d=await this.gitManager.commit({message:f,amend:s}):d=await this.gitManager.commitAll({message:f,status:l,unstagedFiles:u,amend:s}),this.gitManager instanceof Ce&&await this.updateCachedStatus();let h=!1;d===void 0&&(h=!0,d=u.length+c.length||0),this.displayMessage(`Committed${h?" approx.":""} ${d} ${d==1?"file":"files"}`)}else this.displayMessage("No changes to commit");return this.app.workspace.trigger("obsidian-git:refresh"),!0}catch(o){return this.displayError(o),!1}}async push(){if(!await this.isAllInitialized()||!await this.remotesAreSet())return!1;let r=this.localStorage.getConflict();try{this.gitManager instanceof Ce&&await this.mayDeleteConflictFile();let n;if(this.gitManager instanceof Ce&&(n=await this.updateCachedStatus()).conflicted.length>0)return this.displayError(`Cannot push. You have conflicts in ${n.conflicted.length} ${n.conflicted.length==1?"file":"files"}`),await this.handleConflict(n.conflicted),!1;if(this.gitManager instanceof wn&&r)return this.displayError("Cannot push. You have conflicts"),!1;this.log("Pushing....");let i=await this.gitManager.push();return i!==void 0&&(i>0?this.displayMessage(`Pushed ${i} ${i==1?"file":"files"} to remote`):this.displayMessage("No commits to push")),this.setPluginState({offlineMode:!1}),this.app.workspace.trigger("obsidian-git:refresh"),!0}catch(n){return n instanceof Co?this.handleNoNetworkError(n):this.displayError(n),!1}}async pull(){if(!await this.remotesAreSet())return!1;try{this.log("Pulling....");let r=await this.gitManager.pull()||[];return this.setPluginState({offlineMode:!1}),r.length>0&&(this.displayMessage(`Pulled ${r.length} ${r.length==1?"file":"files"} from remote`),this.lastPulledFiles=r),r.length}catch(r){return this.displayError(r),!1}}async fetch(){if(await this.remotesAreSet())try{await this.gitManager.fetch(),this.displayMessage("Fetched from remote"),this.setPluginState({offlineMode:!1}),this.app.workspace.trigger("obsidian-git:refresh")}catch(r){this.displayError(r)}}async mayDeleteConflictFile(){let r=this.app.vault.getAbstractFileByPath(To);r&&(this.app.workspace.iterateAllLeaves(n=>{var i;n.view instanceof we.MarkdownView&&((i=n.view.file)==null?void 0:i.path)==r.path&&n.detach()}),await this.app.vault.delete(r))}async stageFile(r){return await this.isAllInitialized()?(await this.gitManager.stage(r.path,!0),this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0}),!0):!1}async unstageFile(r){return await this.isAllInitialized()?(await this.gitManager.unstage(r.path,!0),this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0}),!0):!1}async switchBranch(){var i;if(!await this.isAllInitialized())return;let r=await this.gitManager.branchInfo(),n=await new pp(this,r.branches).openAndGetReslt();if(n!=null)return await this.gitManager.checkout(n),this.displayMessage(`Switched to ${n}`),this.app.workspace.trigger("obsidian-git:refresh"),await((i=this.branchBar)==null?void 0:i.display()),n}async switchRemoteBranch(){var a;if(!await this.isAllInitialized())return;let r=await this.selectRemoteBranch()||"",[n,i]=ki(r);if(i!=null&&n!=null)return await this.gitManager.checkout(i,n),this.displayMessage(`Switched to ${r}`),await((a=this.branchBar)==null?void 0:a.display()),r}async createBranch(){var n;if(!await this.isAllInitialized())return;let r=await new ze(this,{placeholder:"Create new branch"}).openAndGetResult();if(r!=null)return await this.gitManager.createBranch(r),this.displayMessage(`Created new branch ${r}`),await((n=this.branchBar)==null?void 0:n.display()),r}async deleteBranch(){var i;if(!await this.isAllInitialized())return;let r=await this.gitManager.branchInfo();r.current&&r.branches.remove(r.current);let n=await new ze(this,{options:r.branches,placeholder:"Delete branch",onlySelection:!0}).openAndGetResult();if(n!=null){let a=!1;if(!await this.gitManager.branchIsMerged(n)){let o=await new ze(this,{options:["YES","NO"],placeholder:"This branch isn't merged into HEAD. Force delete?",onlySelection:!0}).openAndGetResult();if(o!=="YES")return;a=o==="YES"}return await this.gitManager.deleteBranch(n,a),this.displayMessage(`Deleted branch ${n}`),await((i=this.branchBar)==null?void 0:i.display()),n}}async remotesAreSet(){return this.settings.updateSubmodules||(await this.gitManager.branchInfo()).tracking?!0:(new we.Notice("No upstream branch is set. Please select one."),await this.setUpstreamBranch())}async setUpstreamBranch(){let r=await this.selectRemoteBranch();return r==null?(this.displayError("Aborted. No upstream-branch is set!",1e4),this.setPluginState({gitAction:0}),!1):(await this.gitManager.updateUpstreamBranch(r),this.displayMessage(`Set upstream branch to ${r}`),this.setPluginState({gitAction:0}),!0)}async discardAll(r){if(!await this.isAllInitialized())return!1;let n=await this.gitManager.status({path:r}),i=0,a=0;for(let o of n.changed)o.workingDir=="U"?i++:a++;if(i+a==0)return!1;let s=await new gl({app:this.app,filesToDeleteCount:i,filesToDiscardCount:a,path:r!=null?r:""}).openAndGetResult();switch(s){case!1:return s;case"discard":await this.gitManager.discardAll({dir:r,status:this.cachedStatus});break;case"delete":{await this.gitManager.discardAll({dir:r,status:this.cachedStatus});let o=await this.gitManager.getUntrackedPaths({path:r,status:this.cachedStatus});for(let l of o){let c=this.gitManager.getRelativeVaultPath(l),u=this.app.vault.getAbstractFileByPath(c);u?await this.app.fileManager.trashFile(u):l.endsWith("/")?await this.app.vault.adapter.rmdir(c,!0):await this.app.vault.adapter.remove(c)}break}default:Ud(s)}return this.app.workspace.trigger("obsidian-git:refresh"),s}async handleConflict(r){this.localStorage.setConflict(!0);let n;r!==void 0&&(n=["# Conflicts","Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`","(This file will automatically be deleted before commit)","[[#Additional Instructions]] available below file list","",...r.map(i=>{let a=this.app.vault.getAbstractFileByPath(i);return a instanceof we.TFile?`- [[${this.app.metadataCache.fileToLinktext(a,"/")}]]`:`- Not a file: ${i}`}),`
+# Additional Instructions
+I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text.
+
+\`\`\`diff
+<<<<<<< HEAD
+ File changes in local repository
+=======
+ File changes in remote repository
+>>>>>>> origin/main
+\`\`\``]),await this.tools.writeAndOpenFile(n==null?void 0:n.join(`
+`))}async editRemotes(){if(!await this.isAllInitialized())return;let r=await this.gitManager.getRemotes(),i=await new ze(this,{options:r,placeholder:"Select or create a new remote by typing its name and selecting it"}).openAndGetResult();if(i){let a=await this.gitManager.getRemoteUrl(i),o=await new ze(this,{initialValue:a,placeholder:"Enter remote URL"}).openAndGetResult();if(o)return await this.gitManager.setRemote(i,vv(o)),i}}async selectRemoteBranch(){let r=await this.gitManager.getRemotes(),n;r.length===0&&(n=await this.editRemotes(),n==null&&(r=await this.gitManager.getRemotes()));let i=new ze(this,{options:r,placeholder:"Select or create a new remote by typing its name and selecting it"}),a=n!=null?n:await i.openAndGetResult();if(a){this.displayMessage("Fetching remote branches"),await this.gitManager.fetch(a);let s=await this.gitManager.getRemoteBranches(a),l=await new ze(this,{options:s,placeholder:"Select or create a new remote branch by typing its name and selecting it"}).openAndGetResult();return l==null?void 0:l.startsWith(a+"/")?l:`${a}/${l}`}}async removeRemote(){if(!await this.isAllInitialized())return;let r=await this.gitManager.getRemotes(),i=await new ze(this,{options:r,placeholder:"Select a remote"}).openAndGetResult();i&&await this.gitManager.removeRemote(i)}onActiveLeafChange(r){var s,o;let n=r==null?void 0:r.view;if(!(n!=null&&n.getState().file)&&!(n instanceof ls||n instanceof fs))return;let i=this.app.workspace.getLeavesOfType($t.type).first(),a=this.app.workspace.getLeavesOfType(Zr.type).first();if((s=i==null?void 0:i.view.containerEl.querySelector("div.tree-item-self.is-active"))==null||s.removeClass("is-active"),(o=a==null?void 0:a.view.containerEl.querySelector("div.tree-item-self.is-active"))==null||o.removeClass("is-active"),(r==null?void 0:r.view)instanceof ls||(r==null?void 0:r.view)instanceof fs){let l=r.view.state.bFile;this.lastDiffViewState=r.view.getState();let c;i&&r.view.state.aRef=="HEAD"?c=i.view.containerEl.querySelector(`div.staged div.tree-item-self[data-path='${l}']`):i&&r.view.state.aRef==""?c=i.view.containerEl.querySelector(`div.changes div.tree-item-self[data-path='${l}']`):a&&(c=a.view.containerEl.querySelector(`div.tree-item-self[data-path='${l}']`)),c==null||c.addClass("is-active")}else this.lastDiffViewState=void 0}handleNoNetworkError(r){this.state.offlineMode?this.log("Encountered network error, but already in offline mode"):this.displayError("Git: Going into offline mode. Future network errors will no longer be displayed.",2e3),this.setPluginState({gitAction:0,offlineMode:!0})}displayMessage(r,n=4*1e3){var i;(i=this.statusBar)==null||i.displayMessage(r.toLowerCase(),n),this.settings.disablePopups||(!this.settings.disablePopupsForNoChanges||!r.startsWith("No changes"))&&new we.Notice(r,5*1e3),this.log(r)}displayError(r,n=10*1e3){var a;if(r instanceof D5.Errors.UserCanceledError){new we.Notice("Aborted");return}let i;r instanceof Error?i=r:i=new Error(String(r)),this.setPluginState({gitAction:0}),this.settings.showErrorNotices&&new we.Notice(i.message,n),console.error(`${this.manifest.id}:`,i.stack),(a=this.statusBar)==null||a.displayMessage(i.message.toLowerCase(),n)}log(...r){console.log(`${this.manifest.id}:`,...r)}};
+/*! Bundled license information:
+
+ieee754/index.js:
+ (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
+
+buffer/index.js:
+ (*!
+ * The buffer module from node.js, for the browser.
+ *
+ * @author Feross Aboukhadijeh <https://feross.org>
+ * @license MIT
+ *)
+
+safe-buffer/index.js:
+ (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
+
+crc-32/crc32.js:
+ (*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *)
+
+js-sha256/src/sha256.js:
+ (**
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
+ *
+ * @version 0.9.0
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
+ * @copyright Chen, Yi-Cyuan 2014-2017
+ * @license MIT
+ *)
+
+feather-icons/dist/feather.js:
+ (*!
+ Copyright (c) 2016 Jed Watson.
+ Licensed under the MIT License (MIT), see
+ http://jedwatson.github.io/classnames
+ *)
+*/
+
+/* nosourcemap */
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-git/manifest.json b/.obsidian/plugins/obsidian-git/manifest.json
new file mode 100644
index 0000000..2f24b79
--- /dev/null
+++ b/.obsidian/plugins/obsidian-git/manifest.json
@@ -0,0 +1,10 @@
+{
+ "author": "Vinzent",
+ "authorUrl": "https://github.com/Vinzent03",
+ "id": "obsidian-git",
+ "name": "Git",
+ "description": "Integrate Git version control with automatic backup and other advanced features.",
+ "isDesktopOnly": false,
+ "fundingUrl": "https://ko-fi.com/vinzent",
+ "version": "2.35.2"
+}
diff --git a/.obsidian/plugins/obsidian-git/styles.css b/.obsidian/plugins/obsidian-git/styles.css
new file mode 100644
index 0000000..83c543b
--- /dev/null
+++ b/.obsidian/plugins/obsidian-git/styles.css
@@ -0,0 +1,629 @@
+@keyframes loading {
+ 0% {
+ transform: rotate(0deg);
+ }
+
+ 100% {
+ transform: rotate(360deg);
+ }
+}
+
+.workspace-leaf-content[data-type="git-view"] .button-border {
+ border: 2px solid var(--interactive-accent);
+ border-radius: var(--radius-s);
+}
+
+.workspace-leaf-content[data-type="git-view"] .view-content {
+ padding-left: 0;
+ padding-top: 0;
+ padding-right: 0;
+}
+
+.workspace-leaf-content[data-type="git-history-view"] .view-content {
+ padding-left: 0;
+ padding-top: 0;
+ padding-right: 0;
+}
+
+.loading {
+ overflow: hidden;
+}
+
+.loading > svg {
+ animation: 2s linear infinite loading;
+ transform-origin: 50% 50%;
+ display: inline-block;
+}
+
+.obsidian-git-center {
+ margin: auto;
+ text-align: center;
+ width: 50%;
+}
+
+.obsidian-git-textarea {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.obsidian-git-disabled {
+ opacity: 0.5;
+}
+
+.obsidian-git-center-button {
+ display: block;
+ margin: 20px auto;
+}
+
+.tooltip.mod-left {
+ overflow-wrap: break-word;
+}
+
+.tooltip.mod-right {
+ overflow-wrap: break-word;
+}
+
+/* Limits the scrollbar to the view body */
+.git-view {
+ display: flex;
+ flex-direction: column;
+ position: relative;
+ height: 100%;
+}
+
+.git-tools {
+ display: flex;
+ margin-left: auto;
+}
+.git-tools .type {
+ padding-left: var(--size-2-1);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 11px;
+}
+
+.git-tools .type[data-type="M"] {
+ color: orange;
+}
+.git-tools .type[data-type="D"] {
+ color: red;
+}
+.git-tools .buttons {
+ display: flex;
+}
+.git-tools .buttons > * {
+ padding: 0 0;
+ height: auto;
+}
+
+.workspace-leaf-content[data-type="git-view"] .tree-item-self,
+.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
+ align-items: center;
+}
+
+.workspace-leaf-content[data-type="git-view"]
+ .tree-item-self:hover
+ .clickable-icon,
+.workspace-leaf-content[data-type="git-history-view"]
+ .tree-item-self:hover
+ .clickable-icon {
+ color: var(--icon-color-hover);
+}
+
+/* Highlight an item as active if it's diff is currently opened */
+.is-active .git-tools .buttons > * {
+ color: var(--nav-item-color-active);
+}
+
+.git-author {
+ color: var(--text-accent);
+}
+
+.git-date {
+ color: var(--text-accent);
+}
+
+.git-ref {
+ color: var(--text-accent);
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
+ display: none;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
+ text-align: left;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
+ background-color: var(--background-primary);
+ border-bottom: 1px solid var(--interactive-accent);
+ font-family: var(--font-monospace);
+ height: 35px;
+ padding: 5px 10px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
+ font-size: 14px;
+ margin-left: auto;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
+ border: 1px solid #b4e2b4;
+ border-radius: 5px 0 0 5px;
+ color: #399839;
+ padding: 2px;
+ text-align: right;
+ vertical-align: middle;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
+ border: 1px solid #e9aeae;
+ border-radius: 0 5px 5px 0;
+ color: #c33;
+ margin-left: 1px;
+ padding: 2px;
+ text-align: left;
+ vertical-align: middle;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 15px;
+ width: 100%;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
+ border: 1px solid var(--background-modifier-border);
+ border-radius: 3px;
+ margin-bottom: 1em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ border: 1px solid var(--background-modifier-border);
+ border-radius: 3px;
+ cursor: pointer;
+ display: none;
+ font-size: 12px;
+ justify-content: flex-end;
+ padding: 4px 8px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
+ background-color: #c8e1ff;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
+ margin: 0 4px 0 0;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
+ border-collapse: collapse;
+ font-family: Menlo, Consolas, monospace;
+ font-size: 13px;
+ width: 100%;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
+ width: 100%;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
+ overflow-y: hidden;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
+ display: inline-block;
+ margin-bottom: -8px;
+ margin-right: -4px;
+ overflow-x: scroll;
+ overflow-y: hidden;
+ width: 50%;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
+ padding: 0 8em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
+ display: inline-block;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
+ width: 100%;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
+ padding: 0 4.5em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
+ word-wrap: normal;
+ background: none;
+ display: inline-block;
+ padding: 0;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ vertical-align: middle;
+ white-space: pre;
+ width: 100%;
+}
+
+.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
+.theme-light
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-code-side-line
+ del {
+ background-color: #ffb6ba;
+}
+
+.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
+.theme-dark
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-code-side-line
+ del {
+ background-color: #8d232881;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
+ border-radius: 0.2em;
+ display: inline-block;
+ margin-top: -1px;
+ text-decoration: none;
+ vertical-align: middle;
+}
+
+.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
+.theme-light
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-code-side-line
+ ins {
+ background-color: #97f295;
+ text-align: left;
+}
+
+.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
+.theme-dark
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-code-side-line
+ ins {
+ background-color: #1d921996;
+ text-align: left;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
+ word-wrap: normal;
+ background: none;
+ display: inline;
+ padding: 0;
+ white-space: pre;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .line-num1 {
+ float: left;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .line-num1,
+.workspace-leaf-content[data-type="diff-view"] .line-num2 {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ overflow: hidden;
+ padding: 0 0.5em;
+ text-overflow: ellipsis;
+ width: 3.5em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .line-num2 {
+ float: right;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
+ background-color: var(--background-primary);
+ border: solid var(--background-modifier-border);
+ border-width: 0 1px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ color: var(--text-muted);
+ cursor: pointer;
+ display: inline-block;
+ position: absolute;
+ text-align: right;
+ width: 7.5em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
+ content: "\200b";
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
+ background-color: var(--background-primary);
+ border: solid var(--background-modifier-border);
+ border-width: 0 1px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ color: var(--text-muted);
+ cursor: pointer;
+ display: inline-block;
+ overflow: hidden;
+ padding: 0 0.5em;
+ position: absolute;
+ text-align: right;
+ text-overflow: ellipsis;
+ width: 4em;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
+ position: relative;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
+ content: "\200b";
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
+.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
+ background-color: var(--background-primary);
+ border-color: var(--background-modifier-border);
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
+.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
+.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
+ direction: rtl;
+}
+
+.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
+ background-color: #fee8e9;
+ border-color: #e9aeae;
+}
+
+.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
+ background-color: #dfd;
+ border-color: #b4e2b4;
+}
+
+.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
+ background-color: #521b1d83;
+ border-color: #691d1d73;
+}
+
+.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
+ background-color: rgba(30, 71, 30, 0.5);
+ border-color: #13501381;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-info {
+ background-color: var(--background-primary);
+ border-color: var(--background-modifier-border);
+ color: var(--text-normal);
+}
+
+.theme-light
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-file-diff
+ .d2h-del.d2h-change {
+ background-color: #fdf2d0;
+}
+
+.theme-dark
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-file-diff
+ .d2h-del.d2h-change {
+ background-color: #55492480;
+}
+
+.theme-light
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-file-diff
+ .d2h-ins.d2h-change {
+ background-color: #ded;
+}
+
+.theme-dark
+ .workspace-leaf-content[data-type="diff-view"]
+ .d2h-file-diff
+ .d2h-ins.d2h-change {
+ background-color: rgba(37, 78, 37, 0.418);
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
+ margin-bottom: 10px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
+ color: #3572b0;
+ text-decoration: none;
+}
+
+.workspace-leaf-content[data-type="diff-view"]
+ .d2h-file-list-wrapper
+ a:visited {
+ color: #3572b0;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
+ text-align: left;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
+ font-weight: 700;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ text-align: left;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
+ display: block;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
+ border-bottom: 1px solid var(--background-modifier-border);
+ margin: 0;
+ padding: 5px 10px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
+ border-bottom: none;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
+ cursor: pointer;
+ display: none;
+ font-size: 10px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
+ fill: currentColor;
+ margin-right: 10px;
+ vertical-align: middle;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
+ color: #c33;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-added {
+ color: #399839;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
+ color: #d0b44c;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
+ color: #3572b0;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
+ background-color: var(--background-primary);
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 10px;
+ margin-left: 5px;
+ padding: 0 2px;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
+ border: 2px solid #c33;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
+ border: 1px solid #399839;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
+ border: 1px solid #d0b44c;
+}
+
+.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
+ border: 1px solid #3572b0;
+}
+
+/* ====================== Line Authoring Information ====================== */
+
+.cm-gutterElement.obs-git-blame-gutter {
+ /* Add background color to spacing inbetween and around the gutter for better aesthetics */
+ border-width: 0px 2px 0.2px 2px;
+ border-style: solid;
+ border-color: var(--background-secondary);
+ background-color: var(--background-secondary);
+}
+
+.cm-gutterElement.obs-git-blame-gutter > div,
+.line-author-settings-preview {
+ /* delegate text color to settings */
+ color: var(--obs-git-gutter-text);
+ font-family: monospace;
+ height: 100%; /* ensure, that age-based background color occupies entire parent */
+ text-align: right;
+ padding: 0px 6px 0px 6px;
+ white-space: pre; /* Keep spaces and do not collapse them. */
+}
+
+@media (max-width: 800px) {
+ /* hide git blame gutter not to superpose text */
+ .cm-gutterElement.obs-git-blame-gutter {
+ display: none;
+ }
+}
+
+.git-unified-diff-view,
+.git-split-diff-view .cm-deletedLine .cm-changedText {
+ background-color: #ee443330;
+}
+
+.git-unified-diff-view,
+.git-split-diff-view .cm-insertedLine .cm-changedText {
+ background-color: #22bb2230;
+}
+
+.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
+ -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
+}
+
+.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after {
+ -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"></path><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"></path><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"></path><path d="m2 2 20 20"></path></svg>');
+}
+
+/* Override styling of Codemirror merge view "collapsed lines" indicator */
+.git-split-diff-view .ͼ2 .cm-collapsedLines {
+ background: var(--interactive-normal);
+ border-radius: var(--radius-m);
+ color: var(--text-accent);
+ font-size: var(--font-small);
+ padding: var(--size-4-1) var(--size-4-1);
+}
+.git-split-diff-view .ͼ2 .cm-collapsedLines:hover {
+ background: var(--interactive-hover);
+ color: var(--text-accent-hover);
+}
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json
new file mode 100644
index 0000000..cff3aee
--- /dev/null
+++ b/.obsidian/workspace.json
@@ -0,0 +1,186 @@
+{
+ "main": {
+ "id": "3f87de18482936d4",
+ "type": "split",
+ "children": [
+ {
+ "id": "e700943f6d1b01eb",
+ "type": "tabs",
+ "children": [
+ {
+ "id": "aabb9dcadda95569",
+ "type": "leaf",
+ "state": {
+ "type": "graph",
+ "state": {},
+ "icon": "lucide-git-fork",
+ "title": "关系图谱"
+ }
+ }
+ ]
+ }
+ ],
+ "direction": "vertical"
+ },
+ "left": {
+ "id": "7eee65f1571b4861",
+ "type": "split",
+ "children": [
+ {
+ "id": "2338beae74bb8fbb",
+ "type": "tabs",
+ "children": [
+ {
+ "id": "e4d1be9b0a0c14d4",
+ "type": "leaf",
+ "state": {
+ "type": "file-explorer",
+ "state": {
+ "sortOrder": "alphabetical",
+ "autoReveal": false
+ },
+ "icon": "lucide-folder-closed",
+ "title": "文件列表"
+ }
+ },
+ {
+ "id": "890613c293071c20",
+ "type": "leaf",
+ "state": {
+ "type": "search",
+ "state": {
+ "query": "",
+ "matchingCase": false,
+ "explainSearch": false,
+ "collapseAll": false,
+ "extraContext": false,
+ "sortOrder": "alphabetical"
+ },
+ "icon": "lucide-search",
+ "title": "搜索"
+ }
+ },
+ {
+ "id": "9dca31a94416f3b1",
+ "type": "leaf",
+ "state": {
+ "type": "bookmarks",
+ "state": {},
+ "icon": "lucide-bookmark",
+ "title": "书签"
+ }
+ }
+ ]
+ }
+ ],
+ "direction": "horizontal",
+ "width": 300
+ },
+ "right": {
+ "id": "bff35b7414e658d6",
+ "type": "split",
+ "children": [
+ {
+ "id": "859f6e4af3923b05",
+ "type": "tabs",
+ "children": [
+ {
+ "id": "11fba8ae921e9405",
+ "type": "leaf",
+ "state": {
+ "type": "backlink",
+ "state": {
+ "collapseAll": false,
+ "extraContext": false,
+ "sortOrder": "alphabetical",
+ "showSearch": false,
+ "searchQuery": "",
+ "backlinkCollapsed": false,
+ "unlinkedCollapsed": true
+ },
+ "icon": "links-coming-in",
+ "title": "反向链接"
+ }
+ },
+ {
+ "id": "3b3979d8df762821",
+ "type": "leaf",
+ "state": {
+ "type": "outgoing-link",
+ "state": {
+ "linksCollapsed": false,
+ "unlinkedCollapsed": true
+ },
+ "icon": "links-going-out",
+ "title": "出链"
+ }
+ },
+ {
+ "id": "6aeb0cd49d96e8a2",
+ "type": "leaf",
+ "state": {
+ "type": "tag",
+ "state": {
+ "sortOrder": "frequency",
+ "useHierarchy": true,
+ "showSearch": false,
+ "searchQuery": ""
+ },
+ "icon": "lucide-tags",
+ "title": "标签"
+ }
+ },
+ {
+ "id": "2834ca3118eadcfa",
+ "type": "leaf",
+ "state": {
+ "type": "all-properties",
+ "state": {
+ "sortOrder": "frequency",
+ "showSearch": false,
+ "searchQuery": ""
+ },
+ "icon": "lucide-archive",
+ "title": "添加笔记属性"
+ }
+ },
+ {
+ "id": "371789bf4ae5ac78",
+ "type": "leaf",
+ "state": {
+ "type": "outline",
+ "state": {
+ "followCursor": false,
+ "showSearch": false,
+ "searchQuery": ""
+ },
+ "icon": "lucide-list",
+ "title": "大纲"
+ }
+ }
+ ]
+ }
+ ],
+ "direction": "horizontal",
+ "width": 300,
+ "collapsed": true
+ },
+ "left-ribbon": {
+ "hiddenItems": {
+ "switcher:打开快速切换": false,
+ "graph:查看关系图谱": false,
+ "canvas:新建白板": false,
+ "daily-notes:打开/创建今天的日记": false,
+ "templates:插入模板": false,
+ "command-palette:打开命令面板": false,
+ "bases:创建新数据库": false,
+ "obsidian-git:Open Git source control": false
+ }
+ },
+ "active": "aabb9dcadda95569",
+ "lastOpenFiles": [
+ "Help/docs/README.md",
+ "Help/docs/Usages/netconfig/netconfig.md",
+ "Help/docs/about.md"
+ ]
+}
\ No newline at end of file
diff --git a/Help/docs/README.md b/Help/docs/README.md
index f4581c4..a2f1297 100644
--- a/Help/docs/README.md
+++ b/Help/docs/README.md
@@ -3,4 +3,4 @@
## 简介
本文档主要主了说明如何搭建部署调试HomeAssistant相关软件,指导开发实施工程师高效的完成部署工作,节省工作时间.
-sss
\ No newline at end of file
+sssd
\ No newline at end of file
--
Gitblit v1.8.0