Skip to content

Commit

Permalink
chore: add icons and screenshots
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
  • Loading branch information
hegerdes committed Apr 13, 2024
1 parent 4032f91 commit 97118f7
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
- id: check-json
- id: check-added-large-files
args: ["--maxkb=1024"]
- id: check-case-conflict
- id: check-merge-conflict
- id: double-quote-string-fixer
Expand Down
Binary file added docs/images/1024-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/128-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/16-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/256-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/32-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/512-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/64-hegerdes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/thumpnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-remote-note-pull",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "Creates a note from any website (markdown preferred) and periodicity updates the local note with the original website.",
"keywords": [
Expand Down
25 changes: 24 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,35 @@
"manifest_version": 1,
"id": "github.hegerdes.joplin_remote_note_pull",
"app_min_version": "2.8",
"version": "1.2.0",
"version": "1.2.1",
"name": "Remote-Note-Pull",
"description": "This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date",
"author": "hegerdes",
"homepage_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"repository_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"screenshots": [
{
"src": "docs/images/thumpnail.png"
},
{
"src": "docs/images/new_note_dialog.png"
},
{
"src": "docs/images/settings.png"
}
],
"icons": {
"16": "docs/images/16-hegerdes.png",
"32": "docs/images/32-hegerdes.png",
"64": "docs/images/64-hegerdes.png",
"128": "docs/images/128-hegerdes.png",
"256": "docs/images/256-hegerdes.png",
"512": "docs/images/512-hegerdes.png",
"1024": "docs/images/1024-hegerdes.png"
},
"promo_tile": {
"src": "docs/images/thumpnail.png"
},
"keywords": [
"joplin",
"nodejs",
Expand Down

0 comments on commit 97118f7

Please sign in to comment.