first commit

This commit is contained in:
Bram Adams
2022-12-08 02:28:02 -06:00
commit a17d1c688e
73 changed files with 168738 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"targetAttributes": [
"icon"
],
"targetTags": true,
"getFromInlineField": true,
"enableTabHeader": true,
"activateSnippet": true,
"enableEditor": true,
"enableFileList": true,
"enableBacklinks": true,
"enableQuickSwitcher": true,
"enableSuggestor": true,
"selectors": [
{
"type": "path",
"name": "icon",
"value": "Private",
"matchCaseSensitive": false,
"match": "startswith",
"uid": "47a2-a9f2",
"selectText": true,
"selectAppend": true,
"selectPrepend": true,
"selectBackground": true
},
{
"type": "path",
"name": "icon",
"value": "Daily",
"matchCaseSensitive": false,
"match": "startswith",
"uid": "c6f7-01e7",
"selectText": true,
"selectAppend": true,
"selectPrepend": true,
"selectBackground": true
}
]
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "supercharged-links-obsidian",
"name": "Supercharged Links",
"version": "0.9.3",
"minAppVersion": "0.16.0",
"description": "Add properties and menu options to links and style them!",
"author": "mdelobelle & Emile",
"authorUrl": "https://github.com/mdelobelle/mdelobelle/tree/main",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,11 @@
.css-boilerplate-result {
width: 30em
}
div.supercharged-modal {
height: 70vh;
}
div.supercharged-modal h4 {
margin: 0;
}