vault backup: 2026-06-28 17:36:15
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "automatic-table-of-contents",
|
||||
"name": "Automatic Table Of Contents",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Create a table of contents in a note, that updates itself when the note changes",
|
||||
"author": "Johan Satgé",
|
||||
"authorUrl": "https://github.com/johansatge",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+8
-8
@@ -1,10 +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
|
||||
"id": "code-emitter",
|
||||
"name": "Code Emitter",
|
||||
"version": "0.4.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "An Obsidian plugin that allows code blocks to be executed interactively like in Jupyter Notebooks. Supports languages like Rust, Kotlin, Python, JavaScript, TypeScript etc.",
|
||||
"author": "YISH",
|
||||
"authorUrl": "https://github.com/mokeyish",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "companion",
|
||||
"name": "Companion",
|
||||
"version": "1.4.0",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "1.1.16",
|
||||
"description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.",
|
||||
"description": "Autocomplete with AI, including ChatGPT and ollama, through a copilot-like interface.",
|
||||
"author": "rizerphe",
|
||||
"authorUrl": "https://github.com/rizerphe",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/rizerphe",
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "customjs",
|
||||
"name": "CustomJS",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.21",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin allows for the loading and reuse of custom JS inside your vault.",
|
||||
"description": "This plugin lets you use custom javascript files inside your vault.",
|
||||
"author": "Sam Lewis",
|
||||
"authorUrl": "https://github.com/samlewis0602",
|
||||
"isDesktopOnly": false
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "extended-markdown-syntax",
|
||||
"name": "Extended Markdown Syntax",
|
||||
"version": "2.0.11",
|
||||
"minAppVersion": "1.7.4",
|
||||
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
|
||||
"author": "Kotaindah55 (Sheva Ihza)",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "1.40.0",
|
||||
"version": "1.46.1",
|
||||
"author": "Vinzent",
|
||||
"authorUrl": "https://github.com/Vinzent03"
|
||||
}
|
||||
|
||||
+10
@@ -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.5"
|
||||
}
|
||||
+10
-10
@@ -1,10 +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
|
||||
}
|
||||
{
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-textgenerator-plugin",
|
||||
"name": "Text Generator",
|
||||
"version": "0.3.20",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Text generation using OpenAI",
|
||||
"version": "0.8.7",
|
||||
"minAppVersion": "1.6.0",
|
||||
"description": "Text generation using AI",
|
||||
"author": "Noureddine Haouari",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"authorUrl": "https://text-gen.com",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://www.buymeacoffee.com/haouarine"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "sheets",
|
||||
"name": "Sheets Extended",
|
||||
"version": "1.2.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"version": "2.0.2",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Vertical headers, merged cells, and custom css tables with advanced table compatibility",
|
||||
"author": "NicoNekoru",
|
||||
"authorUrl": "https://github.com/NicoNekoru",
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "table-editor-obsidian",
|
||||
"name": "Advanced Tables",
|
||||
"author": "Tony Grosinger",
|
||||
"authorUrl": "https://grosinger.net",
|
||||
"description": "Improved table navigation, formatting, manipulation, and formulas.",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "1.0.0",
|
||||
"version": "0.23.2",
|
||||
"fundingUrl": {
|
||||
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
||||
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
||||
"Paypal": "https://paypal.me/tgrosinger"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.20.6",
|
||||
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||
"minAppVersion": "1.12.2",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"fundingUrl": {
|
||||
"GitHub Sponser (Zachatoo, maintainer)": "https://github.com/sponsors/Zachatoo",
|
||||
"Ko-fi (Zachatoo, maintainer)": "https://ko-fi.com/zachatoo",
|
||||
"GitHub Sponser (SilentVoid13, creator)": "https://github.com/sponsors/SilentVoid13",
|
||||
"Paypal (SilentVoid13, creator)": "https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q"
|
||||
},
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "various-complements",
|
||||
"name": "Various Complements",
|
||||
"version": "8.3.2",
|
||||
"minAppVersion": "0.16.0",
|
||||
"version": "11.4.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "This plugin enables you to complete words like the auto-completion of IDE",
|
||||
"author": "tadashi-aikawa",
|
||||
"authorUrl": "https://github.com/tadashi-aikawa",
|
||||
|
||||
Reference in New Issue
Block a user