memos/plugin
Claude 739fd2cde6 refactor: update markdown parser
- Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
- Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
- Cleaned up the serialization and deserialization logic accordingly.

chore: remove code-inspector-plugin from Vite configuration

- Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
- Simplified the plugins array to include only `react` and `tailwindcss`.
2025-10-26 11:28:40 +08:00
..
cron refactor: use WaitGroup.Go to simplify code (#5162) 2025-10-10 22:28:35 +08:00
filter fix(web): resolve MobX observable reactivity issue in filter computation 2025-10-25 06:59:13 +08:00
httpgetter refactor: attachment service part2 2025-06-18 00:09:19 +08:00
idp
markdown refactor: update markdown parser 2025-10-26 11:28:40 +08:00
storage/s3 feat: generate thumbnails for images stored in S3 and generate thumbnails with a maximum size (#5179) 2025-10-23 21:29:22 +08:00
webhook chore: fix linter 2025-06-24 21:55:27 +08:00