Add logo and rename

This commit is contained in:
2025-11-12 17:16:13 +01:00
parent 584a4a0acd
commit f903e28728
49 changed files with 628 additions and 192 deletions

View File

@ -1,7 +1,7 @@
---
title: API Design
date: 10-11-2025
last_modified: 11-11-2025:15:23
last_modified: 12-11-2025:10:32
tags:
- projet
- backend
@ -29,3 +29,6 @@ Pour l'instant, pas d'authentification. À implémenter avec JWT.
<!-- -->
## This is a test

View File

@ -1,8 +1,11 @@
---
title: "CodeMirror Integration"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["projet", "frontend", "editor"]
title: CodeMirror Integration
date: 10-11-2025
last_modified: 12-11-2025:09:37
tags:
- projet
- frontend
- editor
---
# CodeMirror 6 Integration
@ -22,6 +25,7 @@ Système de commandes rapides avec `/`:
- /table - Tableau
- /code - Bloc de code
## Auto-save
Déclenché après 2 secondes d'inactivité.

View File

@ -23,8 +23,8 @@ frontend/
## Build
`npm run build` génère:
- `project-notes-frontend.es.js` (ES modules)
- `project-notes-frontend.umd.js` (UMD)
- `personotes-frontend.es.js` (ES modules)
- `personotes-frontend.umd.js` (UMD)
## Watch Mode