New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-benji-favorites

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-benji-favorites - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

35

package.json
{
"name": "joplin-plugin-benji-favorites",
"version": "1.3.0",
"version": "1.3.1",
"description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.",

@@ -15,5 +15,6 @@ "author": "Benji300",

"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
},

@@ -25,16 +26,20 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^14.0.14",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"on-build-webpack": "^0.1.0",
"tar": "^6.1.7",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0",
"@joplin/lib": "~2.9"
},
"dependencies": {}
}
"dependencies": {},
"files": [
"publish"
]
}

@@ -25,4 +25,4 @@ {

],
"_publish_hash": "sha256:6f906638826f2d6c6b681af1f53c5e3c4fb2b86c30d98c12b08b76e40a3d1695",
"_publish_commit": "master:9bd4f8592ff521ab6329b80e2155307e3d48153c"
"_publish_hash": "sha256:520253d59540f851c623dbe466addd198a5f812e9f5b860e30364a75cb596a64",
"_publish_commit": ""
}

@@ -122,2 +122,18 @@ # Joplin Favorites

### Match with sidebar look
If you placed the favorites panel in the sidebar above or below the notebooks and tags (as shown [here](#favorites-in-sidebar-vertical-layout)), you may also want to customize the look of this panel to match the sidebar.
To do this, you can apply the following settings in the plugin advanced options. This will make the panel look the same as the actual sidebar, regardless of the app theme. Just copy and paste the following values:
- Background color: `var(--joplin-background-color2)`
- Hover background color: `var(--joplin-background-hover)`
- Foreground color: `var(--joplin-color2)`
- Divider color: `var(--joplin-background-color2)`
Then you're settings should look like:
![favorites-top-horizontal](./assets/settings-sidebar-styles.png)
> :warning: **CAUTION** - After changing the style of the favorites panel as described above, a small white border will appear below the panel. It is created by the App, not the plugin. Pleas see [here](https://github.com/benji300/joplin-favorites/issues/10) for details.
## Commands

@@ -124,0 +140,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc