Releases: joeutke-dev/pin-obsidian
Releases · joeutke-dev/pin-obsidian
Pin on Top 1.0.4
Publish-review remediation + opacity controls.
- Plugin id reverted to
float-on-topto match the publish-dashboard registration; display name "Pin on Top". - Replaced
require()window access with a typed@electron/remoteESM import; removed unsafe-any usage and stray directive comments. - Fixed floating promises and removed the deprecated
setDynamicTooltipcall. - CSS: dropped
!importantin 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
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
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
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 legacyelectron.remotemodule 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
Update manifest.json