New search function et drag and drop clean
This commit is contained in:
26
notes/ideas/ai-assistant.md
Normal file
26
notes/ideas/ai-assistant.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "AI Writing Assistant"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["idea", "ai"]
|
||||
---
|
||||
|
||||
# AI Writing Assistant
|
||||
|
||||
## Vision
|
||||
|
||||
Intégrer un assistant IA pour:
|
||||
- Suggestions d'écriture
|
||||
- Résumés automatiques
|
||||
- Tags suggestions
|
||||
- Recherche sémantique
|
||||
|
||||
## APIs
|
||||
|
||||
- OpenAI GPT-4
|
||||
- Anthropic Claude
|
||||
- Local LLM avec Ollama
|
||||
|
||||
## Privacy
|
||||
|
||||
Données restent locales, API optionnelle.
|
||||
24
notes/ideas/collaboration.md
Normal file
24
notes/ideas/collaboration.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Real-time Collaboration"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["idea", "collaboration"]
|
||||
---
|
||||
|
||||
# Real-time Collaboration
|
||||
|
||||
## Goal
|
||||
|
||||
Plusieurs utilisateurs éditent la même note simultanément.
|
||||
|
||||
## Technology
|
||||
|
||||
- WebSockets
|
||||
- Operational Transforms ou CRDT
|
||||
- Presence indicators
|
||||
|
||||
## Challenges
|
||||
|
||||
- Conflict resolution
|
||||
- Performance at scale
|
||||
- User permissions
|
||||
30
notes/ideas/mobile-app.md
Normal file
30
notes/ideas/mobile-app.md
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "Native Mobile App"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["idea", "mobile"]
|
||||
---
|
||||
|
||||
# Native Mobile App Idea
|
||||
|
||||
## Concept
|
||||
|
||||
Créer une app native iOS/Android pour l'édition de notes.
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- React Native ou Flutter
|
||||
- Sync avec l'API REST
|
||||
- Offline-first architecture
|
||||
|
||||
## Features
|
||||
|
||||
- Push notifications
|
||||
- Widget home screen
|
||||
- Voice notes
|
||||
- Photo attachments
|
||||
|
||||
## Timeline
|
||||
|
||||
Q2 2025 - Prototype
|
||||
Q3 2025 - Beta testing
|
||||
Reference in New Issue
Block a user