migrate
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "supercharged-links-obsidian",
|
||||
"name": "Supercharged Links",
|
||||
"version": "0.13.10",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "Add properties and menu options to links and style them!",
|
||||
"author": "mdelobelle & Emile",
|
||||
"authorUrl": "https://github.com/mdelobelle/mdelobelle/tree/main",
|
||||
"helpUrl": "https://github.com/mdelobelle/obsidian_supercharged_links#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
.css-boilerplate-result {
|
||||
width: 30em
|
||||
}
|
||||
|
||||
div.supercharged-modal {
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
div.supercharged-modal h4 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
span.data-link-text > a.cm-underline {
|
||||
color: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user