feat: set default expiration in select
Yes, it's better like this, done (just used variable instead of implicit "." to be easier to read)
tapiron
pushed to feat/display_default_expiration_in_form at tapiron/coller
2025-09-14 18:48:50 +02:00
feat: set default expiration in select
tapiron
pushed to feat/display_default_expiration_in_form at tapiron/coller
2025-09-12 19:06:29 +02:00
tapiron
created branch feat/display_default_expiration_in_form in tapiron/coller
2025-09-12 19:06:29 +02:00
Serve bootstrap and monaco-editor static files locally
fix: remove double rendering and test error
tapiron
pushed to fix/error_for_non_password_protected_notes at tapiron/coller
2025-09-12 18:42:06 +02:00
tapiron
created branch fix/error_for_non_password_protected_notes in tapiron/coller
2025-09-12 18:42:06 +02:00
feat: add possibility to hide upload button
tapiron
created branch feat/make_file_upload_button_optional in tapiron/coller
2025-09-12 18:20:39 +02:00
tapiron
pushed to feat/make_file_upload_button_optional at tapiron/coller
2025-09-12 18:20:39 +02:00
fix: display error page if note not found
Add syntax highlighting
The easiest idea would be to use a code editor for pretty syntax highlighting like the vscode one for example: https://github.com/microsoft/monaco-editor Same for the UI text/code input.