Added subreddit plan to README.
This commit is contained in:
parent
f43dc8bae1
commit
2d8319c37c
|
@ -21,6 +21,7 @@ Most features are optional and can easily be disabled!
|
||||||
* Support for more image hosts (e.g. vidble, erome)
|
* Support for more image hosts (e.g. vidble, erome)
|
||||||
* Watch-mode (keep the process running and automatically save new posts for specified users)
|
* Watch-mode (keep the process running and automatically save new posts for specified users)
|
||||||
* Templates for text/self posts (use any variable inside text files)
|
* Templates for text/self posts (use any variable inside text files)
|
||||||
|
* Support for subreddits
|
||||||
* Expand metadata support to PNGs, GIFs and videos
|
* Expand metadata support to PNGs, GIFs and videos
|
||||||
* Save additional details to an index file
|
* Save additional details to an index file
|
||||||
* Search various archives for deleted posts (controversial, may or may not be implemented)
|
* Search various archives for deleted posts (controversial, may or may not be implemented)
|
||||||
|
@ -94,7 +95,7 @@ Many reddit users have a 'subreddit' of their own in the form of a profile (not
|
||||||
* `$extracted` (boolean): When extracting single album items is enabled and the item has been extracted, this variable will display the value of `extractedLabel` as described below in case the item was the only item in an album
|
* `$extracted` (boolean): When extracting single album items is enabled and the item has been extracted, this variable will display the value of `extractedLabel` as described below in case the item was the only item in an album
|
||||||
* `$ext`: The extension of the medium. Must typically be included, but may be omitted for self (text) posts on Unix systems
|
* `$ext`: The extension of the medium. Must typically be included, but may be omitted for self (text) posts on Unix systems
|
||||||
|
|
||||||
#### `booleans`
|
##### `booleans`
|
||||||
Some variables are booleans and indicate whether or not a property applies. When you use a boolean variable, you must configure a string of text that is only inserted in place of a boolean variable when the variable is true.
|
Some variables are booleans and indicate whether or not a property applies. When you use a boolean variable, you must configure a string of text that is only inserted in place of a boolean variable when the variable is true.
|
||||||
|
|
||||||
##### `dateFormat`
|
##### `dateFormat`
|
||||||
|
|
Loading…
Reference in New Issue