Raymond Radet

Results 60 comments of Raymond Radet

@ausbaxter https://github.com/X-Raym/REAPER-ReaScripts/pull/5/commits/33ed36a1893c5bee6ce593399483a8a968cd2246 This file isn't put at the right subfolder :S Don't you think it would be better to have an Apply button for setting with a reset and an...

@mbroedl Also for testing my particular case (usage of this plugin with [Fountain](https://github.com/superlou/fountain-atom), I write a bit of code which exclude things which should be not be considered in time...

I think this concept of hook is called Service Hub. This is how I extended some Pigments function. Here is the doc: https://github.com/atom/service-hub Or maybe just Services https://flight-manual.atom.io/behind-atom/sections/interacting-with-other-packages-via-services/ (I don't...

@mbroedl The point would be to be able to let the user write its own text filtering functions in his init.cofee file. I know some package allows such features, like...

@mbroedl I have to admit having tokenized syntax would make filtering far more easy, as I would have have to reimplement regexes at the filter level. So Yes, this can...

@mbroedl oh no I imagine a simple text input fields in word count settings with a csv list of syntax to keep or exclude. But your solution is from far...

@mbroedl in fountain there is only few fields which are valuable for wordcount : dialog text, description, and transition. The rest have to be exluded. But fortunatly there isnt too...

@mbroedl I see the inclusion problem. Not sure how to tackle this. Here is scope log on my Fountain file, with dialog name, dialog text, and description, (things I want...

@mbroedl Don't you think the syntax for the could only be a CSV wth atom scope names like that ? `entity.name.character.fountain, string.other.dialogue.fountain, meta.paragraph.text` ?

@mbroedl Hmm not sure how to install this, I download and extract the zip of you fork, put them with other atom package, but it says "Cannot find module 'first-mate'"...