first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"linkPrefix": "",
|
||||
"showFileEnding": true,
|
||||
"linkFolder": true,
|
||||
"embedFile": true
|
||||
}
|
||||
+1170
File diff suppressed because it is too large
Load Diff
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-file-link",
|
||||
"name": "Better File Link",
|
||||
"version": "1.6.0",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "A plugin to add better external file links to notes.",
|
||||
"author": "Marc Julian Schwarz",
|
||||
"authorUrl": "https://www.marc-julian.de",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
.bfl-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.bfl-selection-section {
|
||||
|
||||
}
|
||||
|
||||
.bfl-selected-files {
|
||||
margin-top: 10px;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
.bfl-checkbox-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.bfl-checkbox-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user