-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
refactorRefactor without changing behaviorRefactor without changing behavior
Description
importHTML currently converts HTML directly into thought updates. Instead, break it up into two distinct functions that can be used independently as well as in a pipeline.
- Convert HTML to JSON (lossy) - Responsible for parsing the HTML and converting it to a strict hierarchy.
- Convert JSON to thought updates (lossless)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorRefactor without changing behaviorRefactor without changing behavior