vault backup: 2023-05-03 11:58:58

This commit is contained in:
Daniel Bulant 2023-05-03 11:58:58 +02:00
parent beeb5410ab
commit 42dbab78f1
32 changed files with 4383 additions and 3026 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "cycle-through-panes", "id": "cycle-through-panes",
"name": "Cycle through Panes", "name": "Cycle through Panes",
"version": "1.0.1", "version": "1.2.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse", "description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse",
"author": "Vinzent03 & phibr0", "author": "Vinzent03 & phibr0",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "hotkey-helper", "id": "hotkey-helper",
"name": "Hotkey Helper", "name": "Hotkey Helper",
"version": "0.3.16", "version": "0.3.17",
"minAppVersion": "0.15.9", "minAppVersion": "0.15.9",
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab", "description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
"author": "PJ Eby", "author": "PJ Eby",

View file

@ -1,4 +1,6 @@
.clickable-icon.mod-error, .modal .community-plugin-info button.mod-error { .clickable-icon.mod-error,
.modal .community-plugin-info button.mod-error,
.modal-container .mod-community-plugin .community-modal-button-container button.mod-error {
background-color: var(--background-modifier-error); background-color: var(--background-modifier-error);
} }

View file

@ -3,4 +3,4 @@ THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin if you want to view the source, please visit the github repository of this plugin
*/ */
var E=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var A=Object.prototype.hasOwnProperty;var N=(i,s)=>{for(var t in s)E(i,t,{get:s[t],enumerable:!0})},B=(i,s,t,n)=>{if(s&&typeof s=="object"||typeof s=="function")for(let e of P(s))!A.call(i,e)&&e!==t&&E(i,e,{get:()=>s[e],enumerable:!(n=M(s,e))||n.enumerable});return i};var D=i=>B(E({},"__esModule",{value:!0}),i);var C={};N(C,{default:()=>w});module.exports=D(C);var v=require("obsidian");var l=require("@codemirror/view"),d=require("obsidian"),m=require("@codemirror/language"),o=require("@codemirror/state"),V=[1,2,3,4,5,6],S="cm-heading-marker",L=class extends l.GutterMarker{constructor(t,n,e,r,a){super();this.app=t;this.view=n;this.headingLevel=e;this.from=r;this.to=a}toDOM(){let t=createDiv({cls:S});return t.dataset.level=String(this.headingLevel),t}};function x(i,s){let t=l.ViewPlugin.fromClass(class{constructor(e){this.view=e;this.markers=this.buildMarkers(i,e)}buildMarkers(e,r){let a=new o.RangeSetBuilder;return(0,m.syntaxTree)(r.state).iterate({enter:({type:g,from:p,to:h})=>{var c;let b=/header-(\d)$/.exec((c=g.prop(m.lineClassNodeProp))!=null?c:"");if(b){let T=Number(b[1]),y=new L(e,r,T,p,h);a.add(p,h,y)}}}),a.finish()}update(e){if(!e.state.field(d.editorLivePreviewField)){this.markers=o.RangeSet.empty;return}this.markers=this.buildMarkers(i,this.view)}}),n=s?o.Prec.high:o.Prec.low;return[t,n((0,l.gutter)({class:"cm-lapel",markers(e){var r;return((r=e.plugin(t))==null?void 0:r.markers)||o.RangeSet.empty},domEventHandlers:{click:(e,r,a)=>{if(a.target instanceof HTMLDivElement&&a.target.classList.contains(S)){let g=new d.Menu(this.app);return V.forEach(p=>{g.addItem(h=>h.setIcon("hash").setTitle(`Heading ${p}`).onClick(()=>{let c=e.state.doc.lineAt(r.from).text.replace(/^#{1,6} /,"");e.dispatch({changes:{from:r.from,to:r.to,insert:`${"#".repeat(p)} ${c}`}})}))}),g.showAtMouseEvent(a),!0}return!1},mousedown:(e,r,a)=>a.target instanceof HTMLDivElement&&a.target.classList.contains(S)}}))]}var f=require("obsidian"),k={showBeforeLineNumbers:!0},u=class extends f.PluginSettingTab{constructor(t,n){super(t,n);this.plugin=n}display(){let{containerEl:t}=this;t.empty(),t.createEl("h3",{text:"Appearance"}),new f.Setting(t).setName("Show before line numbers").setDesc("Toggle whether the heading markers are shown before or after the line numbers in the gutter.").addToggle(n=>n.setValue(this.plugin.settings.showBeforeLineNumbers).onChange(async e=>{this.plugin.updateSettings(()=>({showBeforeLineNumbers:e}))}))}};var w=class extends v.Plugin{async onload(){await this.loadSettings(),this.cmExtension=x(this.app,this.settings.showBeforeLineNumbers),this.registerEditorExtension([this.cmExtension]),this.registerSettingsTab()}async loadSettings(){this.settings=Object.assign({},k,await this.loadData())}registerSettingsTab(){this.addSettingTab(new u(this.app,this))}async updateSettings(t){let n=t(this.settings),e=Object.assign({},this.settings,n);if(this.settings.showBeforeLineNumbers!==n.showBeforeLineNumbers){let r=x(this.app,e.showBeforeLineNumbers);this.cmExtension[0]=r,this.app.workspace.updateOptions()}this.settings=e,await this.saveData(this.settings)}}; var E=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var A=Object.prototype.hasOwnProperty;var N=(i,s)=>{for(var t in s)E(i,t,{get:s[t],enumerable:!0})},B=(i,s,t,n)=>{if(s&&typeof s=="object"||typeof s=="function")for(let e of P(s))!A.call(i,e)&&e!==t&&E(i,e,{get:()=>s[e],enumerable:!(n=M(s,e))||n.enumerable});return i};var D=i=>B(E({},"__esModule",{value:!0}),i);var C={};N(C,{default:()=>b});module.exports=D(C);var v=require("obsidian");var p=require("@codemirror/view"),m=require("obsidian"),u=require("@codemirror/language"),o=require("@codemirror/state"),V=[1,2,3,4,5,6],S="cm-heading-marker",L=class extends p.GutterMarker{constructor(t,n,e,r,a){super();this.app=t;this.view=n;this.headingLevel=e;this.from=r;this.to=a}toDOM(){let t=createDiv({cls:S});return t.dataset.level=String(this.headingLevel),t}};function x(i,s){let t=p.ViewPlugin.fromClass(class{constructor(e){this.view=e;this.markers=this.buildMarkers(i,e)}buildMarkers(e,r){let a=new o.RangeSetBuilder;return(0,u.syntaxTree)(r.state).iterate({enter:({type:c,from:g,to:h})=>{var d;let l=/header-(\d)$/.exec((d=c.prop(u.lineClassNodeProp))!=null?d:"");if(l){let T=Number(l[1]),y=new L(e,r,T,g,h);a.add(g,h,y)}}}),a.finish()}update(e){if(!e.state.field(m.editorLivePreviewField)){this.markers=o.RangeSet.empty;return}this.markers=this.buildMarkers(i,this.view)}}),n=s?o.Prec.high:o.Prec.low;return[t,n((0,p.gutter)({class:"cm-lapel",markers(e){var r;return((r=e.plugin(t))==null?void 0:r.markers)||o.RangeSet.empty},domEventHandlers:{click:(e,r,a)=>{if(a.target instanceof HTMLDivElement&&a.target.classList.contains(S)){let c=new m.Menu(this.app);return V.forEach(g=>{c.addItem(h=>h.setIcon("hash").setTitle(`Heading ${g}`).onClick(()=>{let l=e.state.doc.lineAt(r.from),d=l.text.replace(/^#{1,6} /,"");e.dispatch({changes:{from:l.from,to:l.to,insert:`${"#".repeat(g)} ${d}`}})}))}),c.showAtMouseEvent(a),!0}return!1},mousedown:(e,r,a)=>a.target instanceof HTMLDivElement&&a.target.classList.contains(S)}}))]}var w=require("obsidian"),k={showBeforeLineNumbers:!0},f=class extends w.PluginSettingTab{constructor(t,n){super(t,n);this.plugin=n}display(){let{containerEl:t}=this;t.empty(),t.createEl("h3",{text:"Appearance"}),new w.Setting(t).setName("Show before line numbers").setDesc("Toggle whether the heading markers are shown before or after the line numbers in the gutter.").addToggle(n=>n.setValue(this.plugin.settings.showBeforeLineNumbers).onChange(async e=>{this.plugin.updateSettings(()=>({showBeforeLineNumbers:e}))}))}};var b=class extends v.Plugin{async onload(){await this.loadSettings(),this.cmExtension=x(this.app,this.settings.showBeforeLineNumbers),this.registerEditorExtension([this.cmExtension]),this.registerSettingsTab()}async loadSettings(){this.settings=Object.assign({},k,await this.loadData())}registerSettingsTab(){this.addSettingTab(new f(this.app,this))}async updateSettings(t){let n=t(this.settings),e=Object.assign({},this.settings,n);if(this.settings.showBeforeLineNumbers!==n.showBeforeLineNumbers){let r=x(this.app,e.showBeforeLineNumbers);this.cmExtension[0]=r,this.app.workspace.updateOptions()}this.settings=e,await this.saveData(this.settings)}};

View file

@ -2,7 +2,7 @@
"id": "lapel", "id": "lapel",
"name": "Lapel", "name": "Lapel",
"description": "Dress up your editor with decorations that mark each of your headings 🤵", "description": "Dress up your editor with decorations that mark each of your headings 🤵",
"version": "0.1.0", "version": "0.1.1",
"author": "Liam Cain", "author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/", "authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false, "isDesktopOnly": false,

View file

@ -15,7 +15,7 @@
}, },
"syntaxHighlight": false, "syntaxHighlight": false,
"copyButton": false, "copyButton": false,
"version": "9.2.1", "version": "9.2.3",
"autoCollapse": false, "autoCollapse": false,
"defaultCollapseType": "open", "defaultCollapseType": "open",
"injectColor": true, "injectColor": true,

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-admonition", "id": "obsidian-admonition",
"name": "Admonition", "name": "Admonition",
"version": "9.2.1", "version": "9.2.3",
"minAppVersion": "1.1.0", "minAppVersion": "1.1.0",
"description": "Enhanced callouts for Obsidian.md", "description": "Enhanced callouts for Obsidian.md",
"author": "Jeremy Valentine", "author": "Jeremy Valentine",

View file

@ -81,10 +81,11 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": false, "defaultTrayMode": false,
"previousRelease": "1.8.22", "previousRelease": "1.8.26",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js", "mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"latexBoilerplate": "\\color{blue}",
"taskboneEnabled": false, "taskboneEnabled": false,
"taskboneAPIkey": "", "taskboneAPIkey": "",
"pinnedScripts": [], "pinnedScripts": [],

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.8.22", "version": "1.8.26",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

File diff suppressed because it is too large Load diff

View file

@ -5,5 +5,5 @@
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.19.0" "version": "2.19.1"
} }

View file

@ -55,7 +55,9 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 11px;
} }
.git-tools .type[data-type="M"] { .git-tools .type[data-type="M"] {
color: orange; color: orange;
} }

View file

@ -13,6 +13,7 @@
"bottom": 2, "bottom": 2,
"left": 2 "left": 2
}, },
"emojiStyle": "none" "emojiStyle": "none",
"iconInTabsEnabled": false
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-icon-folder", "id": "obsidian-icon-folder",
"name": "Icon Folder", "name": "Icon Folder",
"version": "1.7.0", "version": "2.0.0",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.", "description": "This plugin allows to add an emoji or an icon to a folder or file.",
"author": "Florian Woelki", "author": "Florian Woelki",

View file

@ -3,6 +3,7 @@
"lintOnSave": false, "lintOnSave": false,
"recordLintOnSaveLogs": false, "recordLintOnSaveLogs": false,
"displayChanged": true, "displayChanged": true,
"settingsConvertedToConfigKeyValues": true,
"foldersToIgnore": [], "foldersToIgnore": [],
"linterLocale": "system-default", "linterLocale": "system-default",
"logLevel": 4, "logLevel": 4,

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.10.3", "version": "1.13.0",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao", "author": "Victor Tao",

View file

@ -54,7 +54,7 @@
background-color: var(--interactive-accent) !important; background-color: var(--interactive-accent) !important;
color: var(--text-on-accent); color: var(--text-on-accent);
padding: 4px 9px !important; padding: 4px 9px !important;
max-width: 200px !important; max-width: 100% !important;
border: 1px solid var(--background-modifier-border); border: 1px solid var(--background-modifier-border);
border-radius: 8px 8px 2px 2px; border-radius: 8px 8px 2px 2px;
border-bottom: 0px; border-bottom: 0px;

View file

@ -0,0 +1,12 @@
{
"styleLists": true,
"debug": false,
"stickCursor": "bullet-and-checkbox",
"betterEnter": true,
"betterTab": true,
"selectAll": true,
"listLines": false,
"listLineAction": "toggle-folding",
"dndExperiment": false,
"previousRelease": "4.6.5"
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -1,14 +1,13 @@
/* lists */ /* lists and bullets */
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line { .outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
padding-top: 0.4em; padding-top: 0.4em;
} }
/* bullets */ .outliner-plugin-better-lists .cm-formatting-list-ul {
.outliner-plugin-better-bullets .cm-formatting-list-ul {
margin-right: 0.3em; margin-right: 0.3em;
} }
.outliner-plugin-better-bullets .list-bullet::after { .outliner-plugin-better-lists .list-bullet::after {
width: 0.4em; width: 0.4em;
height: 0.4em; height: 0.4em;
background-color: var(--text-muted); background-color: var(--text-muted);
@ -69,3 +68,36 @@
.cm-indent::before { .cm-indent::before {
content: none; content: none;
} }
/* drag-n-drop */
.outliner-plugin-dragging-line {
background-color: hsla(var(--interactive-accent-hsl), 0.4);
}
.outliner-plugin-drop-zone {
width: 300px;
height: 4px;
background: var(--color-accent);
z-index: 999;
position: absolute;
pointer-events: none;
}
.outliner-plugin-drop-zone-before {
margin-top: -8px;
}
.outliner-plugin-drop-zone-after {
margin-top: -1px;
}
body.outliner-plugin-dnd:not(.outliner-plugin-dragging) .cm-formatting-list,
body.outliner-plugin-dnd:not(.outliner-plugin-dragging)
.cm-fold-indicator
.collapse-indicator {
cursor: grab !important;
}
html body.outliner-plugin-dnd.outliner-plugin-dragging {
cursor: grabbing !important;
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "omnisearch", "id": "omnisearch",
"name": "Omnisearch", "name": "Omnisearch",
"version": "1.13.0", "version": "1.14.0",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"description": "A search engine that just works", "description": "A search engine that just works",
"author": "Simon Cambier", "author": "Simon Cambier",

View file

@ -23,6 +23,10 @@
gap: 5px; gap: 5px;
} }
.omnisearch-result__title > span {
display: flex;
}
.omnisearch-result__folder-path { .omnisearch-result__folder-path {
font-size: 0.75rem; font-size: 0.75rem;
align-items: center; align-items: center;

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "various-complements", "id": "various-complements",
"name": "Various Complements", "name": "Various Complements",
"version": "8.1.0", "version": "8.2.1",
"minAppVersion": "0.16.0", "minAppVersion": "0.16.0",
"description": "This plugin enables you to complete words like the auto-completion of IDE", "description": "This plugin enables you to complete words like the auto-completion of IDE",
"author": "tadashi-aikawa", "author": "tadashi-aikawa",