Add backlink
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Book Notes
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:15:23
|
||||
last_modified: 11-11-2025:18:07
|
||||
tags:
|
||||
- personal
|
||||
- notes
|
||||
@ -25,5 +25,4 @@ Key takeaways:
|
||||
- The Mom Test - Rob Fitzpatrick
|
||||
- Shape Up - Basecamp
|
||||
|
||||
|
||||
/""
|
||||
[texte](/notes/)
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: AI Writing Assistant
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:11:13
|
||||
last_modified: 11-11-2025:17:56
|
||||
tags:
|
||||
- idea
|
||||
- ai
|
||||
@ -28,3 +28,5 @@ Intégrer un assistant IA pour:
|
||||
Données restent locales, API optionnelle.
|
||||
|
||||
Test test
|
||||
|
||||
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
---
|
||||
title: "Authentication Guide"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["documentation", "api", "security"]
|
||||
title: Authentication Guide
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:18:30
|
||||
tags:
|
||||
- documentation
|
||||
- api
|
||||
- security
|
||||
---
|
||||
|
||||
# Authentication
|
||||
@ -39,3 +42,5 @@ Authorization: Bearer eyJhbGc...
|
||||
- HTTPS only in production
|
||||
- Reverse proxy with nginx
|
||||
- Rate limiting
|
||||
|
||||
<a href="#" onclick="return false;" hx-get="/api/notes/test-delete-1.md" hx-target="#editor-container" hx-swap="innerHTML">Test Delete 1</a>
|
||||
@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Archived Ideas"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["archive", "ideas"]
|
||||
title: Archived Ideas
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:18:24
|
||||
tags:
|
||||
- archive
|
||||
- ideas
|
||||
---
|
||||
|
||||
# Archived Ideas
|
||||
@ -20,3 +22,5 @@ No real use case.
|
||||
|
||||
## Gamification
|
||||
Not aligned with minimalist approach.
|
||||
|
||||
<a href="#" hx-get="/api/notes/un-dossier/test/Poppy-test.md" hx-target="#editor-container" hx-swap="innerHTML">Poppy Test</a>
|
||||
@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Real-time Collaboration"
|
||||
date: "10-11-2025"
|
||||
last_modified: "10-11-2025:19:21"
|
||||
tags: ["idea", "collaboration"]
|
||||
title: Real-time Collaboration
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:17:25
|
||||
tags:
|
||||
- idea
|
||||
- collaboration
|
||||
---
|
||||
|
||||
# Real-time Collaboration
|
||||
@ -13,6 +15,7 @@ Plusieurs utilisateurs éditent la même note simultanément.
|
||||
|
||||
## Technology
|
||||
|
||||
|
||||
- WebSockets
|
||||
- Operational Transforms ou CRDT
|
||||
- Presence indicators
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Automatic Tagging
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:15:41
|
||||
last_modified: 11-11-2025:17:56
|
||||
tags:
|
||||
- research
|
||||
- ai
|
||||
@ -30,4 +30,9 @@ Suggest tags based on note content.
|
||||
|
||||
## Training Data
|
||||
|
||||
Use existing notes with tags as training set.
|
||||
Use existing notes with tags as
|
||||
training set.
|
||||
|
||||
|
||||
|
||||
[texte](url)
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Typography Research
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:13:52
|
||||
last_modified: 11-11-2025:18:18
|
||||
tags:
|
||||
- research
|
||||
- design
|
||||
@ -34,3 +34,5 @@ tags:
|
||||
- Line height: 1.6
|
||||
- Max width: 65ch
|
||||
- Font size: 16px base
|
||||
|
||||
/ili
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: UI Design Inspiration
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:15:25
|
||||
last_modified: 11-11-2025:18:19
|
||||
tags:
|
||||
- research
|
||||
- design
|
||||
@ -31,4 +31,6 @@ Consider:
|
||||
- Dracula
|
||||
- Catppuccin
|
||||
|
||||
dldkfdddddd
|
||||
dldkfdddddd
|
||||
|
||||
[Poppy Test](un-dossier/test/Poppy-test.md)
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Go Performance Optimization
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:15:16
|
||||
last_modified: 11-11-2025:18:28
|
||||
tags:
|
||||
- research
|
||||
- tech
|
||||
@ -33,3 +33,4 @@ type Cache struct {
|
||||
go test -cpuprofile=cpu.prof
|
||||
go tool pprof cpu.prof
|
||||
```
|
||||
<a href="#" onclick="return false;" hx-get="/api/notes/un-dossier/test/Poppy-test.md" hx-target="#editor-container" hx-swap="innerHTML">Poppy Test</a>
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: WebSockets for Live Updates
|
||||
date: 10-11-2025
|
||||
last_modified: 11-11-2025:15:27
|
||||
last_modified: 11-11-2025:18:14
|
||||
tags:
|
||||
- research
|
||||
- tech
|
||||
@ -36,4 +36,7 @@ type Hub struct {
|
||||
}
|
||||
```
|
||||
|
||||
lfkfdkfd dd
|
||||
lfkfdkfd dd
|
||||
|
||||
|
||||
/il
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Test Delete 1
|
||||
date: 11-11-2025
|
||||
last_modified: 11-11-2025:15:40
|
||||
last_modified: 11-11-2025:18:31
|
||||
---
|
||||
test file 1
|
||||
|
||||
@ -9,3 +9,6 @@ test file 1
|
||||
ddddddddlffdfdddddddddddddd
|
||||
|
||||
|
||||
[texte](url)
|
||||
|
||||
<a href="#" onclick="return false;" hx-get="/api/notes/documentation/bienvenue.md" hx-target="#editor-container" hx-swap="innerHTML">Bienvenue dans Project Notes</a>
|
||||
@ -1,9 +1,17 @@
|
||||
---
|
||||
title: Poppy Test
|
||||
date: 10-11-2025
|
||||
last_modified: 10-11-2025:18:08
|
||||
last_modified: 11-11-2025:18:41
|
||||
---
|
||||
|
||||
# Poppy Test
|
||||
|
||||
Commencez à écrire votre note ici...
|
||||
Commencez à écrire votre note ici...
|
||||
|
||||
Logiquement cette page à des backlinks.
|
||||
|
||||
On verra bien à la fin.
|
||||
|
||||
<a href="#" onclick="return false;" hx-get="/api/notes/un-dossier/test/Poppy-test.md" hx-target="#editor-container" hx-swap="innerHTML">Poppy Test</a>
|
||||
|
||||
<a href="#" onclick="return false;" hx-get="/api/notes/research/design/typography.md" hx-target="#editor-container" hx-swap="innerHTML">Typography Research</a>
|
||||
Reference in New Issue
Block a user