- Added PATCH endpoint for updating note frontmatter with YAML parsing and merging - Added DELETE endpoint to move notes to .trash directory with timestamped filenames - Implemented note context menu with actions like duplicate, share, favorite, and delete - Added color picker to context menu with gradient background visualization - Extended NoteFrontmatter type with readOnly and color properties - Added YAML frontmatter parser with support
20 lines
323 B
Markdown
20 lines
323 B
Markdown
---
|
|
titre: "Nouvelle note 2"
|
|
auteur: "Bruno Charest"
|
|
creation_date: "2025-10-24T12:24:03.706Z"
|
|
modification_date: "2025-10-24T08:24:04-04:00"
|
|
catégorie: ""
|
|
tags: [""]
|
|
aliases: [""]
|
|
status: "en-cours"
|
|
publish: false
|
|
favoris: false
|
|
template: false
|
|
task: false
|
|
archive: false
|
|
draft: false
|
|
private: false
|
|
readOnly: false
|
|
---
|
|
|