Avoid creating bookmarks directories when using /
Avoid creating bookmarks directories when using /
I would like to keep /close-all and /load in my bookmarks...how do I save this without creating a directory?
Re: Search Commands
I'm not sure what you mean?
Create the bookmark in the root Bookmarks folder?
Create the bookmark in the root Bookmarks folder?
Re: Search Commands
Sorry, yes. When I enter it as a bookmark, because of the / it creates a directory.
I know I can disable the slash from creating a directory in bookmarks but if I do that it buggers up the directories I created originally in 1.4 before the 1.5 way of creating a directory.
I know I can disable the slash from creating a directory in bookmarks but if I do that it buggers up the directories I created originally in 1.4 before the 1.5 way of creating a directory.
Re: Avoid creating bookmarks directories when using /
Ah, menu_folders.
menu_folders does break a lot in Everything 1.5.
Please send your Bookmarks.csv to support@voidtools.com and I'll convert them to Everything 1.5 bookmarks with folders.
menu_folders does break a lot in Everything 1.5.
Please send your Bookmarks.csv to support@voidtools.com and I'll convert them to Everything 1.5 bookmarks with folders.
Re: Avoid creating bookmarks directories when using /
Consider changing your menu_folder_separator.
For example:
/menu_folder_separator=>
(or some other less common character or string, eg: >>> )
and then replace all the \ in your bookmarks.csv with >
Make sure Everything is not running when editing your bookmarks.csv.
For example:
/menu_folder_separator=>
(or some other less common character or string, eg: >>> )
and then replace all the \ in your bookmarks.csv with >
Make sure Everything is not running when editing your bookmarks.csv.
Re: Avoid creating bookmarks directories when using /
I would like to understand this issue better. I have been saving /settings_commands=value bookmarks, utilizing the "/" character in both the Name and Search fields, and I have saved them to a folder "Everything Settings" in my bookmarks, and nothing has ever behaved unexpectedly in v1.5.
Code: Select all
Name,Type,Folder,Case,Whole Word,Path,Diacritic,Prefix,Suffix,Ignore Punctuation,Ignore Whitespace,Regex,Search,Filter,Columns,Sort,Descending,View,Index,File List,Host,Link Type,Macro,Key
"Everything Settings",1,"",,,,,,,,,,,,"","",0,,,,,0,,
"/hotkey_explorer_path_search=1",0,"Everything Settings",,,,,,,,,,"/hotkey_explorer_path_search=1",,"","",0,,,,,0,,
"/icon_shell_extensions=0",0,"Everything Settings",,,,,,,,,,"/icon_shell_extensions=0",,"","",0,,,,,0,,
"/path_hit_text_only=0",0,"Everything Settings",,,,,,,,,,"/path_hit_text_only=0",,"","",0,,,,,0,,
"/display_full_path_name=[0,1]",0,"Everything Settings",,,,,,,,,,"/display_full_path_name=",,"","",0,,,,,0,,
"/folder_append_path_separator=1",0,"Everything Settings",,,,,,,,,,"/folder_append_path_separator=1",,"","",0,,,,,0,,
"Degenerate Names",1,"",,,,,,,,,,,,"","",0,,,,,0,,
"Sequential Spaces (spaces:)",0,"Degenerate Names",,,,,,,,,,""" """,,"","",0,,,,,0,"spaces",
"Dot-dot",0,"Degenerate Names",,,,,,,,,,"""..""",,"","",0,,,,,0,,
"Space then file extension",0,"Degenerate Names",,,,,,,,,,"regex:""\s\.\w+$""",,"","",0,,,,,0,,
"Dots before file extension",0,"Degenerate Names",,,,,,,,,,"regex:""\.\.\w+$""",,"","",0,,,,,0,,
Re: Avoid creating bookmarks directories when using /
If I enter a bookmark starting with "/", rather than it working as a command it creates a directory within bookmarks.
I've now changed the separator, but by doing that all the bookmark directories I created in 1.4 have disappeared and left the individual bookmarks in my bookmarks list.
I've had to recreate the directories, and place each bookmark in the relevant directories.
Not difficult, but somewhat tedious.
I've now changed the separator, but by doing that all the bookmark directories I created in 1.4 have disappeared and left the individual bookmarks in my bookmarks list.
I've had to recreate the directories, and place each bookmark in the relevant directories.
Not difficult, but somewhat tedious.
Re: Avoid creating bookmarks directories when using /
My guess is harryray2 is using menu_folders=1 (which is disabled by default) and menu_folder_separator=/I would like to understand this issue better. I have been saving /settings_commands=value bookmarks, utilizing the "/" character in both the Name and Search fields, and I have saved them to a folder "Everything Settings" in my bookmarks, and nothing has ever behaved unexpectedly in v1.5.
menu_folder_separator will default to \
When menu_folders is enabled, folders are automatically created when the menu item contains the menu_folder_separator.
Re: Avoid creating bookmarks directories when using /
Ah, thank you. I did not expect menu_folders=1 to migrate over to 1.5. Just kind of assumed that old bookmarks would be converted to new bookmarks quietly in the background, now that folders are their own CSV entity.
Re: Avoid creating bookmarks directories when using /
@void, that sounds about right...