Pinit

approved

by Habit Labs

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.

409 downloadsUpdated 1mo agoMIT

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

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.