Skip to content

Releases: joeutke-dev/pin-obsidian

Pin on Top 1.0.4

13 Jun 01:09

Choose a tag to compare

Publish-review remediation + opacity controls.

  • Plugin id reverted to float-on-top to match the publish-dashboard registration; display name "Pin on Top".
  • Replaced require() window access with a typed @electron/remote ESM import; removed unsafe-any usage and stray directive comments.
  • Fixed floating promises and removed the deprecated setDynamicTooltip call.
  • CSS: dropped !important in favor of a higher-specificity active-ribbon selector.
  • Build/config: authorUrl -> personal profile; builtin-modules -> node:module; committed lockfile; added release workflow.
  • New: opacity fine-tune buttons (-/+) that nudge translucency by 1% (clamped 50-100%), beside the existing slider.

Pin on Top 1.0.3

12 Jun 23:22

Choose a tag to compare

Rename the plugin to Pin on Top (the community directory does not allow "Obsidian" in plugin names). No functional change from 1.0.2.

Install: download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/pin-on-top/, then enable in Community plugins.

Pin Obsidian 1.0.2

12 Jun 23:12

Choose a tag to compare

Fix: translucency is now tied to the pinned state.

  • Unpinning restores the window to fully opaque (previously the translucency lingered).
  • The chosen opacity is remembered and reapplied the next time you pin.
  • Opacity only applies while pinned.

Install: download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/pin-on-top/, then enable in Community plugins.

Pin Obsidian 1.0.1

12 Jun 23:05

Choose a tag to compare

Rebrand of the former "Float on Top" plugin to Pin Obsidian (id pin-on-top).

  • Keep the Obsidian window above other windows, with adjustable translucency (opacity presets + 50–100% slider).
  • Fixed window access: uses @electron/remote (the legacy electron.remote module was removed in Electron 14).
  • Settings tab cleanup; full TypeScript source now in the repo.

Install: download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/pin-on-top/, then enable in Community plugins.

Obsidian Float 1.0.0

02 Mar 23:43
568f5be

Choose a tag to compare

Update manifest.json