FastNote is a Visual Studio WPF project that mimics the Windows 11 Notepad shell while keeping large-file opening fast through streaming and background indexing.
- Windows 11 Notepad-inspired light and dark themes
- Native-style menu bar, single-tab shell, plain editor canvas, and status bar
- Progressive open path: the first chunk appears immediately, then the rest of the file indexes in the background
- Word wrap and zoom controls
FastNote.App: WPF desktop UIFastNote.Core: streaming file reader and line indexerFastNote.Bench: benchmark harness for initial-open versus full-index timing
dotnet build FastNote.slnx -c Releasedotnet run --project FastNote.Bench\FastNote.Bench.csproj -c Release -- <path-to-file>