Socket
Socket
Sign inDemoInstall

joplin-plugin-freehand-drawing

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-freehand-drawing - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.5.1
* Don't move the save button to the overflow menu.
* Add space between save/close buttons and the other buttons.
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0174)
# 1.5.0

@@ -2,0 +7,0 @@ * Map `ctrl+s` to save in js-draw editor

4

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {

@@ -33,4 +33,4 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",

"dependencies": {
"js-draw": "^0.17.3"
"js-draw": "^0.17.4"
}
}

@@ -5,3 +5,3 @@ {

"app_min_version": "2.8",
"version": "1.5.0",
"version": "1.5.1",
"name": "Freehand Drawing",

@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.",

],
"_publish_hash": "sha256:a117862f67db589390244ed29ad4867f133e91b6e517a25d8f9671adca9edd1c",
"_publish_commit": "main:d620b52c5b1537cbdb987874785b580063fd3c4f"
"_publish_hash": "sha256:13cc424fc27a9d16f16b91b8d14dbc25db86254a31c389f3ee19321dce50f2c5",
"_publish_commit": "main:f14ea5e3987f12519d29369913ad2d4e078f1763"
}
# `joplin-plugin-freehand-drawing`
[On GitHub](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing) | [On the Joplin Forum](https://discourse.joplinapp.org/t/plugin-js-draw-integration/27114)
[On GitHub](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing) | [On the Joplin Forum](https://discourse.joplinapp.org/t/plugin-js-draw-integration/27114) | [Online Demo](https://personalizedrefrigerator.github.io/js-draw/example/index.html)

@@ -20,2 +20,3 @@ A Joplin plugin for creating and editing freehand drawings.

* This plugin uses [js-draw](https://github.com/personalizedrefrigerator/js-draw) to edit/create freehand drawings. Bugs related to `js-draw` can be reported using its [issue tracker](https://github.com/personalizedrefrigerator/js-draw/issues).
* At present, the plugin's icon in the rich text editor is a gear: ![image](https://user-images.githubusercontent.com/46334387/220479210-5f54bef6-a690-4ae1-9d7c-2d675c8f76ea.png). [See the upstream bug report](https://github.com/laurent22/joplin/issues/6876)

@@ -22,0 +23,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