Commit Graph

10 Commits (d69435c97cf26767ca3f6a53cdf5f45a51f4c463)

Author SHA1 Message Date
Claude 7eec424274 chore: remove references handling from markdown extraction 4 weeks ago
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`.
4 weeks ago
Steven 5ad2038b1a feat: update gomark dependency and refactor markdown parsing logic 2 months ago
unuunn 452f47c4b9
set HasCode only for CodeBlock (#4842) 5 months ago
Steven ef6f80d925 chore: fix linter 6 months ago
Steven ad2c5f0d05 refactor: store cache 6 months ago
johnnyjoy 2058a8ab7b chore: move references to memo property 10 months ago
johnnyjoy 541e07af8c chroe: rebuild memo references 11 months ago
johnnyjoy 3b0be442de chore: update memo payload runner schedule 11 months ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
11 months ago