Commit graph

3 commits

Author SHA1 Message Date
92a06fb740
feat: disable editor
All checks were successful
/ pre-commit (push) Successful in 1m7s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-22 07:18:38 +02:00
3147306927
feat: replace Monaco by Ace
All checks were successful
/ pre-commit (push) Successful in 1m30s
- Remove the Monaco Editor because it was to heavy and hard to integrate
- Use Ace instead
- Use the lowercase identifier for languages (ex: "Text" -> "text")
- Select automatically the default language in the drop down to create a note
  (like the expiration)
- Add `ace_directory` to serve assets from a local folder instead of a CDN
- "hcl" syntax highlighting has been removed
- "go" syntax highlighting has been renamed to "golang"

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-21 15:07:19 +02:00
3a7d82a396
refactor: Move handlers into their own files
All checks were successful
/ pre-commit (push) Successful in 1m10s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-20 06:47:31 +02:00