David Scotson

Results 53 comments of David Scotson

I endeded up with: ``` " done, toggle checkbox nmap :let search=@/:let hl=v:hlsearch:set nohlsearchBujoChecknormal :let @/=search:let &hls=hl imap :let search=@/:let hl=v:hlsearch:set nohlsearchBujoChecknormal :let @/=search:let &hls=hli ```

Some further searching found this: https://www.reddit.com/r/vim/comments/c2h28r/a_small_markdown_mapping_for_checkboxes/ and then in the comments from olminator: https://gist.github.com/olmokramer/feadbf14a055efd46a8e1bf1e4be4447 Which is a generic Markdown checkbox checker. Notably it uses :keeppatterns which is the Vim 8+...

FYI, What I ended up with (calling the script linked above): ``` " done, works as toggle and to add initial checkbox too noremap :call markdown#checkbox#toggle('x') " started noremap :call...

Hey, I'm not sure I'm ready to take on maintainership of a project for other people to use, though I am continuing to use the plugin myself and finding it...

I was checking out the ratnic project the other day. Seems like they take a similar approach to Moodle and go through and create the RTL, and the CSS required...

Note, don't actually commit the config change as-is, that's just to show what you need to do for the output to work in Moodle. I'm not sure how to set...

I've realised this could be simplified a fair bit if I used [dir="rtl"] rather than .dir-rtl on body to target the RTL rules. It looks like Moodle puts the dir...

The menu thing would work, if it wasn't for this bug: https://tracker.moodle.org/browse/MDL-51669 Possibly there's another bug as well, to do with why the menu isn't being activated, but if this...

Actually, statusserious may still be used on the security and performance reports still.

I was going to upgrade autoprefixer to 0.8.0 anyway but not had time to commit it, and I'm just about to head off on holiday for the next week and...