Commit Graph

16 Commits (ccdcd3d1549a5e0965814a656996c958c96bad3a)

Author SHA1 Message Date
boojack ccdcd3d154
feat: fold memo when content overflow (#1327)
* feat: fold memo when content overflow

* chore: update
2 years ago
Stephen Zhou 99cac7cac0
fix: scroll when clicking expand button (#1035) 2 years ago
boojack 0f8ce3dd16
refactor: return jsx element instead of string in marked (#910)
* refactor: return jsx element instead of string in marked

* chore: update
2 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
2 years ago
Stephen Zhou d51af7e98a
fix: hr in edited content do not trigger folding (#748) 2 years ago
boojack 4a9314c476
chore: rename `enableFoldMemo` (#671)
* chore: rename `enableFoldMemo`

* chore: update
2 years ago
Stephen Zhou 6b058cd299
feat: save folding option with localstorage (#641)
* fix: change folding option need reload

* fix: floding option undefied
2 years ago
Zeng1998 5f3cade810
feat: highlight the searched text in memo content (#514)
* feat: highlight the searched text in memo content

* update

* update

* update

* update

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Stephen Zhou c89a6665b6
feat: fold memos according to horizontal rule (#478)
* feat: fold memos according to horizontal rule

* fix: button and content

* chore: update
2 years ago
Stephen Zhou 3775d5c9c2
feat: folding options (#459)
* feat: folding options

* chore: update

* chore: update

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
winwin2011 5bdf15aece
chore: fold/expand i18n (#400) 3 years ago
boojack 51fb8ddb07
feat: simple markdown parser (#252)
* feat: simple markdown parser

* chore: rename test file name

* feat: add plain text link parser

* chore: update style
3 years ago
steven 5894104524 chore: update inline image 3 years ago
Steven c60c58ed69 chore: fix memo content click handler 3 years ago
Steven 6e4577f721 feat: add `MemoContent` component 3 years ago
boojack e9ac6affef
feat: add explore page (#205) 3 years ago