You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FloatNote is a lightweight Windows desktop note-taking app (~6 MB) that launches instantly. It combines notebooks, to-do lists, screen capture, and multi-format import/export in one place, with both rich-text and Markdown dual-mode editing, 8 theme options, window transparency and always-on-top — making quick note-taking as simple and natural as a sticky note.
Built with Tauri 2 + Vue 3 + Rust, it is 80%+ smaller than comparable Electron apps and uses significantly less memory.
Features
Notes
Feature
Description
Multi-Notebook
Create multiple notebooks with rename, color labels, and lock protection
Rich Text Editor
Bold, italic, underline, strikethrough, 7 font sizes, clear formatting
Markdown Editor
Live preview with GFM, images, tables, and code highlighting
Pin Notes
Pin important notes to the top of the list
Color Labels
Color-code notes for quick visual categorization
Auto Title
Auto-extract first 20 characters as title when left blank
Word Count
Real-time character, word, line count and estimated reading time
Full-Text Search
Search across titles and content from the sidebar
To-Do
Feature
Description
Multiple Lists
Create multiple to-do lists grouped by project or context
Pending Count
Show pending task count in the list header
List Management
Lock, color label, and rename lists
Screenshot
Feature
Description
Full-Screen Capture
Standalone fullscreen window covering the entire display including taskbar
Hide & Capture
Auto-hide main window before capturing to avoid capturing the app itself
Clipboard Copy
Auto-copy selected region to clipboard
Hotkey
Default Ctrl + Shift + A, customizable in settings
Import & Export
Feature
Description
Import
Markdown (.md), plain text (.txt), HTML, Word (.docx)
Export
Markdown, TXT, HTML, Word, PDF
Drag & Drop
Drag images to insert; drag text files to import content
UI & Personalization
Feature
Description
8 Themes
Light / Dark / Warm Paper / Mint / Sakura / Mist Blue / Milk Coffee / Warm Coffee
Transparency
20%–100% adjustable via native Windows layered window API
Always on Top
Pin window on top with one click
Minimal Mode
Hide tab bar, keep only the core editor
Frameless Window
Custom title bar, double-click to toggle compact mode
System Tray
Minimize to tray; right-click for quick note/to-do creation
Bilingual UI
Switch UI language with one click (English / Chinese)
Data & Sync
Feature
Description
Trash
Deleted items kept for 30 days with restore support
NSIS installer with Start Menu & desktop shortcuts
~6.5 MB
floatnote.exe
Portable edition, no install needed — just double-click to run
~6 MB
Option 2: Build from Source
# 1. Clone the repo
git clone https://github.com/flyanx/FloatNote.git
cd FloatNote
# 2. Install dependencies
npm install
# 3. Dev mode (hot reload)
npm run tauri dev
# 4. Build for production
npm run tauri build
Build output: src-tauri/target/release/
Prerequisites: Node.js 18+, Rust 1.70+, WebView2 (usually pre-installed on Windows 10/11)
Rust — A safe, concurrent, and practical systems language
About
A lightweight Windows desktop note-taking app with notebooks, todos, screenshots & multi-format import/export. Built with Tauri 2 + Vue 3 + Rust. 一款轻量级 Windows 桌面笔记软件,体积仅约 17MB,启动秒开。集记事本、待办事项、屏幕截图、多格式导入导出于一体,支持富文本与 Markdown 双模式编辑、8 种主题切换、窗口透明度调节与置顶,让随手记录像便签一样简单自然。