diff --git a/README.md b/README.md index fef2c31..bd37cdd 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ It allows to open several notes at once in tabs and pin them to be kept open. - [Installation](#installation) - [Uninstallation](#uninstallation) - [Feedback](#feedback) +- [Support](#support) - [Development](#development) - [Changes](#changes) - [License](#license) @@ -176,6 +177,15 @@ By default the tabs will be on the right side of the screen, this can be adjuste - :bug: Found a bug? - File an issue on [GitHub](https://github.com/benji300/joplin-note-tabs/issues) +## Support + +
+ + + +
+ + ## Development ### Building the plugin @@ -186,12 +196,6 @@ If you want to build the plugin by your own simply run: npm run dist ``` -Or run the following to create an additional ZIP and TAR archive: - -``` -npm run release -``` - ## Changes See [CHANGELOG](./CHANGELOG.md) for details.