folder-note-core
folder-note-core copied to clipboard
Feature: `Inside Folder, Same Name with Prefix` strategy
At the moment I'm using
I would be nice if we could add a prefix to the front of the foldernote filename.
for example
If I set a prefix of _fn_
and my folder name is My Big Project 2021
Then: my folder note filename woudl be: _fn_My Big Project 2021.md
It should be able to achieve with css, but it may conflict with folder icon though, so I'll still mark it as a Feature Request
.nav-folder.alx-folder-with-note
> .nav-folder-title
> .nav-folder-title-content::before {
content: "_fn_";
color: var(--text-accent);
}
I'm mostly wanting the be able to prefix so that my folder note is always at the top of file list. Maybe there is a better way to do that?
oh so you mean a new Inside Folder, Same Name with Prefix
strategy instead of additional styling on file explorer, right? Actually I have no idea how to affect the file order inside file explorer but above is something that I can work on.
+1 for this. I'd prefer folder notes' names are differentiated, and raised to top. Turning off Auto Sync allows one to "_" manually, but you lose the name syncing.