Des tonnes de modifications notamment VIM / Couleurs / typos

This commit is contained in:
2025-11-11 15:41:51 +01:00
parent 439880b08f
commit 6face7a02f
59 changed files with 7857 additions and 960 deletions

View File

@ -1,8 +1,10 @@
---
title: "API Endpoints Reference"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["documentation", "api"]
title: API Endpoints Reference
date: 10-11-2025
last_modified: 11-11-2025:15:20
tags:
- documentation
- api
---
# API Endpoints
@ -22,6 +24,7 @@ GET /api/v1/notes/{path}
Accept: application/json | text/markdown
```
### Create/Update Note
```
PUT /api/v1/notes/{path}

View File

@ -0,0 +1,30 @@
---
title: Client Feedback Session
date: 10-11-2025
last_modified: 11-11-2025:11:12
tags:
- meeting
- client
---
# Client Feedback - Session 1
## Points positifs
- Interface épurée et rapide
- Édition Markdown fluide
- Recherche efficace
## Demandes
1. Export PDF des notes
2. Partage de notes par lien
3. Mode collaboratif
4. Dark/Light theme toggle
## Priorités
Focus sur l'export PDF pour la v1.1
# DERNIER EDIT

View File

@ -0,0 +1,22 @@
---
title: "Archived Ideas"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["archive", "ideas"]
---
# Archived Ideas
Ideas that didn't make the cut:
## WYSIWYG Editor
Too complex, Markdown is better.
## Desktop App
Web app is sufficient.
## Blockchain Integration
No real use case.
## Gamification
Not aligned with minimalist approach.