Vova Kolobok
Vova Kolobok
At first, I thought it's similar to #9 but > the second one is achieved by not putting any empty lines between text and code fence. I maybe misunderstood, but...
So Github renders differently in comments and in wiki! LOL, because now if one say 'GitHub Flavored Markdown' you have ask 'which of them?' > I cloned your repo but...
Well, after brief test in ST3 it works for me as well as in ST2. @mbonaci please make sure you use right branch (not master, but code-inside-lists) and restart Sublime....
@mbonaci inclusion block_quote into list-paragraph should do the trick. However, list-paragraph already includes inline, and block_quote also includes inline; so some sort of recursion should be expected, rearrangement for regexes...
Well, it was suggested initially in #24 almost year ago. I use only git, guess Allen too. So pull requests are welcomed.
Wait, you know there are `ctrl+[` and `crtl+]` - works everywhere and exactly as you expect? I mean, sure maybe other keystrokes would be more convinient, but implicitness is bad:...
@jeffnuss I understand, e.g. I had used Tomboy for a long time. But you know how they say: the further into the woods, the more firewood. 1) shift+alt+tab switches windows...
4) By window you mean group, right? There probably is way around, but we did it deliberately: `other_group` argument taken into account in case of single group; and in case...
1) If I understood correctly, just add other_group argument: ``` js { "keys": ["enter"], "command": "dired_select", "args": {"other_group": true, "and_close": true}, "context": [ { "key": "selector", "operator": "equal", "operand": "text.dired"...
> pressing enter with other_group and only having a single window open will send it to the side bar. This is rather annoying and I think shouldn't be the default...