Skip to content

hanyaonian/notepad.cc

 
 

Repository files navigation

A quick cover of notepad.cc

Demo

https://notepad.1976f.com/

Features

  • (Original) notepad.cc (discontinued) style and features
    • No login/register required, user can start writing right away
    • Notes are identified with location.pathname, multi-level namespaces are supported (e.g. /a/b/c)
    • Save as you type
  • Extras
    • Real-time collaboration, implemented using Socket.IO and diff3 algorithm.
    • Provides API for maniputing notes (docs comming soon),
      • spoiler: you can even use a note as database to do CRUD
    • Better list editing UX
      • Tab: indent list item(s)
      • Shift + Tab: deindent list item(s)
      • Enter: new list item
      • -: turn selected block into list
      • ...More to be discovered

Getting Started

npm install
npm start

About

A notepad.cc cover using Koa/Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.2%
  • CSS 3.0%
  • JavaScript 1.4%
  • Shell 1.2%
  • HTML 1.2%