One issue that I have been having recently has been that the search strings I use in my bookmarks have become increasingly long, especially when they specify custom columns. For example, I have a bookmark for the following to get counts for specific file-types:
Code: Select all
<child:*.txt>|<descendant:*.txt>|<folder:> a-label:"Chld Count" a:=child-occurrence-count: b-label:"Dsct Count" b:=descendant-occurrence-count: c-label:"Chld Folders" c:=child-folder-count: d-label:"Dsct Folders" d:=descendant-folder-count: columns:Name;a;b;c;d;Size;Extension;Path sort:b-descending;a-descendingHave I overlooked a way to enter search strings in bookmarks with linebreaks that do not alter function? For example, it would help tremendously if it is possible for it to be written as:
Code: Select all
<child:*.txt>|<descendant:*.txt>|<folder:>
a-label:"Chld Count" a:=child-occurrence-count:
b-label:"Dsct Count" b:=descendant-occurrence-count:
c-label:"Chld Folders" c:=child-folder-count:
d-label:"Dsct Folders" d:=descendant-folder-count:
columns:Name;a;b;c;d;Size;Extension;Path
sort:b-descending;a-descending