Overview
GameNoter is a lightweight web and desktop app letting you place pins on CS2, Valorant, and LoL maps to manage your game tips, write and categorize notes, and jump straight to embedded videos or guides— all in one organized place.
Share Feature
Upload your own tip files to the community, browse & download others’ strategies, favorite your go-tos, and see download counts so you know what’s trending.
Rich Embeds & Attachments
Embed YouTube, Twitch, TikTok, or direct image/video URLs inline, plus attach local files via the File System Access API for seamless previews and lightbox viewing.
Features
Pin & manage tips
Place markers anywhere on the map and tag each tip with custom labels.
Rich content
Embed YouTube, Twitch, TikTok, or direct video/image URLs.
Share & discover tips
Upload your own tip files to our community and browse/download tips shared by others.
Attachments
Attach local images & videos using the File System Access API, preview them inline, and open them in a lightbox.
Responsive design
Desktop and mobile support with intuitive touch and click controls.
Data storage
Web: localStorage & IndexedDB for metadata. Desktop: local SQLite database file.
Version / Changelog
v1.3.0 — Added CS2 Callouts Quiz: map callout quiz with review mode.
v1.2.0 — Introduced Share feature: Upload & download tips, download count tracking & logging.
v1.1.3 — Added Vimeo & Dailymotion embed support.
v1.1.2 — Added TikTok & Twitch embed support.
v1.1.1 — Improved mobile support: responsive map/sidebar layout & touch-drag markers.
v1.1.0 — Attachment feature added: File System Access API, previews & lightbox.
v1.0.0 — Initial release.
Contact & Support
Data Handling
localStorage
; attachment metadata in IndexedDB
.Desktop version: Everything in local SQLite (
tips.db
).No data is ever uploaded to our servers.