- Refactor the `Scheduler` to improve the exception handling when loading the scheduled post
- Move the `EmptySchedule` checking from the `Timer` to the `Scheduler`
- Add the `RedditHelper` class - providing the Reddit's API methods unsupported by `PRAW`
- Add the `PostImage` class - representing an image in a Reddit post
- Add the `TextPostConverter` class - converting from Markdown to Reddit Rich Text JSON
- Update the `Post` to include the attributes needed for submitting a post with thumbnail
- Implement loading of posts with thumbnails to the `Scheduler`
- Implement post submission with thumbnails to the `RedditCutifier`
- Implement post updating to the `RedditCutifier` for restoring the original Markdown of the posts with thumbnail