Skip to content

Instantly share code, notes, and snippets.

@allanjamesvestal
Created March 7, 2026 20:17
Show Gist options
  • Select an option

  • Save allanjamesvestal/36e479b8437ef0d29c2dd5fcb16a485c to your computer and use it in GitHub Desktop.

Select an option

Save allanjamesvestal/36e479b8437ef0d29c2dd5fcb16a485c to your computer and use it in GitHub Desktop.
Quote extractor
I’m building a browser-based web tool for internal use by journalists in a newsroom. This tool should have a text box where users can enter the text of an article, and it should then extract all the quotes from that article.
Each quote should be displayed, one after the other, and the tool should let users write in the speaker for each one.
The tool should only use HTML, CSS and basic JavaScript. (Do not use any external JavaScript or CSS dependencies.) It should be able to run without needing to send any data to the Internet.
Ask me any additional questions you need to get started creating this code, then generate a draft HTML/JavaScript/CSS tool.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment