Files
waypoint/package.json
T
olivier abf4d6ccf7 feat: configurable filter tags for recent files
New 'Filter tags' setting in Recent Files tab. Enter tag names one per line
to pin specific tags as filter pills. Leave empty to auto-detect from
frontmatter 'type' property (existing behavior).
2026-06-22 10:15:54 -04:00

20 lines
427 B
JSON

{
"name": "waypoint",
"version": "1.5.0",
"description": "Calendar, recent files, and custom bookmarks sidebar.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"keywords": [],
"author": "Olivier",
"license": "MIT",
"devDependencies": {
"builtin-modules": "4.0.0",
"esbuild": "^0.25.0",
"obsidian": "latest",
"typescript": "^5.6.0"
}
}