Pinit

by Habit Labs
5
4
3
2
1
New Plugin

Description

Pin notes to the top of their folder in the file explorer, with easy reordering. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Pinit

Pin notes to the top of their folder in the Obsidian file explorer — no more renaming files to AAA-note to force them to the top.

Features

  • Pin to top — right-click a note in the file explorer (or use the note's ⋮ menu) and choose Pin to top. The note floats above the rest of its folder.
  • Reorder pins — on a pinned note, Pin above / Pin below move it up or down within the pinned group.
  • Unpin — removes the note from the pinned group; it returns to its normal sort position.
  • Per-folder — pins are scoped to each folder, so every folder keeps its own pinned group at the top.
  • Visual marker — pinned notes show a small pin icon that follows your theme colors.
  • Command palettePin current note to top, Unpin current note, Move pinned note up, Move pinned note down.

Pins persist across restarts and survive note renames and folder renames. Moving a note to a different folder unpins it, so you can re-pin it where you want.

How it works

The plugin reorders items within Obsidian's own file explorer so pinned notes appear first, in the order you set. It does not modify your notes, filenames, or frontmatter — pin state is stored in the plugin's own data file.

Usage

  1. Enable Pinit in Settings → Community plugins.
  2. Right-click any note in the file explorer → Pin to top.
  3. Right-click a pinned note → Pin above / Pin below to reorder, or Unpin to remove.

Development

npm install
npm run dev    # watch build
npm run build  # type-check + production build
npm run lint   # Obsidian plugin review lint

License

MIT