Giter VIP home page Giter VIP logo

Comments (9)

minivan avatar minivan commented on September 25, 2024

Could you please show which version of aspell you're using? There might be some formatting differences with different versions.

from middleman-spellcheck.

superkinz avatar superkinz commented on September 25, 2024

I did a brew install on that, and it gave me aspell6-en-7.1-0. However, when I do bundle show, it's not coming up. Do I need to reference the aspell in my gemfile and config?

from middleman-spellcheck.

minivan avatar minivan commented on September 25, 2024

It looks like it's the dictionary version.

Could you please show the output of aspell --version ?

On 18 July 2014 20:26, Andrew Kinzer [email protected] wrote:

I did a brew install on that, and it gave me aspell6-en-7.1-0. However,
when I do bundle show, it's not coming up. Do I need to reference the
aspell in my gemfile and config?


Reply to this email directly or view it on GitHub
#7 (comment)
.

from middleman-spellcheck.

superkinz avatar superkinz commented on September 25, 2024

Thanks for checking in. Here's what I got:

@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1)

from middleman-spellcheck.

ukd1 avatar ukd1 commented on September 25, 2024

I'm getting this too, looking at how to run a different dictionary (US eng)

from middleman-spellcheck.

superkinz avatar superkinz commented on September 25, 2024

Any update on what's going on?

from middleman-spellcheck.

olds22 avatar olds22 commented on September 25, 2024

I just submitted a pull request that solved this issue for me. Hopefully it works for you too. see: pull request #10.

from middleman-spellcheck.

minivan avatar minivan commented on September 25, 2024

Merged in, bumped up the version. Thanks a lot @olds22 !

from middleman-spellcheck.

olds22 avatar olds22 commented on September 25, 2024

Thanks, @minivan for merging pull request #10 in so quickly.

@superkinz & @ukd1, I also had a similar issue on some posts where I'm using code blocks. My guess is the parser has a little trouble with complicated pieces of code. Plus, you'll get a lot of false positives in there anyway, with class names and abbreviated variables, etc. Therefore, I added this line in my config.rb file, which essentially covers most of my content, but skips any generic <div>, <pre>, <code>, & <table> tags:

activate :spellcheck, tags: [:p, :h1, :h2, :h3, :h4, :h5, :h6, :ul, :ol, :blockquote]

Maybe this will work for you too, depending on your site's layout. Note that it will still check tags that are nested within any of the list. So, if you write something like this, it will catch the misspelling in the nested code tag:

%p
  This code word is
  %code misspeled

from middleman-spellcheck.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.