Pin on Top

by Joe Utke
5
4
3
2
1
Score: 51/100

Description

Plugin to allow obsidian to 'float on top' of other windows

Reviews

No reviews yet.

Stats

2
stars
758
downloads
0
forks
91
days
15
days
15
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
0
total issues
0
open issues
0
closed issues
25
commits

Latest Version

15 days ago

Changelog

See CHANGELOG.

README file from

Github

Keep the window on top of all other windows, with adjustable translucency.

Features

  • Always on top toggle — via ribbon icon or command
  • Translucency — opacity presets plus a fine-grained slider
  • All windows — pinning and translucency apply to Obsidian's separate Settings window and popped-out panes too, including windows opened after you pin

Development

npm install      # install dependencies
npm run dev      # watch + rebuild main.js on change
npm run build    # type-check and produce a production main.js

The plugin is written in TypeScript (main.ts) and bundled to main.js with esbuild.

Notes

  • Desktop only (macOS, Windows, Linux) — uses the Electron window APIs through @electron/remote.
  • Opacity affects the entire Obsidian window. Values above 85% are recommended for readability.
  • Window opacity is supported on macOS and Windows; on Linux it depends on the compositor.
  • Always-on-top and opacity reset to defaults when the plugin is disabled.

License

MIT