joplin-plugin-slash-commands
Version:
This plugin is a collection of utility commands that can be executed by typing corresponding keywords, which start with a slash. Current version supports three type of commands but more may be added in the future.
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "joplin-plugin-slash-commands",
"version": "1.5.1",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force"
},
"license": "MIT",
"keywords": [
"joplin-plugin",
"datetime",
"slash",
"commands",
"shortcut"
],
"devDependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"publish"
]
}