SShortSingh.
Back to feed

Toast IDE Adds Built-In Spell Checking for Markdown Files

0
·1 views

Toast IDE, an open-source code editor hosted on GitHub, has received a new update adding spell checking support for Markdown files. The feature targets writers and developers who frequently work with Markdown-formatted documents within the editor. The update was shared on Hacker News, though it attracted minimal engagement with only 3 points and no comments. The project is maintained on GitHub under the repository paradise-runner/toast. No specific release date or version number was mentioned alongside the announcement.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Lucide, Tabler, and Phosphor: A Data-Driven Comparison of Free Icon Libraries

Lucide, Tabler Icons, and Phosphor are three widely used open-source icon libraries, each with distinct design philosophies and coverage. Lucide and Tabler both use a 24x24 stroke-based grid with 1,778 and 6,143 icons respectively, while Phosphor uses filled paths on a 256x256 grid and offers 9,161 icons across six weight variants. When measured by unique icon concepts rather than total count, Tabler leads in distinct coverage, and Phosphor's tally is inflated by its six-weight system. All three libraries are permissively licensed — Tabler and Phosphor under MIT, Lucide under the functionally similar ISC — with no attribution required for commercial use. Designers are advised to audit coverage for niche-domain needs before committing to a library, as breadth varies significantly across specialized categories.

0
ProgrammingHacker News ·

Engineer Documents 14-Step Ordeal to Unlock Office Door After Phone Upgrade

A software professional has published a detailed account of the complex process required to regain access to their office door after switching to a new phone. The friction stems from the layered authentication and app-based access control systems now common in modern workplaces. The writer outlines 14 distinct steps needed to re-enroll the new device and restore door-opening functionality. The post highlights growing frustration with over-engineered smart access systems that complicate simple everyday tasks. It has sparked discussion online about the trade-offs between security convenience and usability in workplace technology.

0
ProgrammingDEV Community ·

One Developer's Account of Being Stretched Across Three Roles as AI Replaced Teammates

A software developer recently shared how their employer consolidated frontend, backend, and QA responsibilities into a single role after AI tools were introduced to fill the gap left by departing teammates. The title and pay remained unchanged, while the scope expanded dramatically across disciplines the developer had little prior experience in. Although AI proved effective at handling syntax errors and generating boilerplate quickly, it failed to provide the contextual judgment needed to evaluate whether solutions were appropriate for a specific codebase. The developer shipped two tests in their first month that passed but tested nothing meaningful, only discovering the flaw after a colleague flagged it in code review. The key takeaway was that AI closes the syntax gap almost instantly but does nothing to replace the hard-won experience required to distinguish working code from genuinely correct code.

0
ProgrammingDEV Community ·

Three Ways to Use SVG Icons in React and Next.js With Tailwind CSS

Developers working with React, Next.js, and Tailwind CSS have three main options for integrating SVG icons: inline components, SVGR file imports, or sprite references, with inline being the most common choice. Converting an SVG to a React component requires adjusting attribute casing, such as changing stroke-width to strokeWidth and class to className. In Next.js App Router, inline icon components work as React Server Components by default, rendering static markup server-side and adding nothing to the client bundle. Tailwind CSS styling is straightforward since most icon sets use currentColor, allowing size and color to be controlled via utility classes like h-*, w-*, and text-*. Accessibility best practices recommend hiding decorative icons with aria-hidden, while standalone icon-only buttons require an accessible name on the interactive element itself.

Toast IDE Adds Built-In Spell Checking for Markdown Files · ShortSingh