boojack
boojack
If you are upgrading from v0.1.x, you need to use the newest starting command. Please check the readme.
It's mainly because we can only get almost 40K star records from GitHub API ;( ```json { "message": "In order to keep the API fast for everyone, pagination is limited...
It's a bug at all. The memo content parser is simply written by myself which will only parse part of markdown syntax. And I'm going to find a better solution...
SQLite 非常适合用在笔记类服务的私有化部署上,目前整个 memos docker image 才 11MB,非常轻量化。同时 SQLite 对于数据存储上也完全够用,不会迁移到 MySQL、PostgreSQL 等。
> 并非所有人都有服务器 同感,我就没有服务器,就一直在本地运行,还挺好用。 > 可以使用一些云数据库和 Serverless 厂商的免费额度服务部署 这样就会存在系统与元数据库分开的问题,整个系统的响应速度就会变慢许多。所以如果想要好的体验,稍微花点钱买个服务器可能会是更好的解法。
已经在之后的 roadmap 中,目前还是先在代码层面上完善项目,之后再逐步更新相关文档。如果有问题的话可以加入 [tg 讨论群](https://t.me/+-_tNF1k70UU4ZTc9)。
我对于编辑器上的想法是:纯文本输入框 + 实现部分常用的 Markdown 语法,但 [ProseMirror](https://prosemirror.net/) 看上去是一个富文本编辑器 ,要不还是极简为主吧🤔️。 现在的纯文本编辑器属于可用的状态,我觉得可以对 markdown 语法相关的解析再做优化,可能会比完全换成 rich editor 更好一点。
@theChrisWei Sorry, I cannot reproduce on my local computer and demo. Could you please join the telegram group and send me your database file (desensitized first)?
After some talks in telegram, it might be a cache problem from `vite-plugin-pwa`. And it had been removed: https://github.com/usememos/memos/commit/a2180f177fdd2e0637cb9ffa04656c8e4275131d
If you encounter the same error, please clear your browser cache. If not, give me the details of the error.