Commit graph

5 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
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
75bdab55df
refactor: Rename protected to encrypted
All checks were successful
/ pre-commit (push) Successful in 1m4s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-24 09:50:13 +02:00
8e1dd686d3
feat: Rename password by encryption key
All checks were successful
/ pre-commit (push) Successful in 1m9s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-24 07:09:01 +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