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.0.8 to 1.0.9

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 1.0.9
* Match Joplin's theme
# 1.0.8

@@ -2,0 +5,0 @@ * Updates `js-draw`

2

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.0.8",
"version": "1.0.9",
"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.8",
"version": "1.0.8",
"version": "1.0.9",
"name": "Freehand Drawing",

@@ -22,7 +22,13 @@ "description": "Create and edit drawings with js-draw.",

{
"src": "../screenshot.png"
"src": "../screenshots/editorview-light-1.png"
},
{
"src": "../screenshots/editorview-light-2.png"
},
{
"src": "../screenshots/editorview-dark.png"
}
],
"_publish_hash": "sha256:de2725f467735e55a384614ed8e0503e3b3d70fa411e0a5006ef49ef2bc81462",
"_publish_commit": "main:7cde3668f1d0eba50b9b817dcdf030614fab6b87"
"_publish_hash": "sha256:f5f9261689fe3e98db9e1538ccc86d5e531a2da9c221d21df35f1fba6a8d09a7",
"_publish_commit": "main:a56ce1955d39b45adda7ada10565716678dc829a"
}
# `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)
A Joplin plugin for creating and editing freehand drawings.
![](./screenshot.png)
<img width="600" src="./screenshots/editorview-light-1.png"/>
Links:
* [GitHub repository](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing)
* [On the Joplin Forum](https://discourse.joplinapp.org/t/plugin-js-draw-integration/27114)
## Installing
Search for "freehand drawing" under the plugins tab in Joplin's settings:
![screenshot of the search bar and results in the plugins tab. Freehand Drawing // create and edit drawings with js-draw is the only visible result.](https://user-images.githubusercontent.com/46334387/188908688-1500567d-f9a4-49b5-9dc1-8b5a00210c97.png)
After installation, an "insert drawing" button should appear in the toolbar:
![A pen icon labeled "insert drawing" is shown in the markdown toolbar, just to the right of the "insert date" button.](https://user-images.githubusercontent.com/46334387/188909272-603d2556-d5ab-4b8a-86fa-d90b5bafd379.png)
Existing drawings can be edited by hovering over the drawing in the markdown preview pane, then clicking "edit".
![screenshot of a drawing in the preview pane and an edit button, beneath the cursor. The edit button is at the bottom-right of the drawing.](https://user-images.githubusercontent.com/46334387/188909876-1b7c41d5-8fd9-4a15-86d9-a91504ddf5c1.png)
# Notes
* 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).
# Development

@@ -16,3 +27,3 @@ ## Building the plugin

To build the plugin, simply run `npm run dist`.
To build the plugin, simply run `yarn run dist`.

@@ -19,0 +30,0 @@ The project is setup to use TypeScript, although you can change the configuration to use plain JavaScript.

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