vault backup: 2026-02-11 14:33:37

This commit is contained in:
2026-02-11 14:33:37 -05:00
parent 53e48e9a69
commit e6dca57d5e
7 changed files with 3904 additions and 5 deletions
+2 -1
View File
@@ -24,5 +24,6 @@
"obsidian-tasks-plugin",
"digitalgarden",
"pdf-plus",
"obsidian-tracker"
"obsidian-tracker",
"copy-as-html"
]
+9
View File
@@ -50,5 +50,14 @@
],
"key": "S"
}
],
"copy-as-html:copy-as-html-command": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "C"
}
]
}
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "copy-as-html",
"name": "Copy as HTML",
"version": "1.1.3",
"minAppVersion": "0.12.0",
"description": "This is a simple plugin that converts the selected markdown to HTML and copies it to the clipboard.",
"author": "Bailey Jennings",
"authorUrl": "https://twitter.com/Bailey_Jennings",
"isDesktopOnly": false
}