Edward Banner

Results 33 comments of Edward Banner

Thanks for the well-articulated points @dangirsh! Indeed, I do believe using org for an intermediate "cell-representation" layer would be more flexible/powerful for all the reasons you mentioned. As an example,...

Nevermind! Looks like the variable got renamed to `hybrid-style-enable-hjkl-bindings`. The documentation [here](https://develop.spacemacs.org/doc/DOCUMENTATION.html#browsing-files-in-completion-buffer) has it labeled as `hybrid-mode-enable-hjkl-bindings`

chatGPT basically solves this for me

cc @alimpfard @MaxWipfli @IdanHo I see from the git blame that you guys have made changes to this file

Cool @CBID2, thanks! I'm looking specifically to see if I can get vale to check for undefined abbreviations. In your research, did you see if that is possible?

I found a plugin to [textlint](https://textlint.github.io) that seems to do what we want https://github.com/textlint-rule/textlint-rule-unexpanded-acronym It also occurs to me since our use case is narrow, we could just roll our...

Ha the custom script route would just be writing like a python script 🙃

Ok so I ran [textlint-rule-unexpanded-acronym](https://github.com/textlint-rule/textlint-rule-unexpanded-acronym) on `docs/` ``` edward@Edwards-MacBook-Air open-sauced-docs % npx textlint --rule unexpanded-acronym docs npm info using [email protected] npm info using [email protected] /Users/edward/Code/open-sauced-docs/docs/community/100-days-of-oss.md 1:1 error "OSS" is unexpanded...

> When a user visits https://go.tampa.dev/mentorship (which is the link provided by the "Join Program" link on the homepage), they'll be taken to the following page directing them to sign...