feat: replace Monaco by Ace #32

Closed
jriou wants to merge 3 commits from dev/julien/ace into main

3 commits

Author SHA1 Message Date
577d19b9d8
feat: disable editor
All checks were successful
/ pre-commit (push) Successful in 1m49s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-24 09:52:03 +02:00
53e8143520
style: Simplify condition to load bootstrap
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-24 09:51:56 +02:00
94b65c0a49
feat: replace Monaco by Ace
- 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-24 09:51:50 +02:00