fix SaveToRedux README.md again
This commit is contained in:
parent
d58f0e29f0
commit
fa73be4e8f
|
@ -1,32 +1,23 @@
|
||||||
# [SaveToRedux](https://1lighty.github.io/BetterDiscordStuff/?plugin=SaveToRedux "SaveToRedux")
|
# [SaveToRedux](https://1lighty.github.io/BetterDiscordStuff/?plugin=SaveToRedux "SaveToRedux")
|
||||||
Allows you to save images, videos, profile icons, server icons, reactions, emotes and custom status emotes to any folder quickly.
|
Allows you to save images, videos, profile icons, server icons, reactions, emotes and custom status emotes to any folder quickly.
|
||||||
### Features
|
### 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.
|
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
|
### Settings
|
||||||
#### File Save Settings
|
#### File Save Settings
|
||||||
##### File name
|
##### File name
|
||||||
Original - Save as original filename
|
Original - Save as original filename
|
||||||
|
Date - Save as current localized time
|
||||||
Date - Save as current localized time
|
Random - Use random characters
|
||||||
|
Original + Random - Append random to the end of the original file name
|
||||||
Random - Use random characters
|
|
||||||
|
|
||||||
Original + Random - Append random to the end of the original file name
|
|
||||||
|
|
||||||
Custom - Set your own name saving
|
Custom - Set your own name saving
|
||||||
##### Custom File name
|
##### 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.
|
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}
|
Dynamic options must be wrapped like ${OPTION}
|
||||||
##### Conflicting Filename Mode
|
##### Conflicting Filename Mode
|
||||||
Warn - Always warn if a file with the same name exists
|
Warn - Always warn if a file with the same name exists
|
||||||
|
Overwrite
|
||||||
Overwrite
|
Append number - appends a number in paranthesis
|
||||||
|
|
||||||
Append number - appends a number in paranthesis
|
|
||||||
|
|
||||||
Append random
|
Append random
|
||||||
#### Misc
|
#### Misc
|
||||||
##### Context menu option at the bottom instead of top
|
##### Context menu option at the bottom instead of top
|
||||||
|
|
Loading…
Reference in New Issue