add gitignore and commit Obsidian vault config

Exclude .env (a GOOGLE_CLOUD_PROJECT value was present at the repo root),
.claude/settings.local.json, OS cruft, and personal Obsidian workspace
state (workspace.json, workspace-mobile.json, cache). Commit the rest of
.obsidian/ so the vault reopens with the same plugins, graph settings,
and daily-notes config on any machine.

Also expand Obsidian's userIgnoreFilters so .claude, .env, and .gitignore
don't pollute the file explorer, search, or graph view.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 15:25:42 +02:00
co-authored by Claude Opus 4.7
commit a86b84ef61
34 changed files with 32286 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Secrets — never commit
.env
.env.local
.env.*.local
# OS cruft
.DS_Store
Thumbs.db
# Claude Code — user-specific settings only; agent defs + commands stay committed
.claude/settings.local.json
# Obsidian — commit the vault config, ignore personal workspace state
.obsidian/workspace.json
.obsidian/workspace-mobile.json
.obsidian/cache
+9
View File
@@ -0,0 +1,9 @@
{
"useMarkdownLinks": false,
"userIgnoreFilters": [
".git",
".claude",
".env",
".gitignore"
]
}
+1
View File
@@ -0,0 +1 @@
{}
+3
View File
@@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}
+5
View File
@@ -0,0 +1,5 @@
{
"snapToObjects": true,
"snapToGrid": true,
"newFileLocation": "current"
}
+9
View File
@@ -0,0 +1,9 @@
[
"terminal",
"dataview",
"obsidian-git",
"obsidian-linter",
"show-diff",
"obsidian-tasks-plugin",
"obsidian-advanced-uri"
]
+33
View File
@@ -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
}
+3
View File
@@ -0,0 +1,3 @@
{
"folder": "daily"
}
+22
View File
@@ -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": false
}
+20876
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.68",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
"isDesktopOnly": false
}
+141
View File
@@ -0,0 +1,141 @@
.block-language-dataview {
overflow-y: auto;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
}
.table-view-table > thead > tr, .table-view-table > tbody > tr {
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
.table-view-table > tbody > tr:hover {
background-color: var(--table-row-background-hover);
}
.table-view-table > thead > tr > th {
font-weight: 700;
font-size: larger;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid;
max-width: 100%;
}
.table-view-table > tbody > tr > td {
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/*******************/
/** Inline Fields **/
/*******************/
.dataview.inline-field-key {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-standalone-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--nav-item-color-selected);
}
/***************/
/** Task View **/
/***************/
.dataview.task-list-item, .dataview.task-list-basic-item {
margin-top: 3px;
margin-bottom: 3px;
transition: 0.4s;
}
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
background-color: var(--text-selection);
box-shadow: -40px 0 0 var(--text-selection);
cursor: pointer;
}
/*****************/
/** Error Views **/
/*****************/
div.dataview-error-box {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
border: 4px dashed var(--background-secondary);
}
.dataview-error-message {
color: var(--text-muted);
text-align: center;
}
/*************************/
/** Additional Metadata **/
/*************************/
.dataview.small-text {
font-size: smaller;
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}
+450
View File
@@ -0,0 +1,450 @@
/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin
*/
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/main.ts
var main_exports = {};
__export(main_exports, {
default: () => NeighbouringFileNavigatorPlugin
});
module.exports = __toCommonJS(main_exports);
// src/NeighbouringFileNavigator.ts
var import_obsidian = require("obsidian");
var _NeighbouringFileNavigator = class _NeighbouringFileNavigator {
constructor(settings) {
this.settings = settings;
}
static reverse(fn) {
return (a, b) => -fn(a, b);
}
getFileExplorerSortOrder(workspace) {
var _a, _b, _c, _d, _e, _f;
return (_f = (_e = (_d = (_c = (_b = (_a = workspace.getLeavesOfType) == null ? void 0 : _a.call(workspace, "file-explorer")) == null ? void 0 : _b.first()) == null ? void 0 : _c.getViewState()) == null ? void 0 : _d.state) == null ? void 0 : _e.sortOrder) != null ? _f : this.settings.defaultSortOrder;
}
getCurrentSortFn(workspace) {
const sortOrder = this.getFileExplorerSortOrder(workspace);
return _NeighbouringFileNavigator.sorters[sortOrder];
}
navigateToNextFile(workspace) {
const sortOrder = this.getFileExplorerSortOrder(workspace);
console.debug("navigateToNextFile with sortOrder", sortOrder);
const sortFn = _NeighbouringFileNavigator.sorters[sortOrder];
this.navigateToNeighbouringFile(workspace, sortFn, true);
}
navigateToPrevFile(workspace) {
const sortOrder = this.getFileExplorerSortOrder(workspace);
console.debug("navigateToPrevFile with sortOrder", sortOrder);
const sortFn = _NeighbouringFileNavigator.sorters[sortOrder];
this.navigateToNeighbouringFile(workspace, sortFn, false);
}
navigateToNextAlphabeticalFile(workspace) {
console.debug("navigateToNextAlphabeticalFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.alphabetical,
true
);
}
navigateToPrevAlphabeticalFile(workspace) {
console.debug("navigateToPrevAlphabeticalFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.alphabetical,
false
);
}
navigateToOlderCreatedFile(workspace) {
console.debug("navigateToOlderCreatedFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.byCreatedTime,
true
);
}
navigateToNewerCreatedFile(workspace) {
console.debug("navigateToNewerCreatedFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.byCreatedTimeReverse,
true
);
}
navigateToOlderModifiedFile(workspace) {
console.debug("navigateToOlderModifiedFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.byModifiedTime,
true
);
}
navigateToNewerModifiedFile(workspace) {
console.debug("navigateToNewerModifiedFile");
this.navigateToNeighbouringFile(
workspace,
_NeighbouringFileNavigator.sorters.byModifiedTimeReverse,
true
);
}
navigateToResolvedFile(workspace, resolveTarget) {
const activeFile = workspace.getActiveFile();
if (!activeFile) return;
const toFile = resolveTarget(activeFile, this.getCurrentSortFn(workspace));
if (!toFile || toFile === activeFile) return;
workspace.getLeaf(false).openFile(toFile);
}
navigateToParentFolder(workspace) {
this.navigateToResolvedFile(workspace, (activeFile, sortFn) => {
var _a;
const parentFolder = (_a = activeFile.parent) == null ? void 0 : _a.parent;
return parentFolder ? this.findBoundaryFileInFolderTree(parentFolder, sortFn, true) : void 0;
});
}
navigateToFirstChildFolder(workspace) {
this.navigateToResolvedFile(
workspace,
(activeFile, sortFn) => this.findFileInChildFolders(activeFile.parent, sortFn)
);
}
navigateToNextSiblingFolder(workspace) {
this.navigateToResolvedFile(
workspace,
(activeFile, sortFn) => this.findFileInSiblingFolders(activeFile.parent, sortFn, true)
);
}
navigateToPrevSiblingFolder(workspace) {
this.navigateToResolvedFile(
workspace,
(activeFile, sortFn) => this.findFileInSiblingFolders(activeFile.parent, sortFn, false)
);
}
navigateToNeighbouringFile(workspace, sortFn, forward = true) {
const activeFile = workspace.getActiveFile();
if (!activeFile) return;
const files = this.getNeighbouringFiles(activeFile, sortFn);
if (!files.length) return;
const currentItem = files.findIndex(
(item) => item.name === activeFile.name
);
if (currentItem === -1) return;
const delta = forward ? 1 : -1;
const tentativeIndex = currentItem + delta;
const isAtBoundary = tentativeIndex < 0 || tentativeIndex >= files.length;
const nextIndex = this.settings.enableFolderLoop ? isAtBoundary ? forward ? 0 : files.length - 1 : tentativeIndex : Math.max(0, Math.min(tentativeIndex, files.length - 1));
let toFile = files[nextIndex];
const atFolderBoundary = !this.settings.enableFolderLoop && nextIndex === currentItem && isAtBoundary && (forward ? currentItem === files.length - 1 : currentItem === 0);
if (atFolderBoundary && this.settings.enableFolderBoundary) {
const boundaryFile = this.findBoundaryFile(
activeFile,
sortFn,
forward
);
if (boundaryFile) {
toFile = boundaryFile;
}
}
if (!toFile) return;
workspace.getLeaf(false).openFile(toFile);
}
filterFiletype(file) {
if (this.settings.includedFileTypes === "allFiles") return true;
if (this.settings.includedFileTypes === "markdownOnly") {
return file.extension === "md";
} else if (this.settings.includedFileTypes === "additionalExtensions") {
return file.extension === "md" || this.settings.additionalExtensions.includes(file.extension);
}
}
getNeighbouringFiles(file, sortFn) {
return file.parent ? this.getSortedFilesInFolder(file.parent, sortFn) : [];
}
getSortedFilesInFolder(folder, sortFn) {
var _a, _b;
return (_b = (_a = folder.children) == null ? void 0 : _a.filter((child) => child instanceof import_obsidian.TFile).filter((file) => this.filterFiletype(file)).sort(sortFn)) != null ? _b : [];
}
getChildFolders(folder) {
var _a, _b;
return (_b = (_a = folder.children) == null ? void 0 : _a.filter(
(child) => child instanceof import_obsidian.TFolder
)) != null ? _b : [];
}
findFileInChildFolders(folder, sortFn) {
if (!folder) return void 0;
for (const childFolder of this.getChildFolders(folder)) {
const toFile = this.findBoundaryFileInFolderTree(
childFolder,
sortFn,
true
);
if (toFile) return toFile;
}
return void 0;
}
findFileInSiblingFolders(currentFolder, sortFn, forward) {
if (!(currentFolder == null ? void 0 : currentFolder.parent)) return void 0;
const siblingFolders = this.getChildFolders(currentFolder.parent);
const currentFolderIndex = siblingFolders.findIndex(
(folder) => folder === currentFolder
);
if (currentFolderIndex === -1) return void 0;
const step = forward ? 1 : -1;
for (let folderIndex = currentFolderIndex + step; folderIndex >= 0 && folderIndex < siblingFolders.length; folderIndex += step) {
const toFile = this.findBoundaryFileInFolderTree(
siblingFolders[folderIndex],
sortFn,
forward
);
if (toFile) return toFile;
}
return void 0;
}
findBoundaryFileInFolderTree(folder, sortFn, forward) {
const sortedFiles = this.getSortedFilesInFolder(folder, sortFn);
const childFolders = this.getChildFolders(folder);
const orderedChildFolders = forward ? childFolders : childFolders.slice().reverse();
if (forward) {
if (sortedFiles.length) return sortedFiles[0];
for (const childFolder of orderedChildFolders) {
const file = this.findBoundaryFileInFolderTree(
childFolder,
sortFn,
forward
);
if (file) return file;
}
return void 0;
}
for (const childFolder of orderedChildFolders) {
const file = this.findBoundaryFileInFolderTree(
childFolder,
sortFn,
forward
);
if (file) return file;
}
return sortedFiles.length ? sortedFiles[sortedFiles.length - 1] : void 0;
}
findBoundaryFile(activeFile, sortFn, forward) {
let currentFolder = activeFile.parent;
if (!currentFolder) return void 0;
while (currentFolder && currentFolder.parent) {
const parentFolder = currentFolder.parent;
const boundaryFile = this.findFileInSiblingFolders(
currentFolder,
sortFn,
forward
);
if (boundaryFile) return boundaryFile;
const parentFiles = this.getSortedFilesInFolder(
parentFolder,
sortFn
);
if (parentFiles.length) {
return forward ? parentFiles[0] : parentFiles[parentFiles.length - 1];
}
currentFolder = parentFolder;
}
return void 0;
}
};
_NeighbouringFileNavigator.localeSorter = (a, b) => a.basename.localeCompare(b.basename, void 0, {
numeric: true,
sensitivity: "base"
});
_NeighbouringFileNavigator.mtimeSorter = (a, b) => {
return b.stat.mtime - a.stat.mtime;
};
_NeighbouringFileNavigator.ctimeSorter = (a, b) => {
return b.stat.ctime - a.stat.ctime;
};
_NeighbouringFileNavigator.sorters = {
alphabetical: _NeighbouringFileNavigator.localeSorter,
byCreatedTime: _NeighbouringFileNavigator.ctimeSorter,
byModifiedTime: _NeighbouringFileNavigator.mtimeSorter,
alphabeticalReverse: _NeighbouringFileNavigator.reverse(_NeighbouringFileNavigator.localeSorter),
byCreatedTimeReverse: _NeighbouringFileNavigator.reverse(_NeighbouringFileNavigator.ctimeSorter),
byModifiedTimeReverse: _NeighbouringFileNavigator.reverse(_NeighbouringFileNavigator.mtimeSorter)
};
var NeighbouringFileNavigator = _NeighbouringFileNavigator;
// src/NeighbouringFileNavigatorPluginSettings.ts
var DEFAULT_SETTINGS = {
// sorting
defaultSortOrder: "alphabetical",
// navigation options
enableFolderLoop: false,
enableFolderBoundary: false,
// file mask
includedFileTypes: "markdownOnly",
additionalExtensions: ["canvas", "pdf"]
};
// src/NeighbouringFileNavigatorPluginSettingTab.ts
var import_obsidian2 = require("obsidian");
var NeighbouringFileNavigatorPluginSettingTab = class extends import_obsidian2.PluginSettingTab {
constructor(app, plugin) {
super(app, plugin);
this.plugin = plugin;
}
display() {
let { containerEl } = this;
containerEl.empty();
new import_obsidian2.Setting(containerEl).setName("Default Sort Order").setDesc("Fallback sort order used for the default command").addDropdown((dropdown) => {
dropdown.addOption("alphabetical", "Alphabetical");
dropdown.addOption("byCreatedTime", "Creation Timestamp");
dropdown.addOption("byModifiedTime", "Modification Timestamp");
dropdown.setValue(this.plugin.settings.defaultSortOrder);
dropdown.onChange(async (value) => {
this.plugin.settings.defaultSortOrder = value;
await this.plugin.saveSettings();
});
});
new import_obsidian2.Setting(containerEl).setName("Loop Notes in Folder").setDesc("Navigate to the first note when navigating past the last note in the same folder.").addToggle((toggle) => {
toggle.setValue(this.plugin.settings.enableFolderLoop);
toggle.onChange(async (value) => {
this.plugin.settings.enableFolderLoop = value;
await this.plugin.saveSettings();
});
});
new import_obsidian2.Setting(containerEl).setName("Continue Across Folders").setDesc("Move to adjacent folders when navigating beyond the current folder boundary.").addToggle((toggle) => {
toggle.setValue(this.plugin.settings.enableFolderBoundary);
toggle.onChange(async (value) => {
this.plugin.settings.enableFolderBoundary = value;
await this.plugin.saveSettings();
});
});
new import_obsidian2.Setting(containerEl).setName("Included File Types").setDesc("Set which file types to include in the navigation").addDropdown((dropdown) => {
dropdown.addOption("markdownOnly", "Markdown only");
dropdown.addOption("allFiles", "All files");
dropdown.addOption("additionalExtensions", "Additional file extensions below");
dropdown.setValue(this.plugin.settings.includedFileTypes);
dropdown.onChange(async (value) => {
this.plugin.settings.includedFileTypes = value;
await this.plugin.saveSettings();
this.display();
});
});
if (this.plugin.settings.includedFileTypes === "additionalExtensions") {
new import_obsidian2.Setting(containerEl).setName("Extensions").setDesc("List of additional file extensions to include in the navigation (comma separated)").addText((text) => {
text.setPlaceholder("canvas, pdf");
text.setValue(this.plugin.settings.additionalExtensions.join(", "));
text.onChange(async (value) => {
this.plugin.settings.additionalExtensions = value.split(",").map((ext) => ext.trim());
await this.plugin.saveSettings();
});
});
}
}
};
// src/main.ts
var import_obsidian3 = require("obsidian");
var NeighbouringFileNavigatorPlugin = class extends import_obsidian3.Plugin {
async onload() {
await this.loadSettings();
this.addSettingTab(
new NeighbouringFileNavigatorPluginSettingTab(this.app, this)
);
this.navigator = new NeighbouringFileNavigator(this.settings);
this.addCommand({
id: "next",
name: "Navigate to next file",
callback: () => this.navigator.navigateToNextFile(this.app.workspace)
});
this.addCommand({
id: "prev",
name: "Navigate to prev file",
callback: () => this.navigator.navigateToPrevFile(this.app.workspace)
});
this.addCommand({
id: "next-alphabetical",
name: "Navigate to next file (alphabetical)",
callback: () => this.navigator.navigateToNextAlphabeticalFile(
this.app.workspace
)
});
this.addCommand({
id: "prev-alphabetical",
name: "Navigate to prev file (alphabetical)",
callback: () => this.navigator.navigateToPrevAlphabeticalFile(
this.app.workspace
)
});
const olderCreated = {
name: "Navigate to older file (creation timestamp)",
callback: () => this.navigator.navigateToOlderCreatedFile(this.app.workspace)
};
this.addCommand({ ...olderCreated, id: "older-created" });
this.addCommand({ ...olderCreated, id: "prev-created" });
const newerCreated = {
name: "Navigate to newer file (creation timestamp)",
callback: () => this.navigator.navigateToNewerCreatedFile(this.app.workspace)
};
this.addCommand({ ...newerCreated, id: "next-created" });
this.addCommand({ ...newerCreated, id: "newer-created" });
const olderModified = {
name: "Navigate to older file (modification timestamp)",
callback: () => this.navigator.navigateToOlderModifiedFile(this.app.workspace)
};
this.addCommand({ ...olderModified, id: "older-modified" });
this.addCommand({ ...olderModified, id: "prev-modified" });
const newerModified = {
name: "Navigate to newer file (modification timestamp)",
callback: () => this.navigator.navigateToNewerModifiedFile(this.app.workspace)
};
this.addCommand({ ...newerModified, id: "next-modified" });
this.addCommand({ ...newerModified, id: "newer-modified" });
this.addCommand({
id: "folder-up",
name: "Folder up",
callback: () => this.navigator.navigateToParentFolder(this.app.workspace)
});
this.addCommand({
id: "folder-down",
name: "Folder down",
callback: () => this.navigator.navigateToFirstChildFolder(this.app.workspace)
});
this.addCommand({
id: "folder-next",
name: "Next folder",
callback: () => this.navigator.navigateToNextSiblingFolder(this.app.workspace)
});
this.addCommand({
id: "folder-prev",
name: "Prev folder",
callback: () => this.navigator.navigateToPrevSiblingFolder(this.app.workspace)
});
}
onunload() {
}
async loadSettings() {
this.settings = Object.assign(
{},
DEFAULT_SETTINGS,
await this.loadData()
);
}
async saveSettings() {
await this.saveData(this.settings);
}
};
/* nosourcemap */
+11
View File
@@ -0,0 +1,11 @@
{
"id": "neighbouring-files",
"name": "Neighbouring Files",
"version": "1.1.3",
"minAppVersion": "0.15.0",
"description": "Navigate to the next and previous file in the current directory",
"author": "Fabian Untermoser",
"authorUrl": "https://www.ederbit.xyz",
"fundingUrl": "https://www.ederbit.xyz/coffee",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "obsidian-advanced-uri",
"name": "Advanced URI",
"description": "Advanced modes for Obsidian URI",
"isDesktopOnly": false,
"js": "main.js",
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "1.46.1",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}
File diff suppressed because one or more lines are too long
+10
View File
@@ -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.38.2"
}
+710
View File
@@ -0,0 +1,710 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.git-signs-gutter {
.cm-gutterElement {
/* Needed to align the sign properly for different line heigts. Such as
* when having a heading or list item.
*/
padding-top: 0 !important;
}
}
.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%;
}
/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/
.workspace-drawer .git-view .nav-buttons-container {
flex-wrap: wrap;
}
.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);
}
/* ====== diff2html ======
The following styles are adapted from the obsidian-version-history plugin by
@kometenstaub https://github.com/kometenstaub/obsidian-version-history-diff/blob/main/src/styles.scss
which itself is adapted from the diff2html library with the following original license:
https://github.com/rtfpessoa/diff2html/blob/master/LICENSE.md
Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.theme-dark,
.theme-light {
--git-delete-bg: #ff475040;
--git-delete-hl: #96050a75;
--git-insert-bg: #68d36840;
--git-insert-hl: #23c02350;
--git-change-bg: #ffd55840;
--git-selected: #3572b0;
--git-delete: #c33;
--git-insert: #399839;
--git-change: #d0b44c;
--git-move: #3572b0;
}
.git-diff {
.d2h-d-none {
display: none;
}
.d2h-wrapper {
text-align: left;
border-radius: 0.25em;
overflow: auto;
}
.d2h-file-header.d2h-file-header {
background-color: var(--background-secondary);
border-bottom: 1px solid var(--background-modifier-border);
font-family:
Source Sans Pro,
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
height: 35px;
padding: 5px 10px;
}
.d2h-file-header,
.d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.d2h-file-header {
display: none;
}
.d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.d2h-lines-added {
border: 1px solid var(--color-green);
border-radius: 5px 0 0 5px;
color: var(--color-green);
padding: 2px;
text-align: right;
vertical-align: middle;
}
.d2h-lines-deleted {
border: 1px solid var(--color-red);
border-radius: 0 5px 5px 0;
color: var(--color-red);
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.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%;
}
.d2h-file-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--text-normal);
font-size: var(--h5-size);
}
.d2h-file-wrapper {
border: 1px solid var(--background-secondary-alt);
border-radius: 3px;
margin-bottom: 1em;
max-height: 100%;
}
.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-secondary-alt);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.d2h-file-collapse.d2h-selected {
background-color: var(--git-selected);
}
.d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.d2h-diff-table {
border-collapse: collapse;
font-family: var(--font-monospace);
font-size: var(--code-size);
width: 100%;
}
.d2h-files-diff {
width: 100%;
}
.d2h-file-diff {
/*
overflow-y: scroll;
*/
border-radius: 5px;
font-size: var(--font-text-size);
line-height: var(--line-height-normal);
}
.d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.d2h-code-line {
padding-left: 6em;
padding-right: 1.5em;
}
.d2h-code-line,
.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%;
}
.d2h-code-side-line {
/* needed to be changed */
padding-left: 0.5em;
padding-right: 0.5em;
}
.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;
width: 100%;
/* only works for line-by-line */
white-space: pre-wrap;
}
.d2h-code-line del,
.d2h-code-side-line del {
background-color: var(--git-delete-hl);
color: var(--text-normal);
}
.d2h-code-line del,
.d2h-code-line ins,
.d2h-code-side-line del,
.d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.d2h-code-line ins,
.d2h-code-side-line ins {
background-color: var(--git-insert-hl);
text-align: left;
}
.d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.line-num1 {
float: left;
}
.line-num1,
.line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
/*
padding: 0 0.5em;
*/
text-overflow: ellipsis;
width: 2.5em;
padding-left: 0;
}
.line-num2 {
float: right;
}
.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-faint);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 5.5em;
}
.d2h-code-linenumber:after {
content: "\200b";
}
.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-faint);
cursor: pointer;
overflow: hidden;
padding: 0 0.5em;
text-align: right;
text-overflow: ellipsis;
width: 4em;
/* needed to be changed */
display: table-cell;
position: relative;
}
.d2h-code-side-linenumber:after {
content: "\200b";
}
.d2h-code-side-emptyplaceholder,
.d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.d2h-code-line-prefix,
.d2h-code-linenumber,
.d2h-code-side-linenumber,
.d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.d2h-code-linenumber,
.d2h-code-side-linenumber {
direction: rtl;
}
.d2h-del {
background-color: var(--git-delete-bg);
border-color: var(--git-delete-hl);
}
.d2h-ins {
background-color: var(--git-insert-bg);
border-color: var(--git-insert-hl);
}
.d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-faint);
}
.d2h-del,
.d2h-ins,
.d2h-file-diff .d2h-change {
color: var(--text-normal);
}
.d2h-file-diff .d2h-del.d2h-change {
background-color: var(--git-change-bg);
}
.d2h-file-diff .d2h-ins.d2h-change {
background-color: var(--git-insert-bg);
}
.d2h-file-list-wrapper {
a {
text-decoration: none;
cursor: default;
-webkit-user-drag: none;
}
svg {
display: none;
}
}
.d2h-file-list-header {
text-align: left;
}
.d2h-file-list-title {
display: none;
}
.d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.d2h-file-list {
}
.d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.d2h-file-list > li:last-child {
border-bottom: none;
}
.d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.d2h-deleted {
color: var(--git-delete);
}
.d2h-added {
color: var(--git-insert);
}
.d2h-changed {
color: var(--git-change);
}
.d2h-moved {
color: var(--git-move);
}
.d2h-tag {
background-color: var(--background-secondary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.d2h-deleted-tag {
border: 1px solid var(--git-delete);
}
.d2h-added-tag {
border: 1px solid var(--git-insert);
}
.d2h-changed-tag {
border: 1px solid var(--git-change);
}
.d2h-moved-tag {
border: 1px solid var(--git-move);
}
/* needed for line-by-line*/
.d2h-diff-tbody {
position: relative;
}
}
/* ====================== 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);
}
.git-signs-gutter {
.cm-gutterElement {
display: grid;
}
}
.git-gutter-marker:hover {
border-radius: 2px;
}
.git-gutter-marker.git-add {
background-color: var(--color-green);
justify-self: center;
height: inherit;
width: 0.2rem;
}
.git-gutter-marker.git-change {
background-color: var(--color-yellow);
justify-self: center;
height: inherit;
width: 0.2rem;
}
.git-gutter-marker.git-changedelete {
color: var(--color-yellow);
font-weight: var(--font-bold);
font-size: 1rem;
justify-self: center;
height: inherit;
}
.git-gutter-marker.git-delete {
background-color: var(--color-red);
height: 0.2rem;
width: 0.8rem;
align-self: end;
}
.git-gutter-marker.git-topdelete {
background-color: var(--color-red);
height: 0.2rem;
width: 0.8rem;
align-self: start;
}
div:hover > .git-gutter-marker.git-change {
width: 0.6rem;
}
div:hover > .git-gutter-marker.git-add {
width: 0.6rem;
}
div:hover > .git-gutter-marker.git-delete {
height: 0.6rem;
}
div:hover > .git-gutter-marker.git-topdelete {
height: 0.6rem;
}
div:hover > .git-gutter-marker.git-changedelete {
font-weight: var(--font-bold);
}
.git-gutter-marker.staged {
opacity: 0.5;
}
.git-diff {
.cm-merge-revert {
width: 4em;
}
/* Ensure that merge revert markers are positioned correctly */
.cm-merge-revert > * {
position: absolute;
background-color: var(--background-secondary);
display: flex;
}
}
/* Prevent shifting of the editor when git signs gutter is the only gutter present */
.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) {
margin-inline-end: 0;
.git-signs-gutter {
margin-inline-start: -1rem;
}
}
.git-changes-status-bar-colored {
.git-add {
color: var(--color-green);
}
.git-change {
color: var(--color-yellow);
}
.git-delete {
color: var(--color-red);
}
}
.git-changes-status-bar .git-add {
margin-right: 0.3em;
}
.git-changes-status-bar .git-change {
margin-right: 0.3em;
}
+295
View File
@@ -0,0 +1,295 @@
{
"ruleConfigs": {
"add-blank-line-after-yaml": {
"enabled": false
},
"dedupe-yaml-array-values": {
"enabled": false,
"dedupe-alias-key": true,
"dedupe-tag-key": true,
"dedupe-array-keys": true,
"ignore-keys": ""
},
"escape-yaml-special-characters": {
"enabled": false,
"try-to-escape-single-line-arrays": false
},
"force-yaml-escape": {
"enabled": false,
"force-yaml-escape-keys": ""
},
"format-tags-in-yaml": {
"enabled": false
},
"format-yaml-array": {
"enabled": false,
"alias-key": true,
"tag-key": true,
"default-array-style": "single-line",
"default-array-keys": true,
"force-single-line-array-style": "",
"force-multi-line-array-style": ""
},
"insert-yaml-attributes": {
"enabled": false,
"text-to-insert": "aliases: \ntags: "
},
"move-tags-to-yaml": {
"enabled": false,
"how-to-handle-existing-tags": "Nothing",
"tags-to-ignore": ""
},
"remove-yaml-keys": {
"enabled": false,
"yaml-keys-to-remove": ""
},
"sort-yaml-array-values": {
"enabled": false,
"sort-alias-key": true,
"sort-tag-key": true,
"sort-array-keys": true,
"ignore-keys": "",
"sort-order": "Ascending Alphabetical"
},
"yaml-key-sort": {
"enabled": false,
"yaml-key-priority-sort-order": "",
"priority-keys-at-start-of-yaml": true,
"yaml-sort-order-for-other-keys": "None"
},
"yaml-timestamp": {
"enabled": false,
"date-created": true,
"date-created-key": "date created",
"date-created-source-of-truth": "file system",
"date-modified": true,
"date-modified-key": "date modified",
"date-modified-source-of-truth": "file system",
"format": "dddd, MMMM Do YYYY, h:mm:ss a",
"convert-to-utc": false,
"update-on-file-contents-updated": "never"
},
"yaml-title": {
"enabled": false,
"title-key": "title",
"mode": "first-h1-or-filename-if-h1-missing"
},
"yaml-title-alias": {
"enabled": false,
"preserve-existing-alias-section-style": true,
"keep-alias-that-matches-the-filename": false,
"use-yaml-key-to-keep-track-of-old-filename-or-heading": true,
"alias-helper-key": "linter-yaml-title-alias"
},
"capitalize-headings": {
"enabled": false,
"style": "Title Case",
"ignore-case-words": true,
"ignore-words": "macOS, iOS, iPhone, iPad, JavaScript, TypeScript, AppleScript, I",
"lowercase-words": "a, an, the, aboard, about, abt., above, abreast, absent, across, after, against, along, aloft, alongside, amid, amidst, mid, midst, among, amongst, anti, apropos, around, round, as, aslant, astride, at, atop, ontop, bar, barring, before, B4, behind, below, beneath, neath, beside, besides, between, 'tween, beyond, but, by, chez, circa, c., ca., come, concerning, contra, counting, cum, despite, spite, down, during, effective, ere, except, excepting, excluding, failing, following, for, from, in, including, inside, into, less, like, minus, modulo, mod, near, nearer, nearest, next, notwithstanding, of, o', off, offshore, on, onto, opposite, out, outside, over, o'er, pace, past, pending, per, plus, post, pre, pro, qua, re, regarding, respecting, sans, save, saving, short, since, sub, than, through, thru, throughout, thruout, till, times, to, t', touching, toward, towards, under, underneath, unlike, until, unto, up, upon, versus, vs., v., via, vice, vis-à-vis, wanting, with, w/, w., c̄, within, w/i, without, 'thout, w/o, abroad, adrift, aft, afterward, afterwards, ahead, apart, ashore, aside, away, back, backward, backwards, beforehand, downhill, downstage, downstairs, downstream, downward, downwards, downwind, east, eastward, eastwards, forth, forward, forwards, heavenward, heavenwards, hence, henceforth, here, hereby, herein, hereof, hereto, herewith, home, homeward, homewards, indoors, inward, inwards, leftward, leftwards, north, northeast, northward, northwards, northwest, now, onward, onwards, outdoors, outward, outwards, overboard, overhead, overland, overseas, rightward, rightwards, seaward, seawards, skywards, skyward, south, southeast, southwards, southward, southwest, then, thence, thenceforth, there, thereby, therein, thereof, thereto, therewith, together, underfoot, underground, uphill, upstage, upstairs, upstream, upward, upwards, upwind, west, westward, westwards, when, whence, where, whereby, wherein, whereto, wherewith, although, because, considering, given, granted, if, lest, once, provided, providing, seeing, so, supposing, though, unless, whenever, whereas, wherever, while, whilst, ago, inasmuch, even, whether, whose, whoever, why, how, whatever, what, both, and, or, either, neither, nor, just, rather, such, that, yet, is, it"
},
"file-name-heading": {
"enabled": false
},
"header-increment": {
"enabled": false,
"start-at-h2": false
},
"headings-start-line": {
"enabled": false
},
"remove-trailing-punctuation-in-heading": {
"enabled": false,
"punctuation-to-remove": ".,;:!。,;:!"
},
"footnote-after-punctuation": {
"enabled": false
},
"move-footnotes-to-the-bottom": {
"enabled": false,
"include-blank-line-between-footnotes": false
},
"re-index-footnotes": {
"enabled": false
},
"auto-correct-common-misspellings": {
"enabled": false,
"ignore-words": "",
"skip-words-with-multiple-capitals": false,
"extra-auto-correct-files": []
},
"blockquote-style": {
"enabled": false,
"style": "space"
},
"convert-bullet-list-markers": {
"enabled": false
},
"default-language-for-code-fences": {
"enabled": false,
"default-language": ""
},
"emphasis-style": {
"enabled": false,
"style": "consistent"
},
"no-bare-urls": {
"enabled": false,
"no-bare-uris": false
},
"ordered-list-style": {
"enabled": false,
"number-style": "ascending",
"list-end-style": "."
},
"proper-ellipsis": {
"enabled": false
},
"quote-style": {
"enabled": false,
"single-quote-enabled": true,
"single-quote-style": "''",
"double-quote-enabled": true,
"double-quote-style": "\"\""
},
"remove-consecutive-list-markers": {
"enabled": false
},
"remove-empty-list-markers": {
"enabled": false
},
"remove-hyphenated-line-breaks": {
"enabled": false
},
"remove-multiple-spaces": {
"enabled": false
},
"strong-style": {
"enabled": false,
"style": "consistent"
},
"two-spaces-between-lines-with-content": {
"enabled": false,
"line-break-indicator": " "
},
"unordered-list-style": {
"enabled": false,
"list-style": "consistent"
},
"compact-yaml": {
"enabled": false,
"inner-new-lines": false
},
"consecutive-blank-lines": {
"enabled": false
},
"convert-spaces-to-tabs": {
"enabled": false,
"tabsize": 4
},
"empty-line-around-blockquotes": {
"enabled": false
},
"empty-line-around-code-fences": {
"enabled": false
},
"empty-line-around-horizontal-rules": {
"enabled": false
},
"empty-line-around-math-blocks": {
"enabled": false
},
"empty-line-around-tables": {
"enabled": false
},
"heading-blank-lines": {
"enabled": false,
"bottom": true,
"empty-line-after-yaml": true
},
"line-break-at-document-end": {
"enabled": false
},
"move-math-block-indicators-to-their-own-line": {
"enabled": false
},
"paragraph-blank-lines": {
"enabled": false
},
"remove-empty-lines-between-list-markers-and-checklists": {
"enabled": false
},
"remove-link-spacing": {
"enabled": false
},
"remove-space-around-characters": {
"enabled": false,
"include-fullwidth-forms": true,
"include-cjk-symbols-and-punctuation": true,
"include-dashes": true,
"other-symbols": ""
},
"remove-space-before-or-after-characters": {
"enabled": false,
"characters-to-remove-space-before": ",!?;:).’”]",
"characters-to-remove-space-after": "¿¡‘“(["
},
"space-after-list-markers": {
"enabled": false
},
"space-between-chinese-japanese-or-korean-and-english-or-numbers": {
"enabled": false,
"english-symbols-punctuation-before": "-+;:'\"°%$)]",
"english-symbols-punctuation-after": "-+'\"([¥$"
},
"trailing-spaces": {
"enabled": false,
"two-space-line-break": false
},
"add-blockquote-indentation-on-paste": {
"enabled": false
},
"prevent-double-checklist-indicator-on-paste": {
"enabled": false
},
"prevent-double-list-item-indicator-on-paste": {
"enabled": false
},
"proper-ellipsis-on-paste": {
"enabled": false
},
"remove-hyphens-on-paste": {
"enabled": false
},
"remove-leading-or-trailing-whitespace-on-paste": {
"enabled": false
},
"remove-leftover-footnotes-from-quote-on-paste": {
"enabled": false
},
"remove-multiple-blank-lines-on-paste": {
"enabled": false
}
},
"lintOnSave": false,
"recordLintOnSaveLogs": false,
"displayChanged": true,
"suppressMessageWhenNoChange": false,
"lintOnFileChange": false,
"displayLintOnFileChangeNotice": false,
"settingsConvertedToConfigKeyValues": true,
"additionalFileExtensions": [],
"foldersToIgnore": [],
"filesToIgnore": [],
"linterLocale": "system-default",
"logLevel": "ERROR",
"lintCommands": [],
"customRegexes": [],
"commonStyles": {
"aliasArrayStyle": "single-line",
"tagArrayStyle": "single-line",
"minimumNumberOfDollarSignsToBeAMathBlock": 2,
"escapeCharacter": "\"",
"removeUnnecessaryEscapeCharsForMultiLineArrays": false
}
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.31.2",
"minAppVersion": "1.12.0",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao",
"authorUrl": "https://github.com/platers",
"helpUrl": "https://platers.github.io/obsidian-linter/",
"isDesktopOnly": false
}
+1
View File
@@ -0,0 +1 @@
.linter-navigation-item{align-items:center;background-color:var(--background-primary-secondary-alt);border:1px solid var(--background-modifier-border);border-radius:100px;border-radius:8px 8px 2px 2px;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:700;gap:4px;height:32px;overflow:hidden;padding:4px 6px;transition:color .25s ease-in-out,padding .25s ease-in-out,background-color .35s cubic-bezier(.45,.25,.83,.67),max-width .35s cubic-bezier(.57,.04,.58,1);white-space:nowrap}@media screen and (max-width:1325px){.linter-navigation-item.linter-desktop{max-width:32px}}@media screen and (max-width:800px){.linter-navigation-item.linter-mobile{max-width:32px}}.linter-navigation-item-icon,.linter-warning{padding-top:5px}.linter-navigation-item:hover{border-color:var(--interactive-accent-hover);border-bottom:0}.linter-navigation-item-selected{background-color:var(--interactive-accent)!important;border:1px solid var(--background-modifier-border);border-bottom:0;border-radius:8px 8px 2px 2px;color:var(--text-on-accent);max-width:100%!important;padding:4px 9px!important;transition:color .25s ease-in-out,padding .25s ease-in-out,background-color .35s cubic-bezier(.45,.25,.83,.67),max-width .45s cubic-bezier(.57,.04,.58,1) .2s}.linter{transition:transform .4s 0s}.linter-setting-title{align-items:baseline;display:flex;gap:30px;justify-content:space-between}.linter-setting-title.linter-mobile{justify-content:space-around}.linter-setting-title h1{font-weight:900;margin-bottom:12px;margin-top:6px}.linter-setting-header{margin-bottom:24px;overflow-x:auto;overflow-y:hidden}.linter-setting-header .linter-setting-tab-group{align-items:flex-end;display:flex;flex-wrap:wrap;width:100%}.linter-setting-tab-group{border-bottom:2px solid var(--background-modifier-border);margin-top:6px;padding-left:2px;padding-right:2px}.linter-setting-header .linter-tab-settings{border-left:2px solid transparent;border-right:2px solid transparent;cursor:pointer;font-weight:600;padding:6px 12px;white-space:nowrap}.linter-setting-header .linter-tab-settings:first-child{margin-left:6px}.linter-setting-header .linter-tab-settings.linter-tab-settings-active{border:2px solid var(--background-modifier-border);border-bottom-color:var(--background-primary);border-radius:2px;transform:translateY(2px)}.linter-navigation-item:not(.linter-navigation-item-selected)>span:nth-child(2),.linter-visually-hidden{border:0;clip:rect(0 0 0 0);clip-path:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}textarea.full-width{margin-bottom:.8em;margin-top:.8em;min-height:10em;width:100%}.full-width-textbox-input-wrapper{position:relative}.settings-copy-button{margin:0 0 0 auto;padding:4px;position:absolute;right:.8em;top:.8em}.settings-copy-button svg.linter-clipboard path{fill:var(--text-faint)}.settings-copy-button svg.linter-success path{fill:var(--interactive-success)}.settings-copy-button:active,.settings-copy-button:hover{cursor:pointer}.settings-copy-button:active svg path,.settings-copy-button:hover svg path{fill:var(--text-accent-hover);transition:all .3s ease}.settings-copy-button:focus{outline:0}.linter-custom-regex-replacement-container div:last-child{border:none}.linter-custom-regex-replacement{border:none;border-bottom:var(--hr-thickness) solid;border-color:var(--hr-color);margin-bottom:15px}.linter-custom-regex-replacement-row2{flex-wrap:wrap}.linter-custom-regex-replacement-normal-input{width:40%}.linter-custom-regex-replacement-flags{width:15%}.linter-custom-regex-replacement-label{flex-direction:row-reverse}.linter-custom-regex-replacement-label-input{width:50%}.linter-files-to-ignore-container div:last-child{border:none}.linter-files-to-ignore{border:none;border-bottom:var(--hr-thickness) solid;border-color:var(--hr-color);margin-bottom:15px}.linter-files-to-ignore-normal-input{width:40%}.linter-files-to-ignore-flags{width:15%}.linter-no-border{border:none}.linter-border-bottom{border-bottom:1px solid var(--background-modifier-border);border-top:0;margin-bottom:.75em}.linter-no-padding-top{padding-top:0}.custom-row-description{margin-top:0}.modal-warn,.search-zero-state{font-weight:700}.modal-heading,.search-zero-state{text-align:center}
File diff suppressed because one or more lines are too long
+12
View File
@@ -0,0 +1,12 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.23.1",
"minAppVersion": "1.4.0",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+11
View File
@@ -0,0 +1,11 @@
{
"id": "show-diff",
"name": "Show Diff",
"version": "0.1.0",
"minAppVersion": "0.15.0",
"description": "Render Git diffs in Obsidian files",
"author": "Ivan Lednev",
"authorUrl": "https://github.com/ivan-lednev",
"fundingUrl": "https://www.buymeacoffee.com/machineelf",
"isDesktopOnly": true
}
+444
View File
@@ -0,0 +1,444 @@
@charset "UTF-8";
/* src/styles.scss */
:not(#fake-id) .block-language-show-diff {
tab-size: 4;
}
:not(#fake-id) .block-language-show-diff .d2h-wrapper {
text-align: left;
}
:not(#fake-id) .block-language-show-diff .d2h-file-header {
background-color: #f7f7f7;
border-bottom: 1px solid #d8d8d8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family:
Source Sans Pro,
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
height: 35px;
padding: 5px 10px;
}
:not(#fake-id) .block-language-show-diff .d2h-file-header.d2h-sticky-header {
position: sticky;
top: 0;
z-index: 1;
}
:not(#fake-id) .block-language-show-diff .d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
margin-left: auto;
}
:not(#fake-id) .block-language-show-diff .d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
:not(#fake-id) .block-language-show-diff .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;
}
:not(#fake-id) .block-language-show-diff .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%;
}
:not(#fake-id) .block-language-show-diff .d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
:not(#fake-id) .block-language-show-diff .d2h-file-wrapper {
border: 1px solid #ddd;
border-radius: 3px;
margin-bottom: 1em;
}
:not(#fake-id) .block-language-show-diff .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 #ddd;
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
:not(#fake-id) .block-language-show-diff .d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
:not(#fake-id) .block-language-show-diff .d2h-file-collapse-input {
margin: 0 4px 0 0;
}
:not(#fake-id) .block-language-show-diff .d2h-diff-table {
border-collapse: collapse;
font-family:
Menlo,
Consolas,
monospace;
font-size: 13px;
width: 100%;
}
:not(#fake-id) .block-language-show-diff .d2h-files-diff {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
:not(#fake-id) .block-language-show-diff .d2h-file-diff {
overflow-y: hidden;
}
:not(#fake-id) .block-language-show-diff .d2h-file-diff.d2h-d-none,
:not(#fake-id) .block-language-show-diff .d2h-files-diff.d2h-d-none {
display: none;
}
:not(#fake-id) .block-language-show-diff .d2h-file-side-diff {
display: inline-block;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line {
padding: 0 8em;
width: calc(100% - 16em);
}
:not(#fake-id) .block-language-show-diff .d2h-code-line,
:not(#fake-id) .block-language-show-diff .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;
}
:not(#fake-id) .block-language-show-diff .d2h-code-side-line {
padding: 0 4.5em;
width: calc(100% - 9em);
}
:not(#fake-id) .block-language-show-diff .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%;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line del,
:not(#fake-id) .block-language-show-diff .d2h-code-side-line del {
background-color: #ffb6ba;
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line ins,
:not(#fake-id) .block-language-show-diff .d2h-code-side-line ins {
background-color: #97f295;
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-align: left;
text-decoration: none;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
:not(#fake-id) .block-language-show-diff .line-num1 {
float: left;
}
:not(#fake-id) .block-language-show-diff .line-num1,
:not(#fake-id) .block-language-show-diff .line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
:not(#fake-id) .block-language-show-diff .line-num2 {
float: right;
}
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber {
background-color: #fff;
border: solid #eee;
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.3);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber:after {
content: "\200b";
}
:not(#fake-id) .block-language-show-diff .d2h-code-side-linenumber {
background-color: #fff;
border: solid #eee;
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.3);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
:not(#fake-id) .block-language-show-diff .d2h-code-side-linenumber:after {
content: "\200b";
}
:not(#fake-id) .block-language-show-diff .d2h-code-side-emptyplaceholder,
:not(#fake-id) .block-language-show-diff .d2h-emptyplaceholder {
background-color: #f1f1f1;
border-color: #e1e1e1;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line-prefix,
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber,
:not(#fake-id) .block-language-show-diff .d2h-code-side-linenumber,
:not(#fake-id) .block-language-show-diff .d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber,
:not(#fake-id) .block-language-show-diff .d2h-code-side-linenumber {
direction: rtl;
}
:not(#fake-id) .block-language-show-diff .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
:not(#fake-id) .block-language-show-diff .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
:not(#fake-id) .block-language-show-diff .d2h-info {
background-color: #f8fafd;
border-color: #d5e4f2;
color: rgba(0, 0, 0, 0.3);
}
:not(#fake-id) .block-language-show-diff .d2h-file-diff .d2h-del.d2h-change {
background-color: #fdf2d0;
}
:not(#fake-id) .block-language-show-diff .d2h-file-diff .d2h-ins.d2h-change {
background-color: #ded;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-wrapper {
margin-bottom: 10px;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-wrapper a:visited {
color: #3572b0;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-header {
text-align: left;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-title {
font-weight: 700;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list > li {
border-bottom: 1px solid #ddd;
margin: 0;
padding: 5px 10px;
}
:not(#fake-id) .block-language-show-diff .d2h-file-list > li:last-child {
border-bottom: none;
}
:not(#fake-id) .block-language-show-diff .d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
:not(#fake-id) .block-language-show-diff .d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
:not(#fake-id) .block-language-show-diff .d2h-deleted {
color: #c33;
}
:not(#fake-id) .block-language-show-diff .d2h-added {
color: #399839;
}
:not(#fake-id) .block-language-show-diff .d2h-changed {
color: #d0b44c;
}
:not(#fake-id) .block-language-show-diff .d2h-moved {
color: #3572b0;
}
:not(#fake-id) .block-language-show-diff .d2h-tag {
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
:not(#fake-id) .block-language-show-diff .d2h-deleted-tag {
border: 1px solid #c33;
}
:not(#fake-id) .block-language-show-diff .d2h-added-tag {
border: 1px solid #399839;
}
:not(#fake-id) .block-language-show-diff .d2h-changed-tag {
border: 1px solid #d0b44c;
}
:not(#fake-id) .block-language-show-diff .d2h-moved-tag {
border: 1px solid #3572b0;
}
:not(#fake-id) .block-language-show-diff ol {
padding-inline-start: unset;
}
:not(#fake-id) .block-language-show-diff table {
margin-block-start: unset;
margin-block-end: unset;
}
:not(#fake-id) .block-language-show-diff td {
padding: unset;
border: unset;
}
:not(#fake-id) .block-language-show-diff .d2h-diff-table {
font-family: var(--font-monospace);
table-layout: fixed;
width: 100%;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line-ctn {
white-space: pre-wrap;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line,
:not(#fake-id) .block-language-show-diff .d2h-code-side-line,
:not(#fake-id) .block-language-show-diff .d2h-code-line-ctn {
width: revert;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line-prefix,
:not(#fake-id) .block-language-show-diff .d2h-info .d2h-code-line {
vertical-align: top;
color: var(--text-faint);
}
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber {
border-left-width: 0;
}
:not(#fake-id) .block-language-show-diff .d2h-code-line {
padding-right: 0;
padding-left: 1em;
}
:not(#fake-id) .block-language-show-diff .d2h-code-linenumber {
display: none;
}
:not(#fake-id) .block-language-show-diff .d2h-file-header {
color: var(--text-muted);
background-color: var(--background-secondary);
border-bottom: var(--divider-width) solid var(--divider-color);
font-family: var(--font-interface);
border-radius: var(--radius-m) var(--radius-m) 0 0;
}
:not(#fake-id) .block-language-show-diff .d2h-info {
background-color: var(--background-secondary);
}
:not(#fake-id) .block-language-show-diff .d2h-code-line {
display: flex;
gap: 1em;
color: var(--text-normal);
}
:not(#fake-id) .block-language-show-diff .d2h-ins,
:not(#fake-id) .block-language-show-diff .d2h-file-diff .d2h-ins.d2h-change {
background-color: rgba(var(--background-modifier-success-rgb), 0.2);
border-color: rgba(19, 80, 19, 0.5058823529);
}
:not(#fake-id) .block-language-show-diff .d2h-del,
:not(#fake-id) .block-language-show-diff .d2h-file-diff .d2h-del.d2h-change {
background-color: rgba(var(--background-modifier-error-rgb), 0.2);
}
:not(#fake-id) .block-language-show-diff .d2h-code-line ins {
background-color: rgba(var(--background-modifier-success-rgb), 0.4);
}
:not(#fake-id) .block-language-show-diff .d2h-code-line del {
background-color: rgba(var(--background-modifier-error-rgb), 0.4);
}
:not(#fake-id) .block-language-show-diff .d2h-cntx .d2h-code-line {
color: var(--text-muted);
}
:not(#fake-id) .block-language-show-diff .d2h-code-line del,
:not(#fake-id) .block-language-show-diff .d2h-code-line ins {
border-radius: 0;
}
:not(#fake-id) .block-language-show-diff .d2h-file-wrapper {
border: var(--divider-width) solid var(--divider-color);
border-radius: var(--radius-m) var(--radius-m) var(--radius-m) var(--radius-m);
}
:not(#fake-id) .block-language-show-diff tr:last-child > td {
border-bottom-left-radius: var(--radius-m);
border-bottom-right-radius: var(--radius-m);
}
:not(#fake-id) .block-language-show-diff .d2h-file-collapse {
border: none;
}
:not(#fake-id) .block-language-show-diff .d2h-file-collapse:hover {
background-color: var(--background-modifier-hover);
border-radius: var(--clickable-icon-radius);
}
:not(#fake-id) .block-language-show-diff .d2h-file-name-wrapper {
gap: 10px;
}
:not(#fake-id) .block-language-show-diff svg.lucide {
height: var(--icon-size);
width: var(--icon-size);
stroke-width: var(--icon-stroke);
color: var(--icon-color);
}
:not(#fake-id) .block-language-show-diff pre {
font-family: var(--font-monospace);
}
+168
View File
@@ -0,0 +1,168 @@
{
"addToCommand": true,
"addToContextMenu": true,
"createInstanceNearExistingOnes": true,
"errorNoticeTimeout": 0,
"exposeInternalModules": true,
"focusOnNewInstance": true,
"hideStatusBar": "focused",
"interceptLogging": true,
"language": "",
"macOSOptionKeyPassthrough": true,
"newInstanceBehavior": "newHorizontalSplit",
"noticeTimeout": 5,
"openChangelogOnUpdate": true,
"pinNewInstance": true,
"preferredRenderer": "webgl",
"profiles": {
"darwinExternalDefault": {
"args": [
"\"$PWD\""
],
"executable": "/System/Applications/Utilities/Terminal.app/Contents/macOS/Terminal",
"followTheme": true,
"name": "",
"platforms": {
"darwin": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"darwinIntegratedDefault": {
"args": [
"--login"
],
"executable": "/bin/zsh",
"followTheme": true,
"name": "",
"platforms": {
"darwin": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
"developerConsole": {
"followTheme": true,
"name": "",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "developerConsole"
},
"linuxExternalDefault": {
"args": [],
"executable": "xterm",
"followTheme": true,
"name": "",
"platforms": {
"linux": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"linuxIntegratedDefault": {
"args": [],
"executable": "/bin/sh",
"followTheme": true,
"name": "",
"platforms": {
"linux": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
"win32ExternalDefault": {
"args": [],
"executable": "C:\\Windows\\System32\\cmd.exe",
"followTheme": true,
"name": "",
"platforms": {
"win32": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"win32IntegratedDefault": {
"args": [],
"executable": "C:\\Windows\\System32\\cmd.exe",
"followTheme": true,
"name": "",
"platforms": {
"win32": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
}
},
"defaultProfile": null,
"terminalOptions": {
"documentOverride": null
}
}
File diff suppressed because one or more lines are too long
+14
View File
@@ -0,0 +1,14 @@
{
"author": "polyipseity",
"description": "Integrate consoles, shells, and terminals.",
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
},
"version": "3.23.0",
"authorUrl": "https://github.com/polyipseity",
"id": "terminal",
"isDesktopOnly": false,
"minAppVersion": "1.4.11",
"name": "Terminal"
}
+32
View File
@@ -0,0 +1,32 @@
.obsidian-plugin-library\:icon{fill:none;stroke:currentColor}.obsidian-plugin-library\:await-css{display:unset!important}.obsidian-plugin-library\:hide-status-bar{display:none}/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
* Fabrice Bellard's javascript vt100 for jslinux:
* http://bellard.org/jslinux/
* Copyright (c) 2011 Fabrice Bellard
* The original design remains. The terminal itself
* has been extended to include xterm CSI codes, among
* other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.workspace-leaf-content[data-type="terminal:terminal"] .view-content{overflow:clip;display:flex;flex-direction:column}.terminal\:terminal{flex:1;min-width:0;min-height:0}.is-phone .workspace-leaf-content[data-type="terminal:terminal"] .view-content{padding-bottom:max(var(--size-4-4),calc(var(--icon-l) + var(--size-4-2) + max(var(--size-4-2),var(--safe-area-inset-bottom))))}
+29
View File
@@ -0,0 +1,29 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"TQ_explain": "checkbox",
"TQ_extra_instructions": "text",
"TQ_short_mode": "checkbox",
"TQ_show_backlink": "checkbox",
"TQ_show_cancelled_date": "checkbox",
"TQ_show_created_date": "checkbox",
"TQ_show_depends_on": "checkbox",
"TQ_show_done_date": "checkbox",
"TQ_show_due_date": "checkbox",
"TQ_show_edit_button": "checkbox",
"TQ_show_id": "checkbox",
"TQ_show_on_completion": "checkbox",
"TQ_show_postpone_button": "checkbox",
"TQ_show_priority": "checkbox",
"TQ_show_recurrence_rule": "checkbox",
"TQ_show_scheduled_date": "checkbox",
"TQ_show_start_date": "checkbox",
"TQ_show_tags": "checkbox",
"TQ_show_task_count": "checkbox",
"TQ_show_toolbar": "checkbox",
"TQ_show_tree": "checkbox",
"TQ_show_urgency": "checkbox"
}
}