grub-basket_SP/package.json
GB 7ed3889885 0.176.0: tasks shortcuts + attachment open + folder-open setting + mobile editor + fixes
- Task prefix: []/[ ]/[x] at the start of a note creates it as an (in)complete task.
- Shift+T opens the aggregate 'All tasks' view.
- 'Open in Stashpad' on non-md attachments jumps to the embedding note (picker if many).
- Behavior setting: folders always open in a new tab at the home note.
- Mobile: full-height edit/split modal with a pinned action bar.
- Due-reminder toasts open the task on tap (corner Snooze opens the scheduler).
- Focused-note header expand/collapse restored + actually expands on desktop.
- Green 'auto-pasted' confirmation in the Open Stashpad link dialog.
2026-07-14 09:36:30 -07:00

28 lines
763 B
JSON

{
"name": "stashpad-obsidian",
"version": "0.176.0",
"private": true,
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production && node scripts/validate-release.mjs",
"validate": "node scripts/validate-release.mjs",
"deploy:files": "node scripts/deploy.mjs",
"deploy": "pnpm run build && node scripts/deploy.mjs",
"typecheck": "tsc --noEmit",
"lint": "eslint src",
"lint:store": "eslint src --max-warnings 0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"esbuild": "^0.21.0",
"eslint": "^10.5.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "latest",
"typescript": "^5.4.0",
"typescript-eslint": "^8.61.1"
},
"dependencies": {
"fflate": "^0.8.3",
"hash-wasm": "^4.12.0"
}
}