From 466df38b30923898de5136766f19e756b3ef1195 Mon Sep 17 00:00:00 2001 From: benji300 Date: Wed, 6 Jan 2021 18:13:03 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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.