← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Toast Terminal IDE Adds Markdown Spell Checking and Other Features

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Spell checking added for Markdown and plain-text files via harper.
  • Multi-tab editing with unsaved-changes indicators is now available.
  • Go to definition functionality implemented with Ctrl-click.
  • Project-wide search powered by ripgrep (rg) is included.

New Spell Checking Feature

Toast, a terminal-based IDE, has integrated spell checking for Markdown and plain-text files. This feature uses 'harper' to underline misspelled words in the theme's diagnostic color, helping developers identify and correct errors directly within the editor.

Enhanced Editing and Navigation

The IDE now supports multi-tab editing, complete with indicators for unsaved changes, mouse-close buttons, and quit confirmation. Additionally, a 'Go to definition' feature has been added, allowing users to Ctrl-click on symbols to jump to their exact definitions.

Improved File Management and Search

Toast includes a file tree sidebar that displays git status, dims ignored files, and offers create/delete actions, file watching, and draggable resizing. Project-wide search functionality is powered by 'rg' (ripgrep), and in-file find/replace options are available with next/previous navigation, match-case, and whole-word selections.

Developer Environment Focus

Toast aims to provide a ready-to-use developer environment in the terminal, shipping with managed Language Server Protocols (LSPs), an integrated file tree, and themes out of the box. This approach is intended for developers who prefer to stay within the terminal without extensive setup time, contrasting with editors like Neovim or Emacs that require significant configuration.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Toast, a terminal-based integrated development environment, now includes spell checking for Markdown and plain-text files, along with other enhancements like multi-tab editing and improved navigation. These updates aim to provide a more complete development experience within the terminal for users who prefer not to configure editors from scratch.