UNPKG

joplin-plugin-persistent-editor-layout

Version:

Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags.

38 lines (37 loc) 1.2 kB
{ "name": "joplin-plugin-persistent-editor-layout", "version": "2.2.0", "description": "Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags.", "author": "Benji300", "homepage": "https://github.com/benji300/joplin-persistent-layout", "bugs": { "url": "https://github.com/benji300/joplin-persistent-layout/issues" }, "repository": { "type": "git", "url": "git+https://github.com/benji300/joplin-persistent-layout.git" }, "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update" }, "license": "MIT", "keywords": [ "joplin-plugin" ], "devDependencies": { "@types/node": "^14.14.37", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "on-build-webpack": "^0.1.0", "tar": "^6.1.7", "ts-loader": "^7.0.5", "typescript": "^3.9.9", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" } }