Add logo and rename
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
## Hybrid Architecture
|
||||
|
||||
Project Notes uses a **hybrid architecture** that combines the best of multiple paradigms:
|
||||
PersoNotes uses a **hybrid architecture** that combines the best of multiple paradigms:
|
||||
|
||||
### Core Components
|
||||
|
||||
@ -240,7 +240,7 @@ Internet → Reverse Proxy (nginx/Caddy)
|
||||
↓
|
||||
Basic Auth / OAuth
|
||||
↓
|
||||
Project Notes (Go)
|
||||
PersoNotes (Go)
|
||||
↓
|
||||
Filesystem (notes/)
|
||||
```
|
||||
@ -248,7 +248,7 @@ Internet → Reverse Proxy (nginx/Caddy)
|
||||
Example nginx config:
|
||||
```nginx
|
||||
location / {
|
||||
auth_basic "Project Notes";
|
||||
auth_basic "PersoNotes";
|
||||
auth_basic_user_file /etc/nginx/.htpasswd;
|
||||
proxy_pass http://localhost:8080;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Daily Notes - Documentation
|
||||
|
||||
Les **Daily Notes** sont des notes quotidiennes permettant une prise de notes rapide et organisée par date. Cette fonctionnalité s'intègre parfaitement dans Project Notes avec un calendrier interactif et des raccourcis clavier.
|
||||
Les **Daily Notes** sont des notes quotidiennes permettant une prise de notes rapide et organisée par date. Cette fonctionnalité s'intègre parfaitement dans PersoNotes avec un calendrier interactif et des raccourcis clavier.
|
||||
|
||||
## 🎯 Fonctionnalités
|
||||
|
||||
@ -385,4 +385,4 @@ if ((event.ctrlKey || event.metaKey) && event.key === 'j') {
|
||||
|
||||
**Version** : 1.0.0
|
||||
**Date** : 2025-01-11
|
||||
**Auteur** : Project Notes Team
|
||||
**Auteur** : PersoNotes Team
|
||||
|
||||
@ -69,7 +69,7 @@ Le serveur démarre sur `http://localhost:8080`
|
||||
cp server /usr/local/bin/project-notes
|
||||
|
||||
# Créer un utilisateur dédié
|
||||
pw useradd -n notes -c "Project Notes" -d /var/notes -s /usr/sbin/nologin
|
||||
pw useradd -n notes -c "PersoNotes" -d /var/notes -s /usr/sbin/nologin
|
||||
|
||||
# Créer le dossier de notes
|
||||
mkdir -p /var/notes/notes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# ⌨️ Raccourcis Clavier - Project Notes
|
||||
# ⌨️ Raccourcis Clavier - PersoNotes
|
||||
|
||||
Cette documentation liste tous les raccourcis clavier disponibles dans l'application Project Notes.
|
||||
Cette documentation liste tous les raccourcis clavier disponibles dans l'application PersoNotes.
|
||||
|
||||
## 📋 Liste des Raccourcis
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Documentation
|
||||
|
||||
Ce dossier contient la documentation détaillée des fonctionnalités de Project Notes.
|
||||
Ce dossier contient la documentation détaillée des fonctionnalités de PersoNotes.
|
||||
|
||||
## Guides Disponibles
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
L'application Project Notes dispose d'un système de thèmes complet permettant aux utilisateurs de personnaliser l'apparence de l'interface. Six thèmes sombres professionnels sont disponibles par défaut.
|
||||
L'application PersoNotes dispose d'un système de thèmes complet permettant aux utilisateurs de personnaliser l'apparence de l'interface. Six thèmes sombres professionnels sont disponibles par défaut.
|
||||
|
||||
## Thèmes Disponibles
|
||||
|
||||
|
||||
@ -105,7 +105,7 @@ Everforest est un thème inspiré de la nature avec une palette de couleurs vert
|
||||
|
||||
## Installation
|
||||
|
||||
Les deux thèmes sont maintenant disponibles par défaut dans Project Notes !
|
||||
Les deux thèmes sont maintenant disponibles par défaut dans PersoNotes !
|
||||
|
||||
### Activation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Usage Guide
|
||||
|
||||
Complete guide for using Project Notes - from creating your first note to advanced features.
|
||||
Complete guide for using PersoNotes - from creating your first note to advanced features.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -19,14 +19,14 @@ Complete guide for using Project Notes - from creating your first note to advanc
|
||||
|
||||
## Quick Start
|
||||
|
||||
The fastest way to get started with Project Notes:
|
||||
The fastest way to get started with PersoNotes:
|
||||
|
||||
1. **Open the application** at `http://localhost:8080`
|
||||
2. **Press `Ctrl/Cmd+D`** to create today's daily note
|
||||
3. **Start writing** - the editor saves automatically with `Ctrl/Cmd+S`
|
||||
4. **Press `Ctrl/Cmd+K`** to search your notes anytime
|
||||
|
||||
That's it! You're now using Project Notes.
|
||||
That's it! You're now using PersoNotes.
|
||||
|
||||
---
|
||||
|
||||
@ -158,7 +158,7 @@ Your Markdown content...
|
||||
|
||||
## Searching Notes
|
||||
|
||||
Project Notes includes a powerful search system with two interfaces.
|
||||
PersoNotes includes a powerful search system with two interfaces.
|
||||
|
||||
### Quick Search Modal (Recommended)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user