joplin-plugin-notelistpreview
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "joplin-plugin-notelistpreview", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.13", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"name": "Note list (Preview)", | ||
@@ -49,4 +49,4 @@ "description": "Displays a note preview in the note list", | ||
}, | ||
"_publish_hash": "sha256:389ebb3fe30c77f34d8c5df966433a6d279cb4e44cd78cd1deb53aee02b4664c", | ||
"_publish_commit": "master:d40465fbdeedbc963bada0e2d9430ae0dd1f9d67" | ||
"_publish_hash": "sha256:62e60b4e47e2351eb95c87cac856dcfce72a3dad1cfd254b5d2b403018332649", | ||
"_publish_commit": "master:a69445cc6783114857903a6f911e0e37862bd44a" | ||
} |
@@ -6,5 +6,5 @@ <!-- markdownlint-disable MD033 --> | ||
# Joplin note list preview <img src=img/icon_32.png> | ||
# Joplin Plugin: Note list (Preview) <img src=img/icon_32.png> | ||
A plugin to add a previw to the note list. | ||
A plugin to add a preview to the Joplin note list. | ||
@@ -29,2 +29,4 @@ <img src=img/main.png> | ||
- [Square Thumbnail](#square-thumbnail) | ||
- [FAQ](#faq) | ||
- [Confidential notes](#confidential-notes) | ||
- [Changelog](#changelog) | ||
@@ -66,15 +68,15 @@ | ||
| Thumbnail | Preview | | ||
| --- | --- | | ||
| Right | <img width="300px" src="img/layout1_img_r.svg"> | | ||
| Left | <img width="300px" src="img/layout1_img_l.svg"> | | ||
| No | <img width="300px" src="img/layout1.svg"> | | ||
| Thumbnail | Preview | | ||
| --------- | ----------------------------------------------- | | ||
| Right | <img width="300px" src="img/layout1_img_r.svg"> | | ||
| Left | <img width="300px" src="img/layout1_img_l.svg"> | | ||
| No | <img width="300px" src="img/layout1.svg"> | | ||
### Layout 2 | ||
| Thumbnail | Preview | | ||
| --- | --- | | ||
| Right | <img width="300px" src="img/layout2_img_r.svg"> | | ||
| Left | <img width="300px" src="img/layout2_img_l.svg"> | | ||
| No | <img width="300px" src="img/layout2.svg"> | | ||
| Thumbnail | Preview | | ||
| --------- | ----------------------------------------------- | | ||
| Right | <img width="300px" src="img/layout2_img_r.svg"> | | ||
| Left | <img width="300px" src="img/layout2_img_l.svg"> | | ||
| No | <img width="300px" src="img/layout2.svg"> | | ||
@@ -87,6 +89,6 @@ ## Examples with settings | ||
| Setting | Value | | ||
| ------- | ----- | | ||
| Note excerpt | 115 | | ||
| Last line | {{tags}} | | ||
| Setting | Value | | ||
| ------------ | -------- | | ||
| Note excerpt | 115 | | ||
| Last line | {{tags}} | | ||
@@ -97,6 +99,6 @@ ### Thumbnail right | ||
| Setting | Value | | ||
| ------- | ----- | | ||
| Thumbnail | Right | | ||
| Note excerpt | 100 | | ||
| Setting | Value | | ||
| ------------ | ----- | | ||
| Thumbnail | Right | | ||
| Note excerpt | 100 | | ||
@@ -107,11 +109,18 @@ ### Square Thumbnail | ||
| Setting | Value | | ||
| ------- | ----- | | ||
| Layout | Layout 2 | | ||
| Thumbnail | Right | | ||
| Item height | 95 | | ||
| Thumbnail size | 85 | | ||
| Setting | Value | | ||
| -------------- | -------- | | ||
| Layout | Layout 2 | | ||
| Thumbnail | Right | | ||
| Item height | 95 | | ||
| Thumbnail size | 85 | | ||
## FAQ | ||
### Confidential notes | ||
Notes can be marked as confidential using tags or the context menu. | ||
The tags witch mark the note confidentiality must be configured in the plugin settings. | ||
## Changelog | ||
See [Changelog](CHANGELOG.md) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
515758
121