first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"linkPrefix": "",
"showFileEnding": true,
"linkFolder": true,
"embedFile": true
}
+1170
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -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
View File
@@ -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;
}