Des tonnes de modifications notamment VIM / Couleurs / typos
This commit is contained in:
@ -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}
|
||||
|
||||
30
notes/documentation/client-feedback.md
Normal file
30
notes/documentation/client-feedback.md
Normal 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
|
||||
22
notes/documentation/old-ideas.md
Normal file
22
notes/documentation/old-ideas.md
Normal 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.
|
||||
Reference in New Issue
Block a user