This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b3a0119c18
AppFlowy
/
frontend
/
rust-lib
/
flowy-document
/
tests
/
parser
/
mod.rs
5 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: support converting documents to JSON, HTML, or TEXT. (#3811) * feat: support converting documents to JSON, HTML, or TEXT * fix: modify the comment * fix: modify the comment
2023-10-30 04:50:31 +00:00
mod
document_data_parser_test
;
feat: support convert external data to nested json (#3848) * feat: support convert external data to nested json * fix: add some comment * fix: code review * fix: code review * fix: code view * fix: code view * fix: update tauri cargo lock file * fix: remove reduant function * fix: parse dir attribute in element * fix: add comment about parse dir * fix: code review * fix: code review * fix: code review * fix: code review
2023-11-02 14:13:29 +00:00
mod
html
;
feat: load the readme file when first time launch (#2676) * chore: bump version 0.2.0 * test: add migration test * feat: support exporting document data to afdoc format (#2610) * feat: support exporting document data to afdoc format * feat: export database * fix: resolve comment issues * fix: add error tips when exporting files failed --------- Co-authored-by: nathan <nathan@appflowy.io> * feat: rename delta * feat: add built-in readme * fix: use independent children id * fix: comment typo * chore: add icons * fix: floating toolbar style * fix: markdown export test * chore: disbale moveup/movedown action * fix: unit test --------- Co-authored-by: nathan <nathan@appflowy.io>
2023-06-01 12:18:40 +00:00
mod
json
;
feat: support convert external data to nested json (#3848) * feat: support convert external data to nested json * fix: add some comment * fix: code review * fix: code review * fix: code view * fix: code view * fix: update tauri cargo lock file * fix: remove reduant function * fix: parse dir attribute in element * fix: add comment about parse dir * fix: code review * fix: code review * fix: code review * fix: code review
2023-11-02 14:13:29 +00:00
mod
parse_to_html_text
;
Reference in New Issue
Copy Permalink