RoccoSmit

Results 73 comments of RoccoSmit

@murrayju, I tried to replicate but couldnt. Shot in the dark, memo < v0.22.4 use to have a lastVisited local storage variable stored. This value would be /home or /timeline...

Thumbnail functionality was added to v0.13 and then it was then removed in v0.22 as part of the "refactor: update resource binary request handler" commit. Feedback from Steven re deleting...

@boojack, I did a poc for adding thumbnails back into the latest source code and the original code for thumbnails still works nicely. I was interested in find out your...

PR for reintroducing thumbnails is ready for review https://github.com/usememos/memos/pull/3821

What content are you creating? Wasnt able to replicate with memos or comments. Each time save was clicked the local storage record for the memo/comment was removed. I did notice...

PR for clearing local storage on cancel https://github.com/usememos/memos/pull/3826

this display format can be achieved by adding `hour="2-digit"` `minute="2-digit"` properties to the `relative-time` component

This is something that would need to get set in the React code to work nicely, but as a quick and dirty workaround you can try adding the following to...

Memos allows for an escape character to be used if you need to display special characters e.g. ![image](https://github.com/user-attachments/assets/7eff768e-f6cd-4340-9e99-7196f101380c) using escape char ![image](https://github.com/user-attachments/assets/acf4a531-bcd0-4cd9-9b6d-4652cd007541)

Previous instance of this request for reference (https://github.com/orgs/usememos/discussions/3850)