Skip to content

luoyjx/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
    • Open/create notes using pathname part of url
    • Save as you type
  • Extras
    • Real-time collaboration, implemented using Socket.IO and diff3 algorithm.
    • 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

Requirements

Getting Started

# make sure you have mongodb running and configured accordingly
export MONGODB_URL=your-mongodb-url
export MONGODB_DATABASE=mongdo-database-to-use

yarn
yarn start

About

A notepad.cc cover using Koa/Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.6%
  • CSS 3.9%
  • JavaScript 1.8%
  • HTML 1.5%
  • Shell 1.2%