chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"processCreated": true,
|
||||
"ignoredExt": "cnt|php|htm|html",
|
||||
"processAll": true,
|
||||
"useCaptions": true,
|
||||
"pathInTags": "onlyRelative",
|
||||
"downUnknown": false,
|
||||
"saveAttE": "obsFolder",
|
||||
"realTimeUpdate": true,
|
||||
"filesizeLimit": 0,
|
||||
"tryCount": 2,
|
||||
"realTimeUpdateInterval": 5,
|
||||
"addNameOfFile": true,
|
||||
"showNotifications": true,
|
||||
"include": ".*\\.md",
|
||||
"mediaRootDir": "_resources/${notename}",
|
||||
"disAddCom": false,
|
||||
"useMD5ForNewAtt": true,
|
||||
"removeMediaFolder": true,
|
||||
"removeOrphansCompl": false
|
||||
}
|
||||
+15315
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-local-images-plus",
|
||||
"name": "Local Images Plus",
|
||||
"version": "0.15.7",
|
||||
"minAppVersion": "1.0.3",
|
||||
"description": "Local Images Plus plugin searches for all external media links in your notes, downloads and saves them locally and adjusts the links in your notes to point to the saved files.",
|
||||
"author": "catalysm, aleksey-rezvov, Sergei Korneev",
|
||||
"authorUrl": "https://github.com/Sergei-Korneev/obsidian-local-images-plus",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/sergeikorneev",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/* This file was created to satisfy requirements for Obsidian's plugins */
|
||||
|
||||
.title_txt{
|
||||
color:white;
|
||||
align:center;
|
||||
}
|
||||
|
||||
.donheader_txt{
|
||||
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
|
||||
font-weight: 600;
|
||||
color:red;
|
||||
align:center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user