mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
first commit
This commit is contained in:
40
.obsidian/plugins/supercharged-links-obsidian/data.json
vendored
Normal file
40
.obsidian/plugins/supercharged-links-obsidian/data.json
vendored
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
1283
.obsidian/plugins/supercharged-links-obsidian/main.js
vendored
Normal file
1283
.obsidian/plugins/supercharged-links-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/supercharged-links-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/supercharged-links-obsidian/manifest.json
vendored
Normal 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
|
||||
}
|
||||
11
.obsidian/plugins/supercharged-links-obsidian/styles.css
vendored
Normal file
11
.obsidian/plugins/supercharged-links-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
.css-boilerplate-result {
|
||||
width: 30em
|
||||
}
|
||||
|
||||
div.supercharged-modal {
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
div.supercharged-modal h4 {
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user