49c8da9863
- Recent files are now persisted to disk and survive restarts - Max items limit is applied on load (in case setting was reduced) - Omitted paths regex filtering is now wired up in addToRecentFiles - Fixed saveAndRefresh() overwriting entire plugin data on settings change - Debounced disk writes (300ms) to avoid excessive saves on rapid opens
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"name": "waypoint",
|
|
"version": "1.4.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"
|
|
}
|
|
}
|