mbroedl
mbroedl
I see your concerns about the undocumented grammar. In my own repository I feel alright about it, but the atom-directory is a different thing altogether. There were quite a few...
@josh-bridge can you try whether [mbroedl/atom-wordcount](https://github.com/mbroedl/atom-wordcount) works for you (cf. #99)? I added an option to exclude specific scopes or only count specific scopes. For markdown a simple `comment.*` would...
@hesstobi Have a look at [this commit](https://github.com/mbroedl/atom-wordcount/commit/48d6ead1ba4b075a783b12fc2deca3f464c38754) where I try to use the `editor.tokensForScreenRow()` API. Note that this API is undocumented and thus subject to change! (See also the discussion...
Please do! Would be nice to add more atom functionality to the world of markdown writing! :)
With session I mean that it stores all open documents and the current status of the documents regardless of whether they were saved. So when you close atom, and then...
Yes, this works perfectly! No more error messages, thanks a lot. :)
Oh, sorry, it looks like I confused the words leading with trailing, sorry. What I would like to do: ``` | ABC | DEF | | --- | ----- |...
Thanks for the note on ` ` I totally forgot about that option. It certainly does not look as nice in the formatting, but should suffice for now! I would welcome...
Thanks a lot, I'm looking forward to the next version! :)