folder-note-core icon indicating copy to clipboard operation
folder-note-core copied to clipboard

Feature: `Inside Folder, Same Name with Prefix` strategy

Open that0n3guy opened this issue 3 years ago • 4 comments

At the moment I'm using image

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

that0n3guy avatar Nov 23 '21 21:11 that0n3guy

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);
}

aidenlx avatar Nov 24 '21 04:11 aidenlx

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?

that0n3guy avatar Nov 24 '21 14:11 that0n3guy

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.

aidenlx avatar Nov 24 '21 15:11 aidenlx

+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.

robertandrews avatar Jan 25 '23 23:01 robertandrews