fix SaveToRedux README.md
This commit is contained in:
parent
2552334b61
commit
18b8667c09
|
@ -2,23 +2,32 @@
|
|||
Allows you to save images, videos, profile icons, server icons, reactions, emotes and custom status emotes to any folder quickly.
|
||||
### Features
|
||||
Right click on an image, video, file, user, guild icon or emote to be able to set folders and save to folders, under the Save * To context menu submenu.
|
||||
With ** being what you're saving, eg Image, Video, Emoji, File
|
||||
|
||||
With * being what you're saving, eg Image, Video, Emoji, File
|
||||
### Settings
|
||||
#### File Save Settings
|
||||
##### File name
|
||||
Original - Save as original filename
|
||||
|
||||
Date - Save as current localized time
|
||||
|
||||
Random - Use random characters
|
||||
|
||||
Original + Random - Append random to the end of the original file name
|
||||
|
||||
Custom - Set your own name saving
|
||||
##### Custom File name
|
||||
Set file name when saving, can be anything static, or anything dynamic like file, rand, date, time, day, month, year, hours, minutes and seconds.
|
||||
|
||||
Dynamic options must be wrapped like ${OPTION}
|
||||
##### Conflicting Filename Mode
|
||||
Warn - Always warn if a file with the same name exists
|
||||
|
||||
Overwrite
|
||||
|
||||
Append number - appends a number in paranthesis
|
||||
|
||||
Append random
|
||||
#### Misc
|
||||
##### Context menu option at the bottom instead of top
|
||||
Force the Save * To option to stay at the bottom at all times
|
||||
Force the Save * To option to stay at the bottom at all times
|
||||
|
|
Loading…
Reference in New Issue