npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@phoenix-plugin-registry/spell-check

v0.5.8

Published

Spell checking the Adobe Brackets Web Editor.

Downloads

5

Readme

SpellCheck

Spell checker extension for the Adobe Brackets Web Editor.

Note: Now compatible with brackets build >== 0.18.x /sprint 18

Adobe Brackets: https://github.com/adobe/brackets

Features

  • integrates the powerful online spell checker After The Deadline, http://afterthedeadline.com/

Installation

  • install from Brackets Extension manager (tool bar / File Menu). Search for spell-check

or

  • Launch Brackets ( >== 0.18.x), choose Show Extensions Folder from the Help menu.
  • Place SpellCheck in the Extensions folder, i.e. on Mac /Users/jh/Library/Application Support/Brackets/extensions/user/ directory.
  • Reload brackets.

Usage

  • Select text and then select the command Check Spelling - English from the Edit menu, or by right clicking and selecting the command from the context menu. This will hi-lite any words in the selection that have spelling hints available. If no text selection is made the whole document will be checked
  • Navigate cursor to a high-lighted word and hit CTRL-space to open the hint list dropdown.
  • select suggestion from dropdown to apply

To enable more languages (i.e. German, French, Spanish or Portuguese) uncomment lines in main.js, lines 129-132, i.e. to enable German m.addMenuItem(CHECK_SPELLING_DE); ##Releases

Jun 16, 2014

0.5.8 - fix incompatibility with scriptin/brackets-indent-softwraps:

  • https://github.com/scriptin/brackets-indent-softwraps/issues/4
  • https://github.com/couzteau/SpellCheck/issues/13

Jun 16, 2014

0.5.7 - Add command to clear markers. Fix issue where some words would not be marked for correction if no selection was made.

Jun 16, 2014

0.5.6 - enable more languages

Jun 16, 2014

0.5.5 - if no text selection is made the whole document will be checked

Feb 15, 2013

0.5.5 - if no text selection is made the whole document will be checked

Feb 15, 2013

0.5.4 - Update text high lighting for compatibility with code mirror 2 and 3. Brackets 0.20 / Sprint 20 switches to CM3. Since Edge Code is still on CM2 backwards compatibilty is maintained.

Jan 29, 2013

0.5.3 - Implemented API changes in CodeHintManager introduced in Brackes 0.18 / Sprint 18. Change is not backwards compatible. Moving forward only buils >= 0.18.x are supported.

Nov 15, 2012

0.5.2 - Usability improvements: Fixed bugs around text selection, text marking, capitalization, containing a text to be hinted.

Nov 7, 2012

0.5.1 - Usability improvements: Fixed bugs around text selection, text marking, capitalization, containing a text to be hinted. 0.5.0 - Spell checking is now functioning, project is barely out of the woods, still aplha quality - uses after the dead line web service: http://afterthedeadline.com/

Created by Jochen Hagenstroem
https://github.com/couzteau/SpellCheck
[email protected]

Copyright (c) 2012 Jochen Hagenstroem. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.