coller/src/server/templates
Julien Riou b5701b5a4d
All checks were successful
/ pre-commit (push) Successful in 1m20s
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"
- Add option to disable the editor

Fixes #32.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-27 09:56:50 +02:00
..
clients.html feat: Add Command-line clients link and web page 2025-09-20 06:36:28 +02:00
create.html feat: Add web view to display notes in HTML 2025-08-28 09:46:44 +02:00
error.html feat: Add password protection 2025-09-27 08:36:00 +02:00
footer.html feat: Add Dark mode 2025-08-24 12:45:50 +02:00
head.html feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00
header.html feat: Add Command-line clients link and web page 2025-09-20 06:36:28 +02:00
index.html feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00
note.html feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00
protectedNote.html feat: Add password protection 2025-09-27 08:36:00 +02:00
unprotectedNote.html feat: Add password protection 2025-09-27 08:36:00 +02:00