Skip to content

Commit

Permalink
Desktop: Resolves #11314: Make js-draw a default plugin (#11516)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
  • Loading branch information
laurent22 and personalizedrefrigerator authored Dec 17, 2024
1 parent b3e84b6 commit 6dc1bc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default-plugins/pluginRepositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"cloneUrl": "https://github.com/JackGruber/joplin-plugin-backup.git",
"branch": "master",
"commit": "5ba57c18ac0f24f20832f012e015a080b138f0c4"
},
"io.github.personalizedrefrigerator.js-draw": {
"cloneUrl": "https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing.git",
"branch": "main",
"commit": "3e7eac96d10218728120ce81bee2eeffd5f8fdbb"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const getDefaultPluginsInfo = (): DefaultPluginsInfo => {
// we disable it in Joplin Portable.
enabled: !shim.isPortable(),
},

'io.github.personalizedrefrigerator.js-draw': {

},
};
return defaultPlugins;
};
Expand Down
2 changes: 2 additions & 0 deletions packages/tools/cspell/dictionary4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ setsize
Comprar
seguidores
devbox
personalizedrefrigerator
tablist
Ökonomie
Favorite
tablist
Expand Down

0 comments on commit 6dc1bc7

Please sign in to comment.