Skip to content
/ diffs Public

A collection of components to visually compare texts

License

Notifications You must be signed in to change notification settings

jonobr1/diffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffs

A collection of components to visually compare texts

Roadmap

  • Turn global actions / navigation up top to a Figma style layers
  • On paste don't strip carriage returns
  • Recalculate all counts (and visualization) when any text changes
  • Turn highlighted word / words into a canonical term (stem via Porter2)
  • Highlights should happen in visualization too
  • Add ability to highlight key terms in visualization
  • Add graph lines to better resolve hierarchy of visualization
  • Filter out non-words from visualization (or focus on types of words? E.g: verbs)
  • Save state of application to localStorage
  • Sort by frequency, alphabetic, etc.
  • Add a loading gif to the visualization when processing
  • Arcs and highlights don't work on sorted lists
  • Set MAX_ITERATIONS based on the length of texts