refactor: add markdown service

This commit is contained in:
Steven
2024-04-29 08:00:37 +08:00
parent 4338234641
commit 155c5baf2c
46 changed files with 5479 additions and 2084 deletions

View File

@ -364,7 +364,7 @@ const MemoEditor = (props: Props) => {
}
// Batch upsert tags.
const tags = extractTagsFromContent(content);
const tags = await extractTagsFromContent(content);
await tagStore.batchUpsertTag(tags);
setState((state) => {