generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(FolderNote): ✨ Folder Notes! Make all files in a folder point up…
…wards to a chosen note (fix #112)
- Loading branch information
1 parent
c97cfd9
commit 0704a6b
Showing
4 changed files
with
277 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"LimitTrailFields", | ||
"CSV Crumbs", | ||
"nextPrev", | ||
"DucksView" | ||
"DucksView", | ||
"FolderNote" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.