istefox_obsidian-bookmarker/docs
steffer 9e33bf91d4
feat(board): add hide-bookmarks toolbar toggle and context-menu action (#44)
Extend BookmarkItem with a `hidden` frontmatter flag and an in-memory
`showHidden` toggle (default off) that gates filtered(), category counts,
the card grid, and the count label.

- Toolbar: "Hidden" chip reveals hidden cards dimmed with a badge;
  "Hide selected" button appears only when the selection is non-empty.
- Context menu: per-card Hide/Unhide writes or removes the `hidden`
  key via processFrontMatter.
- Bulk: hideSelected() sets hidden on all selected notes, then re-renders.
- CSS: bookmarker-card--hidden dimming and badge; broken-badge offset
  when both badges show. No inline style assignments.
2026-06-16 23:03:01 +02:00
..
architecture feat(board): add hide-bookmarks toolbar toggle and context-menu action (#44) 2026-06-16 23:03:01 +02:00
superpowers/plans feat(board): add hide-bookmarks toolbar toggle and context-menu action (#44) 2026-06-16 23:03:01 +02:00