feat: Notion-like rich text editor with TipTap, 4 note types, slash commands & bubble menu
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m33s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m33s
This commit is contained in:
@@ -119,7 +119,7 @@ model Note {
|
||||
color String @default("default")
|
||||
isPinned Boolean @default(false)
|
||||
isArchived Boolean @default(false)
|
||||
type String @default("text")
|
||||
type String @default("richtext")
|
||||
dismissedFromRecent Boolean @default(false)
|
||||
checkItems String?
|
||||
labels String?
|
||||
@@ -129,7 +129,7 @@ model Note {
|
||||
isReminderDone Boolean @default(false)
|
||||
reminderRecurrence String?
|
||||
reminderLocation String?
|
||||
isMarkdown Boolean @default(false)
|
||||
isMarkdown Boolean @default(false) // DEPRECATED: use type = 'markdown' instead
|
||||
size String @default("small")
|
||||
sharedWith String?
|
||||
userId String?
|
||||
|
||||
Reference in New Issue
Block a user