memos
memos copied to clipboard
An open-source, self-hosted note-taking service. Your thoughts, your data, your control — no tracking, no ads, no subscription fees.
### Is your feature request related to a problem? when I write in arabic, the text isn't well formatted to be read from right to left, which may leads to...
编辑缓存优化建议
### Is your feature request related to a problem? 在公司的电脑A上添加了一条待办清单后, - [ ] item A 这时双击编辑后再关闭,这时电脑A上有了编辑器缓存 回到家后在电脑B上,又新加了一条待办清单, - [ ] item A - [ ] item B 第二天到公司进行编辑,加载的是电脑A浏览器里的缓存, 这时如果没有注意点了保存,就会丢失 itemB...
### Is your feature request related to a problem? When you click a marked / linked memo from another memo, you are navigated to the detail page of that memo...
This pr add the functionality to focus the search bar on the top right by pressing '/', as my issue #2479
### Is your feature request related to a problem? I'd like to let user to sign up through SSO and disabled normal sign up ### Describe the solution you'd like...
### Is your feature request related to a problem? Memos has a lot of wasted space on the sides.   ### Describe the solution you'd like It would be...
**期望增加图片WEB直传方式(疯狂期待)**~~、更改评论的逻辑、更改图片前后缀拼接逻辑为相对地址~~ ### Is your feature request related to a problem? **1. 现在图片传输慢,希望能够增加图片WEB直传方式** ~~2. 现在评论也是一条memo,导致使用api获取memo数据时还要判断parent来区分,期望评论逻辑是否可以再斟酌~~ ~~3. 现在存储的前缀后缀设置后,直接拼接死在external_link字段里,导致使用非常不便,期望拼接功能逻辑可以再斟酌~~ ### Describe the solution you'd like 1. **期待直传**(非常期望): 现在传图的逻辑是经过服务器中转,带宽直接限制了图片传输速度,国内机器带宽是最昂贵的,一般部署memos的机器带宽在3Mbps左右,图片数据流从本地传输至服务器用时太久了,从服务器传输到云存储又要双倍甚至更多的时间,建议能参考阿里OSS和腾讯COS的Web直传方式,参考资料:[OSS Web直传最佳实践](https://help.aliyun.com/zh/oss/use-cases/use-postobject-to-upload-objects-by-using-web-clients?spm=5176.8465980.top-nav.5.4e70145072E7nU&scm=20140722.S_help%40%40%E6%96%87%E6%A1%A3%40%4031923.S_RQW%40ag0%2BBB2%40ag0%2BBB1%40ag0%2Bhot%2Bos0.ID_31923-RL_web%E7%9B%B4%E4%BC%A0-LOC_console~UND~help-OR_ser-V_3-P0_0) ,使用此方式,就可以达到超极速上传,传输完成拿到资源地址回写服务器数据库,同时直传采用预签名的方式也是安全可靠的。 刚才翻阅issues,发现也有人提出了类似的建议 [#2141](https://github.com/usememos/memos/issues/2141) ~~2....
### Is your feature request related to a problem? Does anyone know how to use Casdoor and memory for SSO integration authentication? 有人知道如何使用Casdoor与memos进行SSO集成认证吗? ### Describe the solution you'd like Add...
### Is your feature request related to a problem? 目前文件上传之后,网址是写死固定的。 如果使用的对象存储搬家,或者更换域名。导致之前的文件,图片就不能访问了。 只能手动修改数据库,批量替换域名的前缀。 ### Describe the solution you'd like 不知道是否能够写成相对路径,然后根据端点(Endpoint)或者自定义的URL 前缀,拼接出网址。 ### Additional context _No response_