- Replaced fixed positioning with CDK Overlay for "Move to Folder" dialog with improved accessibility and focus management - Added visual accent color support to note header buttons based on note color metadata - Enhanced move dialog with keyboard navigation and Enter key support for quick folder selection - Improved dialog backdrop with themed blur effect and proper z-indexing - Fixed folder icon SVG path in move dialog - Added max height constraint an
85 lines
1.1 KiB
Markdown
85 lines
1.1 KiB
Markdown
---
|
|
titre: test-new-file
|
|
auteur: Bruno Charest
|
|
creation_date: 2025-10-19T12:15:21-04:00
|
|
modification_date: 2025-10-19T12:15:21-04:00
|
|
catégorie: ""
|
|
tags:
|
|
- home
|
|
- accueil
|
|
aliases: []
|
|
status: en-cours
|
|
publish: false
|
|
favoris: true
|
|
template: false
|
|
task: false
|
|
archive: false
|
|
draft: false
|
|
private: false
|
|
---
|
|
# Page de Test Markdown
|
|
|
|
## Section 1
|
|
|
|
### Sous-section 1.1
|
|
|
|
## Section 2
|
|
|
|
### Sous-section 2.1
|
|
|
|
### Sous-section 2.2
|
|
|
|
### Sous-section 2.3
|
|
|
|
# tableau:
|
|
|
|
| Colonne 1 | Colonne 2 | Colonne 3 |
|
|
|---------|---------|---------|
|
|
| Cellule 1 | Cellule 2 | Cellule 3 |
|
|
| Cellule 4 | Cellule 5 | Cellule 6 |
|
|
|
|
# Liens
|
|
|
|
[lien](https://google.com)
|
|
|
|
# Liste
|
|
|
|
- item 1
|
|
- item 2
|
|
- item 3
|
|
|
|
# Liste à puces
|
|
|
|
- item 1
|
|
- item 2
|
|
- item 3
|
|
|
|
# Liste à numérotation
|
|
|
|
1. item 1
|
|
2. item 2
|
|
3. item 3
|
|
|
|
# Bloc de code
|
|
|
|
```javascript
|
|
console.log('hello world');
|
|
```
|
|
|
|
# Bloc de citation
|
|
|
|
> citation
|
|
|
|
# Bloc de citation avec plusieurs lignes
|
|
|
|
> citation
|
|
> avec plusieurs lignes
|
|
|
|
# Bloc de citation avec plusieurs lignes et bloc de code
|
|
|
|
> citation
|
|
> avec plusieurs lignes
|
|
|
|
```javascript
|
|
console.log('hello world');
|
|
``` |