Skip to content
/ noteMe Public

A minimal Chrome extension for contextual note-taking. Capture text from any webpage with a clean, modern UI.

Notifications You must be signed in to change notification settings

ZX41R/noteMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noteMe

save stuff from the web. no bloat.

version chrome

what it does

highlight text → click the icon → save. that's it.

your notes stay local. no accounts. no cloud. just your browser.

features

  • instant capture — highlight any text, one click to save
  • clean UI — minimal black & white design
  • organized — add titles and tags to your notes
  • searchable — find notes instantly
  • export — download as markdown
  • right-click — save from context menu
  • keyboard — Alt+N to open

install

  1. download or clone this repo
  2. run npm install && npm run build
  3. open chrome://extensions
  4. enable Developer mode
  5. click "Load unpacked" → select the dist folder

stack

  • vanilla js
  • shadow DOM (works on any site)
  • chrome.storage.local
  • esbuild

structure

src/
  background.js   # context menu, shortcuts
  content.js      # selection UI, save modal
  popup.js        # dashboard
  popup.html      # dashboard UI

made by N!L

About

A minimal Chrome extension for contextual note-taking. Capture text from any webpage with a clean, modern UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published