diff --git a/.vscode/settings.json b/.vscode/settings.json index 6079bc9..8d4c4ac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,8 @@ "editor.defaultFormatter": "denoland.vscode-deno" }, "markdownlint.config": { - "MD024": false + "MD024": false, + "MD033": false }, "markdownlint.ignore": [".github/**"] } diff --git a/README.md b/README.md index 4f8b2d7..ce0c381 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This program uses no OS specific code and should work on all platforms supported - In your terminal, go to the app folder and run the following command `deno run -A main.ts` - The ebook with extension `.epub` should be in the app directory after execution -## Send to eReader like Kindle +### Send to eReader List of eReaders that support sending ebook using email: @@ -53,7 +53,7 @@ List of eReaders that support sending ebook using email: > > Make sure the email address used is approved to send ebook to your eReader -### Configuring email +#### Configuring email - Ability to send ebook over email is disabled by default - To enable it, set `emailSupport` to `true` in the [config file](config.json) @@ -123,3 +123,13 @@ articles first. You can also use it to filter by labels. In case the label contain a space, you will need to escape the double-quotes using a forward slash `\`. Example: `sort:saved-desc label:\"Send to Kindle\"` + +## Star History + + + + + + Star History Chart + +