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 2.9.1 to 2.10.2

publish/index.js.LICENSE.txt

6

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "2.9.1",
"version": "2.10.2",
"scripts": {

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

"dependencies": {
"@js-draw/material-icons": "1.18.0",
"js-draw": "1.18.0"
"@js-draw/material-icons": "1.20.0",
"js-draw": "1.20.1"
}
}
{
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.js-draw",
"app_min_version": "2.10",
"version": "2.9.1",
"app_min_version": "2.13.5",
"version": "2.10.2",
"name": "Freehand Drawing",

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

],
"_publish_hash": "sha256:0739686b11c848b9abe5ca08fba9626eb7eb7fab1cd57d92687afef02e06bd86",
"_publish_commit": "master:fba9e01a0de67fea3adc6674e85b4706829f4756"
"_publish_hash": "sha256:4db6cbe3747e7541584e82f4e4c8f0d359cc80f5e31a4b36a9690030d99424b4",
"_publish_commit": "master:aa8677a3c1a38dfb17b2bcafb92b0fcc0fa5cd0c"
}

@@ -28,6 +28,2 @@ # `joplin-plugin-freehand-drawing`

> **Warning**
>
> To insert drawings in the rich text editor, this plugin works around [this Joplin bug](https://github.com/laurent22/joplin/issues/7547) by **briefly switching to the markdown editor** and back to the rich text editor. This clears the rich text editor's undo history. This should only **apply to new drawings.**
## I only use the markdown editor (no viewer). How do I edit drawings?

@@ -56,2 +52,15 @@

## How do I open a drawing in a new window?
This feature is still in beta and is currently difficult to access. [Issue reports](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing/issues/new/choose) are welcome!
1. Open the markdown editor.
2. Select the drawing's ID:
![screenshot: Drawing ID selected](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing/assets/46334387/e72507f9-e556-4e09-8275-07d07e36ceea)
3. Open the Command Pallete
- On Windows and Linux, the keyboard shortcut for this is <kbd>ctrl</kbd>-<kbd>shift</kbd>-<kbd>p</kbd>.
- On MacOS, the keyboard shortcut is <kbd>cmd</kbd>-<kbd>shift</kbd>-<kbd>p</kbd>.
4. Type "insertDrawing" and select the "insert drawing in a new window" option.
![screenshot: Second option in the command palette selected](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing/assets/46334387/789d6126-3fd7-422c-8272-733b83081ba8)
## Joplin closed while editing a drawing. How do I recover the unsaved changes?

@@ -113,3 +122,3 @@

> **Note**
> [!NOTE]
>

@@ -116,0 +125,0 @@ > Additional keyboard shortcut IDs can be found [in js-draw's source code](https://github.com/personalizedrefrigerator/js-draw/blob/main/packages/js-draw/src/tools/keybindings.ts).

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