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:
@@ -201,7 +201,17 @@
|
||||
"confirmDeleteTitle": "Supprimer la note",
|
||||
"leftShare": "Partage retiré",
|
||||
"dismissed": "Note retirée des récentes",
|
||||
"generalNotes": "Notes générales"
|
||||
"generalNotes": "Notes générales",
|
||||
"noteType": "Type de note",
|
||||
"typeText": "Texte",
|
||||
"typeMarkdown": "Markdown",
|
||||
"typeRichText": "Texte riche",
|
||||
"typeChecklist": "Liste de tâches",
|
||||
"richTextPlaceholder": "Prenez une note...",
|
||||
"switchTypeTitle": "Changer le type de note ?",
|
||||
"switchTypeWarning": "Certaines mises en forme peuvent être perdues lors du passage en {type}.",
|
||||
"switchTypeContentPreserved": "Votre contenu sera préservé en texte brut.",
|
||||
"switchType": "Passer en {type}"
|
||||
},
|
||||
"pagination": {
|
||||
"previous": "←",
|
||||
|
||||
Reference in New Issue
Block a user