mirror of
https://github.com/philemonchiro/obsidian-notekeeper.git
synced 2026-07-22 06:51:40 +00:00
- New "Flat sticky notes" setting disables the per-card wall rotation. Requested by a Reddit user who wanted notes to sit perfectly straight. - Drop the third-party "builtin-modules" dependency in favor of Node's built-in node:module.builtinModules — addresses a directory-scanner hygiene warning. - Drop text-decoration-color on colored-card links, since it was only partially supported by Obsidian's bundled Chromium and the inherited underline color reads fine. - Add CONTRIBUTING.md covering build, dev, PR conventions, and the release workflow.
11 lines
391 B
JSON
11 lines
391 B
JSON
{
|
|
"id": "notekeeper",
|
|
"name": "Notekeeper",
|
|
"version": "0.2.5",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels — sticky-note style.",
|
|
"author": "Philemon Chiro",
|
|
"authorUrl": "https://github.com/PhilemonChiro",
|
|
"fundingUrl": "",
|
|
"isDesktopOnly": false
|
|
}
|