Commit graph

4 commits

Author SHA1 Message Date
d43c645039
Several changes to clients
All checks were successful
/ pre-commit (push) Successful in 1m40s
coller:
- Add FILENAME as positioned argument (fixes #18)
- Add -html argument to show the URL of the webpage

copier:
- Rename -w to -ask-password

both:
- Rename -b to -ask-bearer

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-28 12:48:03 +02:00
c54f32495b
feat: Add text editor
All checks were successful
/ pre-commit (push) Successful in 1m45s
Use Monaco Editor to create notes. Support syntax highlighting. Store the
language with the note in the database to later support syntax highlighting in
a note web view.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-27 22:42:12 +02:00
b45c3e3253
feat: Support Bearer token for clients
All checks were successful
/ pre-commit (push) Successful in 1m39s
Fixes #13.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-26 17:32:16 +02:00
ef9aca1f3b
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-21 16:22:03 +02:00