FAQ
Frequently asked questions about Floatnote.
Is Floatnote free?
Yes, Floatnote is completely free and open source under the MIT license. You can view the source code, contribute, or fork it on GitHub.
Does it work on Windows or Linux?
Currently Floatnote is macOS only. It uses macOS-specific APIs for the transparent overlay functionality. Cross-platform support may be considered in the future.
Where is my data stored?
Notes are stored in ~/.config/floatnote/floatnote-data.json. Your data stays local and is never sent anywhere. You can back up this file or copy it to another machine.
How do I update Floatnote?
Download the latest DMG from the GitHub Releases page and replace the app in your Applications folder. If installed via npm, run:
npm update -g floatnote
The app is not showing up when I press Cmd+Shift+D
Make sure Floatnote is running (check the menu bar tray icon). You may need to grant accessibility permissions:
- Open System Preferences (or System Settings on macOS 13+)
- Go to Privacy & Security > Accessibility
- Add and enable Floatnote in the list
If the shortcut still does not work, another application may be using the same key combination.
Can I change the keyboard shortcut?
The global shortcut (Cmd+Shift+D) is currently not configurable. If this is important to you, please request the feature on GitHub Issues.
How do I draw shapes?
- Click the shape dropdown in the toolbar (or press S)
- Select your shape type: rectangle, circle, triangle, line, or arrow
- Click and drag on the canvas to draw the shape
- Release to finalize the shape
How do I select and move shapes?
- Click the pointer/select tool in the toolbar
- Click on a shape to select it (handles will appear)
- Drag the shape to move it
- Drag handles to resize
- Use the rotation handle to rotate
- Press Delete/Backspace to remove a selected shape
Can I use Floatnote for presentations?
Yes! Floatnote's transparent overlay makes it perfect for annotating slides or any screen content during presentations. Use the freeze feature (press F) to lock the canvas in place while presenting.
How do I export my drawings?
Press Cmd+E or use the export button in the toolbar to save the current canvas as a PNG file. The file is saved to your Desktop with a timestamped filename.