Skip to content

blairanderson/react-fe-notionclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Notion Clone codesandbox

This was a test to get a simple-looking task list into another app of mine, and now wanting to see how much closer i can get to the notion feeling.

TODOs

  • drag / drop of tasks and sub-tasks
  • "enter/return" key at the end of a line should open a new block immediately below
  • "enter/return" key in the middle of a line should split text into separate blocks (cut all text from cursor to end of line and paste into new block below)
  • "delete" key at beginning of block should merge current block and previous block
  • typeing "- " (dash space) should convert the block into a list element