jjspace

Results 56 comments of jjspace

This is the same problem reported in #57 which shows that it's due to the prettifier removing tab characters in favor of spaces. This should likely get fixed alongside #31

This is likely related to #31 and could be fixed at the same time. @mrpurplecloud One question you should check, do you have the option "Editor > Use Tabs" turned...

Just to expand on this, this also happens with emojis in tables ruining the alignment Properly aligned from advanced tables ![20210414_121808](https://user-images.githubusercontent.com/8007967/114744334-938b7480-9d1b-11eb-8443-821fa1df1691.png) After prettifying ![20210414_121820](https://user-images.githubusercontent.com/8007967/114744379-a1d99080-9d1b-11eb-8774-60157390bf14.png)

Also applies to the `\|` escape which can be used in table links to provide an alias as reported in #20

@DutchPete technically you're hitting the shortcut `Cmd+,` which is set to `Open Settings`. You have a couple options here 1. Unbind the "Open Settings" hotkey in settings 2. Rebind the...

> It's interesting that Ctrl gets mapped to Cmd on its own Just to chime in here, this is exactly what I would have expected but it's worth documenting in...

You _can_ already modify that theme value in your settings. It's using the `scrollbar.shadow` which also applies to the breadcrumbs, the explorer, and likely other locations the app. Might not...

Duplicate of #200

FWIW the `lit-html` plugin definitely supports folding html at this point. It's one of the few features that's preventing me from completely switching over to _only_ using `lit-plugin` for our...