mirror of
https://github.com/danbulant/notes
synced 2026-06-16 21:11:13 +00:00
vault backup: 2023-05-03 11:58:58
This commit is contained in:
parent
beeb5410ab
commit
42dbab78f1
32 changed files with 4383 additions and 3026 deletions
300
notes/.obsidian/plugins/cycle-through-panes/main.js
vendored
300
notes/.obsidian/plugins/cycle-through-panes/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "cycle-through-panes",
|
||||
"name": "Cycle through Panes",
|
||||
"version": "1.0.1",
|
||||
"version": "1.2.1",
|
||||
"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",
|
||||
"author": "Vinzent03 & phibr0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "hotkey-helper",
|
||||
"name": "Hotkey Helper",
|
||||
"version": "0.3.16",
|
||||
"version": "0.3.17",
|
||||
"minAppVersion": "0.15.9",
|
||||
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
||||
"author": "PJ Eby",
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
2
notes/.obsidian/plugins/lapel/main.js
vendored
2
notes/.obsidian/plugins/lapel/main.js
vendored
|
|
@ -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
|
||||
*/
|
||||
|
||||
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)}};
|
||||
|
|
|
|||
2
notes/.obsidian/plugins/lapel/manifest.json
vendored
2
notes/.obsidian/plugins/lapel/manifest.json
vendored
|
|
@ -2,7 +2,7 @@
|
|||
"id": "lapel",
|
||||
"name": "Lapel",
|
||||
"description": "Dress up your editor with decorations that mark each of your headings 🤵",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"syntaxHighlight": false,
|
||||
"copyButton": false,
|
||||
"version": "9.2.1",
|
||||
"version": "9.2.3",
|
||||
"autoCollapse": false,
|
||||
"defaultCollapseType": "open",
|
||||
"injectColor": true,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-admonition",
|
||||
"name": "Admonition",
|
||||
"version": "9.2.1",
|
||||
"version": "9.2.3",
|
||||
"minAppVersion": "1.1.0",
|
||||
"description": "Enhanced callouts for Obsidian.md",
|
||||
"author": "Jeremy Valentine",
|
||||
|
|
|
|||
|
|
@ -81,10 +81,11 @@
|
|||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": false,
|
||||
"previousRelease": "1.8.22",
|
||||
"previousRelease": "1.8.26",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
|
||||
"latexBoilerplate": "\\color{blue}",
|
||||
"taskboneEnabled": false,
|
||||
"taskboneAPIkey": "",
|
||||
"pinnedScripts": [],
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "1.8.22",
|
||||
"version": "1.8.26",
|
||||
"minAppVersion": "1.1.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
|
|
|||
521
notes/.obsidian/plugins/obsidian-git/main.js
vendored
521
notes/.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -5,5 +5,5 @@
|
|||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.19.0"
|
||||
"version": "2.19.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
.git-tools .type[data-type="M"] {
|
||||
color: orange;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"bottom": 2,
|
||||
"left": 2
|
||||
},
|
||||
"emojiStyle": "none"
|
||||
"emojiStyle": "none",
|
||||
"iconInTabsEnabled": false
|
||||
}
|
||||
}
|
||||
1893
notes/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
1893
notes/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Icon Folder",
|
||||
"version": "1.7.0",
|
||||
"version": "2.0.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
|
||||
"author": "Florian Woelki",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"lintOnSave": false,
|
||||
"recordLintOnSaveLogs": false,
|
||||
"displayChanged": true,
|
||||
"settingsConvertedToConfigKeyValues": true,
|
||||
"foldersToIgnore": [],
|
||||
"linterLocale": "system-default",
|
||||
"logLevel": 4,
|
||||
|
|
|
|||
950
notes/.obsidian/plugins/obsidian-linter/main.js
vendored
950
notes/.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-linter",
|
||||
"name": "Linter",
|
||||
"version": "1.10.3",
|
||||
"version": "1.13.0",
|
||||
"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.",
|
||||
"author": "Victor Tao",
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
background-color: var(--interactive-accent) !important;
|
||||
color: var(--text-on-accent);
|
||||
padding: 4px 9px !important;
|
||||
max-width: 200px !important;
|
||||
max-width: 100% !important;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: 8px 8px 2px 2px;
|
||||
border-bottom: 0px;
|
||||
|
|
|
|||
12
notes/.obsidian/plugins/obsidian-outliner/data.json
vendored
Normal file
12
notes/.obsidian/plugins/obsidian-outliner/data.json
vendored
Normal 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"
|
||||
}
|
||||
3368
notes/.obsidian/plugins/obsidian-outliner/main.js
vendored
3368
notes/.obsidian/plugins/obsidian-outliner/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "obsidian-outliner",
|
||||
"name": "Outliner",
|
||||
"version": "4.3.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"version": "4.6.5",
|
||||
"minAppVersion": "1.1.16",
|
||||
"description": "Work with your lists like in Workflowy or RoamResearch.",
|
||||
"author": "Viacheslav Slinko",
|
||||
"authorUrl": "https://github.com/vslinko",
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
/* lists */
|
||||
/* lists and bullets */
|
||||
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
|
||||
padding-top: 0.4em;
|
||||
}
|
||||
|
||||
/* bullets */
|
||||
.outliner-plugin-better-bullets .cm-formatting-list-ul {
|
||||
.outliner-plugin-better-lists .cm-formatting-list-ul {
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
||||
.outliner-plugin-better-bullets .list-bullet::after {
|
||||
.outliner-plugin-better-lists .list-bullet::after {
|
||||
width: 0.4em;
|
||||
height: 0.4em;
|
||||
background-color: var(--text-muted);
|
||||
|
|
@ -69,3 +68,36 @@
|
|||
.cm-indent::before {
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
54
notes/.obsidian/plugins/omnisearch/main.js
vendored
54
notes/.obsidian/plugins/omnisearch/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "omnisearch",
|
||||
"name": "Omnisearch",
|
||||
"version": "1.13.0",
|
||||
"version": "1.14.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "A search engine that just works",
|
||||
"author": "Simon Cambier",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@
|
|||
gap: 5px;
|
||||
}
|
||||
|
||||
.omnisearch-result__title > span {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.omnisearch-result__folder-path {
|
||||
font-size: 0.75rem;
|
||||
align-items: center;
|
||||
|
|
|
|||
168
notes/.obsidian/plugins/various-complements/main.js
vendored
168
notes/.obsidian/plugins/various-complements/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "various-complements",
|
||||
"name": "Various Complements",
|
||||
"version": "8.1.0",
|
||||
"version": "8.2.1",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "This plugin enables you to complete words like the auto-completion of IDE",
|
||||
"author": "tadashi-aikawa",
|
||||
|
|
|
|||
Loading…
Reference in a new issue