• Joined on 2025-08-27
tapiron commented on pull request jriou/coller#28 2025-09-14 18:51:20 +02:00
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
ba53cfda22
fix: avoid double options
tapiron created pull request jriou/coller#28 2025-09-12 19:09:36 +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
16945d488a feat: set default expiration in select
tapiron created branch feat/display_default_expiration_in_form in tapiron/coller 2025-09-12 19:06:29 +02:00
tapiron opened issue jriou/coller#27 2025-09-12 18:53:02 +02:00
Serve bootstrap and monaco-editor static files locally
tapiron created pull request jriou/coller#26 2025-09-12 18:43:20 +02:00
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
a3643d48b6 fix: remove double rendering and test error
tapiron created branch fix/error_for_non_password_protected_notes in tapiron/coller 2025-09-12 18:42:06 +02:00
tapiron pushed to main at tapiron/coller 2025-09-12 18:29:36 +02:00
401397241b fix: Upload text files other than plain text
af5baa999c fix: display error page if note not found (#24)
Compare 2 commits »
tapiron created pull request jriou/coller#25 2025-09-12 18:29:03 +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
cfdf653c47 feat: add possibility to hide upload button
401397241b fix: Upload text files other than plain text
af5baa999c fix: display error page if note not found (#24)
Compare 3 commits »
tapiron created pull request jriou/coller#24 2025-09-09 15:37:19 +02:00
fix: display error page if note not found
tapiron created branch fix/panic_on_deleted_note in tapiron/coller 2025-09-09 15:34:48 +02:00
tapiron pushed to fix/panic_on_deleted_note at tapiron/coller 2025-09-09 15:34:48 +02:00
2d95994d5c fix: display error page if note not found
tapiron created repository tapiron/coller 2025-09-09 15:31:22 +02:00
tapiron commented on issue jriou/coller#17 2025-08-27 11:14:13 +02:00
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.