mirror of
https://github.com/philemonchiro/obsidian-notekeeper.git
synced 2026-07-22 06:51:40 +00:00
- Search input no longer loses focus mid-typing while filtering (#2). - All 36 !important declarations removed from styles.css in favor of selector-specificity bumps, clearing the directory scanner's '!important' finding.
26 lines
765 B
JSON
26 lines
765 B
JSON
{
|
|
"name": "obsidian-notekeeper",
|
|
"version": "0.2.4",
|
|
"description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels.",
|
|
"author": "Philemon Chiro",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@typescript-eslint/parser": "^8.59.1",
|
|
"builtin-modules": "^3.3.0",
|
|
"esbuild": "^0.21.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.2.9",
|
|
"obsidian": "latest",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.4.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["esbuild"]
|
|
}
|
|
}
|