Initial commit

This commit is contained in:
Octoturge
2026-06-09 21:47:57 +02:00
commit 3694716652
364 changed files with 23736 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"userIgnoreFilters": [
"node_modules/",
".src/",
".github/",
".obsidian/",
".vscode/",
".env",
"gdrive-token.json",
"package.json"
],
"showUnsupportedFiles": true,
"alwaysUpdateLinks": true
}
+3
View File
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
+3
View File
@@ -0,0 +1,3 @@
{
"backlinkInDocument": false
}
+5
View File
@@ -0,0 +1,5 @@
{
"pinned": [
"obsidian-plugin-toc:create-toc"
]
}
+7
View File
@@ -0,0 +1,7 @@
[
"obsidian-html-tags-autocomplete",
"various-complements",
"obsidian-plugin-toc",
"obsidian-advanced-uri",
"file-ignore"
]
+30
View File
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"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": false
}
+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,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": true,
"editor-status": true,
"bookmarks": true,
"markdown-importer": true,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": true,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false,
"footnotes": false,
"bases": true,
"webviewer": false
}
+5
View File
@@ -0,0 +1,5 @@
{
"showFullPath": false,
"linkStyle": "wikilink",
"listStyle": "-"
}
+86
View File
@@ -0,0 +1,86 @@
{
"collapse-filter": false,
"search": "",
"showTags": true,
"showAttachments": false,
"hideUnresolved": true,
"showOrphans": false,
"collapse-color-groups": false,
"colorGroups": [
{
"query": "tag:#otchłań",
"color": {
"a": 1,
"rgb": 6363260
}
},
{
"query": "tag:#magia",
"color": {
"a": 1,
"rgb": 14725458
}
},
{
"query": "Homebrew Magic",
"color": {
"a": 1,
"rgb": 7781184
}
},
{
"query": "tag:#szkarłatny-kult",
"color": {
"a": 1,
"rgb": 15420733
}
},
{
"query": "tag:#organizacja",
"color": {
"a": 1,
"rgb": 5431473
}
},
{
"query": "tag:#koncept",
"color": {
"a": 1,
"rgb": 5419488
}
},
{
"query": "tag:#lokacja",
"color": {
"a": 1,
"rgb": 5395168
}
},
{
"query": "tag:#rasa",
"color": {
"a": 1,
"rgb": 11621088
}
},
{
"query": "tag:#lore ",
"color": {
"a": 1,
"rgb": 0
}
}
],
"collapse-display": false,
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1.39086021505376,
"lineSizeMultiplier": 0.679569892473118,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.9365680917285094,
"close": false
}
+1
View File
@@ -0,0 +1 @@
{}
+10
View File
@@ -0,0 +1,10 @@
{
"id": "code-emitter",
"name": "Code Emitter",
"version": "0.1.2",
"minAppVersion": "0.12.0",
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
"author": "YISH",
"authorUrl": "https://github.com/mokeyish",
"isDesktopOnly": false
}
+11
View File
@@ -0,0 +1,11 @@
{
"id": "companion",
"name": "Companion",
"version": "1.4.0",
"minAppVersion": "1.1.16",
"description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.",
"author": "rizerphe",
"authorUrl": "https://github.com/rizerphe",
"fundingUrl": "https://www.buymeacoffee.com/rizerphe",
"isDesktopOnly": false
}
+10
View File
@@ -0,0 +1,10 @@
{
"id": "customjs",
"name": "CustomJS",
"version": "1.0.13",
"minAppVersion": "0.9.12",
"description": "This plugin allows for the loading and reuse of custom JS inside your vault.",
"author": "Sam Lewis",
"authorUrl": "https://github.com/samlewis0602",
"isDesktopOnly": false
}
+11
View File
@@ -0,0 +1,11 @@
{
"id": "file-ignore",
"name": "File Ignore",
"version": "1.1.1",
"minAppVersion": "0.15.0",
"description": "Control file indexing by adding or removing dot prefix to show or hide files, providing a .gitignore-like experience",
"main": "main.js",
"author": "Chen",
"authorUrl": "https://github.com/feng6611",
"isDesktopOnly": true
}
+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.40.0",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}
@@ -0,0 +1,10 @@
{
"id": "obsidian-html-tags-autocomplete",
"name": "HTML Tags Autocomplete",
"version": "0.0.7",
"minAppVersion": "0.15.6",
"description": "Autocomplete HTML tags.",
"author": "Brian Carlsen",
"authorUrl": "https://github.com/bicarlsen",
"isDesktopOnly": false
}
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-plugin-toc",
"name": "Table of Contents",
"author": "Andrew Lisowski",
"authorUrl": "https://twitter.com/hipstersmoothie",
"description": "Create a table of contents for a note.",
"isDesktopOnly": false,
"minAppVersion": "0.10.12",
"version": "0.2.0"
}
@@ -0,0 +1,11 @@
{
"id": "obsidian-textgenerator-plugin",
"name": "Text Generator",
"version": "0.3.20",
"minAppVersion": "0.12.0",
"description": "Text generation using OpenAI",
"author": "Noureddine Haouari",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/haouarine"
}
+11
View File
@@ -0,0 +1,11 @@
{
"id": "sheets",
"name": "Sheets Extended",
"version": "1.2.5",
"minAppVersion": "0.15.0",
"description": "Vertical headers, merged cells, and custom css tables with advanced table compatibility",
"author": "NicoNekoru",
"authorUrl": "https://github.com/NicoNekoru",
"fundingUrl": "https://www.buymeacoffee.com/niconekoru",
"isDesktopOnly": false
}
+1
View File
@@ -0,0 +1 @@
{"Magia Krwi":{"Magia Krwi":{"internalLink":{"count":1,"lastUpdated":1777425392873}}},"Natychmiastowa":{"Natychmiastowa":{"currentFile":{"count":1,"lastUpdated":1777425828058}}},"Hiondirs-4":{"Hiondirs-4":{"internalLink":{"count":1,"lastUpdated":1777426832463}}},"teraźniejszością":{"teraźniejszością":{"currentFile":{"count":1,"lastUpdated":1777477528705}}},"Wstęp":{"Wstęp":{"currentFile":{"count":2,"lastUpdated":1777481218552}}},"Poddziedzina":{"Poddziedzina":{"currentFile":{"count":1,"lastUpdated":1777478154786}}},"Rzemiosło Artefaktów":{"Rzemiosło Artefaktów":{"internalLink":{"count":1,"lastUpdated":1777478387410}}},"Poddziedzina - Egzorcyzmy":{"Poddziedzina - Egzorcyzmy":{"internalLink":{"count":1,"lastUpdated":1777479309892}}},"Egzorcyzmy":{"Egzorcyzmy":{"currentFile":{"count":1,"lastUpdated":1777479321960}}},"Wymagania":{"Wymagania":{"currentFile":{"count":1,"lastUpdated":1777480367730}}},"Umiejętności":{"Umiejętności":{"currentFile":{"count":1,"lastUpdated":1777480427439}}},"Zastosowaniach":{"Zastosowaniach":{"currentFile":{"count":1,"lastUpdated":1777481079373}}},"magii":{"magii":{"currentFile":{"count":1,"lastUpdated":1777481085473}}},"Eliksiry":{"Eliksiry":{"currentFile":{"count":1,"lastUpdated":1777484739226}}},"Artefakty":{"Artefakty":{"currentFile":{"count":1,"lastUpdated":1777485487558}}},"Energii":{"Energii":{"currentFile":{"count":1,"lastUpdated":1777486377925}}},"Tempus":{"Tempus":{"internalLink":{"count":2,"lastUpdated":1777916376487}}}}
+10
View File
@@ -0,0 +1,10 @@
{
"id": "various-complements",
"name": "Various Complements",
"version": "8.3.2",
"minAppVersion": "0.16.0",
"description": "This plugin enables you to complete words like the auto-completion of IDE",
"author": "tadashi-aikawa",
"authorUrl": "https://github.com/tadashi-aikawa",
"isDesktopOnly": false
}
+12
View File
@@ -0,0 +1,12 @@
th:empty {
display: none;
}
th img{
display: block;
margin: auto;
}
table {
width: 100%;
}
+3
View File
@@ -0,0 +1,3 @@
{
"folder": "_templates"
}