This is a simple plugin that essentially builds on the popout functionality of obsidian. It adds a new popout window that resembles sticky notes that haves a much simpler look and adds a pin functionality.
You can open this popout window using the ribbon action, command, or context menus.

Windows (sticky note windows) don't close themselves when obsidian shutsdown, and unfortunely reopen as normal popups when obsidian restarts. (hopefully can be fixed in a future release.)
There is no Color Settings yet:
Yellow color (250, 240, 208)The plugin relies on @electorn/remote to work, as the pin functionality and resizing require access to the node/main process apis. This is not the recommended approach, but the only one that worked with me after some research.
The plugin relies on customizing certain obsidian elements (like the titlebar) and relies on their classes, there is no guarentee that this will continue working in future releases of obsidian (if they ever decided to rename their classes for example).
sticky-notes.zip file and extract it inside of your obsidian vault plugins folder <vault>\.obsidian\plugins.community plugins section in vault settings.[!WARNING]
Make sure to copy and backup your obsidian notes. This is a just a precaution, the plugin hopefully should be totally safe and no issues have been reported so far.
Creating a Release
node version-bump.mjs <version>git tag -a <version> -m "<version>"git push origin <version>